home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / TOYOTA / TOYOTA.DIR / 00413_Script_413 < prev    next >
Text File  |  1995-01-01  |  342b  |  11 lines

  1. on mouseDown
  2.   puppetsprite the clickon, 1
  3.   set mySprite = the clickon
  4.   set the locV of sprite mySprite = the locV of sprite mySprite + 2
  5.   set the locH of sprite mySprite = the locH of sprite mySprite + 2
  6.   updateStage
  7.   repeat while the mouseDown and rollover(mySprite)
  8.     nothing
  9.   end repeat
  10.   puppetsprite the clickon, 0
  11. end