How to display over state of a SimpleButton at up state
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
11:03 UTC
Read the original article
Hit count: 473
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