Ok so here it is
i have the main swf file with buttons on it…then i have a button you click to load an external swf file into a movie clip called content. Loaded using loadmovie()
i am trying to get buttons on the main swf to change wats happening in the externally loaded swf clip.
i cant get the code right i dont know what im doing wrong, i think it might be levels im unsure…
basically all i want is the loaded swf to goto another frame, should be simple but for some reason im more simple than simple and cant get it to work:
on (press) {
_root.content.mc_suit_top.gotoAndStop(2);
}
can someome plz help me out