| Package | com.afcomponents.umap.events |
| Class | public class MapLoadEvent |
| Inheritance | MapLoadEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| currentTile : uint [read-only]
| MapLoadEvent | ||
| totalTiles : uint [read-only]
| MapLoadEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
MapLoadEvent(type:String, currentTile:uint, totalTiles:uint, bubbles:Boolean = false, cancelable:Boolean = false)
| MapLoadEvent | ||
|
clone():Event
| MapLoadEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| MAP_LOAD_COMPLETE : String = "mapLoadComplete" [static]
| MapLoadEvent | ||
| MAP_LOAD_PROGRESS : String = "mapLoadProgress" [static]
| MapLoadEvent | ||
| MAP_LOAD_START : String = "mapLoadStart" [static]
| MapLoadEvent | ||
| currentTile | property |
currentTile:uint [read-only]Implementation
public function get currentTile():uint
| totalTiles | property |
totalTiles:uint [read-only]Implementation
public function get totalTiles():uint
| MapLoadEvent | () | constructor |
public function MapLoadEvent(type:String, currentTile:uint, totalTiles:uint, bubbles:Boolean = false, cancelable:Boolean = false)Parameters
type:String |
|
currentTile:uint |
|
totalTiles:uint |
|
bubbles:Boolean (default = false) |
|
cancelable:Boolean (default = false) |
| clone | () | method |
public override function clone():EventReturns
Event |
| MAP_LOAD_COMPLETE | constant |
public static const MAP_LOAD_COMPLETE:String = "mapLoadComplete"
| MAP_LOAD_PROGRESS | constant |
public static const MAP_LOAD_PROGRESS:String = "mapLoadProgress"
| MAP_LOAD_START | constant |
public static const MAP_LOAD_START:String = "mapLoadStart"