MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 743

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

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
setInterval()
onClipEvent()
See also
onClipEvent()
var
Availability
Flash Player 5.
Usage
var variableName [= value1] [...,variableNameN [=valueN]]
Parameters
variableName
The value assigned to the variable.
value
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 (
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 don't have to use
to declare Timeline variables.
var
handler or as part of a function or method that you pass to
onClipEvent()
. Flash ignores calls to
handler or part of a function or method passed to
,
setInterval()
An identifier.
that are not within an
updateAfterEvent
) but the action list was executed with a
{}
.
setInterval()
call()
var
743

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Subscribe to Our Youtube Channel

Table of Contents