home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 1996 March / PCPRO0396.ISO / march / blender / opening.dir / 00367.ls < prev    next >
Encoding:
Text File  |  1995-09-24  |  128 b   |  9 lines

  1. on exitFrame
  2.   if soundBusy(1) then
  3.     go(the frame - 7)
  4.   else
  5.     puppetTransition(11, 4, 16, 1)
  6.     continue()
  7.   end if
  8. end
  9.