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
Like those old arcade games where once you advanced forward you couldn't go back?
My first thought was to just keep moving the location of an invisible solid object....
Something I missed in the manual?
Develop games in your browser. Powerful, performant & highly capable.
You could do a "LevelwallX" variable that changes when the screen moves. If Player.X is less than Levelwall set Player Xposition to "LevelwallX".
So if the coordinates for the player go behind the LevelwallX variable you have set up, it will just "teleport" the player back to the wall.