Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » Velocity for a lot of clones
- Beatmytime
-
Scratcher
93 posts
Velocity for a lot of clones
I am making a leaf blower revolution game and I ran into some trouble while trying to make each individual leaf have a velocity
as of right now I don't have any code related to making the leaf velocity happen I basically just need the idea of how it would work
the game if you need it
https://scratch.mit.edu/projects/955799871
as of right now I don't have any code related to making the leaf velocity happen I basically just need the idea of how it would work
the game if you need it
https://scratch.mit.edu/projects/955799871
- jeffnp
-
Scratcher
100+ posts
Velocity for a lot of clones
All the variables related to clones should be for this sprite only
- KevinOVO
-
New Scratcher
92 posts
Velocity for a lot of clones
like jeffnp said, when you want variables for each clones, create one and select “For this sprite only” instead of “For all sprites”.
you can think of the “For this sprite only” option as computers in everyone's bedrooms, but only you can control yours.
and think of “For all sprites” option as a television in a living room that everyone can watch or switch.
you can think of the “For this sprite only” option as computers in everyone's bedrooms, but only you can control yours.
and think of “For all sprites” option as a television in a living room that everyone can watch or switch.
- Discussion Forums
- » Help with Scripts
-
» Velocity for a lot of clones