Package | com.joebillman.fx |
Class | public class ShineRectangle |
Inheritance | ShineRectangle ![]() |
Method | Defined 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 |
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)
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 )
|
startShine | () | method |
public function startShine():void
stopShine | () | method |
public function stopShine():void