The Dink Network

Reply to Re: Screenlock Status Bars

If you don't have an account, just leave the password field blank.
Username:
Password:
Subject:
Antispam: Enter Dink Smallwood's last name (surname) below.
Formatting: :) :( ;( :P ;) :D >( : :s :O evil cat blood
Bold font Italic font hyperlink Code tags
Message:
 
 
November 4th 2007, 10:51 PM
spike.gif
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");