Guest User

Untitled

a guest
Jan 20th, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. import fl.controls.TileList;
  2. var tl:TileList = addChild(new TileList()) as TileList;
  3. for(int i = 0; i < 3; i++) tl.addItem({label:"user"+(i+1),source:yourClip});
Add Comment
Please, Sign In to add comment