What's New in Director 8.5 > Working with Flash 5 > call |
![]() ![]() ![]() |
call
Syntax
sprite(whichSprite
).call(frame
)
Definition
Command; encompasses the functions of the call(frame)
and call(label)
methods in Flash ActionScript. The call(frame)
method allows you to encapsulate a series of actions in one frame of a Flash movie and then call those actions from other scripts in the same movie.
You can specify which frame to call using a number or a label from your Flash movie. The call(frame)
method then executes the actions attached to that particular frame in your Flash movie.
![]() ![]() ![]() |