Forum rules - please read before posting.

Any way to switch between "Hotspots with double-tap"

I'm using Activate Hotspots with double-tap in my game, however in 1 scene I have a touch-tone phone and I'd like the user to be able to activate the phone buttons with a single tap.

Is there any way to switch between double-tap and single-tap on game objects in the same scene?

Comments

  • Any Manager field can be modified at runtime through script.  To access that field's API reference, just right-click on the field's label and choose Copy script variable from the pop-up menu.  In the case of the double-tap option, it's:

    AC.KickStarter.settingsManager.doubleTapHotspots

    Write a custom script that contains separate functions to set this to true and false, and place it in your scene, i.e.:


    You can then use the Object: Send message or Object: Call event Actions to invoke these functions when appropriate.

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.