salut,
quelqu'un pourrait-il me dire pourquoi cela ne fonctionne pas svp?
merci
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10 onClipEvent(load) { for(a=1;a<15;a++) { _root.attachMovie("boule","boule"+a,a); _root["boule"+a]._x=a*50+50; _root["boule"+a]._y=100; } }
Partager