BasicInterface
BasicMovieClip
offers default implementations of the methods declared by
the BasicInterface
. Use this class in conjunction with MovieClip
s
on stage.
public function toString():String
Returns the string representation of this movieclip.
The string representation is obtained via the stringifier returned by the Config.getObjectStringifier method.
the string representation of this instance