07, 2009 12:32 PM
To: Flash Coders List
Subject: Re: [Flashcoders] Array in loop
_root[ arrayName[i] ]._alpha = 0;
Leandro Ferreira
On Mon, Dec 7, 2009 at 15:28, Lehr, Theodore wrote:
> Seems like this should be simple:
>
> how do I replace "x" with arrayName[
Lehr, Theodore wrote:
Seems like this should be simple:
how do I replace "x" with arrayName[i] in the following:
_root.x._alpha = 0;
it is in a for loop...
___
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figlea
_root[ arrayName[i] ]._alpha = 0;
Leandro Ferreira
On Mon, Dec 7, 2009 at 15:28, Lehr, Theodore wrote:
> Seems like this should be simple:
>
> how do I replace "x" with arrayName[i] in the following:
>
> _root.x._alpha = 0;
>
> it is in a for loop...
> ___
3 matches
Mail list logo