home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Media Gallery 1995 June
/
MG6.ISO
/
mg.dig
/
00015.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
|
200 b
|
13 lines
on exitFrame
global dur
if isItAMovie(2) then
if the movieTime of sprite 2 < dur then
go(the frame)
else
go(the frame + 1)
end if
else
go(the frame + 1)
end if
end