technoknow
Technical User
I've loaded a mc in Scene 3 with the code:
on (release) {
loadMovieNum("jamieText.swf", 2);
}
In Scene 2 I try to unload it with:
unloadMovieNum(2);
It doesn't unload. I've noticed that the other messages talk about targeting a frame name. So I've tried by naming the mc "text_clip" and then used the code:
_level2.unloadMovie("text_clip"
;
Thanks for your help,
technoknow
on (release) {
loadMovieNum("jamieText.swf", 2);
}
In Scene 2 I try to unload it with:
unloadMovieNum(2);
It doesn't unload. I've noticed that the other messages talk about targeting a frame name. So I've tried by naming the mc "text_clip" and then used the code:
_level2.unloadMovie("text_clip"
Thanks for your help,
technoknow