What's new
Photoshop Gurus Forum

Welcome to Photoshop Gurus forum. Register a free account today to become a member! It's completely free. Once signed in, you'll enjoy an ad-free experience and be able to participate on this site by adding your own topics and posts, as well as connect with other members through your own private inbox!

Reply to thread

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.


What is our favorite program/app? (Hint - it begins and ends with the letter P)
Back
Top