Colorful star effect and very easily to use.

Advance Star Effect V2 1.0

  • Author: FlashComponents
  • Languages: English
  • Supported OS: Win98 / WinME / WinXP / Windows2000 / Windows2003 / Windows Vista Home Premium / Windows Vista Home Basic x64 / Wi
  • Price: $5.00
Colorful star effect and very easily to use. Make stars with your cursor.


Set color of stars:
StarEffect.color = 0xFF00FF

Unset color of stars:
StarEffect.color = null

To make stars with a target,you can trace many item at same time:
StarEffect.traceTarget(a_mc)
StarEffect.traceTarget(b_mc)

Unset star with a target:
StarEffect.untraceTarget(a_mc)
StarEffect.traceTarget(b_mc)

Make star on mousemouse:
StarEffect.atMouseMove = true

Make star on mouseDown:
StarEffect.atMouseDown = true

Make star on mouseUp:
StarEffect.atMouseUp = true