Hello,
I have an onClipEvent on my mc in first frame of my movie, and I want it to finish its action first and then tell it to go to the second frame. I was wondering if some one can help me with that.
can you post the code? use
tags in your reply so we can
see what you see. :)
onClipEvent (load) {
this._parent.stop();
}
onClipEvent (enterFrame) {
if (this._currentframe == this._totalframes) this._parent.play();
}
is that what you meant? =)
well, ok then. kax can just come right along and post what
appears to me to be the right answer!
looks good to me kax. =)
yup. it looks good to me too