If i have a movieclip with three buttons inside.
Lets say
portofolio ----> serie1 / serie2 / serie3
about
contact
I want it to open three new buttons when i push portfolio.
I wanted to make it easy, so i tried to duplicate the MC containing the three buttons above. And then i changed the text of the buttons in the duplicate.
And my original MC with buttons changed its name to…what am i doing wrong?
well my thress buttons inside have got this type of AS
on(release) {
loadMovie(“minimal3.swf”, 2); //this load your buttons into level 2
}
But should that have anything to do with my duplicate problem?
I just want to make a a copy of a button and change the buttons attributes without the original button or movieclip changing too.