To change a sprite's location use SPOFS. It follows this syntax: SPOFS <Management #>,<X coordinate>,<Y coordinate> So you could do something like this... SPOFS 1,200,120 ...to place sprite 1 at point (200,120). To scale a sprite (make it bigger) you can use SPSCALE. It follows this syntax: SPSCALE <Management #>,<X scale>,<Y scale> Sou you could do something like SPSCALE 1,4,4.