Sorry if this question has been answered before but I could not seem to find it anywhere. I wanted to know if there is a way to preform an action upon "releasing" a button rather than when I press it?
Hello guys! I'm New! -- I've been new for a year now...haha
Either use Cecil's code or use an extension, like the one LIJI mentioned. The Control X object works too, I think it's included with one of those bonus packs you can download at clickteam.com.
So it does... <_<
But Key Object is easier to use! (It has 3 types of input! Integer, String, and Dialog while ControlX has only 2! Also Dialog Input is faster at runtime and easier to code)
Originally Posted by axel * (Negate) Repeat while "X" is pressed
* Only one action when event loops
...
That's one way to do it.
The only flaw here is that it'll activate on the start of frame. There are of course numerous ways to circumvent this, but it is something I thought I'd point out.
Originally Posted by axel * (Negate) Repeat while "X" is pressed
* Only one action when event loops
...
That's one way to do it.
The only flaw here is that it'll activate on the start of frame. There are of course numerous ways to circumvent this, but it is something I thought I'd point out.