So if I wanted to make the delay time a editable variable I would add an input(or local variable i think its called) on the starting exc node? For example if wanted double tap to double jump but I wanted to allow a window of time to press twice and set that variable in the editor. For things like maybe the weight of a character affects that window of press time. Am I on the right track?
@supimbob126 жыл бұрын
This seems like a good place to ask, the issue might be similar. I'm using trying to use a VR motion controller to have different functions when a button is pressed vs held. But time held down seems to always return zero, even though it does function while held and does trigger button released functions. Could I do the same thing you did here with a Gate, but instead of having a second click close the gate, have the button released trigger it?
@miguelcastilla79653 жыл бұрын
Thank you!
@OvieRevaldi6 жыл бұрын
so cool learn lot from this tutorial :) thanks sir
@sphinx039cat3 жыл бұрын
thaaaanks!!!
@noisyether92114 жыл бұрын
Tahnk You Bro!!
@playwitheverything29725 жыл бұрын
Can you make a character creation system ? Preferably male and female
@bernardrouhi4513 жыл бұрын
but you do get single click just before it detects a double click
Do you know how to prevent that from happening im having this exact issue
@Ardyfact6 жыл бұрын
yeah double click.
@agentarachnid20096 жыл бұрын
What would happen if you clicked more than twice?
@RobertHoefig6 жыл бұрын
Your computer will explode.
@ChristianRoyUtah6 жыл бұрын
I believe every click after the first one but before the gate closes will register as a double click.
@RyanLaley6 жыл бұрын
This is correct
@agentarachnid20096 жыл бұрын
Ryan Laley So, if many to click n times before the gate closes, it will still register as only 2?
@RyanLaley6 жыл бұрын
Agent Arachnid that's right. If you need to register more than a double click (e.g. a triple click) you will have to alter the code, one way would be to add another gate.