/ Published in: ActionScript
Expand |
Embed | Plain Text
for(var i:Number = 0; i<=10; i++){this["btn"+(i)]._alpha = 50;}
You need to login to post a comment.
Hirmine on 10/30/08
1 person have marked this snippet as a favorite
for(var i:Number = 0; i<=10; i++){this["btn"+(i)]._alpha = 50;}
You need to login to post a comment.