One event has to happen before the other

0 favourites
  • 5 posts
From the Asset Store
Footsteps SFX One contains 400 sounds of steps and jumps on different surfaces.
  • I believe this is very easy but I can't figure it out. I have it so when I click on a button it goes to frame 1 and I want to make it that when I let go it starts the transition and stuff. I don't know how to make it so when I am not touching it anymore it goes to the transition slide. The picture explains it. I want to make it so event 4 has to happen before event 5 can take place. photobucket.com/user/kinglimberg1/media/pictre_zps7dhyfkm5.png.html

  • You could use this extra condition:

    On touch end

    palybuttonone - frame is 1

    or just adding the frame is 1 condition to your current event should work too..

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • So have it like

    Touch ; On touch 0 start; Set animation frame 1

    Touch; On touch 0 end; Transition and Stuff

    The problem with this is that I want to click specifically on the play button for this to happen. The touch events don't work with this.

  • Add another condition..

    playbuttonone - frame is 1

    right click on the event and choose add another condition, the event will only trigger if both conditions are true.

    So is not touching + frame is 1

  • Something like this? This doesn't work though. photobucket.com/user/kinglimberg1/media/pictre2_zpsbu0fckgl.png.html

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)