Reply to Re: Screenlock Status Bars
If you don't have an account, just leave the password field blank.
I think he simply wishes the status bar to look locked too, not have some kind of a moving animation on them all.
It would propably be simplest to init(); the new graphics in when screenlock is turned on and init(); the old graphics back when it's turned off.
screenlock(1);
init("load_sequence graphics\newstatusyay blah blah blah");
screenlock(0);
init("load_sequence graphics\oldstatus blah blah blah");
It would propably be simplest to init(); the new graphics in when screenlock is turned on and init(); the old graphics back when it's turned off.
screenlock(1);
init("load_sequence graphics\newstatusyay blah blah blah");
screenlock(0);
init("load_sequence graphics\oldstatus blah blah blah");