Can someone verify this situation?
1) Sprite as button with "Is touching" action placed into layout (into viewport) = all works good. Only mouse over + click will start action.
BUT!
2) Sprite as button with "Is touching" action placed into layout BUT half is out of screen. If I click on Sprite and scroll viewport to position that I see other half of the button (button is like transmit between left and right side of one layout) and back again, than everytime I move over that Sprite, an action "Is touching" start without click on it!
It looks like wrong to me. Code is so simple that i will not post it.
I tested that everytime I scroll with Viewport, "Is touching" action will broke. Even If I create two Sprites as buttons and places each to different place and clicking will scroll to each other.
Only click somewhere after Scroll operation end. Thank button lost "focus" maybe?... dunno.
Did I do something wrong?
Thanks!