Reply to Re: Script help (Deleting Sprites)
If you don't have an account, just leave the password field blank.
sp_active() destroys the sprite completely. It removes it from the sprite list, deletes it from screen and clears its sp() number for use by other sprites (such as those created by create_sprite() ).