ActiveDen

Cool Buttons

  • Has been a member for 3-4 years
  • Exclusive Author
  • Sold between 1 000 and 5 000 dollars
  • Bought between 1 and 9 items
  • Sri Lanka
rRomila says

nice one

3 years ago
  • Has been a member for 1-2 years
  • Bought between 1 and 9 items
Peonie says
Purchased

Sorry, how to insert a button to link to external website?

2 years ago
Author
talk2manjit talk2manjit replied

Hi Peonie,

Add this line….... navigateToURL(new URLRequest(“http://google.com”),”_blank”); ..... inside onDown function, For example Check this :

function onDown(e:MouseEvent):void {

gotoAndStop(2);
navigateToURL(new URLRequest("http://yourLink.com"),"_blank");

}

2 years ago
  • Has been a member for 1-2 years
  • Bought between 10 and 49 items
  • Italy
Solen says

Enter this command: addEventListener( MouseEvent.CLICK, function(){navigateToURL(new URLRequest(“http://site name.com”),”_blank”);})

2 years ago

by
by
by
by
by