A-C > call

call

Syntax

call(frame);

Arguments

frame The name or number of the frame to call into the context of the script.

Description

Action; switches the context from the current script to the script attached to the frame being called. Local variables will not exist once the script is finished executing.

Player

Flash 4 or later. This action is deprecated in Flash 5, and it is recommended that you use the function action.

See also

function