home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Let's Get Started! with Coolpix
/
LetsGetStartedWithCoolpix.iso
/
mac
/
macdata
/
quickstart_31.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
|
2003-02-28
|
262 b
|
11 lines
on switcher
global thetime, thecast
thetime = sprite(2).movieTime
repeat with i = 15 to 54
thecast = member(i).name
if (thetime > thecast) and (thetime < (thecast + 100)) then
set the member of sprite 3 to thecast
end if
end repeat
end