View comments | RSS feed

Additions to the ActionScript language

This section lists additions to ActionScript language elements and classes that are new or changed in Flash 8. The following classes and language elements are new additions or newly supported in Flash Player 8.

The following classes were added to ActionScript 2.0 in Flash 8:

New language elements, methods, and functions added to existing classes in ActionScript include:


Version 8

Comments


jdehaan said on Sep 13, 2005 at 12:30 PM :
The setTimeout() and clearTimeout() global functions were inadvertently omitted from this what's new list (above), and the ActionScript Language Reference.

The setTimeout() function lets you create a one-time only timer. It is similar to the setInterval() function, except that setTimeout() will call the specified function once, while setInterval() calls the specified function repeatedly.

A description and example of setTimeout() is posted as a LiveDocs comment on the main Global Functions page: http://livedocs.macromedia.com/flash/8/main/00001717.html

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/8/main/00001133.html