Codesters FAQ is the official FAQ site for codesters.com. We will continue to update this blog with the most common questions we receive form teachers using Codesters.

Hide and show a sprite

The Hide and Show blocks make a Sprite disappear and reappear on the Stage. Useful in animations, dialogues, and games.

  1. Click on the Actions toolkit
  2. Scroll down to the Sprite Interactions section
  3. Drag the Hide or Show block into the editor
sprite.hide()
sprite.show()