home *** CD-ROM | disk | FTP | other *** search
/ Micromanía 25 / CDMM_25.iso / takeru / g078 / jail.dxr / Internal_98.ls < prev    next >
Encoding:
Text File  |  1996-09-04  |  290 b   |  13 lines

  1. on mouseUp
  2.   set the constraint of sprite 21 to 0
  3.   set the constraint of sprite 17 to 0
  4.   set the constraint of sprite 24 to 0
  5.   set the constraint of sprite 19 to 0
  6.   puppetSprite(24, 0)
  7.   puppetSprite(21, 0)
  8.   puppetSprite(17, 0)
  9.   puppetSprite(19, 0)
  10.   go(#loop)
  11.   play frame "rat"
  12. end
  13.