| Package | org.wak.character.display |
| Class | public class Animation |
| Property | Defined by | ||
|---|---|---|---|
| behaviour : String [read-only]
| Animation | ||
| cols : int [read-only]
Animation Columns in the case of a tiled Bitmap
| Animation | ||
| flipH : Boolean [read-only]
Flip Horizontal
| Animation | ||
| flipV : Boolean [read-only]
Flip Vertical
| Animation | ||
| offsetX : Number [read-only]
Horizontal offset of the animation inside the character display.
| Animation | ||
| offsetY : Number [read-only]
Vertical offset of the animation inside the character display.
| Animation | ||
| resourceId : String [read-only]
The id of the Bitmap or MovieClip behind this animation.
| Animation | ||
| rows : int [read-only]
Animation Rows in the case of a tiled Bitmap
| Animation | ||
| behaviour | property |
behaviour:String [read-only]Implementation
public function get behaviour():String
See also
| cols | property |
cols:int [read-only]Animation Columns in the case of a tiled Bitmap
Implementation public function get cols():int
| flipH | property |
flipH:Boolean [read-only]Flip Horizontal
Implementation public function get flipH():Boolean
| flipV | property |
flipV:Boolean [read-only]Flip Vertical
Implementation public function get flipV():Boolean
| offsetX | property |
offsetX:Number [read-only]Horizontal offset of the animation inside the character display.
Implementation public function get offsetX():Number
| offsetY | property |
offsetY:Number [read-only]Vertical offset of the animation inside the character display.
Implementation public function get offsetY():Number
| resourceId | property |
resourceId:String [read-only]The id of the Bitmap or MovieClip behind this animation.
Implementation public function get resourceId():String
| rows | property |
rows:int [read-only]Animation Rows in the case of a tiled Bitmap
Implementation public function get rows():int
| Animation | () | constructor |
public function Animation(pAnimXML:XML)Parameters
pAnimXML:XML |
| toString | () | method |
public function toString():String
Returns
String |