I wrote a program just for testing it.
// --------------------------------- //
// Project: showme
// Start: Saturday, October 05, 2013
// IDE Version: 10.283
// SETCURRENTDIR("Media") // go to media files
LOADBMP "myeye.png"
LOADFONT "font2.png",0
LOADFONT "smallfont.png",1
SETFONT 0
PRINT "HELLO THERE",100,100
SETFONT 1
PRINT "HELLO THERE",200,200
SHOWSCREEN
MOUSEWAIT
everythings in the .app directory.. I am copying it and testing it again.. I think I tried that with the other two apps.. moving it to the Media .. I think I put a copy everywhere.. I will test again.