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!
How do I set a platform sprite not to move beyond a X or Y boundary in a layout? or do I have to create an invisible object to stop them from moving pass the X or Y?
Thanks!
Develop games in your browser. Powerful, performant & highly capable.
Yes you can make invisible object walls or programmatically by checking x and y of the sprite relative to the window
Thank you!
There is also a 3rd party behaviour "Boundary" which I've used successfully.