The TouchMovieClipBase class is the base class for all touch and gestures enabled
MovieClips that require additional display list management.
Properties
mouseChildren="false"
touchChildren="false"
targetParent = "false"
disableNativeTransform = "true"
disableAffineTransform = "true"
gestureEvents = "false"
clusterEvents = "false"
transformEvents = "false"
clusterID:int Implementation public function get clusterID():int public function set clusterID(value:int):voidcml_item:Boolean Implementation public function get cml_item():Boolean public function set cml_item(value:Boolean):voidpublic var cO:ClusterObjectdN:Number [read-only]
Implementation public function get dN():Numberpublic static var GESTRELIST_UPDATE:String = gestureList updategestureList:Object Implementation public function get gestureList():Object public function set gestureList(value:Object):voidpublic var gO:GestureObjectN:int [read-only]
Implementation public function get N():intpublic var pO:ProcessObjectpointArray:Array [read-only]
Implementation public function get pointArray():ArraypointCount:int Implementation public function get pointCount():int public function set pointCount(value:int):voidtargeting:Boolean
turns off targeting
Implementation public function get targeting():Boolean public function set targeting(value:Boolean):voidtargetParent:Boolean
Implementation public function get targetParent():Boolean public function set targetParent(value:Boolean):voidpublic var tiO:TimelineObjecttouchChildren:Boolean Implementation public function get touchChildren():Boolean public function set touchChildren(value:Boolean):voidtouchObjectID:int [read-only]
Implementation public function get touchObjectID():intpublic var trace_debug_mode:Boolean = falsetraceDebugModeOn:Boolean Implementation public function get traceDebugModeOn():Boolean public function set traceDebugModeOn(value:Boolean):voidpublic var trO:TransformObjectpublic function TouchMovieClipBase() public function onTouchDown(event:TouchEvent):void
decides how to assign the captured touch point
can pass to parent, self and parent or to self exclusively.
Parameters
Tue Apr 10 2012, 01:16 PM -06:00