Interaction: examine works only in Context-sensitive mode, and in the rest it does not. Is that how it's meant to be, or do I have some kind of mistake?
With Context Sensitive mode, Hotspots are allowed 2 interactions: "Use" with left click, and "Examine" with right-click.
With Choose Interaction Then Hotspot mode, however, Hotspots can have any number of interactions - that get selected either by clicking a MenuInteraction element, or by cycling through them with a right-click. You can still have "Examine/Look" interactions, but each interaction is now considered a "Use" interaction - so it's a case of assigning each interaction a specific cursor/icon (e.g. "Look at"), as defined in the Cursor Manager.
It's clear. Thank you. Then this is the question. And is it possible to somehow implement a Context-sensitive mode on the touchscreen for porting to android without redoing the game?
Comments
That's correct.
With Context Sensitive mode, Hotspots are allowed 2 interactions: "Use" with left click, and "Examine" with right-click.
With Choose Interaction Then Hotspot mode, however, Hotspots can have any number of interactions - that get selected either by clicking a MenuInteraction element, or by cycling through them with a right-click. You can still have "Examine/Look" interactions, but each interaction is now considered a "Use" interaction - so it's a case of assigning each interaction a specific cursor/icon (e.g. "Look at"), as defined in the Cursor Manager.
It's clear. Thank you. Then this is the question. And is it possible to somehow implement a Context-sensitive mode on the touchscreen for porting to android without redoing the game?
By default, touching with two fingers will equate to a right-click.
Thank you!