When i put this code in...
`*** Menu Creator 2 ***
`*** By Bozzy ***
`*** Started 15th December 06 ***
`*** Start BlueGUI ***
startblue [the usual stuff]
`*** Create Interface ***
createUI()
`*** Start Main Game Loop ***
do
`*** Get the BlueGUI Events ***
getevent
`*** Check for Background Button Press and go the the subroutine "background* ***
if eventsource()=background and eventtype()=MOUSE_CLICK
`*** Show an open dialog for the background ***
background$=opendialog("Open Background Image","JPEG Image (*.jpg)|*.jpg|BMP Image (*.bmp)|*.bmp|TGA Image (*.tga)|*.tga|DDS Image (*.dds)|*.dds|DIB Image (*.dib)|*.dib|PNG Image (*.png)|*.png|All Files (*.*)|*.*")
endif
loop
Its fine, but when i try to load the image, it doesnt work at all
Can Anyone help?
Bozzy