Hiya all.
My first post but I am tearing my hair out.
I am working on a tabular file that when you click on one of the tabs (there is 7) you view the content of that layer.
The code I am using works fine:
on (release) {
land._visible = true;
Tab1._visible = false;
Tab2._visible = false;
Tab3._visible = false;
Tab4._visible = false;
Tab5._visible = false;
Tab6._visible = false;
}
but when you view the “land” layer, go back to another tab and go back to the “land” layer it doesn’t reload and start at frame 1 but the last frame you were at.
I desperately need it to “reload” when you release on the action above and to GoToAndPlay frame 1 but whatever code I try it won’t do it.
Any ideas? or am I even making sense?
Any help is gratefully received.
Thanks
Marie