See I have a component which sets some movieClips _xscale and _yscale.

It works fine with MovieClip that contain vector graphics because they
scale nicely.

But with bitmap Graphics, scaling looks bad.

So I wanted to extend the movieClip class and override the _xscale and
_yscale setters so that instead of having the actual clip scale, a
smooth bimapData would be drawn at the new scale.



BLITZ | Patrick Matte - 310-551-0200 x214


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Patrick
Matte | BLITZ
Sent: Thursday, January 18, 2007 3:33 PM
To: Flashcoders mailing list
Subject: [Flashcoders] Override _xscale and _yscale setter in AS2

In AS2, is it possible to override the _xscale and _yscale setter in a
subclass of MovieClip ?
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to