The Dink Network

Reply to Re: HElp!

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:
 
 
May 31st 2003, 04:01 PM
custom_king.png
redink1
King He/Him United States bloop
A mother ducking wizard 
Um... I'd be more than glad to help... if I knew what is going wrong in the script

Edit: Hrm... maybe the colors don't change after you fade down? Unfortunatly, the way fade_down works is it basically makes every color black (except white), so your fill_screen() commands don't really do anything. You could try just using fill_screen() commands without the fade_down() and fade_up(), but then all of the sprites on the screen would still be visable.

Also, to reverse the effects of fill_screen(), try doing this instead of your fade_up():

draw_screen();
draw_status();