Reply to Re: Making a sprite dissapear later...
If you don't have an account, just leave the password field blank.
Use visions.
If you don't know how to use them, basically you give a screen a script. Then in the script, write:
void main(void)
{
if (&yourstuffhere > certain number here) //You can use == or < instead of the > too
&vision = your number here;
else
&vision = your number here;
}

If you don't know how to use them, basically you give a screen a script. Then in the script, write:
void main(void)
{
if (&yourstuffhere > certain number here) //You can use == or < instead of the > too
&vision = your number here;
else
&vision = your number here;
}