home *** CD-ROM | disk | FTP | other *** search
/ Knudde EK Editie / CD1.iso / tinus.dxr / Script_2.ls < prev    next >
Encoding:
Text File  |  2000-02-24  |  138 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.   Run()
  7.   go(the frame)
  8. end
  9.