How can I make construct skip an event after "using" it once

0 favourites
  • 4 posts
From the Asset Store
Casino? money? who knows? but the target is the same!
  • How can I make construct skip an event after "using" it once?

    I can very simply do this by setting a bool-like variable but construct still has to check the conditions every tick, is there an option to make the event an "one time event" - such event would when it is triggered once be automatically skipped every other tick, is this possible?

  • System > Trigger once while true. This is what you want i guess.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The on start of layout event is only checked once, but if you'd like events at other times to not even be read by construct, putting them inside a group in the event sheet and de-activting that group would do the trick..

  • Or if you have a couple of duplicates of an object and you only want to trigger something once for each single object (and also creating new objects during runtime). Easiest would be to add a boolean variable to the object and change the value while you trigger that specific action (+ having a check on the status of that variable in the condition).

    You see, there are hundrets of possible solutions. If you tell us more about what your goal is, we might be able to help you better with an appropriate solution.

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