ActionScript 2.0 Language Reference |
|
|
|
| ActionScript language elements > Global Functions > clearTimeout function | |||
clearTimeout(id:Number) : Void
Cancels a specified setTimeout() call.
Availability: ActionScript 1.0; Flash Player 8
id:Number - The identification number of the setTimeout() call to cancel.
Also, see the example for the setTimeout() function.
setTimeout function, setInterval function
|
|
|
|