Packageorg.wak.baseoneonline.flash.map
Classpublic class MapView
InheritanceMapView Inheritance flash.display.Shape



Public Methods
 MethodDefined by
  
MapView(map:TileMap, tileSize:Number)
MapView
  
draw():void
MapView
  
Highlight(pTileX:int, pTileY:int):void
MapView
  
Unhighlight(pTileX:int, pTileY:int, pArray:Array = null):void
MapView
Constructor detail
MapView()constructor
public function MapView(map:TileMap, tileSize:Number)Parameters
map:TileMap
 
tileSize:Number
Method detail
draw()method
public function draw():void
Highlight()method 
public function Highlight(pTileX:int, pTileY:int):voidParameters
pTileX:int
 
pTileY:int
Unhighlight()method 
public function Unhighlight(pTileX:int, pTileY:int, pArray:Array = null):voidParameters
pTileX:int
 
pTileY:int
 
pArray:Array (default = null)