View comments | RSS feed

call function

call(frame)

Deprecated since Flash Player 5. This action was deprecated in favor of the function statement.

Executes the script in the called frame without moving the playhead to that frame. Local variables do not exist after the script executes.

Availability: ActionScript 1.0; Flash Player 4

Parameters

frame:Object - The label or number of a frame in the Timeline.

See also

function statement, call (Function.call method)


Version 8

Comments


juankpro said on Aug 1, 2007 at 7:41 AM :
I have tested the call function in many ways but the variables, once created by the called frame they do not dissapear after returning to the calling code, so variables are nos local as the documentation says. They keep wasting memory until explicitly deleted.

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/8/main/00001721.html