Reply to Create sprite, wait(50);, remove sprite?
If you don't have an account, just leave the password field blank.
Here is my code:
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?
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?