Hi All,
So I have a joystick hooked up and working....when I press a button, it sends a bang...and when I release the button, it sends another one.
How can I route these events to seperate objects?
For every press, there is a release...so they are ALWAYS in pairs..I was thinking of using the first bang to set a counter, and the second one to unset it...but that doesn't really work.
There is another number object that is 1 when a button is pressed, and 0 when not pressed...I think this would be useful, but not sure how.
Any thoughts?
Thanks,
AltReality