Advertisement
CKH4

[AXE] MENU

Jan 20th, 2015
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. .MENU
  2.  
  3. ClrDraw
  4.  
  5. [0103030303030100]->Pic1
  6. [80C0C0C0C0C08000]
  7.  
  8. 7->X
  9. 4->Y->W
  10.  
  11. Fix 5
  12.  
  13. Text(X+5,Y,"PLAY
  14. Text(X+1,Y+8,"SCORES
  15. Text(X+5,Y+16,"HELP
  16. Text(X+5,Y+24,"QUIT
  17.  
  18. RectI(X,Y,25,7
  19.  
  20. Pt-Change(X-9,Y,Pic1
  21. Pt-Change(X+26,Y,Pic1+8
  22.  
  23. DispGraph
  24.  
  25. Repeat getKey(15)
  26.  
  27. If Y!=(W+24)
  28. If getKey(1)
  29.  
  30. Y+8->theta
  31.  
  32. RectI(X,Y,25,7
  33. Pt-Change(X-9,Y,Pic1
  34. Pt-Change(X+26,Y,Pic1+8
  35.  
  36. Repeat Y=theta
  37. RectI(X,Y,25,7
  38. Pt-Change(X-9,Y,Pic1
  39. Pt-Change(X+26,Y,Pic1+8
  40. DispGraph
  41. RectI(X,Y,25,7
  42. Pt-Change(X-9,Y,Pic1
  43. Pt-Change(X+26,Y,Pic1+8
  44. Y++
  45. End
  46. RectI(X,Y,25,7
  47. Pt-Change(X-9,Y,Pic1
  48. Pt-Change(X+26,Y,Pic1+8
  49. DispGraph
  50. End
  51. End
  52.  
  53. If Y!=W
  54. If getKey(4)
  55.  
  56. Y-8->theta
  57.  
  58. RectI(X,Y,25,7
  59. Pt-Change(X-9,Y,Pic1
  60. Pt-Change(X+26,Y,Pic1+8
  61.  
  62. Repeat Y=theta
  63. RectI(X,Y,25,7
  64. Pt-Change(X-9,Y,Pic1
  65. Pt-Change(X+26,Y,Pic1+8
  66. DispGraph
  67. RectI(X,Y,25,7
  68. Pt-Change(X-9,Y,Pic1
  69. Pt-Change(X+26,Y,Pic1+8
  70. Y--
  71. End
  72. RectI(X,Y,25,7
  73. Pt-Change(X-9,Y,Pic1
  74. Pt-Change(X+26,Y,Pic1+8
  75. DispGraph
  76. End
  77. End
  78.  
  79. Pause 10
  80.  
  81. End
  82.  
  83. Fix 4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement