here is the problem description again, this time with an example.

i have this action on stage at frame 60
code:

loadMovieNum("web.swf", 6);
stop();



this action on a button
code:

on (release) {
unloadMovieNum(6);
}


if u try to press the button while the movie is preloading the _root for some reason starts to play.

here is the example: link
try to hit the button when mc is preloading
after mc finished preloading the action from button works ok

here are the flas :FLA

Please take a look and tell me what do u think ,cause' i have no idea why this is happening

thank you.