Be a Supporter!

Preloader

  • 256 Views
  • 2 Replies
New Topic Respond to this Topic
jackkyboy
jackkyboy
  • Member since: Aug. 2, 2008
  • Offline.
Forum Stats
Member
Level 06
Game Developer
Preloader 2009-03-29 23:20:44 Reply

Okay, I need to add a preloader to my flash game. which I have one, but I forgot to add one in the beginning and everytime I drag it to the first frame, it just goes to the 2nd frame, but the 1st frame has the beginning of my game, and everything gets switched over, I mean It's really hard to explain how do I add a preloader without messing my game up?

oh I also have different scenes but that shouldn't matter shoud it?


smiles

XDuradinX
XDuradinX
  • Member since: Oct. 4, 2008
  • Offline.
Forum Stats
Member
Level 08
Blank Slate
Response to Preloader 2009-03-30 02:20:44 Reply

I just learned how to apply the preloader, and from what I know you need to move all your frames in the first scene to frame 2 (so blank keyframes are all on frame 1), and then you copy/paste the/your preloader onto the first frame.


Yeah... that's my sig :)

BBS Signature
Mattster
Mattster
  • Member since: Nov. 21, 2007
  • Offline.
Forum Stats
Member
Level 20
Game Developer
Response to Preloader 2009-03-30 06:42:33 Reply

1. Make a new scene
2. Go to Window > Other Panels > Scenes
3. Drag the new scene to the top and name it preloader.
4. Paste your preloader.
5. (optional) edit the preloader to say gotoAndPlay("game", 1);
otherwise you might have a quick flash of white.

But basically, it should not mess up, as long it is at the first frame of the whole file.
-Matt

At 3/29/09 11:20 PM, jackkyboy wrote: Okay, I need to add a preloader to my flash game. which I have one, but I forgot to add one in the beginning and everytime I drag it to the first frame, it just goes to the 2nd frame, but the 1st frame has the beginning of my game, and everything gets switched over, I mean It's really hard to explain how do I add a preloader without messing my game up?

oh I also have different scenes but that shouldn't matter shoud it?