Your sprites are 16 pixels by 16 pixels so if you want the sprites right next to each other, then use spofs with increments of 16. Also doesn’t use the same management number for more then one sprite. For example: SPSET 0,1 SPSET 1,1 I believe only one of your sprites is appearing so changing the management numbers should fix this. Ask if you need anything.