How do I revise the mistake?

0 favourites
  • 3 posts
  • When these two global variable both reach, only the first action 'set animation frame to 3' can run.

    I want all actions can run successfully.

    Hope someone can help me. Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • When these two global variable both reach, only the first action 'set animation frame to 3' can run.

    This event runs on every tick - which is about 60 times per second. That's why animation frame is constantly set to 3, and all other actions after "Wait" never happen.

    You need to add "System Trigger Once" condition to this event.

  • > When these two global variable both reach, only the first action 'set animation frame to 3' can run.

    This event runs on every tick - which is about 60 times per second. That's why animation frame is constantly set to 3, and all other actions after "Wait" never happen.

    You need to add "System Trigger Once" condition to this event.

    Thanks! I did it.

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