I’ve got a situation where .swfs are loaded by buttons from another .swf to a higher level. each button loads its own external movie. What I would like to know is how to load these external .swfs in succession, either forward or backwards, with forward and back buttons, as well as keeping the specific buttons in effect.
I guess it would be kinda like the way you search through the forums. You can either click the number that corresponds to the next page, like “2” for example, or you can click the forward button that looks like “>”. Same for the back situation. So it would look something like this: “<12345>”. You could either click the “>” button to move all the way to 5, or click each number separately.
I’m only a beginner with actionscript, so I have no idea what to even search for… is this controlled by an array, or some type of variable thing?
Help!