Bracket Syntax

Hello:

I’m trying to express this syntax:


container0.picture._alpha = 0;

by looping through a variable named “p”, like this:


["container"+p]picture._alpha = 0;

But I get no result (and no error message). Thanks for your help!