home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Action 1996 September
/
PCA0996.ISO
/
demos
/
blown
/
demo2.dxr
/
00050_LoopScript.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-05-29
|
218 b
|
11 lines
on exitFrame
set Kast to the castNum of sprite 1
set name to the name of cast Kast
set stop to the duration of cast name
if the movieTime of sprite 1 < stop then
go(#loop)
else
play done
end if
end