From: Navneet Behal on
------------------
var myMem = castLib(_movie.activeCastLib).member["yourMemberNameHere"];
if (myMem != undefined) {
//your actions here
}
------------------

"W. Locke Morgan" <locke(a)restoremin.net> wrote in message
news:dhk139$8ob$1(a)forums.macromedia.com...
> How do I check if a member of a certain name exists? Using lingo of
> course.
>


From: Word of Mouth Productions on
I do believe I see the word Lingo in there, not Javascript.


--
Craig Wollman
Word of Mouth Productions

phone 212 928 9581
fax 212 928 9582
159-00 Riverside Drive West #5H-70
NY, NY 10032
www.wordofmouthpros.com


"Navneet Behal" <navneet**@productbeta.com> wrote in message
news:dhop11$8qv$1(a)forums.macromedia.com...
> ------------------
> var myMem = castLib(_movie.activeCastLib).member["yourMemberNameHere"];
> if (myMem != undefined) {
> //your actions here
> }
> ------------------
>
> "W. Locke Morgan" <locke(a)restoremin.net> wrote in message
> news:dhk139$8ob$1(a)forums.macromedia.com...
>> How do I check if a member of a certain name exists? Using lingo of
>> course.
>>
>
>


From: Navneet Behal on
Craig, its the same logic.. but since you did say lingo and not javascript,
my apologies your Highness!

here goes:

-----------------------------------
if voidP(member("yourMemberNameHere")) then

--your no good actions here

else

--your good actions here

end if
-----------------------------------

Hope that helps

Good Luck
Navneet


"Word of Mouth Productions" <lingoboy(a)spamershaveforcedmetofakethisname.com>
wrote in message news:dhpujp$mom$1(a)forums.macromedia.com...
>I do believe I see the word Lingo in there, not Javascript.
>
>
> --
> Craig Wollman
> Word of Mouth Productions
>


From: Word of Mouth Productions on
apology accepted...don't let it happen again or you'll be relagated to
cleaning the mote.

But of course, Sean already offered that solution.

--
Craig Wollman
Word of Mouth Productions

phone 212 928 9581
fax 212 928 9582
159-00 Riverside Drive West #5H-70
NY, NY 10032
www.wordofmouthpros.com


"Navneet Behal" <navneet**@productbeta.com> wrote in message
news:dhr29c$77t$1(a)forums.macromedia.com...
> Craig, its the same logic.. but since you did say lingo and not
> javascript, my apologies your Highness!
>
> here goes:
>
> -----------------------------------
> if voidP(member("yourMemberNameHere")) then
>
> --your no good actions here
>
> else
>
> --your good actions here
>
> end if
> -----------------------------------
>
> Hope that helps
>
> Good Luck
> Navneet
>
>
> "Word of Mouth Productions"
> <lingoboy(a)spamershaveforcedmetofakethisname.com>
> wrote in message news:dhpujp$mom$1(a)forums.macromedia.com...
>>I do believe I see the word Lingo in there, not Javascript.
>>
>>
>> --
>> Craig Wollman
>> Word of Mouth Productions
>>
>
>