# \[mx\] pls help correct this code

**URL:** https://forum.kirupa.com/t/mx-pls-help-correct-this-code/13936
**Category:** Uncategorized
**Created:** [February 20, 2003, 12:23am UTC](https://forum.kirupa.com/t/mx-pls-help-correct-this-code/13936 "2003-02-20T00:23:33Z")
**Posts on this page:** 2
**Page:** 2

<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: [February 20, 2003, 5:54am UTC](https://forum.kirupa.com/t/mx-pls-help-correct-this-code/13936/21 "2003-02-20T05:54:47Z")

</div>

> P.s. Kax … you are amazing and you can’t believe how grateful i am for all of your help!!

what ? i didn’t do anything !! :stunned:  
but … you’re welcome 😉

😛

going back to the point of this thread …

there’s no reason to wait until the new movie is fully loaded to move the mc … so i’d use something like:

```auto
onMouseDown = function() {
	createEmptyMovieClip ("holder", 8)
	holder.loadMovie ("boxopener.swf")
	holder._x = 400
	holder._y = 70
}

```

besides it would save resources 🙂

and regarding the use of the hand cursor …

```auto
instance.useHandCursor = true

```

---

<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: [February 20, 2003, 2:09pm UTC](https://forum.kirupa.com/t/mx-pls-help-correct-this-code/13936/22 "2003-02-20T14:09:27Z")

</div>

oh you helped plenty. i couldn’t have figured it out without you. thanks for cursor info as well. hopefully i can help you out one day.

:love:  
~ S.Blaze

[Previous page](https://forum.kirupa.com/t/mx-pls-help-correct-this-code/13936.md?page=1)
