Camera Controlling
Is there a way to keep the camera from going a certain place. Since in my game there are "invisible" walls on the path, when my character bounces off of them, the camera follows him so you can see the white wall and black of the screen. Is there a way to fix this?
Comments
If not then dont put a camera control in your actor if it is you will have to make some rules like
When Self.Position.x is Greater than 50
And Self.position.x is less than 430
--Control Camera
Something along those lines should work. you will have to play with the numbers But that should get you on your way with it.
___________________________________________________________________________________
GS BubbleBall Template HERE!!
Stacks Level Selection Template HERE!! Now only $20
AppSolute Entertainment on Facebook
I can not get 2 (or more) actors to follow the camera,
but i can with one.
what should I do?
please hælp me