I have a button that is set up to open a URL in a new window but it isn't doing anything when clicked on.
CODE:
on left button click on button --> Go to "URL" in a new window ("NewWindow")
Is there something I am missing?
Thanks
Is your URL in quotes?
Try using the Button object's own "on clicked" condition instead of the Mouse object's "on clicked object" condition.
Is your URL in quotes? Try using the Button object's own "on clicked" condition instead of the Mouse object's "on clicked object" condition.
I am putting quotes around it and tried your tip, but it still didn't work.
Develop games in your browser. Powerful, performant & highly capable.
I figured it out. I just forgot to set the event sheet to the layout. Rookie mistake. lol.