Hi.
I can't prevent touch event on object when change layout
Steps to reproduce:
1. Add sprite A on Layout L_A
2. Add sprite B which has the same position of sprite A on Layout L_B
3. Add event Touching an object A to go to Layout L_B
4. Add event Touching an object B to do any thing.
5. When you click on sprite A, my game will be call event Touching an object B because B's position is the same as A.
How to fix it if I don't want change position of B?
All Browsers affected:
All Operating system & service pack:
All Construct 2 version:
Thanks