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.

Dragging a Sprite on the stage

To move the sprite around the stage with the mouse use the Set Drag On block. Try it in a game, animation, or to create art!

  1. Click on the Actions toolkit
  2. Scroll down to the Sprite Interactions section
  3. Drag the Set Drag on Block into the editor

*The sprite will return to it's original location when the program runs again.

sprite.set_drag_on()