home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / TOYOTA / TOYOTA.DIR / 00304_Script_304 < prev    next >
Text File  |  1995-01-01  |  245b  |  15 lines

  1. --Tacoma Sub stop
  2. on mouseDown
  3.   lightFlash
  4. end
  5.  
  6. on mouseUp
  7.   global spriteClicked
  8.   if rollover(spriteClicked) then
  9.     repeat with n = 1 to 48
  10.       set the cursor of sprite n = 0
  11.     end repeat
  12.     go to frame "TM"
  13.   end if
  14. end
  15.