Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
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
Develop games in your browser. Powerful, performant & highly capable.
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
Thanks, that helped.
You'll want to change your 'stage' in event 2 immediately so it doesn't repeat every tick.
nice; thanks!