home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Grandes Inventos
/
INVENTOS.bin
/
pc
/
media
/
remot.dxr
/
00429.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-01-01
|
226 b
|
11 lines
on exitFrame
set the movieRate of sprite 1 to 1
set the movieTime of sprite 1 to 0
repeat while the movieRate of sprite 1 = 1
updateStage()
if the mouseDown = 1 then
exit repeat
end if
end repeat
end