Extended instead of MovieClip to provide shortcuts for commonly used functions
public function AbstractMovieClip()
protected function added(evt:Event):voidParameters
protected function addEvent(item:EventDispatcher, type:String, listener:Function, weakReference:Boolean = true, priority:int = 0):voidParameters
| item:EventDispatcher |
| |
| type:String |
| |
| listener:Function |
| |
| weakReference:Boolean (default = true) |
| |
| priority:int (default = 0) |
public function dispose():void
protected function removed(evt:Event):voidParameters
protected function removeEvent(item:EventDispatcher, type:String, listener:Function):voidParameters
| item:EventDispatcher |
| |
| type:String |
| |
| listener:Function |
protected function removeIfExists(child:DisplayObject, container:DisplayObjectContainer):voidParameters
| child:DisplayObject |
| |
| container:DisplayObjectContainer |
protected function resize(evt:Event = null):voidParameters
| evt:Event (default = null) |
chris@acleveraddress.com - 2010