I'm using AS2 and I have a symbol linked to a class that extends MovieClip.

There's a place in the class where the mc gets scaled. Because it extends MovieClip, I didn't bother to use "this", as in "this._yscale = 90". I simply typed "_yscale = 90".

Curiously, without the "this", the command causes the _root movie to be scaled. Seems like a bug. Is this a known issue?
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to