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
As the subject says, when using grid movement to move object '1 tile vertically'
every 1000 millisecond object: move 1 vertically[/code:3e8761nd] it goes through solid objects. Is there a easy, painless solution to this?
Develop games in your browser. Powerful, performant & highly capable.
Before moving, try checking if it doesn't overlap any other object, and if it does, check if that object is solid. You know the rest.