I first created a little game. I set up the game so that after certain amounts of time, specific things would happen. I called this layout page "game". For example, in the game:
1. After 5 seconds, it will play sound1
2. After 10 seconds, it will play sound2
AFTER I set up the 'game' page, I then created the intro/title page... I set it up so that once they are on the title page, they hit a button and it brings them to 'game' page... but once they get there, all of the time is screwed up -- since the game already thinks certain time has already passed (while it was sitting on the title screen). Therefore...
HOW CAN I SET UP THE GAME SO THAT WHEN THE ACTUAL GAME PAGE BEGIN, IT STARTS FROM 0 SECONDS.. AS IF IT WAS THE VERY FIRST PAGE IN THE GAME?