You mean making the text appear above the sprites? You can do this by either putting the text at a lower z coordinate than the sprite using the LOCATE x,y,z command, or by putting the sprite at a higher z coordinate than the text using SPOFS id,x,y,z