Call() - MACROMEDIA FLASH MX 2004-ACTIONSCRIPT LANGUAGE Reference

Actionscript language reference
Table of Contents

Advertisement

call()

Availability
Flash Player 4. This action was deprecated in Flash 5 in favor of the
Usage
call(frame)
Parameters
The label or number of a frame in the Timeline.
frame
Returns
Nothing.
Description
Action; executes the script in the called frame without moving the playhead to that frame. Local
variables do not exist after the script executes.
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
action, the variables are interpreted as Timeline variables.
call()
See also
function,
Function.call()
) but the action list was executed with a
{}
statement.
function
call()
call() 1075

Advertisement

Table of Contents
loading
Need help?

Need help?

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx

Table of Contents