home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
1&1 Multimedia Trend 1996 10 B
/
MM_TREND.ISO
/
prog
/
isdn
/
isdnpc.dir
/
00237_Script_237
< prev
next >
Wrap
Text File
|
1996-08-18
|
662b
|
31 lines
on XXBusyWait secs
-- erlaubt interaction wèhrend des wartens
set anz = secs * 60
set myTicks = the ticks + Anz
repeat while (the ticks < myTicks)
--CheckNaviRollover
if the mouseDown then ChkMouse
end repeat
end
-- *************************************************
on XXSoundWait Track
-- erlaubt interaction wèhrend des wartens
repeat while soundBusy (Track)
--CheckNaviRollover
if the mouseDown then ChkMouse
end repeat
end
--************************************************************
on YYMovieWait spn
repeat while the movierate of sprite spn >0
nothing
end repeat
end