STEP 3: We can use action commands to move our sprite around the stage.

  • Click on . Drag out a Go To command.

The.go_to() command makes our sprite appear in a certain location instantly.

stage.set_background("space") sprite = codesters.Sprite("ufo") sprite.set_size(0.4)