To Explain this in the simplest way, I would like to have a door open, wait, then close, the same amount of times a button is pressed. I'm stumped, so any help would be super awesome and cool of you. thanks.
Develop games in your browser. Powerful, performant & highly capable.
I don't know if your opening and closing the door is an animation or different objects, but you could use 'on button pressed' to open your door and 'on button released' to close it.
Basic example r218
That is EXACTLY what i needed, thank you so much.