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
In beat em up games, when a player is behind something, enemy, trash can, etc, It's obvious.
How do I make it obvious that my character is behind something? I'm making a beat em up game.
Different layers ?
I wanted to try "Z-Order" but it doesn't seem to be working for me;
I'm comparing the height/Y axis of the enemy to the player, that's not working.
So you want your player to be able to be on top and be behind? When you compare, maybe you need to +/- both the player and the object accordingly
Very simple example:
https://dl.dropboxusercontent.com/u/485 ... ehind.capx
Develop games in your browser. Powerful, performant & highly capable.
Very simple example: https://dl.dropboxusercontent.com/u/485 ... ehind.capx
Wow! This is simple! Thank you very much!