home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 19 / MacAddict_019_1998_03.iso / Media / Software.dxr / Internal_7.ls < prev    next >
Encoding:
Text File  |  1997-12-18  |  288 b   |  12 lines

  1. on mouseUp
  2.   repeat with i = 11 to 18
  3.     set the visible of sprite i to 1
  4.   end repeat
  5.   set the locV of sprite 18 to 468
  6.   put the locH of sprite 18
  7.   put the locV of sprite 18
  8.   puppetSprite(18, 1)
  9.   set the moveableSprite of sprite 18 to 1
  10.   set the constraint of sprite 18 to 17
  11. end
  12.