home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Today - The Disc! 21 / cdromtoday-21.iso / pc / multbird / startp.dir / 00006_Script_6 < prev    next >
Text File  |  1995-06-27  |  118b  |  8 lines

  1. on exitFrame
  2.   if the timer < 1000 then
  3.     go the frame-1
  4.   else
  5.     releaseRearWindow()
  6.     quit
  7.   end if
  8. end