Here’s the deal… I built an entire portfolio/website in scenes and I’ve spent so much un-needed time making sure there were no conflicts and everything worked properly.
But the scenes keep breaking! right now everytime I move to a different scene it stops BY ITSELF on frame 1, there are no actions telling it to stop… it just feels like stopping!
well the way I have it, buttons and clips go to and play different named scenes… there’s no order, not like a “Go to next scene”, “Go to previous scene”
Well Flash is idiotic when it comes to playing scenes. You can only actually use gotoAndPlay to go to a scene if you call it from the main timeline.
The most efficient way to change scenes is to give the first frame in each scene a frame label and target that timeline and use gotoAndPlay(“frameLabelName”) .