Question
gotoAndStop - doesn't work
So here's my code:
mcbutton.onPress = function() {
this.gotoAndStop("_down");
}
When I click on button it goes to _down frame but it shifts back to 1st frame. It doesn't really stop there. How can I make it work?