or better yet:
global gMemberList
on enterFrame
gMemberList=[]
lcastLib=1
repeat with m=1 to 1000
if member(m, lcastLib).type<>#empty then
gMemberList.append(member(m, lcastLib).name)
end if
end
end
Charlie Fiskeaux II
Media Designer
Cre8tive Group
www.cre8tivegroup.com
859/858-9054x29
cell: 859/608-9194
----- Original Message -----
From: "Slava Paperno" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, October 01, 2003 11:27 PM
Subject: <lingo-l> cast member list
> Is there a quick and efficient way to get the names of all members in a
> cast as a list? It seems there must be something better than looping
> through the cast, no?
>
> Slava
>
> [To remove yourself from this list, or to change to digest mode, go to
> http://www.penworks.com/lingo-l.cgi To post messages to the list, email
> [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L
is
> for learning and helping with programming Lingo. Thanks!]
>
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email [EMAIL
PROTECTED] (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping
with programming Lingo. Thanks!]