hey i have a problem, i am making a menu system from a game cirrentaly in prograess, i am using the paste function to paste the background image to the screen. I want to load in a 3d object, which is the title of the game. I want this to be displayed infront of the background image. when i load it into the code, the menu picture does not show. i,ve seen people do this before. how can i do this? here is the code:
set display mode 800,600,32
load image "menu main.bmp",1
paste image 1,0,0
load image "NG1.bmp",2
paste image 2,116,385
load image "LG1.bmp",3
paste image 3,366,385
load image "MP1.bmp",4
paste image 4,598,385
Load image "NG2.bmp",5
load image "LG2.bmp",6
load image "MP2.bmp",7
do
x#=mousex()
y#=mousey()
if x#>=140 and x#<=296 and y#>=371 and y#<=422
paste image 5,116,385
else
paste image 2,116,385
endif
if x#>=336 and x#<=523 and y#>=371 and y#<=422
paste image 6,366,385
else
paste image 3,366,385
endif
if x#>=598 and x#<=755 and y#>=371 and y#<=422
paste image 7,598,385
else
paste image 4,598,385
endif
loop
abit fatal1ty an8 sli mobo, ati radeon 1800 XT, 1.5GB RAM
250GB SATA HDD, AMD Athlon 64 x2 4200 (overclocked further)