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

  1. on mouseDown
  2.   global soundon
  3.   set soundon to 1
  4.   set the blend of sprite 3 to 100
  5.   set the blend of sprite 2 to 40
  6.   updateStage()
  7.   set the soundEnabled to 1
  8.   go(the frame)
  9. end
  10.