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
Tags: flash, actionscript, flash components
Download
Get the Full Version of
|