Load movie from previous movie

I am using the following code to load movies into the same location:

on(release){
loadMovie(“movie_name.swf”,99);
}

How can I load a movie into the location of the movie previously loaded rather than the first location?

Thanks.