I need help how to do when "player" be on head enemy and out jump then enemy die and when player slide like wall enemy die too i really dont know how to do this i made some like when player jump then he respawn block who destroy enemy but this box take more enemy who player dont out jump to dont be so close..
really sry for bad eng
You can present your .capx first.
Develop games in your browser. Powerful, performant & highly capable.
I never made platformers in construct. However, simple sollution would look like this:
Enemy on collision with Player Player.Y < Enemy.Y - 50 Enemy destroy
Enemy on collision with Player
Player.Y < Enemy.Y - 50
Enemy destroy
You can use any other number instead of 50
thanks for help
What I said was,
Player On collision with Enemy
Player Platform is falling Enemy Destroy