home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 1997 September / Personal_Computer_World_Sep_97.iso / Democd3 / oasquiz.dxr / 00005.ls < prev    next >
Encoding:
Text File  |  1997-06-04  |  989 b   |  33 lines

  1. on mouseDown
  2.   global timerate, timeoption
  3.   puppetSound("click")
  4.   updateStage()
  5.   set the blend of sprite 35 to 100
  6.   set the locH of sprite 35 to the locH of sprite 35 + 3
  7.   set the locV of sprite 35 to the locV of sprite 35 + 3
  8.   updateStage()
  9.   startTimer()
  10.   repeat while the timer < 16
  11.   end repeat
  12.   set the locH of sprite 35 to the locH of sprite 35 - 3
  13.   set the locV of sprite 35 to the locV of sprite 35 - 3
  14.   updateStage()
  15.   set the blend of sprite 35 to 60
  16.   updateStage()
  17.   set the visible of sprite 35 to 0
  18.   set the visible of sprite 38 to 0
  19.   set the visible of sprite 12 to 0
  20.   set the visible of sprite 11 to 0
  21.   updateStage()
  22.   set the castNum of sprite 1 to 219
  23.   updateStage()
  24.   set the blend of sprite 35 to 100
  25.   updateStage()
  26.   set the text of cast "quest" to "Change question timer speed"
  27.   set the text of cast "answer1" to "Slow"
  28.   set the text of cast "answer2" to "Medium"
  29.   set the text of cast "answer3" to "Fast"
  30.   updateStage()
  31.   set timeoption to 1
  32. end
  33.