I had a quick search around but unfortunately there are so many posts with the words "link" and "url" in that I got lost. How do I make it so that when I click a sprite, a website opens in a new window? This is driving me crazy and is pretty much the last think I have to add to my game!
Develop games in your browser. Powerful, performant & highly capable.
Add a Browser object to your game (Insert new objects, down the bottom under "Web").
With a mouse Object too, then the event can be - Mouse, On Left button clicked on (whatever) -> Browser, Go to "website" in new window.
Thank you, I never experimented with the Web objects.