Skip to main content
Participant
August 15, 2008
Question

Very wierd problem need help!

  • August 15, 2008
  • 1 reply
  • 232 views
I posted this in action script 3 but i relized it should be in here... So can mods delete the other one

Ok so I followed lot's of tutorials telling you how to make a hyperlink, so I sselected the button, press F9 and typed in:

on (release) {
getURL(" http://www.stc-online.webs.com", "_blank");
}

But it gives an error saying, "Syntax error, extra character found at the end of code or something like that" and it shows the top line:

on (release) {

Thanks you!
This topic has been closed for replies.

1 reply

kglad
Community Expert
Community Expert
August 16, 2008
that error message is being generated by an error elsewhere. the code you posted is ok.