Packagecom.joebillman.fx
Classpublic class ShineRectangle
InheritanceShineRectangle Inheritance flash.display.Sprite



Public Methods
 MethodDefined By
  
ShineRectangle(target:MovieClip, color:Array = null, speed:uint = 10, intensity:uint = 20, blur:uint = 10, shineWidth:uint = 50, degree:uint = 45, hasGlow:Boolean = true, hasShimmer:Boolean = true, shimmerTransparency:Number = .1, loop:Boolean = false, autoStart:Boolean = false)
ShineRectangle
  
startShine():void
ShineRectangle
  
stopShine():void
ShineRectangle
Constructor Detail
ShineRectangle()Constructor
public function ShineRectangle(target:MovieClip, color:Array = null, speed:uint = 10, intensity:uint = 20, blur:uint = 10, shineWidth:uint = 50, degree:uint = 45, hasGlow:Boolean = true, hasShimmer:Boolean = true, shimmerTransparency:Number = .1, loop:Boolean = false, autoStart:Boolean = false)



Parameters
target:MovieClip
 
color:Array (default = null)
 
speed:uint (default = 10)
 
intensity:uint (default = 20)
 
blur:uint (default = 10)
 
shineWidth:uint (default = 50)
 
degree:uint (default = 45)
 
hasGlow:Boolean (default = true)
 
hasShimmer:Boolean (default = true)
 
shimmerTransparency:Number (default = .1)
 
loop:Boolean (default = false)
 
autoStart:Boolean (default = false)
Method Detail
startShine()method
public function startShine():void

stopShine()method 
public function stopShine():void