Colorful star effect
and very easily to use
use it to makes stars with your cursor,movieclip
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




