The Dink Network

Reply to Create sprite, wait(50);, remove sprite?

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:
 
 
December 4th 2010, 09:55 PM
sob_scorpy.gif
DinkDude95
Peasant He/Him Australia
The guy with the cute D-Mod. 
Here is my code:
int &red = create_sprite(423, 295, 0, 38, 7);
      sp_que(&red, 10000);
      wait(50);
      sp_active(&red, 0);

I want to create the sprite, put it above everything, wait(50); and then remove it from the screen.
It creates, but it does not remove. It simply stays there. Anyone know why?