Page 1 of 1

load game and save/loadvars questions

PostPosted: Thu Nov 01, 2007 1:42 am
by zygoth
How exactly do you get the LoadGame function to work? I don' t understand how to get it to load a game. Also, Can you save a variable in one game and load it in another? if so, how? And is there a simpler way to reduce load time than creating multiple games linked into one?

Re: load game and save/loadvars questions

PostPosted: Thu Nov 01, 2007 2:31 am
by cyber ruler
well, i no one way to get a quicker loading and less-lagging, smooth game is to make all the chars with animation loops have a create actor, change animation, stopped event, then have filled regions surrounding the screen, when they hit the regions, have them start the animation. if they aren't needed again in the game, have them destroyed as they leave the screen. works the same with paths, have them start moving as they enter the screen.