Hello,
What I would like to do is, once some condition is met, tell the parser to ‘gotoAndStop’ on the next frame AND ignore the rest of the code on the page below the ‘gotoAndStop’.
Is there a way to do this? I know I could wrap everythin on that page in a ‘if-else’.
I am redoing someone else’s project, I normally don’t use multiple frames, normally I do it all on one frame with code.
Thank you.