The Dink Network

Reply to Re: Yet more questions

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:
 
 
January 17th 2011, 08:01 PM
anon.gif
elfudge
Ghost They/Them
 
To make a sprite invisible, use this code

Sp_nodraw(&sprite,1);

To warp, do something like this in the touch procedure:

Freeze(1);
Fade_down():
Script_attach(1000);
&player_map = 1;
Load_screen();
Draw_screen();
Fade_up();
Kill_this_task();