Pages: 1
Topic closed
Maybe this will help: http://info.scratch.mit.edu/sites/infos … se_v14.pdf
Offline
That script makes it follow the mouse.
What do you want it to do exactly?
Because calebxys way works, but you are saying you want it to face in certain directions?
Offline
<when green flag clicked>
<forever>
<glide( 0.1 )secs to x X position of Sprite1 )y
Y position of Sprite1
<end>
Offline
Try this:
[when green flag clicked)
[forever]
[][point towards [Sprite1]]
[][move (5) steps]
[end forever]
If you don't want the sprite to turn, look above and a bit to the left of the Scripts tab. There are three buttons, an arrow on each: The top one lets the sprite turn freely, the second only lets the sprite flip back and forth, and the bottom one doesn't let the sprite turn at all. Click on the one you want.
Offline
Topic closed
Pages: 1