home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
GQ - Louise, World Cup, …remy Clarkson, Armageddon
/
GQCD.iso
/
files
/
exitmain.dxr
/
00014.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
|
1998-05-21
|
271 b
|
18 lines
global gMasterObj, gCount
on startMovie
set the actorList to []
autoUnloadMovie(gMasterObj)
set gCount to 0
end
on change
set gCount to gCount + 1
cursor([gCount, gCount + 4])
if gCount > 4 then
set gCount to 0
cursor(-1)
go(#next)
end if
end