so i have in my game a menu that has 171 frames. I would like to know the required code in actionscript 3 to return to frame 35 when it hits frame 171thank you vey much
On the an keyframe at 171, you just put gotoAndPlay(35) or gotoAndStop(35), depending on what you want to happen.
You must be logged in to post a reply!