Hi guys, im new to the forum and could really do with some help!
I’m writing a crossword game in MIDP 1.0 for my final year project and im having problems with my images.
The basic game is finished, it ‘builds’ fine in the emulator and works fine through the ‘run’ button.
However… when i build the package, the game does not work when i double click on the jad and i get the runtime error ‘images not found’
I dont understand this, the images are all held in the pngs are all held in the ‘res’ folder, but somehow are not linked to?
i load all my images vis the 'Image.createImage("/example.png") command.
I’m really confused, ive tried moving the images around the various folders but it makes no difference, any help would be greatly appreciated.
Cheers guys
Rich