Contstruct 'Demonoire' Template: Why no use of the Timer behavior?

0 favourites
  • 8 posts
From the Asset Store
Fruit Slicer Template & Quality fruit and slice graphics (capx,c3p,png,illustrator files)
  • I've noticed that the Demonoire template project (found on the startpage of the Construct Editor) is'nt using the Timer behavior.

    Instead, the trick shown in the pic below is used (set up a var, then substract value and test for <= 0 to apply some actions).

    Why is that?

    Is it a better approach for speed or something?

  • It's the same although you could say the timer behaviour is more convenient. You can use either one.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Right, but the author actually uses 1 timer somewhere in the code, so he/she knows about the use of Timers.

    There must be a good reason not to use only Timers...

  • There are multiple ways to do many things. Use whatever you are most comfortable with and is convenient for you.

  • More often than not there is no right answers on how to implement a certain feature. The templates are meant to give a hint for beginners as to how a certain type of game might be implemented, but they are not the only way to go about it.

  • Yeah, you could use Tween, or the Timelines, but the fact that it uses dt makes it an even better teaching resource.

  • I don't know the real answer (the template was developed by a third party years ago), but sometimes old projects don't use features simply because they did not exist at the time, and were only introduced later on. Some of the Start Page projects actually date as far back to Construct 2's introduction in 2011. I do occasionally modernise and update templates to use newer features, but the sheer number of them makes this a lot of work, and often they are complex and developed by other people which makes them harder to change.

  • Alright got it!

    Thanks guys.

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