home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Gallery 1995 June
/
MG6.ISO
/
mg.dig
/
00062.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-04-20
|
173 b
|
11 lines
on exitFrame
global dur, theMode
if isItAMovie(2) then
if the movieTime of sprite 2 >= dur then
go(marker(1))
end if
else
go(marker(1))
end if
end