I would lile to know how to use the sprites that you see only on the touch screen from programs such as the character editor.
(Edited by Eddiebus)
BGFILL 0,0,63,63,10,0,0,0 IF BUTTON ()==4 THEN BGX = BGX - 1 BGOFS 0,BGX,0,3x60<p>The following code will draw a background from the to left corner to the botom right corner and will scroll when the left button is pressed. </p><p>BGOFS has 4 parts. The first tell what layer is being controlled(0-1). The second is the x offset of the background and the third is the y offset. The final part is how quickly it moves to the point, the number will be in 1/10th of a second. </p>