I just realised what I miss the most in C2

0 favourites
  • 4 posts
From the Asset Store
A cool way for kids to write and practice English Alphabets
  • In Construct Classic there was this great functionality that is missing from C2 which for I would be grateful to the end of my days.

    Remember "On loop" ? - You could assign a loop named "create cloud" and run it 100 times on start of layout and 10 times every 5 seconds. It acted like a function but without arguments and is currently impossible to implement without 3rd party plugins.

    If it's not much of a hussle pretty please add this functionality to C2 I run a "beg you" loop 100 times.

    Cheers!

  • You can easily create such a loop with events.

    + SomeVariable is "Loop"

    + Every 5 seconds

    Do stuff

    And then you can stop the loop after 100 times. Many ways to do this.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The pattern of using 'start loop' and 'on loop' is extraordinarily inefficient. It is maybe 10 times slower than using a 'repeat N times' or 'for' system condition. This is why the 'start loop'/'on loop' pattern was completely removed in C2 - it's always better to use a looping system condition in a subevent, and it achieves the same thing.

  • thanks Mipey , this is great idea and should be working - would never think of it this way

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