[mx] pls help correct this code

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 :wink:

:stuck_out_tongue:

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:

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

besides it would save resources :slight_smile:

and regarding the use of the hand cursor …

instance.useHandCursor = true

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