The Dink Network

Reply to Help!! (please) : )

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:
 
 
August 7th 2002, 09:12 AM
duckdie.gif
Gisarme
Peasant They/Them
 
Im using dinkedit and ive made made a script that fades out, warps to another screen and then fades back in. however, after its loaded the new screen it refuses to fade back :/ Can anyone help please? Ill put the code here:

{

fade_down();

fill_screen(0);

say("Several hours of frantic doggy-paddle later...", 1000 sprite);

wait(5000);

&player_map = 3;

sp_> 1, 314);

sp_y(1, 125);

load_screen();

draw_screen();

fade_up();

}