Re: [Flashcoders] adding filter to the stage.

2007-05-06 Thread Alain Rousseau
to reference the current MovieClip you can use the this statement. If you put that code on a frame of the timeline, it will reference the whole flash Movie thus applying the BlurFilter to it and all containing movie clips (in theory). it would be the same as writing _level0 or _root but don't

[Flashcoders] adding filter to the stage.

2007-05-04 Thread Gustavo Duenas
hi Guys, I've been thinking of this, is possible to add a filter to the stage? like: stageBlur:BlurFilter = new BlurFilter(); stage.filters=[stageBlur]; I don't know maybe I'm looking for something crazy, but I'd appreciate any input you would have guys. regards Gustavo Duenas