home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Direct 2001 April
/
PCDAPR2001.ISO
/
_SETUP.1
/
BD.dcr
/
Internal_6_QTMIDI.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
|
2000-07-05
|
207 b
|
14 lines
on exitFrame
global gAuto, kAuto
if gAuto then
if sprite(kAuto.qt).movieRate <> 0 then
go(the frame)
else
gAuto = 2
go("TIG01")
end if
else
go(the frame)
end if
end