i.imgur.com/V8izCGN.png
I have two sprites that are touching but not overlapping each other (A and
.
How can I place C so that it is above A but below B and
how can I place D so that it is above B but below A?
I'm GTweening objects into A but I want it to be covered by B, and I'm also GTweening objects into B but I want it to be covered by A. This would also be happening at the same time, so dynamically changing z-order wouldn't work.
How would this be possible, or if it's not possible how can I achieve this effect?
Comments
I was so set on getting z-order correct! Yup yup this works perfectly.