KryptoPixel's Recent Forum Activity

  • Are you increasing this variable number in the same condition that checks the colision?

    I would suggest trying to increase it using the condition:

    Sprite -> On Destroyed

  • I tried to export it here and run on my Galaxy S9 but it doens`t work at all on my device, it opens, shows the logo and just crash. And as you said it works as should on preview and also works using remote preview on my S9.

  • Can you upload your project so I can test it here

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Try adding Else to the "X is fire"

  • Fix

    Had to set it to -40 db.

    It says -10 is half as loud so you would think -20 would be silent

    If -10 is half of its original volume, -20 is half of -10, -30 is half of -20

  • Im not sure if I understood what you need but see my image

  • Yeah, its not a problem but I need more information to visualize the whole mechanics.

    Can you describe better what is your character, how it should move, what are you expecting of each movement/key, so I can think of an approach for the answer?

    Example:

    "Its a side character that moves left/right using arrows keys.. if the arrow is held for 2 seconds it does this or that.. If nothing is pressed it should play an idle animations.."

    As much information as you could provide

  • Send me a msg on discord, I will try to help you

    KryptoPixel#1694

  • is this right?

    It only moves by 2 pixels and all animations don't work.

    You have to invert both sub conditions, right click on it: invert, see on my pitcure it has an X in front of it, it means: invert

    If you hold the -> key, it will move forward 2 pixels

    Sub conditions: if there is not a timer "W" already running: Do start it with 2 seconds

    if the animation "An1" is not playing, Play "AnTo_1"

    On timer "W" it is going to play "An1"

  • Try this

  • Keyboard -> is down is being checked every tick, so lets say that your game is running at 60 fps, this condition is being checked 60 times per second and its true every time, so every second it is going to set your actions about 60 times.

    Its not playing An1 because you are reseting the timer W every tick that is being checked, and when you release the key it will not reset and play after 2 seconds..

    You need to change this logic, tell us what is your C sprite and what are you trying to achieve

  • You do not have permission to view this post