MACROMEDIA FLASH MX 2004 - ACTIONSCRIPT Reference Manual page 605

Actionscript reference guide
Hide thumbs Also See for FLASH MX 2004 - ACTIONSCRIPT:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004 - ACTIONSCRIPT and is the answer not in the manual?

Questions and answers

Table of Contents