Hello,
I am needing a Button that can link to a URL. If someone can link to something that can do this that would be helpful
First add button and browser plugin then add condition:
On button (anyname) clicked ==? action: Browser: go to url in new window: http://(anything you want).
Hope it helps <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">
For HTML:
$('#lnkFORUMS').click(function () {
location.href=('https://www.scirra.com/forum/');
Develop games in your browser. Powerful, performant & highly capable.
First add button and browser plugin then add condition: On button (anyname) clicked ==? action: Browser: go to url in new window: you want). Hope it helps
On button (anyname) clicked ==? action: Browser: go to url in new window: you want).
Hope it helps
Thanks!