Hi, if someone could help me with an easy problem I’d be greatful.
Right now I have a movie in one of my scenes. Based on a variable, I tell that movie to go to a certain frame. So in my scene “Actions” code I have
mymovie.gotoAndStop (myvariable);
What I really want it to do is to play that movie up until myvariable. Is there something like:
mymovie.playAndStopAtFrame (myvariable);
Or is there another way to do this? Have my movie stop at a certain frame based on a variable? I’m sure this is simple but I can’t figure it out. Thanks!!!
-Sage880