home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Creative Review 28
/
Creative-Review-CD-ROM-28.iso
/
pc
/
kungfu
/
style.dir
/
00003_Script_3
< prev
next >
Wrap
Text File
|
1997-08-08
|
382b
|
26 lines
-- update
global gScrollUgap
global gFigureUgap
global gScrollUTime
global gFigureUtime
on hupdate
if the timer > gScrollUTime then
set gScrollUTime = the timer + gScrollUgap
hupdatescroll
end if
if the timer > gFigureUtime then
set gFigureUtime = the timer + gFigureUgap
hupdateFigure
end if
hUpdateSound
end