Question
how do i make a hyperlink?
I'm not talking about using getURL() to load content from a
web location into my flash document - i just want to know the
actionscript to make a hyper link.
For instance:
mcThing.onRelease = function():Void {
//SOMETHING GOES HERE
}
What do i put in there to make the browser go to a new page?
thanks!
For instance:
mcThing.onRelease = function():Void {
//SOMETHING GOES HERE
}
What do i put in there to make the browser go to a new page?
thanks!