Hi all and thank for looking (again)
sorry to post again & again but last time i never added the code so i try this time
what i am trying to do is copy a bitmap from 0 to 1 when the left mouse buton is pressed and then later on beable to swap the bitmap that has been loaded into 0 back to the one i copyed in to 1 and then save the one that is swapped in to 1 .... if u get what i mean
i have added some code
REPEAT
until mouseclick()=1
con=0
ink 0,255: cls rgb (255,255,255)
cp = int (rnd(99)+1)
set text size 12
if cp >=1 and cp =<50 then load bitmap "pc1.bmp",0:cargo():ink rgb(0,0,0),rgb(255,255,255):set text size 16:text 8,233,"PASSENGERS": TEXT 120,235, "NO PASSENGERS AVAILABLE":go=1 : pas=0
if cp >=51 and cp =<70 then load bitmap "pc1.bmp",0:pass(): set text size 30:text 22,18, "CARGO":set text size 16: TEXT 155, 10,"NO CARGO AVAILABLE": : go =0:pas =1
if cp >=71 and cp =<90 then LOAD BITMAP "PC1.BMP",0:cargo():pass(): pas = 1: go =1
if cp >=91 and cp =<100 then load bitmap "pc2.bmp",0:charter():pas = 1: go =0
wait 750
repeat
until mouseclick()=1
create bitmap 1,640,480
copy bitmap 0,1
load bitmap "es1.bmp": extra():con=0: region()
sory about the way it has been programed i am not a programmeer (and you can tell)LOL
many thanks again
John