Reply to Re: Simple question I think...
If you don't have an account, just leave the password field blank.
Try:
//fill the entire screen with black
fill_screen(0);
//redraw the background
draw_background();
You may want to enclose those functions with fade_down() and fade_up() so that it doesn't look ugly.
//fill the entire screen with black
fill_screen(0);
//redraw the background
draw_background();
You may want to enclose those functions with fade_down() and fade_up() so that it doesn't look ugly.






