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?