home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 4 / LAUNCH.BIN / mac / TOYOTA / TOYOTA.DIR / 00307_Script_307 < prev    next >
Text File  |  1995-09-26  |  187b  |  12 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.     go marker(-1)
  11.   end if
  12. end