home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / TOYOTA / TOYOTA.DIR / 00279_Script_279 < prev    next >
Text File  |  1995-01-01  |  305b  |  17 lines

  1. --left Arrow from lineup
  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.     puppetSprite 46, 0
  11.     puppetSprite 45, 0
  12.     sound stop 1
  13.     sound stop 2
  14.     puppetTransition 07,2,2,1
  15.     go frame "Tmenu"
  16.   end if
  17. end