porky's Forum Posts

  • Hello,

    I think this is a very basic qustion but its weird I didn't find the answer after searched forum.

    ok, lets say, an enemy object collide with player and damage player's HP, how do I get the hit damage variable from that enemy?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hi constructers,

    I'm very new here and I'm making a prototype of action RPG.

    Now I want to display a HP damage text when player hit or get hit enemies. very typical example is Final Fantasy.

    I wonder whats the cheapist way at performance wise? my first idea is to spawn a text object shows the damage amount, move upwards then destroy it?

  • Yes I have tried the variable way. I have a variable IsLanded set to 0 default, when landed(collided with ground object) set to 1, but then how do I set to 0 when in the mid air? I can't use Else event, and I can't invert the collision event:/

  • Hello guys,

    I'm using physics object as my platformer player, so I use the impluse to make player jump. the problem is, player can jump when ever impulse is there. I want make player only able to jump when landed. any ideas?