SWiSH Player Support
SWF4 or later - Supported Internally
Syntax
call(frame);
Arguments
frame: The name or number of a Frame in the current Timeline.
Returns
Nothing.
Description
Action: executes the script in the called Frame without moving the playhead to that Frame. Local variables will not exist once the script is finished executing.
Depreciated
For script readability reasons, it is recommended that you use the function Action instead.