AQBlink

Kind of class: public class
Package:
Inherits from:
Classpath: org.asaplibrary.util.actionqueue.AQBlink
File last modified: Wednesday, 11 May 2011, 18:51:56
Action method to control the timed blinking (making more or less visible) of a DisplayObject. Options are:
  • Blinking an individual object by periodically setting its alpha values; this makes it possible to let a DisplayObject blink while be visible at the same time
  • Showing and hiding a group of objects by moving their mask clip (this sets the visibility; no alpha values)

Summary

Class properties
Instance methods
  • blink (inDO:DisplayObject, inCount:int, inFrequency:Number, inMaxAlpha:Number, inMinAlpha:Number, inStartAlpha:Number = Number.NaN, inDuration:Number = Number.NaN, inEffect:Function = null) : Function
    • Lets a DisplayObject blink (toggle between 2 alpha values).
  • maskBlink (inDO:DisplayObject, inCount:int, inFrequency:Number, inHideAtStart:Boolean = true, inDuration:Number = Number.NaN, inEffect:Function = null) : Function
    • 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

MASK_OFFSCREEN_X

static MASK_OFFSCREEN_X:Number = -9999(read,write)

Instance methods