Discuss Scratch

RJN_HMB
Scratcher
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
Scratcher
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]

Powered by DjangoBB