AQBlink

Kind of class:class
Inherits from:none
Author:Arthur Clemens
Classpath:org.asapframework.util.actionqueue.AQBlink
File last modified:Thursday, 12 October 2006, 11:19:40
ActionQueue methods to make a movieclip blink.

Summary


Class properties
  • START_VALUE : Number
    • Start animation value to be returned to the perform function.
  • END_VALUE : Number
    • End animation value to be returned to the perform function.
  • PI2 : Number
  • MASK_OFFSCREEN_X : Number
Class methods
  • blink (inMC:MovieClip, inCount:Number, inFrequency:Number, inMaxAlpha:Number, inMinAlpha:Number, inStartAlpha:Number, inDuration:Number, inEffect:Function) : ActionQueuePerformData
  • maskBlink (inMC:MovieClip, inCount:Number, inFrequency:Number, inHideAtStart:Boolean, inDuration:Number, inEffect:Function) : ActionQueuePerformData
    • When you have multiple objects that should simply be hidden while blinking, a simple solution is to use a mask and put all objects under the mask.

Class properties

END_VALUE

static private END_VALUE:Number = 1
(read)

End animation value to be returned to the perform function.

MASK_OFFSCREEN_X

static MASK_OFFSCREEN_X:Number = -9999
(read)

PI2

static private PI2:Number = 2 * Math.PI
(read)

START_VALUE

static private START_VALUE:Number = 0
(read)

Start animation value to be returned to the perform function.

Class methods