hello
i have 1 button and 3 Movieclip
there is 2 frame in each move clip .
i want to control all mc with my button.
when i press it all mc go to frame 2 .
i use this action for button :
Code:
on (release) {
_root.f1 = true;
}
and use this action on first frame of each movie clip :
tanx for reply jamesloacher .
but think if the movie clip number increase ( ex : 200 move clip ) your code is not logical anymore.
i want to do something that could be control any number of movieclip .
tanx for your great script's .
code work fine in frame 1 , but if movie clip separate in other frame they don't change .
take look at attachment .(test3)
i think could do this with ( if ) script but i don't know why my code don't work fine ?
in my attachment ( test_myway) if you click on ( 1 change ) and then click to next frame , it's work , but i want to do it on same frame .
help .