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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

indicating x & y values using loadMovie

Status
Not open for further replies.

whoknows361

Technical User
Sep 22, 2005
228
0
0
US
I am using the following :
Code:
_root.picone.picloader_mc.picloader.loadMovie(pic1[k]);

is there a way to indicate a x & y value of this pic1[k]?

I have seen this before - but am not sure how to do.
 
It's always (0, 0) relative to the MovieClip you're loading the picture. If you want to know where "picloader" is located on Stage, use "localToGlobal()", or you can work it out by: [tt]picone._x + picloader_mc._x + picloader._x[/tt].

Kenneth Kawamoto
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top