sync on sync rate 1000 x=50 y=50 x2=x+50 y2=y+50 do load bitmap "your bitmap here 1.bmp" if mousex()>x and mousey()>y and mousex()x and mousey()=>y and mousex()<x2 and mousey()<y2 load bitmap "your bitmap here 2.bmp" else load bitmap "your bitmap here 1.bmp" endif if mouseclick()=1 and mousex()<x and mousey()>y and mousex()x and mousey()=>y and mousex()<x2 and mousey()<y2 gosub new_game suspend for mouse new_game: your game here