I have it for moving, when down arrow is pressed, point in direction 180, move 10 steps, set guy1direction to direction.
For ball, it is
when flag clicked
|forever
||if touching guy1
|||point towards guy1direction
|||move 5 steps
However, it doesn't point towards guy1direction at all. The direction stays the same.
Offline
Hi Kittenlols, can you upload the project to the website? I'll see if I can help.
Offline
http://scratch.mit.edu/projects/kittenlols/853439
Thanks for any help
Offline
Just use
[blocks]<point in direction(<{ guy1direction }>[/blocks]
instead of
[blocks]<point towards( <{ guy1direction }>[/blocks]
It should work.
Offline