How to make the multi-hyperlink

Hye everyone,

i’m a newbie here :wink: an i got a problem with building a Menu for my website, i’m using CS3, Actionscript 3 and i’ve a lot of buttons for one page, but i don’t really know how to code them, because i juz know how to code single Button example :

btn1.addEventListener(MouseEvent.CLICK, goToEnter);

function goToEnter(event:MouseEvent):void{
navigateToURL(new URLRequest(“http://www.exaple.com”));
}

: so this is for single button, how if there are 5 buttons? really2 need help to settle down the entrance page :slight_smile: thanks