Making Buttons links? How To?

Ok Look here… (dont laugh to hard… lol im trying!)

Click me

Look at the Skull thing, and the Color thing, how do i make them links to and other page? i cant figure it out, thnx alot! :slight_smile:

Hi,
Are the ** skull thing ** and ** colour thing** already buttons ?
If not make an invisible button the same size as the image, put it on the top layer of skull mc and colour mc and add this :
[AS] on(release){
getURL(“http://www.somesite.com”, 1){
}[/AS]

Cheers

SteveD