Controller Sensor
When I press "X" on the controller, it sends a signal to an object to make it glow, but when I release the button, the signal turns off, so the glowing is set back to 0. How can I make the signal I send to stay on?
The same happen when I enter and exit a trigger. The signal turns on and off.
-
Wire x into a counter with max value 1. Then wire the counter into glow. This will set the glow on perminantly.
If you want glow to be toggled on/off with each press of x wire it into a selector.
Hope this helps :) Peter -
Thank you. I will try it later today. :)
Please sign in to leave a comment.