home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / SONY / HIGHDES.DIR / 00063_Script_63 < prev    next >
Text File  |  1995-06-07  |  172b  |  10 lines

  1. --4 sec timer for teepee
  2.  
  3. on exitFrame
  4.   global gCountDown
  5.   if the ticks > gCountDown + 4*60 then
  6.     go to the frame + 1
  7.   else
  8.     go marker(0) + 1
  9.   end if
  10. end