A slight modification to Andreas' script...
on startMovie
vChannelCount = the lastChannel
vFrameCount = the lastFrame
repeat with i = 1 to the lastFrame
repeat with j = 1 to the lastChannel
put sprite(j).member
end repeat
end repeat
end startMovie
Regards,
Pranav Negandhi
<snip>
Thank you for your reply.. If i have only one marker then i can
use the script u v suggested.. But i have totally 150 markers in
my movie.. please suggest what should i do now.
Rani
On Sat, 02 Mar 2002 Andreas Gaunitz P11 wrote :
>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.
>>...
>....
>Well, in that case you need to ask every sprite which member
>currently it uses.....
<snip>
[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!]