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

  1. on mouseDown
  2.   puppetSound("click")
  3.   set the blend of sprite 31 to 100
  4.   updateStage()
  5.   startTimer()
  6.   repeat while the timer < 20
  7.     nothing()
  8.   end repeat
  9.   set the blend of sprite 31 to 1
  10.   updateStage()
  11.   startTimer()
  12.   go("start")
  13. end
  14.