Collision + Unscrollable!!
aalzanki
Member Posts: 283
Hi..
I have a game with a ball and some walls, so all you should do is bounce to the top.
But when I added my lose actor that end the game (I mean if you fell downward you lose) it won't change the scene when colliding with the ball, the actor is under an unscrollable layer and isn't moving but when it collides with the ball nothing happen. When I change the unscrollable to scrollable it works.
So any help please ??
I have a game with a ball and some walls, so all you should do is bounce to the top.
But when I added my lose actor that end the game (I mean if you fell downward you lose) it won't change the scene when colliding with the ball, the actor is under an unscrollable layer and isn't moving but when it collides with the ball nothing happen. When I change the unscrollable to scrollable it works.
So any help please ??
Comments
The unscrollable layer was meant for HUD's and UI elements that don't interact with the main scene but need to be visible all the time.
I'll let the developers know about the desire for collision with unscrollable layers, but I would avoid trying that for now.