Jorge Rego wrote:

> Hi list,
>
> I have some MCs named mc1, mc2, mc3 ...
> I'm trying to access them like this:
> mc[number].someProperty ... but no luck!
>
> How can this be done!?

just do it like this:

["mc_"+number].someProperty - when referencing mc's by name you have to
put it in square brackets...


regards,
roman.
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to