SaishuHane
12-10-2008, 06:39 PM
Going by this tutorial:
http://www.trap17.com/index.php/linking-url-button_t9225.html
I tried to apply the script to the button, but when I go to the button, it says "Current selection cannot have actions applied to it."
So I use the code:
on (release) {
getURL("http://confava.com/user/register","_self");
}
and it tells me:
"extra characters found at end of program"
on the line:
on (release) {
Though even then, I have no idea how this goes to the button and doesn't just stick to the frame. I know I've done this in the past, but due to acid leaking and me losing all my former .fla's, I have nothing to look at personally that's worked for me.
http://www.trap17.com/index.php/linking-url-button_t9225.html
I tried to apply the script to the button, but when I go to the button, it says "Current selection cannot have actions applied to it."
So I use the code:
on (release) {
getURL("http://confava.com/user/register","_self");
}
and it tells me:
"extra characters found at end of program"
on the line:
on (release) {
Though even then, I have no idea how this goes to the button and doesn't just stick to the frame. I know I've done this in the past, but due to acid leaking and me losing all my former .fla's, I have nothing to look at personally that's worked for me.