Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how do I make 1 sprite spawn clones in 4 different spots
- RJN_HMB
-
21 posts
how do I make 1 sprite spawn clones in 4 different spots
I need to make clones spawn in 4 different spots.
- NoUsername-King
-
24 posts
how do I make 1 sprite spawn clones in 4 different spots
You should be more specific, but I assume you need to spawn 4 clones at different spots, in that case you could use this code:
when green flag clicked
repeat (4)
create clone of [myself v]
end
when I start as a clone
go to [Random position v]
- Discussion Forums
- » Help with Scripts
-
» how do I make 1 sprite spawn clones in 4 different spots