I found a problem in the decl file but fixed it. It now finds the userlib but it wont work. Here is the code I am using:
Graphics 500,500,32,2
pic=LoadImage("graphics\player2.bmp")
pic2=FI_AdjustGamma(pic,50)
Notify pic2
DrawImage pic,0,0
;DrawImage pic2,0,0
Flip
Delay 2000
It notifys me "0" showing it was unsuccessful. Then pulls up this REALLY long error that it said occured with blitzcc. I don't know what the problem is.
PS: WolRon is this forum where this belongs?
Graphics 500,500,32,2
pic=LoadImage("graphics\player2.bmp")
pic2=FI_AdjustGamma(pic,50)
Notify pic2
DrawImage pic,0,0
;DrawImage pic2,0,0
Flip
Delay 2000
It notifys me "0" showing it was unsuccessful. Then pulls up this REALLY long error that it said occured with blitzcc. I don't know what the problem is.
PS: WolRon is this forum where this belongs?