home *** CD-ROM | disk | FTP | other *** search
/ LAUNCH 2 / LAUNCH.BIN / mac / TOYOTA / TOYOTA.DIR / 00273_Script_273 < prev    next >
Text File  |  1995-01-01  |  448b  |  20 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.   if not(soundBusy(1)) then
  8.     sfx "buzzer.aif"
  9.   end if
  10.   repeat while the mouseDown and rollover(mySprite)
  11.     nothing
  12.   end repeat
  13.   puppetsprite the clickon, 0
  14. end
  15.  
  16.  
  17. on mouseUp
  18.   
  19.   go frame "boing"
  20. end