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

  1. on mouseDown
  2.   global gMovie, Hdrive
  3.   puppetSound("click")
  4.   set the blend of sprite 32 to 100
  5.   updateStage()
  6.   startTimer()
  7.   repeat while the timer < 20
  8.     nothing()
  9.   end repeat
  10.   set the blend of sprite 32 to 1
  11.   updateStage()
  12.   startTimer()
  13.   repeat while the timer < 20
  14.     nothing()
  15.   end repeat
  16.   set gMovie to Hdrive & "mainmen"
  17.   go("select", gMovie)
  18. end
  19.