How to play a movieclip inside a SimpleButton's Over frame

Posted by Hasan Gürsoy on Stack Overflow See other posts from Stack Overflow or by Hasan Gürsoy
Published on 2010-04-07T14:03:12Z Indexed on 2010/04/08 6:03 UTC
Read the original article Hit count: 330

Filed under:
|
|
|

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();

© Stack Overflow or respective owner

Related posts about as3

Related posts about as3-actionscript