My screen sticks with my character but the issue is that this code in draw actor of my view is not working properly
view.x= Player.x -(.001*view.width); this is not working because my character is always at the left edge of the screen and sticks there and wont move into the screen even when its moving.
view.x = max(view.x, -1);
Please help.