home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / TOYOTA / TOYOTA.DIR / 00012_Script_12 < prev    next >
Text File  |  1995-01-01  |  248b  |  14 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.   go "color"
  12.   set the timeoutScript = EMPTY
  13.   
  14. end