This will open the specified URL on the browser of the chosen target device, or, if you are using the HTML5 module, in the currently open browser.
NOTE Antivirus software installed on the player's device may cause the URL to not open, so keep this in mind when using this function.
url_open(url);
Argument | Type | Description |
---|---|---|
url | String | The URL (website address) to link to. |
N/A
url_open("http://gamemaker.io");
This would open the GameMaker homepage in the current window.