![MACROMEDIA FLASH 8-FLASH Reference Download Page 11](http://html2.mh-extra.com/html/macromedia/flash-8-flash/flash-8-flash_reference_3347197011.webp)
call()
11
call()
Availability
Flash Lite 1.0.
Usage
call(
frame
)
call(
movieClipInstance
:
frame
)
Operands
frame
The label or number of a frame in the timeline.
movieClipInstance
The instance name of a movie clip.
Description
Function; executes the script in the called frame without moving the playhead to that frame.
Local variables do not exist after the script executes. The
call()
function can take two
possible forms:
■
The default form executes the script on the specified frame of the same timeline where the
call()
function was executed, without moving the playhead to that frame.
■
The specified clip instance form executes the script on the specified frame of the movie
clip instance, without moving the playhead to that frame.
toggleHighQuality()
Turns anti-aliasing on and off in Flash Lite. Anti-aliasing smooths the
edges of objects but slows down SWF file playback.
trace()
Evaluates the expression and shows the result in the Output panel in
test mode.
unloadMovie()
Removes a movie clip from Flash Lite that was loaded using
loadMovie()
loadMovieNum()
, or
duplicateMovieClip()
.
unloadMovieNum()
Removes a movie clip that was loaded using
loadMovie()
loadMovieNum()
, or
duplicateMovieClip()
from a level in Flash Lite.
NO
T
E
The
call()
function operates synchronously; any ActionScript that follows a
call()
function does not execute until all of the ActionScript at the specified frame has
completed.
Function
Description
Summary of Contents for FLASH 8-FLASH
Page 1: ...Flash Lite 1 x ActionScript Language Reference...
Page 6: ...6 Contents...
Page 46: ...46 Flash Lite Global Functions...
Page 62: ...62 Flash Lite Properties...
Page 76: ...76 Flash Lite Statements...
Page 110: ...110 Flash Lite Operators...
Page 162: ...162 Index...