home *** CD-ROM | disk | FTP | other *** search
/ Swift Multimedia Spanish / Spanish_Net.iso / COMP.DXR / 00010.ls < prev    next >
Encoding:
Text File  |  1996-06-07  |  324 b   |  13 lines

  1. on mouseUp
  2.   if sprite 17 intersects 11 then
  3.     set the locV of sprite 17 to the locV of sprite 11
  4.   end if
  5.   if sprite 17 intersects 11 then
  6.     set the locH of sprite 17 to the locH of sprite 11
  7.   end if
  8.   if sprite 17 intersects 11 then
  9.     puppetSound("pop.wav")
  10.   end if
  11.   set the moveableSprite of sprite 17 to 0
  12. end
  13.