home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CD-ROM Magazine 28 Bonus
/
CDRomMagazine-SoftKey-ArtPassion-FrenchVersion-Win31Mac.bin
/
data
/
artcredt.dir
/
00027_Script_27
< prev
next >
Wrap
Text File
|
1996-06-19
|
210b
|
11 lines
on WaitTicksNoProcessSpecial howMany
put the ticks into startTicks
repeat while the ticks < startTicks + howMany
if the mouseDown then
go to "end"
end if
end repeat
end