-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Click through? #43
Comments
this is possible, but I think that the behaviour was inconsistend between PIXI and Phaser. if you can show a code examples it'll be easier to understand your issue :) |
Hello, I am also interested in this issue. I have a layout in the form:
I've set an event listener like:
But I can't manage to make the click event to happen. I've also tried to add
Or higher numbers like doc says at the level of Layout and Button without any results. |
Hello @fr0gs , have you tried to set btnClose z to a value and its parent z to a lower value ? |
Hello @alaa-eddine , I've set btnClose z value to 10 and it's parent (the Layout component) z value to 1, still no luck. I've seen that among the examples in this repo a very similar structure is shown and it works properly, I may miss something. |
Oki doki, with Phaser 2.4.9 EZGUI does not respond to any events in the GUI definition. I will keep trying with older versions. |
Hi, currently I have a Layout the size of the canvas but it is blocking the clicks of objects underneath. The layout contains some buttons, essentially at the corners of the screen:
is there a way to make an EZGUI component (Layout) ignore interaction, but allow some of its children components be interactive or do I have to add the buttons separately so there is no contiguous blocking element in front of the rest of the scene?
The text was updated successfully, but these errors were encountered: