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