Forum rules - please read before posting.

Disable clicks on hotspots

Hello, I was wondering if there was a function that I can use in code to enable/disable usage of all hotspots on scene?

Comments

  • edited December 2018

    This can be done by disabling the Interaction system in the Engine: Manage systems Action.

    The equivalent line of code is:

    KickStarter.stateHandler.SetInteractionSystem (false);
    
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.