So I made a preloader for the first time using this thread as a guide.
But what happens when I try to load the game is that the screen remains blank for several seconds (so everything can load), THEN the preloader appears, instantly jumps to 100%, and then the game starts.
Obviously this completely ruins the point of having a preloader in the first place. I’ve done some searching around, and it seems that I need to make my content (graphics, sounds, etc.) load on frame two, and the preloader on frame one. Evidently this can be done from within the movie timeline in Adobe Flash. But I’m programming this by hand and using flex to compile it, so I don’t have a little dialog box that lets me change this.
Any advice?