Linking an image

im can someone tell me how to link an image PLZZZ

put an invisible button over it, ie a button with only a “hit” state, as big as the pic
…or what did you mean?

i can make it into a button but how do i set it to got to a certain url?

put action script on the button:

on (release) {
getUrl (“url”, “_blank”);
}

this will open your image in a new window.