Loadmovie question

_root.loadMovie(_root.gamename, _root.game);

… that is the code im using to load a movie into an empty mc on the main .swf

This code is in a movie that is also loaded from an empty mc in my main .swf

‘gamename’ is defined in the _root movie and ‘game’ is the instance of the empty mc where I want it to load.

However, when the swf loads, it just loads at 0,0 in my main .swf and not where the instance of game is located.

What am I missing here?

Thanks guys.

~ Seretha :love:

well, Seretha, to answer your question, just remove _root. from before the .loadMovie and you’re all good!!

~ Seretha :love:

well thanks for the quick reply Seretha!!.

(dont you love it when you ask a question after trying again and again to figure it out, only to figure it out immediatly after the post)

~ Seretha :love: