spriteMove

Moves a sprite to a new screen location, denoted by the lower left corner of the sprite image. For valid x and y values, please see plot.

Note that a sprite must also be set visible using the spriteVisible function.

Usage

    spriteMove(sprite, number_x, number_y);