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.

Change the size of a sprite

Use the Set Size block to make your Sprite smaller or larger.

  1. Click on the Shapes toolkit
  2. Scroll down to the Sprite Settings section
  3. Drag the Set Size block into the editor
  4. Enter the new size between the parentheses ( )
  5. A value less than 1 reduces the Sprite's size
  6. A value greater than 1 increases the Sprite's size
sprite.set_size(.5)