Answered
loadmovienum and gotoandplay help
hi, my question is basically simple, it's just a GotoAndPlay
from a LoadMovieNum... how can I trigger the button to control the
main movie?
here's the scenario:
I have a movie called BgAndMenu.swf who has labels on frames 1, 50, and 100 named start, mid, and end respectively. Then it basically stops to frame 25 with a stop() actionscript then triggers another movie named content1.swf, the actionscript is LoadMovieNum content1.swf level 10. everything loads fine.
then on the content1.swf, there is a button that should trigger the movie to unload and basically should move the BgAndMenu.swf to the frame labeled mid. I can;t get it to happen this is the one I tried on content1.swf's button:
ist line on release (mouse event)
2nd line GotoAndPlay > frame label > mid
3rd line unloadmovienum > level > 10
when i hit the button, it unloads the content1.swf movie but doesn't move the main movie to frame "mid" I got the idea the button only tried to locate the frame mid on the content1.swf itself and not the BgAndMenu.swf
How do I make it possible? thanks!
here's the scenario:
I have a movie called BgAndMenu.swf who has labels on frames 1, 50, and 100 named start, mid, and end respectively. Then it basically stops to frame 25 with a stop() actionscript then triggers another movie named content1.swf, the actionscript is LoadMovieNum content1.swf level 10. everything loads fine.
then on the content1.swf, there is a button that should trigger the movie to unload and basically should move the BgAndMenu.swf to the frame labeled mid. I can;t get it to happen this is the one I tried on content1.swf's button:
ist line on release (mouse event)
2nd line GotoAndPlay > frame label > mid
3rd line unloadmovienum > level > 10
when i hit the button, it unloads the content1.swf movie but doesn't move the main movie to frame "mid" I got the idea the button only tried to locate the frame mid on the content1.swf itself and not the BgAndMenu.swf
How do I make it possible? thanks!