home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Curso de Informatica 6
/
elPeriodico6.iso
/
menu.dir
/
Internal_18.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
|
1997-10-18
|
193 b
|
11 lines
on exitFrame
global loop
if loop > 0 then
set the visible of sprite (loop + 1) to 0
set loop to loop - 1
go(the frame)
else
set the visible of sprite 48 to 0
end if
end