Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

loadmovie position

Status
Not open for further replies.

jefargrafx

Instructor
May 24, 2001
273
US
so I can load a jpeg via loadmovie now a days and I can control it's position with _x _y

but if I want to load it and then flip it backwards
like transform flip horizonal or vertical,

can that be done dynamiclly?

if so how?


jef
 
Try a negative _xscale...

container.loadMovie("image.jpg");
container._xscale = -100;

Regards,

cubalibre2.gif
 
yeah, I did this, but got nothing until I pu tthe statement on an onClip(enterFrame)event.....very strange?

maybe cause I'm loading the jpeg into a movie clip

fyi

jef
 
Well "container" is a movie clip in the above!

Regards,

cubalibre2.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top