home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1998 February
/
CHIP_2_98.iso
/
software
/
testsoft
/
muzea
/
exemusei
/
shared.cst
/
00923_Script_Control
< prev
next >
Wrap
Text File
|
1987-04-12
|
299b
|
17 lines
on CTRL
global gF, gI, gL
put 1800 into TG
if gF=4 then
repeat while soundBusy(3) = 1
end repeat
SPReset
go next
else if the timer > TG then
SPReset
go to "TS"
else
set the locH of sprite 4 to gI + the timer*gL/TG
updatestage
end if
end