Urgent - help

drichnifu Messages postés 4 Date d'inscription mardi 22 juillet 2003 Statut Membre Dernière intervention 1 novembre 2003 - 30 oct. 2003 à 18:23
xactise Messages postés 507 Date d'inscription mardi 18 février 2003 Statut Membre Dernière intervention 22 juin 2012 - 30 oct. 2003 à 20:30
J'ai différents clips et je veux leur attribuer le même comportement par du code actionScript, leurs noms d'occurence sont clip1 clip2...
Pouvez-vous m'aider

1 réponse

xactise Messages postés 507 Date d'inscription mardi 18 février 2003 Statut Membre Dernière intervention 22 juin 2012 2
30 oct. 2003 à 20:30
_root.clip1 ta fonction
_root.clip2 ta fonction
_root.clip3 ta fonction
_root.clip4 ta fonction

etc....

ex :
onClipEvent (enterFrame) {
_root.clip1._rotation += 20;
_root.clip2._rotation += 20;
_root.clip3._rotation += 20;
_root.clip4._rotation += 20;
}

By L0rD...
0
Rejoignez-nous