The GridLayerEvent class defines events that are associated with the GridLayer class.
These include the following events:
GridLayerEvent.LOAD_START: dispatched when
GridLayerEvent.LOAD_PROGRESS: dispatched when
GridLayerEvent.LOAD_COMPLETE: dispatched when the
loadedTiles:Number [read-only]Implementation
public function get loadedTiles():Number
totalTiles:Number [read-only]Implementation
public function get totalTiles():Number
public function GridLayerEvent(type:String, totalTiles:Number, loadedTiles:Number, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
| type:String |
| |
| totalTiles:Number |
| |
| loadedTiles:Number |
| |
| bubbles:Boolean (default = false) |
| |
| cancelable:Boolean (default = false) |
public override function clone():Event
Returns
public static const LOAD_COMPLETE:String = "loadComplete"
public static const LOAD_PROGRESS:String = "loadProgress"
public static const LOAD_START:String = "loadStart"
© 2007-2009 advanced flash components