Bucle cambiar alfa a multiples elementos


/ Published in: ActionScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. for(var i:Number = 0; i<=10; i++){this["btn"+(i)]._alpha = 50;}

Report this snippet


Comments


You need to login to view comments.