Loading sprites looks like this LOAD "GRP4:NAME_OF_PROJECT_HERE",0 You must first save a sprite sheet in the file you are using, then type the name. "LOAD" loads the sheet. "GRP4" is the graphic page. 4 by default is the sprite sheet. The ",0" sets it to false, in other words it will automatically loads it when you start the program.