home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / warning.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  204 b   |  11 lines

  1. on exitFrame
  2.   global ADSET, gDelimiter, CDDrive, DEST
  3.   if the timer < (6 * 60) then
  4.     go(the frame)
  5.   else
  6.     sound stop 1
  7.     set ADSET to "CONTENTS.DIR"
  8.     go("OPEN", "CONTENTS.DIR")
  9.   end if
  10. end
  11.