Hello AC-Forum,
I am newbie and create my first 2D Adventure with AC and have a problem with changing scenes... I am using the 9verb-template and wonder how I can change a scene by a single-click.
If I am choosing the "Use Interaction" on the ExitHotspot then it works right away. But then I always have to click "Use + ExitHotspot" to get into the new scene.
If I don't use the "Use Interaction" and create a new interaction script on the hotspot and choose on the ActionList: "Input -> Check -> Single Tap or Click" and put then if the condition is true -> change scene. It doesn't work.
What am I doing wrong here?
Thanks in advance!
Comments
It is recommended to use Active Inputs (see the Manual's Section 2.14) if you want to check for an input, but that should not be necessary here. Check Single 'Use' Interaction? in the Hotspot's Inspector and it will behave like it does when using the Context Sensitive interaction method - i.e. a single-click runs its interaction.
This trick is used by the included 2D Demo for its two "Exit" Hotspots.