Search Our Web Design Blog...

Wednesday, May 9, 2012

Let's make your buttons link

To link your buttons you need to add some more code (different for EACH of your buttons).  You will also need stop commands at the end of your "pages"

:yourButtonsInstanceName.addEventListener(MouseEvent.CLICK, onClick);

function
onClick(event:MouseEvent):void{
gotoAndPlay("Your Frame Label Here");
}




No comments:

Post a Comment