Home » questions » Flash==> need help?
Flash==> need help?
I have 2 movie clips in the root level.
inside one of the movie clips i have this button and this is the script for the button:
on (release) {
this.gotoAndStop(2);
_root.asd1.gotoAndStop(1);
}
the first part works and the current movie clip goes to the 2nd frame. but the second part doesnt work and the other movie clip on the root level doesnt go from the 2nd frame to the 1st frame.
anybody knows y?
(this is like radio button so when i click on the other goes off but it diesnt work and all the buttons can be on at the same time.

Answers
Michael T
On 2006-08-20 00:05:38