ChrisHPZ
Power User
- Messages
- 371
- Likes
- 61
Hey everyone, how we doing. I'm working on something that has to do with the AS3 glow filter. What I want is to apply a glow filter to a movie clip using AS3 and animate it. Sounds simple enough right?
var symbolName:GlowFilter = new GlowFilter();
symbolName.addEventListener(Event.ENTER_FRAME, functionNameHere);
function functionNameHere(event:Event):void
{
animate.glowFilter.Here
}
I can get the glow filter applied, but I can't seem to animate it. Can anyone help or direct me to a decent resource? I'm using Flash CS5. Thanks community.
var symbolName:GlowFilter = new GlowFilter();
symbolName.addEventListener(Event.ENTER_FRAME, functionNameHere);
function functionNameHere(event:Event):void
{
animate.glowFilter.Here
}
I can get the glow filter applied, but I can't seem to animate it. Can anyone help or direct me to a decent resource? I'm using Flash CS5. Thanks community.