home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Jurassic Jigsaws
/
JURASSIC.BIN
/
jigsaw.dir
/
00179_Script_Utilities
< prev
next >
Wrap
Text File
|
1996-09-13
|
423b
|
21 lines
Global gCurrentPuzzleNum
on setUpTargetRects
repeat with x = 4 to 15
put the rect of sprite x into line (x - 3) of field ("Targetrects" & 8)
end repeat
end
on setUpTargetPoints
repeat with x = 4 to 15
put the loc of sprite x into line (x - 3) of field ("TargetPoints" & 8)
end repeat
end
on moveSprites
repeat with x = 4 to 15
set the locH of sprite x to 150
end repeat
end