I have 7 movieclips that I called command1, command2, command3, ...
for each of them, I want to set their alpha value to 0
so, I use the command for()
for(i=1; i<8; i++){
???._alpha = 0;
but I don't know how to write the statement, I need help please
thanks
MaX_BoY




Reply With Quote