Explanation last: Finally, we have to SHOW the sprite, and the HELP screen tells us its attribute is 1. We finally want to put it around coordinate (120,180) which is below the strawberry. The end result is thus: SPSET 1,80,64,64,64,1 SPOFS 1,120,180 This concludes my explanation. You can look at the code of my game Ninja Solver, and ask if you need anything else ;)