Class org.as2lib.core.BasicMovieClip

????
   +--MovieClip
      +--org.as2lib.core.BasicMovieClip

Implemented Interfaces

BasicInterface

Description

BasicMovieClip offers default implementations of the methods declared by the BasicInterface. Use this class in conjunction with MovieClips on stage.

Method Index

toString()

Method Detail

toString

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.

Return

the string representation of this instance

Specified By

toString() in org.as2lib.core.BasicInterface