| Property | Defined by | ||
|---|---|---|---|
| bd : BitmapData | BitmapParallax | ||
| blend : Boolean = true | BitmapParallax | ||
| pt : Point | BitmapParallax | ||
| rect : Rectangle | BitmapParallax | ||
| updated : Boolean = true | BitmapParallax | ||
| Property | Defined by | ||
|---|---|---|---|
| _scaleX : Number | BitmapParallax | ||
| _scaleY : Number | BitmapParallax | ||
| _tileY : Boolean | BitmapParallax | ||
| Method | Defined by | ||
|---|---|---|---|
|
BitmapParallax(disp:DisplayObject, sX:int = 1, sY:int = 1, oX:int = 0, oY:int = 0, tileY:Boolean = false)
| BitmapParallax | ||
|
redraw(dest:BitmapData):void
| BitmapParallax | ||
|
shutdown():void
| BitmapParallax | ||
|
update(nX:Number, nY:Number):void
| BitmapParallax | ||
| bd | property |
public var bd:BitmapData
| blend | property |
public var blend:Boolean = true
| pt | property |
public var pt:Point
| rect | property |
public var rect:Rectangle
| _scaleX | property |
protected var _scaleX:Number
| _scaleY | property |
protected var _scaleY:Number
| _tileY | property |
protected var _tileY:Boolean
| updated | property |
public var updated:Boolean = true
| BitmapParallax | () | constructor |
public function BitmapParallax(disp:DisplayObject, sX:int = 1, sY:int = 1, oX:int = 0, oY:int = 0, tileY:Boolean = false)Parameters
disp:DisplayObject |
|
sX:int (default = 1) |
|
sY:int (default = 1) |
|
oX:int (default = 0) |
|
oY:int (default = 0) |
|
tileY:Boolean (default = false) |
| redraw | () | method |
public function redraw(dest:BitmapData):voidParameters
dest:BitmapData |
| shutdown | () | method |
public function shutdown():void
| update | () | method |
public function update(nX:Number, nY:Number):voidParameters
nX:Number |
|
nY:Number |