Forum rules - please read before posting.

Activating AC Menu Button on Pointer Enter

I'd like to be able to activate a menu button by simply rolling over it, thus running an action script, rather than having to click it. Is that possible? Switching from AC to Unity UI Prefab, I see an option for changing Pointer Click to Pointer Enter, but doing that (and reverting back to using AC for the menu) doesn't seem to do anything.

I'm guessing there is not a way to do this without using custom code?

Comments

  • What should the Button do when activated? If run an ActionList asset, this can be done by invoking its Interact method.

    If you detach the Button component from the Menu Manager (i.e. delete the Button menu element), you could then manually assign this method in the OnPointerDown event from the Inspector.

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.