Packageorg.flixel.system
Classpublic class FlxReplay
InheritanceFlxReplay Inheritance Object



Public Properties
 PropertyDefined By
  finished : Boolean
FlxReplay
  frame : int
FlxReplay
  frameCount : int
FlxReplay
  seed : Number
FlxReplay
Protected Properties
 PropertyDefined By
  _capacity : int
FlxReplay
  _frames : Array
FlxReplay
  _marker : int
FlxReplay
Public Methods
 MethodDefined By
  
FlxReplay
  
create(Seed:Number):void
FlxReplay
  
destroy():void
FlxReplay
  
load(FileContents:String):void
FlxReplay
  
FlxReplay
  
FlxReplay
  
rewind():void
FlxReplay
  
save():String
FlxReplay
Protected Methods
 MethodDefined By
  
init():void
FlxReplay
Property Detail
_capacityproperty
protected var _capacity:int

_framesproperty 
protected var _frames:Array

_markerproperty 
protected var _marker:int

finishedproperty 
public var finished:Boolean

frameproperty 
public var frame:int

frameCountproperty 
public var frameCount:int

seedproperty 
public var seed:Number

Constructor Detail
FlxReplay()Constructor
public function FlxReplay()



Method Detail
create()method
public function create(Seed:Number):void

Parameters

Seed:Number

destroy()method 
public function destroy():void

init()method 
protected function init():void

load()method 
public function load(FileContents:String):void

Parameters

FileContents:String

playNextFrame()method 
public function playNextFrame():void

recordFrame()method 
public function recordFrame():void

rewind()method 
public function rewind():void

save()method 
public function save():String

Returns
String