Skip to main content

Timer

The Timer control is a control of the Timer in the variable. The Timer is transparent and cannot be textured.


Timer id is the serial number of the Timer variable that this Timer control is bound to. The user needs to add the Timer under the variables tab first.


The setting of Timer control can refer to Timer variable. Note that some properties of the Timer control correspond to the Timer parameters set in the original action as follows: Start value -- setTimerStart End value -- setTimerStop Current value -- setTimerCurVal Step value -- setTimerStep Step time -- setTimerInterval Loop + direction -- setTimerMode

If you choose "Initially on" then the Timer is turned on when the page loads; If you choose "Initially not on" then the Timer will not be turned on automatically when the page is loaded, you need to start the Timer with a command, for example, as in the following figure, by defining the setTimerMode value for Timer 0 with the button.