Guest User

Untitled

a guest
Jan 21st, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.27 KB | None | 0 0
  1. function hotorof(i:int){
  2. photosLoader = new Loader();
  3. photosLoader.load(new URLRequest(xmlList[i].@path));
  4. photos.push(photosLoader);
  5. PhotosMc.addChild(photos[i]);
  6. PhotosMc.name = i+"resim";
  7. photos[i].x = pX;
  8. pX += Number(xmlList[i].@wid);
  9. }
Add Comment
Please, Sign In to add comment