Analytical Perspectives in Game Design
Starting a game
Home ] Up ] Chain of command ] Construct scenario ] Displaying a game to join ] Instantiating new parts of the game ] loading a game ] Selection dialog scenario ] [ Starting a game ]


 

The game does the following on start-up.

  1. Show the user a splash screen.
  2. Start the application control bar.
  3. Remove the splash screen.

Called by:

Prerequisites

None. Not that this means that the game can have multiple copies running on the same machine. I have not decided if this is good or bad.

End results

The object Frame1, which is the application control bar, has been created and initialised and displayed. The object Splash Frame has been hidden and marked for garbage collection.

Things to do:

  1. Change it so that the splash frame does not load so many libraries and hence loads a lot faster.
Step
1 numb.bat new Splash Frame
2a numb.bat new Frame1
2b numb.bat add General Event Listener to Frame1
3 numb.bat dispose Splash Frame
 

22/11/99

 


See also: [Role Playing Games] [Game Engine]
© 1998, 1999 Brian Yap. These pages are available under the GNU licence.