helps the Timer.delay

I tried to get more information on the use of this command.

I get the timer (var someTimer:Timer new timer (1000, 1))

the timer will delay calling a function for a second, once.

In other examples I've seen the use of

someTimer.delay = 150

The timer has already a delay of 1 second (1000).

Is - this delay County substitute (1000) with a new delay (150)?

OR

He puts a delay (150) before it triggers the timer (in 1000)

IF its what I'm not clear on why you would want/need of a delay on the clock

(have a timer on a timer)

OR

I'm wrong on both accounts, and I really need help! =]

Someone can help me to understand better, or have links to a place that would be?

Thank you

It is changing the delay to 1000ms to 150ms IF 1000 ms did not occur when the delay is changed.  otherwise, your timer event will trigger its an event and change the delay won't hurt.

Tags: Adobe Animate

Similar Questions

Maybe you are looking for