liolo
Messages postés9Date d'inscriptionmardi 8 avril 2003StatutMembreDernière intervention12 mai 2005
-
1 mai 2003 à 21:37
gedas
Messages postés7Date d'inscriptionmardi 29 avril 2003StatutMembreDernière intervention16 août 2004
-
2 mai 2003 à 09:11
onClipEvent (enterFrame) {
if (this.hitTest(_root.moi)) {
_root.moi._y = _root.moi._y+5;
}
if (this.hitTest(_root.moi)) {
gotoAndStop(2);
}
}