home *** CD-ROM | disk | FTP | other *** search
/ MacFormat UK 194 / MF_UK_194_1.iso / pc / Files / Scenes / exit.dir / 00008.ls < prev    next >
Encoding:
Text File  |  2007-02-01  |  125 b   |  10 lines

  1. global incept
  2.  
  3. on exitFrame me
  4.   if the milliSeconds > (incept + 5000) then
  5.     quit()
  6.   else
  7.     go(the frame)
  8.   end if
  9. end
  10.