Packagecom.whirled.contrib.platformer.game
Classpublic class BackgroundMusicAction
InheritanceBackgroundMusicAction Inheritance EventAction



Protected Properties
 PropertyDefined by
  _crossfade : Boolean = true
BackgroundMusicAction
 Inherited_gctrl : GameController
EventAction
  _loop : Boolean = true
BackgroundMusicAction
  _track : Array
BackgroundMusicAction
Public Methods
 MethodDefined by
  
BackgroundMusicAction
 Inherited
[static]
EventAction
 Inherited
needServer():Boolean
EventAction
  
run():void
BackgroundMusicAction
Property detail
_crossfadeproperty
protected var _crossfade:Boolean = true
_loopproperty 
protected var _loop:Boolean = true
_trackproperty 
protected var _track:Array
Constructor detail
BackgroundMusicAction()constructor
public function BackgroundMusicAction(gctrl:GameController, xml:XML)Parameters
gctrl:GameController
 
xml:XML
Method detail
run()method
public override function run():void