Skip to main content
June 3, 2012
Question

Splash Screen

  • June 3, 2012
  • 1 reply
  • 945 views

Hello,

I an a student. I am assigned to make a game and I have a splash screen i want flash to play before the game. How can I make my splash screen appear. I am using Action Script 2.0. Adobe CS5. 

PS. My splash screen has animation aswell

Thanks

This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
June 3, 2012

what is your "splash screen" (bitmap, movieclip, something else) and where is it (in your flash library, on-stage, outside flash, somewhere else)?

June 3, 2012

my splash screen is a movie clip ... its in a different scene then the rest of the game

kglad
Community Expert
Community Expert
June 3, 2012

it's not a good idea to use scenes with as2.  use frame labels and the goto methods, not functions.

insert a new keyframe at frame 1 and manually move your splash movieclip there.  attach a stop() to that first frame.