Hey all
Wondering if you can help, I've had a look for the answer but the questions are slightly different. I have an issue with my game and layering text using the
command not print, ontop of a sprite.
Image I have a PNG the size of the game window and I want to display my characters life
using text 10,30, "life"+str$(int(clife))
ontop of the PNG. How can I do this?
I have tried SET SPRITE PRIORITY and this just either hides the sprite or places it ontop of the text.
Oh and my text is the last thing to be loaded in the script.
Any help would be great.
www.bensimms.co.uk