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

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