So, this being my first game, it's pretty simple. Press right to move right, release to stop, repeat. The end. I have created a view that should follow the "player", as I don't want the player to be able to see the whole map, only what's right in front of him.
Now that's the problem. The player can't move left, so what's to the left of the main object is not important, and therefore I want it outside of the view.
The view is 300 pixels wide. I want the character to be located about 80 pixels in from the left border and stay in the same position as the object and the view travel right across the room. I tried using the Hbor thing in the Views tab, but it does not work the way I need it to.
I want it to look something like this:
|---X-----------|
x=object/player
I'd be unbelievably grateful if some kind spirit in here would guide me towards how to accomplish this.
Thanks in advance;
//Rhymer











