Page 1 of 1

another way?

PostPosted: Sat May 24, 2008 5:43 pm
by Kooldudese
I was wondering, i was having a problem with changing controls for two seperate actors, and i was thinking of another way that would work, and i havnt tried this myself, so im going to ask weather or not you think this would work, the idea is, that instead of having the controls being changed inside the game itself, its like having the controls loaded by seperate files (date files). the game would automatically load the settings accordlingly, i havnt tried this but, if someone could help me try this out i would be greatful. :D

Re: another way?

PostPosted: Sat May 24, 2008 5:55 pm
by Spidy
Add actor: Gameloader

On Gameloader actor, add:

Event: Mouse Button Down (left)
then go to Action= Script Editor
LoadGame("yourgamefile.dat");

Re: another way?

PostPosted: Sat May 24, 2008 5:57 pm
by Kooldudese
ima try this and ill tell you if it works
+1 Point if it does XD

Re: another way?

PostPosted: Sat May 24, 2008 6:03 pm
by Spidy
OK 8)

Re: another way?

PostPosted: Sat May 24, 2008 6:11 pm
by Kooldudese
well, i havnt figured it out yet, but im sure it'll work, thx +1 point

Re: another way?

PostPosted: Sat May 24, 2008 6:15 pm
by Spidy
Thank you :)

Re: another way?

PostPosted: Sat May 24, 2008 7:23 pm
by Kooldudese
i was wondering how to use the save/load vars to load controls...