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.