class flixel.animation.FlxBaseAnimation implements IFlxDestroyable

Available on all platforms

... * @author Zaphod

Instance Fields

var curIndex:Int

Keeps track of the current index into the tile sheet based on animation or rotation. * Allow access to private var from FlxAnimationController.

var name:String

String name of the animation (e.g. "walk")

var parent:FlxAnimationController

Animation controller this animation belongs to

function new(Parent:FlxAnimationController, Name:String):Void

function destroy():Void

function update():Void