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

  1. on mouseUp
  2.   if sprite 18 intersects 12 then
  3.     set the locV of sprite 18 to the locV of sprite 12
  4.   end if
  5.   if sprite 18 intersects 12 then
  6.     set the locH of sprite 18 to the locH of sprite 12
  7.   end if
  8.   if sprite 18 intersects 12 then
  9.     set the castNum of sprite 18 to 77
  10.   end if
  11.   if sprite 18 intersects 12 then
  12.     puppetSound(2, 999)
  13.   end if
  14.   set the moveableSprite of sprite 18 to 0
  15. end
  16.