home *** CD-ROM | disk | FTP | other *** search
/ More MacCube 1: Arcade Games / More MacCube Vol 1 Arcade Games.bin / Games⁄Arcade / Shadow of the Dragon Part 1 / Shadow of the Dragon part 1 / Shadow of the Dragon part 1.rsrc / STR#_5000.txt < prev    next >
Encoding:
Text File  |  1996-08-28  |  1.3 KB  |  139 lines

  1. function...=function xxx
  2. |
  3. end xxx
  4.  
  5. if...then...else...end=if | then
  6. xxx
  7. else
  8. xxx
  9. end if
  10.  
  11. if...then...else=if | then
  12. xxx
  13. else xxx
  14.  
  15. if...then...end=if | then
  16. xxx
  17. end if
  18.  
  19. if...then=if | then xxx 
  20.  
  21. lockmenus...=set lockmenus to true
  22. |
  23. set lockmenus to false
  24.  
  25. lockmessages...=set lockmessages to true
  26. |
  27. set lockmessages to false
  28.  
  29. lockscreen...=set lockscreen to true
  30. |
  31. set lockscreen to false
  32.  
  33. on ...=on xxx
  34. |
  35. end xxx
  36.  
  37. on closeBackground...=on closeBackground
  38. |
  39. end closeBackground
  40.  
  41. on closeCard...=on closeCard
  42. |
  43. end closeCard
  44.  
  45. on closeProject...=on closeProject
  46. |
  47. end closeProject
  48.  
  49. on closeWindow...=on closeWindow
  50. |
  51. end closeWindow
  52.  
  53. on idle...=on idle
  54. |
  55. end idle
  56.  
  57. on mouseDown...=on mouseDown
  58. |
  59. end mouseDown
  60.  
  61. on mouseStillDown=on mouseStillDown
  62. |
  63. end mouseStillDown
  64.  
  65. on mouseUp...=on mouseUp
  66. |
  67. end mouseUp
  68.  
  69. on openBackground...=on openBackground
  70. |
  71. end openBackground
  72.  
  73. on openCard...=on openCard
  74. |
  75. end openCard
  76.  
  77. on openProject...=on openProject
  78. |
  79. end openProject
  80.  
  81. on openWindow...=on openWindow
  82. |
  83. end openWindow
  84.  
  85. on startUp...=on startUp
  86. |
  87. end startUp
  88.  
  89. repeat ...=repeat
  90. |
  91. end repeat
  92.  
  93. repeat for...=repeat for | times
  94.  
  95. end repeat
  96.  
  97. repeat until..=repeat until |
  98.  
  99. end repeat
  100.  
  101. repeat while...=repeat while |
  102.  
  103. end repeat
  104.  
  105. repeat with...=repeat with | = xxx to xxx
  106.  
  107. end repeat
  108.  
  109. --
  110.  
  111. do
  112.  
  113. else
  114.  
  115. end
  116.  
  117. exit
  118.  
  119. function
  120.  
  121. global
  122.  
  123. if
  124.  
  125. next
  126.  
  127. on
  128.  
  129. pass
  130.  
  131. repeat
  132.  
  133. return
  134.  
  135. send
  136.  
  137. then
  138.  
  139.