How do I make one sprite (sprite 1) follow another sprite (sprite 2)?
Offline
Yes, JJROCKER got it spot on. You can change the speed it goes at by increasing or decreasing the number in the 'Move () steps' block.
Offline
JJROCKER wrote:
This is the script for sprite 2
-when green flag clicked
-forever
-point towards(sprite 1)
-move(10)steps
Isn't that the script for sprite 1?
Offline