Tagged Questions

0
votes
0answers
203 views

Xcode Iphone game Depth=Y (tile based game)

I have a problem with my subviews. I want to change the depth (like bringSubviewToFront or insertSubview and other...) when my player.center.y is more bigger than the three.center.y . I tried but i ...