10 cls 11 gelload "1","1.png" 12 gelload "2","2.png" 13 gelload "3","3.png" 14 gelload "5","5.png" 15 gelload "MENU1","MENU1.png" 16 gelload "MENU2","MENU2.png" 17 gelload "MENU3","MENU3.png" 18 Gelload "MENU4","MENU4.PNG" 25 sleep 500 26 drawgel "2",0,0: sleep 200 27 if down(0) then goto 32 29 if fire(0) then z%=1: goto 38 30 if inkey(0)=-6 then z%=1: goto 38 31 goto 27 32 drawgel "3",0,0: sleep 200 33 if up(0) goto 26 34 if fire(0) then z%=0: goto 38 35 if inkey(0)=-6 then z%=0: goto 38 36 goto 33 38 drawgel "MENU1",0,0:sleep 200 39 if down(0) then goto 42 40 if fire(0) then goto 100 41 if inkey(0)=-6 then goto 100 42 goto 39 43 drawgel "MENU2",0,0:sleep 200 44 if up(0) then goto 38 45 if down(0) then goto 200 46 if fire(0) goto 26 47 if inkey(0)=-6 then goto 26 48 goto 44 49 drawgel "MENU3",0,0:sleep 200 50 if up(0) then goto 43 51 if fire(0) then goto 80 52 if inkey(0)=-6 then goto 80 53 if down(0) then goto 55 54 goto 50 55 drawgel "MENU4",0,0:sleep 200 56 if up(0) then goto 49 57 if fire(0) then end 58 if inkey(0)=-6 then end 59 goto 56 80 drawgel "5",0,0: sleep 200 81 if fire(0) then goto 38 82 if inkey(0)=-6 then goto 38 83 goto 81 21 drawgel "1",0,0