Put this on your code(Replace FILENAME with your title screen)
LOAD "GRP0:FILENAME",0
If you want to load your image on the top and bottom screen, then use:
XSCREEN 2
LOAD "GRP0:FILENAME",0
LOAD "GRP1:FILENAME",0
thanks a ton i have two more questions. i want to be able to display the image without having to go through the loading process. the image appears automatically with no noise a pre load if you will. how do u do dat
If you do not want to have the confirmation message pop up, you just need to add "false" to the end of your load.
example:
LOAD"Filename",0,FALSE
I hope this helps! Good luck with your project!
I added a screenshot of an example, ignore the rest of the program. The "load" command is the only important thing!