home *** CD-ROM | disk | FTP | other *** search
/ Knudde EK Editie / CD1.iso / tinus.dxr / Script_14.ls < prev    next >
Encoding:
Text File  |  2000-02-24  |  164 b   |  9 lines

  1. on exitFrame
  2.   global MySound
  3.   if (soundBusy(2) = 0) and (MySound = 1) then
  4.     puppetSound(2, 112)
  5.   end if
  6.   sprite(16).visible = 0
  7.   sprite(18).visible = 0
  8. end
  9.