The TouchSpriteBase class is the base class for all touch and gestures enabled
Sprites that require additional display list management.
Properties
mouseChildren="false"
touchChildren="false"
targetParent = "false"
disableNativeTransform = "true"
disableAffineTransform = "true"
gestureEvents = "false"
clusterEvents = "false"
transformEvents = "false"
capture:Boolean Implementation public function get capture():Boolean public function set capture(value:Boolean):voidclusterID: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):voidtargetCurrent:Boolean Implementation public function get targetCurrent():Boolean public function set targetCurrent(value:Boolean):voidtargeting:Boolean 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):voidtargetStack:Boolean
allows touch and gesture events to explicitly target the complete stack of activated
parent touch containers and the target touch object
Implementation public function get targetStack():Boolean public function set targetStack(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():inttraceDebugModeOn:Boolean Implementation public function get traceDebugModeOn():Boolean public function set traceDebugModeOn(value:Boolean):voidpublic var trO:TransformObjectpublic function TouchSpriteBase() public function assignEvent(event:TouchEvent):void
registers assigned touch point globaly and to relevant local clusters
Parameters
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, 02:01 PM -06:00