I have a index.swf loaded into a level on my main timeline.

loadMovieNum (index.swf, 2)

This loades fine. I need the index.swf to stop the main timeline it is loaded in. this is the code i have used before and it worked, this time it does not.

on (release) {
_root.level0.stop();
}

Please help. thanks

Dawn