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

  1. on mouseUp
  2.   if sprite 19 intersects 13 then
  3.     set the locV of sprite 19 to the locV of sprite 13
  4.     set the locH of sprite 19 to the locH of sprite 13
  5.     set the castNum of sprite 19 to 78
  6.     puppetSound(2, 1000)
  7.     set the moveableSprite of sprite 19 to 0
  8.   else
  9.     set the locV of sprite 19 to 436
  10.     set the locH of sprite 19 to 507
  11.   end if
  12. end
  13.