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.

How do I change the size of a sprite?

SummerAction toolkit

You may want to make your sprite smaller or larger. Use a value less than 1 to shrink your sprite or greater than 1 to increase the size. The example below will make the sprite half the size.

ACTION Toolkit - scroll down to SPRITE SETTINGS  - SET SIZE block

sprite.set_size(.5)