How do I make one sprite glide toward another, somewhat like a silhouette that goes towards the sprite? I don't want the glide () secs to x: () y: () block.
EDIT: And I want it to be able to change it so I can have 10 silhouettes, or 5, or however many.
Last edited by firedrake969_test (2013-01-15 12:45:31)
Offline
Well, you could always do this if your adamant about not using glide,
when gf clicked forever point towards [Sprite Random v] move (speed) stepsYou mentioned it could be a silhouette, so I added the speed variable, so the shadow could keep pace. Just be sure to draw the shadow sprite to accommodate for pointing towards the object, maybe draw it, then flip it upside down. For multiple shadows, just change how you draw it to accommodate for different angles, ect.
Last edited by sonicfan12p (2013-01-15 14:54:10)
Offline
This might be useful:
http://wiki.scratch.mit.edu/wiki/Glide_ … ()_(block)
Offline
amcerbu wrote:
This might be useful:
http://wiki.scratch.mit.edu/wiki/Glide_ … ()_(block)
That's not exactly what i want.
Offline