| Package | com.gestureworks.core |
| Class | public class TouchMovieClip |
| Inheritance | TouchMovieClip TouchMovieClipDebugDisplay TouchMovieClipTransform TouchMovieClipGesture TouchMovieClipProcessor TouchMovieClipCluster TouchMovieClipBase flash.display.MovieClip |
| Method | Defined By | ||
|---|---|---|---|
This method is called when the default constructor has finished
and before this object is attached to the stage, or its
prospective parent. | TouchMovieClip | ||
![]() | addtostage(e:Event = null):void | TouchMovieClipDebugDisplay | |
![]() | initDebug():void | TouchMovieClipDebugDisplay | |
![]() | initDebugDisplay():void | TouchMovieClipDebugDisplay | |
![]() | initDebugVars():void | TouchMovieClipDebugDisplay | |
![]() | initGesture():void | TouchMovieClipGesture | |
![]() | initProcessing():void | TouchMovieClipProcessor | |
![]() | initTransform():void | TouchMovieClipTransform | |
![]() | onTouchDown(event:TouchEvent):void
decides how to assign the captured touch point
can pass to parent, self and parent or to self exclusively. | TouchMovieClipBase | |
![]() | updateLocalProperties():void | TouchMovieClipTransform | |
| TouchMovieClip | () | Constructor |
public function TouchMovieClip()This method is called when the default constructor has finished and before this object is attached to the stage, or its prospective parent. You may override this method when creating a subclass of TouchObject to ensure specific paramaters are defined and established.
You do not call this method directly, GestureWorks calls the
preinitialize() method in response to object instantiation.