home *** CD-ROM | disk | FTP | other *** search
/ PC Home 49 / PC_Home_Issue_49.iso / winprogs / playsk / jigsaw.dxr / 00091.ls < prev    next >
Encoding:
Text File  |  1996-06-30  |  309 b   |  18 lines

  1. on exitFrame
  2.   global gMov, gCurrentSprite, gNoPlaced
  3.   if gMov = 1 then
  4.     set the locH of sprite 45 to the mouseH
  5.     set the locV of sprite 45 to the mouseV
  6.   end if
  7.   if gNoPlaced = 9 then
  8.     puppetSound(0)
  9.     go("puzzfin")
  10.   end if
  11.   updateStage()
  12.   go(the frame)
  13. end
  14.  
  15. on mouseDown
  16.   whichPiece()
  17. end
  18.