Packagekm.effects.scripted
Classpublic class EffectsEngine
InheritanceEffectsEngine Inheritance flash.display.Sprite
SubclassesE_Bounce, E_From_a_Distance



Public Properties
 PropertyDefined by
  initial_wait : int
EffectsEngine
  loop_delay : int
EffectsEngine
  loop_loops : int
EffectsEngine
  loop_revdir : Boolean
EffectsEngine
  out_effect : Boolean
EffectsEngine
  request_cols : int = 1
EffectsEngine
  request_rows : int = 1
EffectsEngine
  sub_delay : int
EffectsEngine
  sub_order : int
EffectsEngine
Protected Properties
 PropertyDefined by
  $i : int
EffectsEngine
  $mmc : DynamicSprite
EffectsEngine
  $smc : Array
EffectsEngine
  $sub_cnt : int
EffectsEngine
  end_effect : Boolean
EffectsEngine
  request_clones : int = 0
EffectsEngine
  subs_done : Boolean
EffectsEngine
Public Methods
 MethodDefined by
  
ms2fr(ms:int):int
EffectsEngine
  
run(obj:DisplayObject):void
EffectsEngine
Protected Methods
 MethodDefined by
  
main_effect(mc:*, frame:int):void
EffectsEngine
  
main_init(mc:*):void
EffectsEngine
  
setup():void
EffectsEngine
  
sub_effect(mc:*, frame:int):void
EffectsEngine
  
sub_init(mc:*):void
EffectsEngine
Property detail
$iproperty
protected var $i:int
$mmcproperty 
protected var $mmc:DynamicSprite
$smcproperty 
protected var $smc:Array
$sub_cntproperty 
protected var $sub_cnt:int
end_effectproperty 
protected var end_effect:Boolean
initial_waitproperty 
public var initial_wait:int
loop_delayproperty 
public var loop_delay:int
loop_loopsproperty 
public var loop_loops:int
loop_revdirproperty 
public var loop_revdir:Boolean
out_effectproperty 
public var out_effect:Boolean
request_clonesproperty 
protected var request_clones:int = 0
request_colsproperty 
public var request_cols:int = 1
request_rowsproperty 
public var request_rows:int = 1
sub_delayproperty 
public var sub_delay:int
sub_orderproperty 
public var sub_order:int
subs_doneproperty 
protected var subs_done:Boolean
Method detail
main_effect()method
protected function main_effect(mc:*, frame:int):voidParameters
mc:*
 
frame:int
main_init()method 
protected function main_init(mc:*):voidParameters
mc:*
ms2fr()method 
public function ms2fr(ms:int):intParameters
ms:int

Returns
int
run()method 
public function run(obj:DisplayObject):voidParameters
obj:DisplayObject
setup()method 
protected function setup():void
sub_effect()method 
protected function sub_effect(mc:*, frame:int):voidParameters
mc:*
 
frame:int
sub_init()method 
protected function sub_init(mc:*):voidParameters
mc:*