Page 1 of 1

Loadgame error

PostPosted: Wed Dec 19, 2007 9:48 am
by Spidy
i am working in my game FISH DISH i make seperate levels.First i make titlescreen and create start button and go to add event=mouse button down=i choose left button=script editor then first i wrote this

LoadGame("F:\\level.dat");

Its not work an error
the i wrote again this

LoadGame("level.dat");

error again then i wrote this

LoadGame("level"); error again

plz any one help me i will him +1point

Re: Loadgame error

PostPosted: Wed Dec 19, 2007 10:21 am
by Kalladdolf
note that the level.dat must be in the same folder as the titlescreen file.
then actually
LoadGame("level");
should work perfectly.

Re: Loadgame error

PostPosted: Wed Dec 19, 2007 10:21 am
by Spidy
ok ill try

Re: Loadgame error

PostPosted: Wed Dec 19, 2007 10:23 am
by Spidy
ERROR AGAIN :(

Re: Loadgame error

PostPosted: Wed Dec 19, 2007 5:08 pm
by Kalladdolf
could you post a demo?

Re: Loadgame error

PostPosted: Sat Dec 22, 2007 3:42 pm
by Spidy
sorry kall cuz its my first game.Any one help plz :!:

Re: Loadgame error

PostPosted: Sat Dec 22, 2007 3:52 pm
by asmodeus
If it is a *.dat file write "level.dat".

Re: Loadgame error

PostPosted: Fri Dec 28, 2007 8:29 am
by Bee-Ant
To could use LoadGame function :
1. All data must be in the same folder
2. All data must be exported first, .exe, .dat

Re: Loadgame error

PostPosted: Sat Dec 29, 2007 9:04 am
by Spidy
Bee-Ant wrote:To could use LoadGame function :
1. All data must be in the same folder
2. All data must be exported first, .exe, .dat


ok thx