Hallo to everyone,
As it seems i am stuck in sth really not that difficult obviously but i can’t figure it out. I am quite new in Flash and ActionScript 2.0.
So here is my problem:
I want to make a site with text and pictures. I have my main stage and every category in layers. One category is “History” which as History_mc has 2 layers one for actions and one for the text (appearing in frame 2) included.
In this mc i want to add another layer and put a nextButton_mc so that by on (press) can change the text and go to the other page (go to and stop to frame 3). I have also given Instance Name:nextButton
Unfortunately i can not manage to make the nextButton_mc to function whatever code i use.
For example:
on (press) {
History_mc.gotoAndStop(3); or _root.History_mc.gotoAndStop(3); or gotoAndStop(3); or this.gotoAndStop(3);
}
Is it the problem that i have a mc (nextButton) in another mc (History_mc)?
Has anyone any suggestion or advice?I would be grateful!!
Thank you very much.