I have a few files that i want to link together as mini games with a menu. b/c of the code, I can't move the frames like I normally would. How do I make this work? I think I can do a goto sceen or something.
From what I gather, you have the minigames all as a seperate .swf? In that case, import it to stage and then use gotoandstop... should stop at the specific frame, but still allow the minigame to play
It should be right under file > -something- > import to stage. Can't remember exactly what it was, but it should be just below the center of the file dropdown.
You could either dynamically load them, or you can make a movievlip that contains each game and put them on separate frames of the stage and just perform simple goto and stops.