Forum rules - please read before posting.

Movie clip skip with input click/touch

Hey,
I wondered if it was possible for the movie clips to be skipped by clicking or touching the screen instead of pressing a key? On the 'player can skip?' option.

Thanks!

Comments

  • If you map the key to "mouse 0" in Unity's input manager, it'll respond to left-clicks.

    To respond to taps on touch-screen devices, hook into the InputGetButtonDownDelegate override, as covered in the Manual's "Remapping inputs" chapter, e.g.:

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.