| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Mar 2001
Posts: 166
|
Hey all,
Can someone tell me how to flip an object horizontally or vertically instead of having it rotate clockwise or CCW... thanks |
|
|
|
|
|
#2 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
A neat trick posted a by a user is:
_root.object._xscale = -1; Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Mar 2001
Posts: 166
|
Jesse,
Do you have a link for the original post for that expression... I'm not sure if I'm placing it in the wrong parameter because it isn't working.. I'm doing something wrong, but just don't know what it is heh.. |
|
|
|
|
|
#4 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
That could be because I wront the wrong code
(left out the * )try: _root.object._xscale *= -1; Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Database simulated with arrays on a cd-rom | lecasn5 | Components | 61 | 09-07-2004 12:40 PM |
| PIXELWIT flipping page book changes | happyjime | ActionScript 2.0 | 4 | 08-14-2004 01:09 PM |
| enterframe and load and objects, oh my! | dice | ActionScript 1.0 (and below) | 13 | 07-18-2003 12:07 PM |