home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / TOYOTA / TOYOTA.DIR / 00113_Script_113 < prev    next >
Text File  |  1995-01-01  |  264b  |  12 lines

  1. on exitFrame
  2.   repeat with n = 1 to 48
  3.     set the cursor of sprite n = 0
  4.   end repeat
  5.   
  6.   repeat with n = 26 to 28
  7.     puppetSprite n, 1
  8.   end repeat
  9.   set the timeoutlapsed = 0
  10.   set the timeoutLength = 30 * 60
  11.   set the timeoutScript = "idleBoy"
  12. end