Packagecom.gestureworks.core
Classpublic class TouchMovieClipBase
InheritanceTouchMovieClipBase Inheritance flash.display.MovieClip
Subclasses TouchMovieClipCluster

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"
	 



Public Properties
 PropertyDefined By
  clusterID : int
TouchMovieClipBase
  cml : XMLList
TouchMovieClipBase
  cml_item : Boolean
TouchMovieClipBase
  cO : ClusterObject
TouchMovieClipBase
  dN : Number
[read-only]
TouchMovieClipBase
  GESTRELIST_UPDATE : String = gestureList update
[static]
TouchMovieClipBase
  gestureList : Object
TouchMovieClipBase
  gml : XMLList
TouchMovieClipBase
  gO : GestureObject
TouchMovieClipBase
  N : int
[read-only]
TouchMovieClipBase
  pO : ProcessObject
TouchMovieClipBase
  point : *
TouchMovieClipBase
  pointArray : Array
[read-only]
TouchMovieClipBase
  pointCount : int
TouchMovieClipBase
  targeting : Boolean
turns off targeting
TouchMovieClipBase
  targetParent : Boolean
TouchMovieClipBase
  tiO : TimelineObject
TouchMovieClipBase
  touchChildren : Boolean
TouchMovieClipBase
  touchObjectID : int
[read-only]
TouchMovieClipBase
  trace_debug_mode : Boolean = false
TouchMovieClipBase
  traceDebugModeOn : Boolean
TouchMovieClipBase
  trO : TransformObject
TouchMovieClipBase
Public Methods
 MethodDefined By
  
TouchMovieClipBase
  
onTouchDown(event:TouchEvent):void
decides how to assign the captured touch point can pass to parent, self and parent or to self exclusively.
TouchMovieClipBase
Property Detail
clusterIDproperty
clusterID:int


Implementation
    public function get clusterID():int
    public function set clusterID(value:int):void
cmlproperty 
public var cml:XMLList

cml_itemproperty 
cml_item:Boolean


Implementation
    public function get cml_item():Boolean
    public function set cml_item(value:Boolean):void
cOproperty 
public var cO:ClusterObject

dNproperty 
dN:Number  [read-only]


Implementation
    public function get dN():Number
GESTRELIST_UPDATEproperty 
public static var GESTRELIST_UPDATE:String = gestureList update

gestureListproperty 
gestureList:Object


Implementation
    public function get gestureList():Object
    public function set gestureList(value:Object):void
gmlproperty 
public var gml:XMLList

gOproperty 
public var gO:GestureObject

Nproperty 
N:int  [read-only]


Implementation
    public function get N():int
pOproperty 
public var pO:ProcessObject

pointproperty 
public var point:*

pointArrayproperty 
pointArray:Array  [read-only]


Implementation
    public function get pointArray():Array
pointCountproperty 
pointCount:int


Implementation
    public function get pointCount():int
    public function set pointCount(value:int):void
targetingproperty 
targeting:Boolean

turns off targeting


Implementation
    public function get targeting():Boolean
    public function set targeting(value:Boolean):void
targetParentproperty 
targetParent:Boolean


Implementation
    public function get targetParent():Boolean
    public function set targetParent(value:Boolean):void
tiOproperty 
public var tiO:TimelineObject

touchChildrenproperty 
touchChildren:Boolean


Implementation
    public function get touchChildren():Boolean
    public function set touchChildren(value:Boolean):void
touchObjectIDproperty 
touchObjectID:int  [read-only]


Implementation
    public function get touchObjectID():int
trace_debug_modeproperty 
public var trace_debug_mode:Boolean = false

traceDebugModeOnproperty 
traceDebugModeOn:Boolean


Implementation
    public function get traceDebugModeOn():Boolean
    public function set traceDebugModeOn(value:Boolean):void
trOproperty 
public var trO:TransformObject

Constructor Detail
TouchMovieClipBase()Constructor
public function TouchMovieClipBase()



Method Detail
onTouchDown()method
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

event:TouchEvent