Image

Imageshiakun wrote in Imageflashdev 😡annoyed

Hey, guys. Before you say "do a search". I have. I've searched
extensively and still cannot make a button link to another website.

I'm using Flash 8 and am relatively new to the scene.

To link, I know that you are supposed to write some form of the
following:

onRelease {
getURL(website link);

}

When I go through the action functions it comes out like this:

not_set_yet.onRelease = function() {
getURL(website link);

}

The button is called "redbutton", so I'm GUESSING you put it in like
this:

redbutton_btn.onRelease = function() {
getURL(website link);

}

I'm sorry for the same question you probably get constantly, but if you
could please help it would be much appreciated.