Don't patronise people Attreid!
I have one JPEG I want to include. It is called background.jpg
One of the first lines in the program is:
LOAD IMAGE "background.jpg", 1
PASTE IMAGE 1, 0, 0
This works fine when I press F5. I clicked on 'Add Media' then 'add' and selected the file "background.jpg" (which is currently housed in my project folder).
I ticked the "copy media into current directory" as RobK suggested and then clicked 'save all'
I then press F4 (the make EXE button) and resave the project. I take the EXE file that is in the project folder out of the project folder and stick it on the desktop. I then double click on the EXE and the game loads but my background image is not shown.
Am I doing something wrong with relative paths etc or is this a bug on my PC?