home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 4 / LAUNCH.BIN / mac / TOYOTA / TOYOTA.DIR / 00089_Script_89 < prev    next >
Text File  |  1995-09-26  |  217b  |  14 lines

  1. --Left Arrow go back one
  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.     sound stop 1
  11.     sound stop 2
  12.     go "t2"
  13.   end if
  14. end