home *** CD-ROM | disk | FTP | other *** search
/ Jurassic Jigsaws / JURASSIC.BIN / jigsaw.dir / 00179_Script_Utilities < prev    next >
Text File  |  1996-09-13  |  423b  |  21 lines

  1. Global gCurrentPuzzleNum
  2.  
  3. on setUpTargetRects 
  4.   repeat with x = 4 to 15
  5.     put the rect of sprite x into line (x - 3) of field ("Targetrects" & 8)
  6.   end repeat
  7. end
  8.  
  9. on setUpTargetPoints
  10.   repeat with x = 4 to 15
  11.     put the loc of sprite x into line (x - 3) of field ("TargetPoints" & 8)
  12.   end repeat
  13. end
  14.  
  15. on moveSprites
  16.   repeat with x = 4 to 15
  17.     set the locH of sprite x to 150
  18.   end repeat
  19. end
  20.  
  21.