I have set up a simple example of a menu that I am trying to implement. When I click the orange circle it should make the red square on Layer1 become visible. However, clicking on the orange circle does nothing.
Is the layer that the orange circle is on not active, or why will it not function?
dropbox.com/s/zhzwlllam9trg5y/MenuTest.capx
The red square is invisible too. Making the layer visible doesn't make the square visible.
Le sigh. Of course it would be something blatantly obvious that I am completely overlooking. Thank you for pointing that out. Now I have to figure out why the actual file I am working on is not functioning as it should be set up to work the same way the new .capx below is working. If I am unable to figure it out I will try to upload that .capx tomorrow.
Gave the .capx another look over and it doesn't seem to be working. What it looks like to me is that the layer is not being recognized as interact-able so it's not recognizing the Mouse Click on Object.
dropbox.com/s/9klcyvfws546swe/Empire.capx
Can't open the file as it's missing Z Sorter plugin. I installed a plugin called Z Sorter but apparently that isn't the correct plugin.
Try it now. I removed the Z-Sorter plugin from the project.
Develop games in your browser. Powerful, performant & highly capable.
It's because MenuTable doesn't have any collision. Open in editor and set collision polygon correctly.
— Thank you very much. This might be useful information to include in the manual for a description on what is required to get this event to function.