Hi there,
I want a sprite to move to point A, then to point B, then to point C, then to point D.
I'm getting this problem:
Here's what my event sheet looks like:
Any suggestions?
Thanks
r
You need to use :
On object hit target - move to point B.
And you can use :
Compare object X & Y - Move to point C.
Trigger once
Develop games in your browser. Powerful, performant & highly capable.
Thanks, that helped.
You'll want to change your 'stage' in event 2 immediately so it doesn't repeat every tick.
nice; thanks!