2D Toolkit Forum
2D Toolkit => Support => Topic started by: hexdump on July 26, 2013, 10:51:37 am
-
Hi!,
I have been following the UI code around of tk2dbutton and it seems pretty hard to achieve what I suggest in the topic. I see some coroutines running that should be blocked from execute, etc...
Has anyone found a clean way to do this? On mobile devices is common to avoid more than one touch at the same time in the UI.
Thanks in advance.
-
Use tk2d UI - it'll be alot easier to mask buttons there, as there is only one entry point for all click events.
-
Ok, thanks will try it later. I have seen for this game just setting to not multitouch is enough to accomplish what I suggested.
Thanks in advance.