i have a swf in which i have mutltple galleries.Each of buttons loads an ext.swf and after that a gallery is loaded. What i want to have is a simple back button which would unload the gallery and would return to gallery selection.So far I had this figured out.Code on back button
on(release){
this.container.unloadMovie()
this.container._root.loadMovie(“main.swf”);
}
but with that main swf is loaded with the begining but i want to it to return to previous moment where i could choose diffrent galleries and not to load again whole swf.I want to return to the specific loacation-frame.Thx in adv