home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / TOYOTA / TOYOTA.DIR / 00308_Script_308 < prev    next >
Text File  |  1995-01-01  |  190b  |  10 lines

  1. on exitFrame
  2.   global gPlayBoolean
  3.   if gPlayBoolean = 1 and the timer > 120 then
  4.     set the timer = 0
  5.     go the frame + 1
  6.   else
  7.     go the frame
  8.     trafficRollover
  9.   end if
  10. end