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.
should be something relatively easy as:
when player is on conveyerbelt - player set x: player.x+1
Develop games in your browser. Powerful, performant & highly capable.
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