# Inigo!

**URL:** https://forum.kirupa.com/t/inigo/6845
**Category:** Uncategorized
**Created:** [October 17, 2002, 5:01pm UTC](https://forum.kirupa.com/t/inigo/6845 "2002-10-17T17:01:56Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![shuga](https://avatars.discourse-cdn.com/v4/letter/s/a9adbd/32.png) [@shuga](https://forum.kirupa.com/u/shuga)
#### Post date: [October 17, 2002, 5:01pm UTC](https://forum.kirupa.com/t/inigo/6845/1 "2002-10-17T17:01:56Z")

</div>

stupid forum keeps pushing my threads off the end before i get to read them

you told me to tell the object to move to certain coordinates after it loads. do i do that in the script that loads it or on the next frame’s actions … or what?

_sigh_ … i am sofa king we todd did

---

<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: [October 17, 2002, 5:14pm UTC](https://forum.kirupa.com/t/inigo/6845/2 "2002-10-17T17:14:56Z")

</div>

do it right after it loads.

---

<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: [October 17, 2002, 5:28pm UTC](https://forum.kirupa.com/t/inigo/6845/3 "2002-10-17T17:28:54Z")

</div>

```auto

onClipEvent (enterFrame) {
	_root.movies.loadMovieNum("2B.swf", 0);
	_root.movies._x=648;
	_root.movies._y=318;
}

```

is there a quick and easy way to figure out exactly where it needs to be … i clicked show rulers and input the values of the center of the clip … and it’s still way off … actually it hardly moved … leading me to believe thats close to it’s original coordinates.

also … normally when i start the 2B movie … it doesnt play … it has a stop aciton on the first frame … but when i load the movie like this it plays … ignoring the stop action. is there a variable i need to put in the AS here that will make it not do that?

thanks very much for your help
