Multiple choice technology

getTimer() returns the number of --------------- that have elapsed since the SWF file started playing.

  1. milliseconds

  2. seconds

  3. minutes

  4. Day Time

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The getTimer() function in ActionScript returns the number of milliseconds that have elapsed since the SWF (Shockwave Flash) file started playing. This is commonly used for animation timing, performance measurement, and creating time-based behaviors. The return value is in milliseconds, not seconds or minutes.