Simple button control question
design219
Member Posts: 2,273
I'm sure this has been covered, but I'm not finding it. This should be simple.
I want to push a button to have an actor jump. What is the simplest way to connect the button actor to the jumping actor? : mouse down on button makes actor jump
I want to push a button to have an actor jump. What is the simplest way to connect the button actor to the jumping actor? : mouse down on button makes actor jump
Comments
I actually just figured it out... just what you say, but I used boolean. The button is set to change attribute when touched and change attribute on the otherwise.