1. Load a custom sprite sheet using LOAD "GRP4:[nameOfFile]" 2. Use SPDEF to define the properties of the sprite. 3. Display the sprite using the definition number used on step 2. Example: VAR SP LOAD "GRP4:MYSPRITES" SPDEF 50,0,0,32,32,16,16,1 ... SP = SPSET(50)