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

  1. on mouseDown
  2.   put the clickon into mySprite
  3.   puppetSprite mySprite, 1
  4.   set the castNum of sprite mySprite = 0
  5.   updateStage
  6.   puppetSprite mySprite, 0
  7.   updateStage
  8. end
  9.  
  10. on mouseUp
  11.   unload "Tmenu", marker(0)
  12.   set the timeoutScript = EMPTY
  13.   go "F"
  14.   --mySound "tow01.aif"
  15.   
  16. end