home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / TOYOTA / TOYOTA.DIR / 00287_Script_287 < prev    next >
Text File  |  1995-01-01  |  286b  |  16 lines

  1. --Left Arrow go back main 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.     sound stop 1
  11.     sound stop 2
  12.     puppetSprite 47, 0
  13.     puppetTransition 9,4,4,1
  14.     go to frame "MM"
  15.   end if
  16. end