Question:Given the declaration 'a timer', which of the following statements is correct? var myTimer:Timer = new Timer (500,5); 

A When the timer is started, the TimerEvent.TIMER event is dispatched 5 times with a difference of 0.5 seconds between 2 successive events. 

B When the timer is started, the TimerEvent.TIMER_COMPLETE event is dispatched 5 times with a difference of 500 seconds between 2 successive events. 

+ Answer
+ Report
Total Preview: 453

Copyright © 2025. Powered by Intellect Software Ltd