Application.delay() | This page was last modified over 30 day(s) ago and has 0 comment(s)
|
Back to Application Class Summary |
Availability |
Windows, Mac OSX, Linux |
Usage |
mdm.Application.delay(delay:Number):void |
Parameters |
delay:Number - Time in to wait milliseconds |
Returns |
Nothing |
Description |
This command pauses all execution in the form it is called from, for the specified time in miliseconds (plus the time it takes for system events to clear the system message queue, allowing drawing and other system events to occur). |
Notes |
Note that this pauses the application. So if you have a timer running in Flash, that timer will also be paused and won't be resumed until after the delay has passed. |
Example Code |
mdm.Application.delay(1000); |
mdm.Application Class Example Downloads |
No Example Downloads Available |
![]() |
Registered Users must be logged in to 'MyAccount' to add a Comment - Log In Here |
After Logging In, Click Here to Refresh This Page |