Hey everyone,
I was just wondering if someone could give me some insight into a project I’m doing right now. I’m basically creating a huge slideshow presentation for a live show. I decided to put everything into 1 huge fla/swf so that it is more manageable in the future.
With AS3, I have made it so that when the user presses the right arrow key, it will seek out the requested frame label and play the next slide. This works well. However, some of the frames need to be played again in later slides. So I would prefer to reuse those frames again, instead of copying and pasting them 10 times. When I do that though, I have no way of switching to the next slide, as I’ve already set the nextframetoplay variable in my class.
Does anyone have a better way of doing this? Should I perhaps create the screens and just create a holder and use addChild to play them instead of jumping to the frame labels?