EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 743

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT
816 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
var 743
updateAfterEvent()
Availability
Flash Player 5.
Usage
updateAfterEvent()
Parameters
None.
Returns
Nothing.
Description
Function; updates the display (independent of the frames per second set for the movie) when you
call it within an
onClipEvent() handler or as part of a function or method that you pass to
setInterval(). Flash ignores calls to updateAfterEvent that are not within an
onClipEvent() handler or part of a function or method passed to setInterval().
See also
onClipEvent()
, setInterval()
var
Availability
Flash Player 5.
Usage
var variableName [= value1] [...,variableNameN [=valueN]]
Parameters
variableName
An identifier.
value The value assigned to the variable.
Returns
Nothing.
Description
Statement; used to declare local or Timeline variables.
If you declare variables inside a function, the variables are local. They are defined for the
function and expire at the end of the function call.
If variables are not declared inside a block ({}) but the action list was executed with a call()
action, the variables are local and expire at the end of the current list.
If variables are not declared inside a block and the current action list was not executed with the
call() action, the variables are interpreted as Timeline variables. However, you dont have to use
var to declare Timeline variables.

Table of Contents

Related product manuals