Rani,
>I have a problem.. I have a text member in my cast and i want to
>know whether the member is used in score or not. If it is used.. in
>which frame it is used.
>
>Yah yah i know that using the 'Find in score' menu option we can
>know that in authoring mode.. But i want to know whether the member
>is used or not in runmode.
Well, in that case you need to ask every sprite which member currently it uses.
on startMovie
numberOfSpriteChannels = 200
repeat with spCh = 1 to numberOfSpriteChannels
put sprite(spCh).member
end repeat
end
-A.
[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!]