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