home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 4 / LAUNCH.BIN / mac / TOYOTA / TOYOTA.DIR / 00094_Script_94 < prev    next >
Text File  |  1995-09-26  |  190b  |  12 lines

  1. --left Arrow return to Menu
  2. on mouseDown
  3.   lightFlash
  4. end
  5.  
  6. on mouseUp
  7.   global spriteClicked
  8.   if rollover(spriteClicked) then
  9.     set the timer = 0
  10.     go frame "T2"
  11.   end if
  12. end