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, I have been trying to figure out how to create a sort of conveyer belt platform like the one seen here: http://i.imgur.com/FUmptFE.jpg I have been attempting to figure this behavior out for the better part of a week now and would welcome any sort of direction to steer me towards the right path. I have done a little searching through some of the older threads regarding this issue but they were either outdated (for construct classic), or just too vague for my understanding. Thanks in advance for all who help.
Develop games in your browser. Powerful, performant & highly capable.
should be something relatively easy as:
when player is on conveyerbelt - player set x: player.x+1
Hi, thanks for your reply. I attempted your advice but I still must be doing something wrong. I've attached a capx of what I've recently attempted. Really unsure of what I'm doing wrong.
If instead of is overlapping you use is overlapping at offset x=0, y=1 it will work..
Just in case you need it, I got it to work in your .capx with:
Thanks a lot. It worked out perfectly