home *** CD-ROM | disk | FTP | other *** search
/ PC/CD Review 59 / PCR59.iso / scifi_2d / movies / shared.dir / 02422.ls < prev    next >
Encoding:
Text File  |  1995-06-25  |  181 b   |  11 lines

  1. on exitFrame
  2.   if the timer > 7200 then
  3.     puppetTransition(50, 1, 32)
  4.     puppetPalette(0)
  5.     go("srdemo")
  6.   else
  7.     puppetPalette("Mainpalette")
  8.     go(the frame)
  9.   end if
  10. end
  11.