I’m facing a little bit of a dilemma. I’ve created a small game as a Document Class (in Flash CS3), but now I want to add an “Intro” screen to the game, and possibly a high-scores screen. To make this possible, it seems like I will need to create a new Document Class and then have that Document Class create separate instances of the actual game and the high-score screen. But my original game class will no longer work (as it is no longer the document class), because it constantly accesses the stage, and it seems like I can’t access the stage unless it is from a Document Class. I am getting plenty of errors.
Any suggestions?