home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / e-on / eon03.dir / 00060.ls < prev    next >
Encoding:
Text File  |  1996-02-10  |  3.8 KB  |  249 lines

  1. on kroll
  2.   if rollOver(5) then
  3.     go("GA")
  4.   end if
  5.   if rollOver(6) then
  6.     go("DI")
  7.   end if
  8.   if rollOver(7) then
  9.     go("CH")
  10.   end if
  11.   if rollOver(8) then
  12.     go("SU")
  13.   end if
  14.   if rollOver(9) then
  15.     go("QA")
  16.   end if
  17.   if rollOver(10) then
  18.     go("NE")
  19.   end if
  20.   if soundBusy(1) = 0 then
  21.     sound playFile 1, "netsnd.aif"
  22.   end if
  23. end
  24.  
  25. on gamesroll
  26.   if rollOver(4) then
  27.     go("groll1")
  28.   end if
  29.   if rollOver(5) then
  30.     go("groll2")
  31.   end if
  32.   if rollOver(6) then
  33.     go("groll3")
  34.   end if
  35.   if soundBusy(1) = 0 then
  36.     sound playFile 1, "netsnd.aif"
  37.   end if
  38. end
  39.  
  40. on ktimer1
  41.   startTimer()
  42.   repeat while the timer < 4
  43.     if the mouseDown then
  44.       puppetSound(2, cast "clik")
  45.       updateStage()
  46.       go("xx")
  47.       exit
  48.     end if
  49.   end repeat
  50. end
  51.  
  52. on ktimer2
  53.   startTimer()
  54.   repeat while the timer < 4
  55.     if the mouseDown then
  56.       puppetSound(2, cast "clik")
  57.       updateStage()
  58.       go("xx")
  59.       exit
  60.     end if
  61.   end repeat
  62. end
  63.  
  64. on ktimer3
  65.   startTimer()
  66.   repeat while the timer < 4
  67.     if the mouseDown then
  68.       puppetSound(2, cast "clik")
  69.       updateStage()
  70.       go("xx")
  71.       exit
  72.     end if
  73.   end repeat
  74. end
  75.  
  76. on ktimer4
  77.   startTimer()
  78.   repeat while the timer < 4
  79.     if the mouseDown then
  80.       puppetSound(2, cast "clik")
  81.       updateStage()
  82.       go("home")
  83.       exit
  84.     end if
  85.   end repeat
  86. end
  87.  
  88. on ktimeL1
  89.   startTimer()
  90.   repeat while the timer < 4
  91.     if the mouseDown then
  92.       puppetSound(2, cast "clik")
  93.       updateStage()
  94.       go("xx")
  95.       exit
  96.     end if
  97.   end repeat
  98. end
  99.  
  100. on ktimeL2
  101.   startTimer()
  102.   repeat while the timer < 5
  103.     if the mouseDown then
  104.       puppetSound(2, cast "clik")
  105.       updateStage()
  106.       go("xx")
  107.       exit
  108.     end if
  109.   end repeat
  110. end
  111.  
  112. on ktimeL3
  113.   startTimer()
  114.   repeat while the timer < 5
  115.     if the mouseDown then
  116.       puppetSound(2, cast "clik")
  117.       updateStage()
  118.       go("xx")
  119.       exit
  120.     end if
  121.   end repeat
  122. end
  123.  
  124. on ktimeL4
  125.   startTimer()
  126.   repeat while the timer < 5
  127.     if the mouseDown then
  128.       puppetSound(2, cast "clik")
  129.       updateStage()
  130.       go("xx")
  131.       exit
  132.     end if
  133.   end repeat
  134. end
  135.  
  136. on ktimeL5
  137.   startTimer()
  138.   repeat while the timer < 5
  139.     if the mouseDown then
  140.       puppetSound(2, cast "clik")
  141.       updateStage()
  142.       go("xx")
  143.       exit
  144.     end if
  145.   end repeat
  146. end
  147.  
  148. on ktimeL6
  149.   startTimer()
  150.   repeat while the timer < 5
  151.     if the mouseDown then
  152.       puppetSound(2, cast "clik")
  153.       updateStage()
  154.       go("xx")
  155.       exit
  156.     end if
  157.   end repeat
  158. end
  159.  
  160. on ktimeL7
  161.   startTimer()
  162.   repeat while the timer < 5
  163.     if the mouseDown then
  164.       puppetSound(2, cast "clik")
  165.       updateStage()
  166.       go("xx")
  167.       exit
  168.     end if
  169.   end repeat
  170. end
  171.  
  172. on ktimeL8
  173.   startTimer()
  174.   repeat while the timer < 5
  175.     if the mouseDown then
  176.       puppetSound(2, cast "clik")
  177.       updateStage()
  178.       go("xx")
  179.       exit
  180.     end if
  181.   end repeat
  182. end
  183.  
  184. on ktime
  185.   startTimer()
  186.   repeat while the timer < 5
  187.     if the mouseDown then
  188.       puppetSound(2, cast "clik")
  189.       updateStage()
  190.       go("xx")
  191.       exit
  192.     end if
  193.   end repeat
  194. end
  195.  
  196. on garoll
  197.   if rollOver(5) = 0 then
  198.     go("roll")
  199.   end if
  200.   if soundBusy(1) = 0 then
  201.     sound playFile 1, "netsnd.aif"
  202.   end if
  203. end
  204.  
  205. on diroll
  206.   if rollOver(6) = 0 then
  207.     go("roll")
  208.   end if
  209.   if soundBusy(1) = 0 then
  210.     sound playFile 1, "netsnd.aif"
  211.   end if
  212. end
  213.  
  214. on chroll
  215.   if rollOver(7) = 0 then
  216.     go("roll")
  217.   end if
  218.   if soundBusy(1) = 0 then
  219.     sound playFile 1, "netsnd.aif"
  220.   end if
  221. end
  222.  
  223. on suroll
  224.   if rollOver(8) = 0 then
  225.     go("roll")
  226.   end if
  227.   if soundBusy(1) = 0 then
  228.     sound playFile 1, "netsnd.aif"
  229.   end if
  230. end
  231.  
  232. on qaroll
  233.   if rollOver(9) = 0 then
  234.     go("roll")
  235.   end if
  236.   if soundBusy(1) = 0 then
  237.     sound playFile 1, "netsnd.aif"
  238.   end if
  239. end
  240.  
  241. on neroll
  242.   if rollOver(10) = 0 then
  243.     go("roll")
  244.   end if
  245.   if soundBusy(1) = 0 then
  246.     sound playFile 1, "netsnd.aif"
  247.   end if
  248. end
  249.