I'm targeting both computer and mobile platforms, and I don't see a "on touch released object", so I want to know how I can do the same thing as on key released with the touch object. K thnx!
Develop games in your browser. Powerful, performant & highly capable.
I guess you will have to deal with instance variables. Pressing and releasing (not pressing) adding values.
I think many people use the invert feature. Simply left click on your event and choose invert. Personally, I don't really like to use the invert features as its not what I am really looking for most of the time. I usually use a variable.
For example:
{On key pressed}
-Set var1 = 1
{On any key released
&
var1 = 1}
-Set var1 = 0
-and your triggers here