home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2000 February / DPPCPRO0200.ISO / ps10.dxr / Scripts_3.ls < prev    next >
Encoding:
Text File  |  1999-10-26  |  121 b   |  9 lines

  1. on exitFrame
  2.   if sprite(10).playing = 1 then
  3.     go(the frame)
  4.   else
  5.     puppetSound(1, 0)
  6.     go("free")
  7.   end if
  8. end
  9.