home *** CD-ROM | disk | FTP | other *** search
/ .net 1998 February / netCD41.iso / pc / DEMO16.DIR / Internal_203.ls < prev    next >
Encoding:
Text File  |  1997-12-08  |  153 b   |  12 lines

  1. on exitFrame
  2.   global gt
  3.   cursor(0)
  4.   puppetTransition(51, 1)
  5.   if gt = 0 then
  6.     go("start no talk")
  7.   else
  8.     play done
  9.     cursor(-1)
  10.   end if
  11. end
  12.