home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 7 / PC World Interactive 7.iso / bb2000 / files / BlueIntr.dxr / 00152.ls < prev    next >
Encoding:
Text File  |  1998-02-20  |  264 b   |  14 lines

  1. on exitFrame
  2.   global gMasterObj
  3.   cursor(4)
  4.   set the volume of sound 1 to the volume of sound 1 - 10
  5.   updateStage()
  6.   if the volume of sound 1 < 1 then
  7.     autoNotPuppet(gMasterObj, 1, 41)
  8.     puppetTempo(60)
  9.     go("out")
  10.   else
  11.     go(the frame)
  12.   end if
  13. end
  14.