home *** CD-ROM | disk | FTP | other *** search
/ PC Joker 2000 December / PCJ1200CD2.ISO / JOKER95.EXE / JOKER95.dxr / Scripts_15.ls < prev    next >
Encoding:
Text File  |  2000-10-17  |  158 b   |  9 lines

  1. on marioMouseD
  2.   puppetSound(2, "Mouse")
  3.   updateStage()
  4.   set MC to [34, 35]
  5.   repeat with i = 2 to 12
  6.     set the cursor of sprite i to MC
  7.   end repeat
  8. end
  9.