Page 1 of 1

How can I do the F2-effect?

PostPosted: Sat Jan 21, 2006 8:45 pm
by Troodon
How can I do, that when I press the F2 (for example), the game rebegins?

PostPosted: Sat Jan 21, 2006 8:48 pm
by Game A Gogo
use the loadgame and put the same game.
ex.: LoadGame("MyGame.ged");

PostPosted: Sat Jan 21, 2006 10:06 pm
by Troodon
Thanks.

PostPosted: Thu Jan 26, 2006 7:36 pm
by Troodon
I wrote the code in F2-button:
LoadGame("SI.ged");

but there is something strange happening when I press the button. The game restarts correctly but all the text-actors and counters dissappear. Why?

PostPosted: Thu Jan 26, 2006 8:50 pm
by Game A Gogo
thats normal and the tile actor should disapear too, when you export, it will all fine.