home *** CD-ROM | disk | FTP | other *** search
/ Swift Multimedia Spanish / Spanish_Net.iso / COMP.DXR / 00096.ls < prev    next >
Encoding:
Text File  |  1996-06-07  |  375 b   |  14 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.     set the locH of sprite 17 to the locH of sprite 11
  5.     set the castNum of sprite 17 to 76
  6.     puppetSound(2, 998)
  7.     set the moveableSprite of sprite 17 to 0
  8.   else
  9.     set the locH of sprite 17 to 507
  10.     set the locV of sprite 17 to 389
  11.     updateStage()
  12.   end if
  13. end
  14.