Adding a link to a flash button

I know, it’s probably staring right at me but i can’t seem to add a link to my flash button. When i open up the actions thingy it just say ‘action cannot be applied to selection’ or something like that…

why so?
just draw the button, select it, convert it to a symbol(make any cganges if necessary), select it and open the actions panel! and it’s not working?

well i kinda knew all dat but i was trying to apply the action on the ‘down’ phase of the button… it’s sorted now, i just typed the ‘on release’ code… thanks all d same - nice logo btw.

look at that, already trouble shooting for himself :slight_smile:

nice to meet you and welcome to Kirupa!

cheerz me ol frooty!! u got a nice logo too - i want one now… let me go create…

you mean like on(press) ?

on(press) <-- press means that the actions wil be triggered once the button has been pressed down
on(release) <— release
so your actions should look somewhat like this:

on(press) {
<bla bla bla>
}

:o

yes mate, cheerz, i’v made a note of dat…