How to attach/embed a command to an object

It’s probably easy enough to do, but I haven’t found it yet. When a particular object is clicked on I want a new browser window to open in order to display additional information about the object. The application containing the object will already be running in its own browser window.

Thanks in advance!

this is too vague for anyone to give you any clue on how to do this. what browser window? do you have that in the project?

either you find an assets that supports these type of behavior, for example an rpg kit with inventory and menu system. should have both clicking on items and showing info included.

or you start by first figuring out how to click on objects, then how to create and display UIs.

I know how click on an object, but haven’t been able to figure out how to create and display a URL to go to when the object is clicked. Can you point me in the right direction (menu > submenu > solution)?

maybe this can help

Thanks for the information! It is too vague for this total novice, although after watching Jimmy Vegas’ video at
https://www.youtube.com/watch?v=XBKLZAqPA1g
I now see how it all fits together.