User taps to trigger a SHAPE (morph) in a 3d character?
Hello, I have a 10K poly character I am testing with 2 morph shapes.
I read the action editor can read the morph shapes.
But how can I configure the behavior script so that when user taps the screen, blend shape 1 is "1" (full influence) for 4 seconds and then goes back to 0?
After that, the second time the user taps the screen, action editor should trigger animation 1.
I know how to make the second part possible with behaviors, but I don't know how to call trigger effects with MORPHS (blend shapes)
Please help.
Thanks!
bump
Hello. I am following this part of the guide to creating a UI button. So far, it works, I can see the button, it's positioned, and I see the "Tap Hint" hand animation over the button. So I am following this guide and I see there's a script so that when the user clicks on the UI button, the hand triggers: hide-hint behavior.
https://lensstudio.snapchat.com/guides/scripting/helper-scripts/user-interface/
What code is contained in that behavior?