Guest User

Untitled

a guest
May 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. for each (var label:String in _arrLabel){
  2.                
  3.                 trace (label);
  4.                 creerLabels(label);
  5.                 blik.y = yPos;
  6.                 blik.y += blik.height + 10;
  7.                 addChild (blik);
  8.                
  9.             }
Add Comment
Please, Sign In to add comment