I made the opening scene in a different flash document, so in order to link this scene to the rest of the game, I had to put this actionscript onto the Play button:
on (press) {
_root.loadMovie("FEEDING PANDA etc.swf");
}
I also used a Transition effect on the text which makes it swirl in at the beginning.