How to make a sprite appear after a while

So, I wanted the sprite to appear if after a certain time

Con la ayuda de temporizadores podrás hacerlo

1 Like

If you added the Sprite via the level editor, then add a “Scene Starts” condition and hide the sprite.
If you are creating the sprite in an action, then hide the sprite after creating it.
Then create a new scene timer for your sprite.
Then add a condition that looks to see if the scene timer is greater than some period of time, and make the action of that condition show the sprite.

1 Like