Pages: 1
Topic closed
I want to know how to make a sprite move away from another moving sprite, any ideas?
Offline
(Sprite you want to move when near the other sprite) When green flag clicked forever if distance to (Sprite) <100 change move 10 steps.Is that helpful?Oh, and this goes in All About Scratch.
Dagamez way is the hard way, just have it point in the sprites direction and move -# steps.
wildplayer wrote:Dagamez way is the hard way, just have it point in the sprites direction and move -# steps.
But I think he meant if he's near the sprite.