In my game, I use a centerView that follows my actor. When I move my actor close to the end of the wall, I see everything thats after it. And I dont want that to be in there. I want my view to just stop when it reaches the wall.
How do I do that? I've tried a Collision event between the centerView and the wall, but it doesnt work.