As far as I can figure, "skewing" isn't available in flash right now...
Adjusting the yScale will change the dimensions of a movieclip, for example (Hope my ASCII drawings work!) ___ | | |___| Becomes _ | | |_| When you reduce the _yScale. Skewing horizontally would be adjusting the x coordinates on the top of the movieclip but leaving the ones on the bottom. Skewing a square to the right would result in this: ___ | | |___| Becomes ____ / / /___/ Which I don't believe you would be able to do with a MovieClip. You may be able to achieve these results with drawing simple shapes or maybe using some of the bitmap functionality, but that is way over my head. -Dan -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Omar Fouad Sent: Wednesday, February 28, 2007 11:21 AM To: [email protected] Subject: Re: [Flashcoders] Skewing MovieClip?? i'll try it On 2/28/07, iashido <[EMAIL PROTECTED]> wrote: > > True. > > _yscale = -100 > > > > > > > > > itseveryday.ro > iashido.com > > > > On Feb 28, 2007, at 11:55 AM, dr.ache wrote: > > > Duplicate your MovieClip and try _yscale = -100 ? > > Or do i get you wrong? > > > > > > Omar Fouad schrieb: > > > >> i have a movieClip on my Stage and i need to skew it orizontally > >> by using > >> AS, as in i need to create a reflection effect and i need the > >> movieClip to > >> be mirrored. > >> > >> Any Ideas? > >> > > > > _______________________________________________ > > [email protected] > > 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 > > _______________________________________________ > [email protected] > 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 > -- Omar Fouad - Digital Emotions... Love is always patient and kind. It is never jealous. Love is never boastful nor conceited It is never rude or selfish. It does not take offense and is not resentful. Love takes no pleasure in other people's sins...but delights in the truth. It is always ready to excuse, to trust, to hope... and to endure... whatever comes. _______________________________________________ [email protected] 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 This e-mail and its attachments are intended only for the use of the addressee(s) and may contain privileged, confidential or proprietary information. If you are not the intended recipient, or the employee or agent responsible for delivering the message to the intended recipient, you are hereby notified that any dissemination, distribution, displaying, copying, or use of this information is strictly prohibited. If you have received this communication in error, please inform the sender immediately and delete and destroy any record of this message. Thank you. _______________________________________________ [email protected] 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

