flashdudette
01-28-2003, 04:37 PM
what is the problem - I have one mc name myClip on main time line. I the clip are several labels: one, deux, three.
at frame named deux, there is an animation that last 10 frames.
I have no stop(); at frame name deux, I have a stop(); at frame named three.
I want to be able to access frame name "deux" so It can play the animation.
I tried:
onClipEvent (enterFrame) {
this.gotoAndPlay("deux");
}
assuming it would play starting at frame name "deux" but it just stops there though I did not used gotoAndStop();
If I use a button, to access the frame so it plays the ani - it works.
Why does not it work with onClipEvent() ?
at frame named deux, there is an animation that last 10 frames.
I have no stop(); at frame name deux, I have a stop(); at frame named three.
I want to be able to access frame name "deux" so It can play the animation.
I tried:
onClipEvent (enterFrame) {
this.gotoAndPlay("deux");
}
assuming it would play starting at frame name "deux" but it just stops there though I did not used gotoAndStop();
If I use a button, to access the frame so it plays the ani - it works.
Why does not it work with onClipEvent() ?