I'm making a 2D game where i have 3 hotspots on top of each other (one is covering whole scene, two are moving and are much smaller). How to determine witch one is on top? (Changing order in layer of assigned object doesn't seem to work)
Thanks, I was a little confused after your response because I already tried that. Than I realized that I was changing parameters of object, not hotspot.
Comments
The z-order will determine which one is "top", as its their distance from the camera that affects it.
You can also use the Hotspot: Enable or disable Action to disable Hotspots when necessary.