I have a template from templatemonster and I am trying to edit the navigation menu of one button. The forum button...I want it to link to another website, but I can't figure out how to set/change the link from what it currently is. I have opened it in Flash and looked around as much as I could, but have had no luck finding it. Any help?
Find the button and look at the actionscript of that button. Really you should have a basic understanding of flash to be using templates like that.
I have a basic understanding which is why editing everything else has not been a problem. This what I found in the button. what should I put there to make it link to another webpage like www.example.com?
what so you want it to go to another webpage when the button is hovered over? just replace gotoAndPlay(num); to getURL("url");