[Flashcoders] Re: Copying an embedded sprite

2007-08-10 Thread {reduxdj}
Alan: I just picked up essential actionscript 3 and this sort of issue is addressed on page 657 and already solved my issue. i don't know why adobe left the mx.core.bitmap asset out of flash cs3 all together but at least i learned how to compile flash actionscript 3 with the bare minimum fle

[Flashcoders] Re: Copying an embedded sprite

2007-08-05 Thread Alan Watts
I've never had any problems using this function to return an embedded asset as a bitmap which I can then manipulate or attach. The getQualifiedSuperclassName if-statement is there because I have some assets with scale-9 enabled and they are returned as sprites, so I convert them first. pu