Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » I need some help on improving this:
- mmhmBeans
-
Scratcher
500+ posts
I need some help on improving this:
What exactly do you need help with? If you need some major help with revamping the game, better post in Collaboration.
- iiDk__
-
Scratcher
100+ posts
I need some help on improving this:
you could try attaching the plane to your cursor
or making a custom cursor
or making a custom cursor
when green flag clicked
forever
go to [mouse-pointer v]
end
:: hat
- MushroomAnimation
-
Scratcher
2 posts
I need some help on improving this:
I can remix the game and make some improvements. https://scratch.mit.edu/projects/821324351
Last edited by MushroomAnimation (March 17, 2023 19:26:30)
- Sniffles_Rule
-
Scratcher
42 posts
I need some help on improving this:
Perhaps have it so the plane can be controlled by arrowkeys
- ycps5a031
-
Scratcher
22 posts
I need some help on improving this:
Perhaps have it so the plane can be controlled by arrowkeysDone in 1.7 verse
- ycps5a031
-
Scratcher
22 posts
I need some help on improving this:
That’s the original version
https://drive.google.com/file/d/1UL-r-mO_TTrU-yC-82WRMsq1x3IsAXU9/view?usp=drivesdk
https://drive.google.com/file/d/1UL-r-mO_TTrU-yC-82WRMsq1x3IsAXU9/view?usp=drivesdk
- medians
-
Scratcher
1000+ posts
I need some help on improving this:
Like project ideas? If so, try increasing the speed that the player moves (because I find it too slow to have a chance to even do anything). Auto shoot seems to be complete, as well as dragging and movement otherwise
The clonenumber variable must be sprite only, so change that by deleting and recreating the variable/running the code.
Your clones in the bullet sprite are creating clones because they receive the broadcast so add this:

That or move the broadcast code to the stage, and have the stage create a clone of the bullet like this (and remove the broadcast code on the bullet sprite):

The clonenumber variable must be sprite only, so change that by deleting and recreating the variable/running the code.
Your clones in the bullet sprite are creating clones because they receive the broadcast so add this:

That or move the broadcast code to the stage, and have the stage create a clone of the bullet like this (and remove the broadcast code on the bullet sprite):

That’s the original versionYou cannot link to GD.
(link)
Last edited by medians (March 18, 2023 13:52:10)
- ycps5a031
-
Scratcher
22 posts
I need some help on improving this:
Like project ideas?Can I delete the broadcast like this?
Your clones in the bullet sprite are creating clones because they receive the broadcast so add this:
That or move the broadcast code to the stage, and have the stage create a clone of the bullet like this (and remove the broadcast code on the bullet sprite):
when green flag clicked
forever
create clone of [bullet]
Last edited by ycps5a031 (March 19, 2023 10:15:08)
- Discussion Forums
- » Help with Scripts
-
» I need some help on improving this: