krauli's Forum Posts

  • dop2000 tks man, but i have a new problem here :(

    When the player passes through this blue obstacules with diferent Z elevation, the player Z elevation jump the number when you press up and aftter that prees button.

    If you see in this video, the number jump 5 to 3 ... Is exist a way to fix it ?

    Subscribe to Construct videos now
  • OMG it´s work

    tks Man

    Now how i invert it ? i mean when the player is go to down that instance return to 0.

    this:

    int((ground.BBoxBottom-P.Y)/20)

    ?

  • Hello,

    Someone here know how to make the player add 1 to instance ABC when his up in Y for each 20 pixel to ground ? i tried this but didn't work

  • You do not have permission to view this post

  • Hello, i tried to do my character called Sara turn to right and left, but i created a "turning animation" between right and left, i tried this:

    Works, but i need the wait "turning animation" finish to able character continius walking. In this code when player press left or right the character instantaly move...

    How to create this "break" and the next code only works when this animation finish?

    Thanks.

  • hello guys,

    I have a question, is it necessary to put else and Trigger once after the conditions when game need only check one time if it is true? and there is a problem in the code to put an empty condition to run actions? When you need this action run after the others actions.

    Thanks

  • for example: if the array data X ( 0 ) is the same value data X ( 1 )

  • Hello guys,

    How can i do that:

    I use an ARRAY to define Keyboards:

    Thanks

    Tagged:

  • Hello, i would like to creat a button like a checkbox in Construct 3, how can i do that ?

    i tried this:

    create a Global Variable and when I click in this button it change his frame and the Variable and vice versa, but don't work.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    Hello,

    When i trie build a Android APK the Construct fail ... What can i do ?

  • Pinkie:

    Thanks man :D

    I understood what you said and did a simple test and it worked.

  • plinkie:

    i tried change the order, but do not worked ...

  • Hello,

    I'm having a problem with a "FUNCTION" when I add it to "ARRAY" it doesn't load the data in "TEXT", when I remove it it works ... But, I need the function to facilitate programming.