I have two Layouts: Layouts1 and Layouts2.
On Layouts1 there is a button (sprite actually) "Exit game" and on Layouts2 there is a button "Go to Layouts1" exactly at the same position.
When is set an condition "Mouse click on object" -> "Go to Layouts1" it moves me to Layouts1, but so fast, that I can't release the mouse button in Layouts2. So I release the mouse button on Layouts1, but that triggers another button "Exit game".
So Is there some sort of condition, that will prevent that behavour?
Something like: "Release on object"? or "Press down on object" ?
It seems like "Click on object" works for both "Press" and "Release", and then, "Release" continues on another Layouts, after going there, that triggers things on the new layer.
Thanks for any help.