Forum rules - please read before posting.

Custom cursor action to specific interaction

Hi, congratulations for the software and for the support.
I need to simplify one of the basic functions of my project (interactive movie), right now I'm using "choose hotspot then interaction" with "clicking menu" and "Click on hotspot", this is fine, the problem arises when when using hotspots for screen switching, to do so I created a new cursor called "Go to" but I would like it to have a simplified behavior with preview display of the cursor hovering over the hotspot and clicking to perform the its single action (since I only use it to move between scenes).

I was thinking something like

if (icon_id == 3)
{
.......);
}

Advice? I attach two configuration screens.
Thanks in advance

https://imgur.com/whrMU5z
https://imgur.com/pcqSxjd

Comments

  • i forgot unity 2022.3.0f1 ac 1.77.3

  • Welcome to the community, @devilx3.

    You can achieve this by checking Single 'Use' interaction? in the Inspector of the Hotspots you wish to simplify the interaction for.

    When checked, the Hotspot will behave similar to "Context Sensitive" mode - where the cursor will change to the first-defined Interaction icon when hovering over it, and single-clicking will run that Interaction's ActionList.

  • Thank you very much. I hadn't seen this option

Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Welcome to the official forum for Adventure Creator.