How do I replay an event after it is finished?

0 favourites
  • 4 posts
  • How do I make an event repeat itself when it has finished?

    The 'repeat' action in Construct 2 repeats all at the same time, whereas I want it to repeat AFTER it's cycled through each part of the event. Quick example:

    Say: Hello

    Say: Goodbye

    ((repeat))

    Hello

    Goodbye

    Hello

    Goodbye

    Hello

    Goodbye

    I hope that makes sense!

  • How do I make an event repeat itself when it has finished?

    The 'repeat' action in Construct 2 repeats all at the same time, whereas I want it to repeat AFTER it's cycled through each part of the event. Quick example:

    Say: Hello

    Say: Goodbye

    ((repeat))

    Hello

    Goodbye

    Hello

    Goodbye

    Hello

    Goodbye

    I hope that makes sense!

    hi

    this is just an example, you have to customize due to your want to do, conditions and actions. but this is a kind of manual forcing the "repeat" conditions, using a simple variable as support

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • If you need to wait between repeats in a loop, use "Wait loopindex". For example:

  • If you need to wait between repeats in a loop, use "Wait loopindex". For example:

    great thank you very much

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