Imagine that you have configured the following sorting layers in this order:
“Top”
“Middle”
“Bottom”
Then you assign sprite A to the Top layer, sprite B to the Middle layer, and sprite C to the Bottom layer. If all three sprites overlap each other on the screen, which one will appear on top?
A. Sprite C
B. Sprite B
C. Impossible to tell from the information given
D. Sprite A
I’m not sure, but I think I’ve seen this task on the overflow stack, try to find it there.
CharlesPAD You are right, but on such sites the conditions of the problem often change slightly. And by the way, I think that this is right because it gives students the opportunity to develop logic.
The smaller the layernumber the higher priority it has. So if Top, Middle and Bottom are in that order in the list of sorting layers then Sprite A will appear on top. Its a dick move to shuffle the answers like that though xD.
Answer C because it is not neccesary that they are in this order. Good Question though!