# Aligning loadmovie target

**URL:** https://forum.kirupa.com/t/aligning-loadmovie-target/470
**Category:** Uncategorized
**Created:** [July 18, 2002, 12:13pm UTC](https://forum.kirupa.com/t/aligning-loadmovie-target/470 "2002-07-18T12:13:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Spineshanker](https://avatars.discourse-cdn.com/v4/letter/s/76d3ee/32.png) [@Spineshanker](https://forum.kirupa.com/u/Spineshanker)
#### Post date: [July 18, 2002, 12:13pm UTC](https://forum.kirupa.com/t/aligning-loadmovie-target/470/1 "2002-07-18T12:13:08Z")

</div>

hey everybody, i hope u can help me.

On one of my navigation buttons i want to load a movie when clicked into a specific target box the same size as the new movie, but when i just i click on it, the new movie loads into the corner of the screen (its looks like the top left of the new movie starts pretty close to the center point the target box, so that might be it) however i have changed the center point around a few times and still no difference.

this is my code anyway

on (release) {  
loadMovie(“My\_profile\_Movie.swf”, “target”);  
}

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [July 18, 2002, 2:34pm UTC](https://forum.kirupa.com/t/aligning-loadmovie-target/470/2 "2002-07-18T14:34:32Z")

</div>

once your movie is loaded, just position it where you want

newmc.\_x=200;  
newmc.\_y=200;

or… load your movie into an empty movie clip and the loaded movie will assume the location properties of the emtpy mc.

Good luck!
