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

  1. on mouseUp
  2.   if sprite 14 intersects 8 then
  3.     set the locV of sprite 14 to the locV of sprite 8
  4.   end if
  5.   if sprite 14 intersects 8 then
  6.     set the locH of sprite 14 to the locH of sprite 8
  7.   end if
  8.   if sprite 14 intersects 8 then
  9.     set the moveableSprite of sprite 14 to 0
  10.   end if
  11.   if sprite 14 intersects 8 then
  12.     set the castNum of sprite 14 to 73
  13.   end if
  14.   if sprite 14 intersects 8 then
  15.     puppetSound(2, 995)
  16.   else
  17.     set the locH of sprite 14 to 507
  18.     set the locV of sprite 14 to 436
  19.     updateStage()
  20.   end if
  21. end
  22.