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

How to position the x,y coordinates of movie when using loadmovie

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I'd like to use the loadmovie with levels but I want the movie I'm loading to appear in a specific place like at the bottom of the root... is it possible to indicate X Y coordinates... How do I code it? I've been trying some but it always gives me errors..
 
Best way to do this is to load the new movie into a target movieclip on the existing level:

loadMovie("newMovie.swf","targetClip");

Is all the code you need - the new movie will load into the movieclip with its top left corner aligned with the target clip's registration point. Slainte

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top