trouble with moives and movie clips
ok i have a main movie(swf) and when you click on a button it loads an external(swf) movie (that loads, but doesnt display the buttons right) that movie has buttons that when you click on them it loads an external movie(swf) but its not working right (wont load anything).. they are not loading their frame labels when a button is clicked...
main movie(swf)
-------------------------------------------------------------
p1.onRelease = function() {
trace ("p1 main button as been pressed");
_root.box.gotoAndPlay(2);
box.x = p1._x;
loadMovie("sub1.swf","container")
build.viewButtonholder.gotoAndPlay("p1images");
trace ("p1 slideshow1");
build.viewButtonholder.button1._visible = true;
};
second movie that is loaded into main movie
---------------------------------------------------
viewButtonholder.button1._visible = false;
viewButtonholder.button1.onRelease = function() {
loadMovie("fmx_slideshow2.swf","project").gotoAndPlay("slideshowp1");
trace ("slideshow1 has been clicked");
};
third movie that is getting loaded into the main movie(swf) when you click a button from the second movie(swf)
-----------------------------------------------------
there is a stop action on the first frame and there is frames after that, and they all have frame labels
___________________
-hank D
achievement is something that is learned in time...
