Hi, guys. I'm new with construct 2.
I'm interested on beat em up developing with depth movement like the Simpsons or Teenage Mutant Ninja Turtles 4 players arcade-style.
My player1 is moving, running and attacking correctly but I have problemas with the jump. Player has no behavior, is coded like this:
if key left left: set player.x to player.x-movement
if key left right set player.x to player.x+movement
if key left up set player.y to player.y-movement
if key left down set player.y to player.y+movement
I don't know how to make the jump in this case with CS2. If I use the platform Behavior I have problemas because the whole area is the ground.
Could anyone help me with this, please?
Thanks