home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Home 49
/
PC_Home_Issue_49.iso
/
winprogs
/
childenc
/
oecdemo
/
shared.dir
/
00383.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-07-24
|
223 b
|
12 lines
on PauseFor theTicks
set theTime to the ticks
repeat while (the ticks - theTime) < theTicks
if the mouseDown then
sound stop 1
exit repeat
next repeat
end if
updateStage()
end repeat
end