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

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