home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
shared.cst
/
00917_Script_917
< prev
next >
Wrap
Text File
|
1987-04-12
|
587b
|
24 lines
on CtrlSkrol T
put the bottom of sprite 3 into U
put the height of cast (the castNum of sprite 2) into H
put 1+(the top of sprite 4)-H into D
puppetSprite 2,1
puppetSprite 39,1
puppetSprite 40,1
if T <= D then
put D into T
set the locH of sprite 39 = 631
set the locH of sprite 40 = 9000
else if T >= U then
put U into T
set the locH of sprite 39 = 9000
set the locH of sprite 40 = 631
else
set the locH of sprite 39 = 631
set the locH of sprite 40 = 631
end if
set the locV of sprite 2 = T
updatestage
end