| Property | Defined By | ||
|---|---|---|---|
| animID : Number | Animation | ||
| animName : String | Animation | ||
| durations : Array | Animation | ||
| framesAcross : Number | Animation | ||
| framesDown : Number | Animation | ||
| imgData : * | Animation | ||
| imgHeight : Number | Animation | ||
| imgWidth : Number | Animation | ||
| looping : Boolean | Animation | ||
| parentID : Number | Animation | ||
| shapes : Array | Animation | ||
| Method | Defined By | ||
|---|---|---|---|
Animation(animID:Number, animName:String, parentID:Number, shapes:Array, looping:Boolean, imgData:*, imgWidth:Number, imgHeight:Number, durations:Array, framesAcross:Number, framesDown:Number) | Animation | ||
| animID | property |
public var animID:Number| animName | property |
public var animName:String| durations | property |
public var durations:Array| framesAcross | property |
public var framesAcross:Number| framesDown | property |
public var framesDown:Number| imgData | property |
public var imgData:*| imgHeight | property |
public var imgHeight:Number| imgWidth | property |
public var imgWidth:Number| looping | property |
public var looping:Boolean| parentID | property |
public var parentID:Number| shapes | property |
public var shapes:Array| Animation | () | Constructor |
public function Animation(animID:Number, animName:String, parentID:Number, shapes:Array, looping:Boolean, imgData:*, imgWidth:Number, imgHeight:Number, durations:Array, framesAcross:Number, framesDown:Number)animID:Number | |
animName:String | |
parentID:Number | |
shapes:Array | |
looping:Boolean | |
imgData:* | |
imgWidth:Number | |
imgHeight:Number | |
durations:Array | |
framesAcross:Number | |
framesDown:Number |