EasyManua.ls Logo

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT - Page 605

MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT
816 pages
Print Icon
To Next Page IconTo Next Page
To Next Page IconTo Next Page
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
return 605
removeMovieClip()
Availability
Flash Player 4.
Usage
removeMovieClip(target)
Parameters
target
The target path of a movie clip instance created with duplicateMovieClip(), or the
instance name of a movie clip created with
MovieClip.attachMovie() or
MovieClip.duplicateMovieClip().
Returns
None.
Description
Function; deletes the specified movie clip.
See also
duplicateMovieClip()
, MovieClip.duplicateMovieClip(), MovieClip.attachMovie(),
MovieClip.removeMovieClip()
return
Availability
Flash Player 5.
Usage
return[expression]
Parameters
expression
A string, number, array, or object to evaluate and return as a value of the function.
This parameter is optional.
Returns
The evaluated expression parameter, if provided.
Description
Statement; specifies the value returned by a function. The return action evaluates expression
and returns the result as a value of the function in which it executes. The return action causes the
function to stop running and replaces the function with the returned value. If the
return
statement is used alone, it returns
null.
You cant return multiple values. If you try to do so, only the last value is returned. In the
following example,
c is returned:
return a, b, c ;

Table of Contents

Related product manuals