by Just4Fun » Fri Jan 28, 2005 2:55 am
Hi Micro:
When you use the LoadGame( ); function the name of your game goes between the parenthisis. So whatever name you used to save your jump game is the name that goes between the parenthesis.
Make sure that you use quotation marks around the name of your game. In my syntax example I used "My Game" only to give you an example of a game name.
And, don't forget the semicolon at the end of the function call...
LoadGame("JumpGame"); //Where "JumpGame" is the name of your own game.
HTHs...
I've learned that I still have a lot to learn.
** Makslane == Genious **