I have a menu with button objects in As3. I want to display the page where user is and for this I must show buttons’ over state (which is mc) when flash loads. I’m sending the page parameter to flash. I just need to play the movie clip inside the specific button.
Looking for something like:
btn1.m1.gotoAndPlay(1); or btn1.m1.play();
Okay Adobe’s documentation helped to solve the problem. It toked one day to figure it out but finally I found the appropriate code. It’s not maybe the best but it does the trick.: