home *** CD-ROM | disk | FTP | other *** search
/ Print Library / Print Library.iso / library / select / 00008.ls < prev    next >
Encoding:
Text File  |  1995-08-11  |  124 b   |  9 lines

  1. on exitFrame
  2.   if the lastEvent >= 1200 then
  3.     sound fadeOut 1, 120
  4.     go("IDLER")
  5.   else
  6.     go(the frame)
  7.   end if
  8. end
  9.