Advertisement
Guest User

Untitled

a guest
Jul 28th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. function afficherSelonBoutonActif ():void {
  2. var xmlListPhoto:XMLList;
  3. if (boutonActif == b_couleurs_mc) xmlListPhoto = xml.photo.(@type=="couleur");
  4. else
  5. if (boutonActif == b_test_mc) xmlListPhoto = xml.photo.(@type=="NB");
  6. // Et la suite qui, je suppose t'affiche déjà le contenu ?
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement