Hi
I'm trying to apply a decorator to a movieclip  instance that is manually 
placed on the stage.
 

Normally, when applying a decorator, you simply instantiate a new concrete
component like so

var concreteComponent:abstractComponent

concreteComponent= new concreteDecorator(concreteComponent);

where concreteComponent refers to the instance of the component you wish to
decorate.

But what if this component is manually authored and placed on the stage before
compiling?


[f] www.flickr.com/photos/bitstream
[c] 416.668.0034
[w] www.bitstream.ca
--------------------------------------------
"...all improvisation is life in search of a style."
             - Bruce Mau,'LifeStyle'
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to