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 !!
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:
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 …
instance.useHandCursor = true