I always thought that using for example, MouseButton1Down event would also act as if you touched the button on mobile. Is that not the case? I just noticed that there is a similar event for mobile tap. Cause shit, I’ve been writing this entire game assuming it would translate that to mobile automatically. lol
MouseButton1Click supports both
1 Like
I usually use Activated
to run events on buttons. I use stuff like ‘MouseButton1Down’ to animate the buttons.
Sweet! Thanks
////////////////////
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.