Public Member Functions |
| Movie (LWF lwf, Movie parent, int objId, int instId, int matrixId=0, int colorTransformId=0, bool attached=false, MovieEventHandlers handler=null) |
void | SetHandlers (MovieEventHandlers handler) |
void | Play () |
void | Stop () |
void | GotoNextFrame () |
void | GotoPrevFrame () |
void | GotoFrame (int frameNo) |
void | GotoFrameInternal (int frameNo) |
void | SetVisible (bool visible) |
Point | GlobalToLocal (Point point) |
Point | LocalToGlobal (Point point) |
Movie | AttachMovieInternal (Movie movie, string attachName, int attachDepth=-1, bool reorder=false) |
Movie | AttachMovie (string linkageName, string attachName, int attachDepth=-1, bool reorder=false, MovieEventHandler load=null, MovieEventHandler postLoad=null, MovieEventHandler unload=null, MovieEventHandler enterFrame=null, MovieEventHandler update=null, MovieEventHandler render=null) |
Movie | AttachMovie (Movie movie, string attachName, int attachDepth=-1, bool reorder=false, MovieEventHandler load=null, MovieEventHandler postLoad=null, MovieEventHandler unload=null, MovieEventHandler enterFrame=null, MovieEventHandler update=null, MovieEventHandler render=null) |
void | SwapAttachedMovieDepth (int depth0, int depth1) |
Movie | GetAttachedMovie (string attachName) |
Movie | GetAttachedMovie (int attachDepth) |
Movie | SearchAttachedMovie (string attachName, bool recursive=true) |
void | DetachMovie (string attachName) |
void | DetachMovie (int attachDepth) |
void | DetachMovie (Movie movie) |
void | DetachFromParent () |
void | AttachLWF (LWF attachLWF, string attachName, int attachDepth=-1, bool reorder=false, DetachHandler detachHandler=null) |
void | SwapAttachedLWFDepth (int depth0, int depth1) |
LWF | GetAttachedLWF (string attachName) |
LWF | GetAttachedLWF (int attachDepth) |
LWF | SearchAttachedLWF (string attachName, bool recursive=true) |
void | DetachLWF (string attachName) |
void | DetachLWF (int attachDepth) |
void | DetachLWF (LWF detachLWF) |
void | DetachAllLWFs () |
void | Override (bool overriding) |
void | PostExec (bool progressing) |
override void | Update (Matrix m, ColorTransform c) |
override void | LinkButton () |
override void | Render (bool v, int rOffset) |
override void | Inspect (Inspector inspector, int hierarchy, int inspectDepth, int rOffset) |
override void | Destroy () |
void | PlayAnimation (ClipEvent clipEvent) |
int | SearchFrame (string label) |
int | SearchFrame (int stringId) |
void | GotoLabel (string label) |
void | GotoLabel (int stringId) |
void | GotoAndStop (string label) |
void | GotoAndStop (int frameNo) |
void | GotoAndPlay (string label) |
void | GotoAndPlay (int frameNo) |
Movie | SearchMovieInstance (int stringId, bool recursive=true) |
Movie | SearchMovieInstance (string instanceName, bool recursive=true) |
Movie | SearchMovieInstanceByInstanceId (int instId, bool recursive) |
Movie | Move (float vx, float vy) |
Movie | MoveTo (float vx, float vy) |
Movie | Rotate (float degree) |
Movie | RotateTo (float degree) |
Movie | Scale (float vx, float vy) |
Movie | ScaleTo (float vx, float vy) |
Movie | SetMatrix (Matrix m, float sx=1, float sy=1, float r=0) |
Movie | SetAlpha (float v) |
Movie | SetColorTransform (ColorTransform c) |
Movie | SetRenderingOffset (int rOffset) |
| IObject (LWF lwf, Movie parent, int type, int objId, int instId) |
| IObject (LWF lwf, Movie parent, Type type, int objId, int instId) |
string | GetFullName () |
| Object (LWF lwf, Movie parent, int type, int objId) |
| Object (LWF lwf, Movie parent, Type type, int objId) |
virtual void | Exec (int matrixId=0, int colorTransformId=0) |
bool | IsButton () |
bool | IsMovie () |
bool | IsParticle () |
bool | IsProgramObject () |
bool | IsText () |