Hi, I'm making a menu with sub options that pop out and pull in when you mouse on/off. I have a movie for the options comming out, but I'm just playing them in reverse when they pull in. each sub options gets it's name from a loop that is always playing. The problem is, when I play in reverse:
if(_parent.reverse==1) {
_parent.prevFrame ();
}
it works fine in the middle of the tween, but because the start of the tween is technically a new movie, the text will flash back to it's orginal value for 1 frame, and then it gets changed by the loop. Is there some way to update the text on the suboptions for that one frame? If this is too confusing I'll make a mock movie to demonstrate my problem. Thanks.
-ben
if(_parent.reverse==1) {
_parent.prevFrame ();
}
it works fine in the middle of the tween, but because the start of the tween is technically a new movie, the text will flash back to it's orginal value for 1 frame, and then it gets changed by the loop. Is there some way to update the text on the suboptions for that one frame? If this is too confusing I'll make a mock movie to demonstrate my problem. Thanks.
-ben