• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

 Suggestion: Each side in a view gets a border when following

Bee

Member
I have a suggestion, which may have been made before, and if so I apologize.

Right now you seem to only be able to set an x and y border when following an object in a view. I would suggest being able to set top, bottom, left and right borders. I have a game where the HUD is off to the left and therefore I would like to offset the view so the object being followed is in the centre of the gameplay area.

For now I've fixed it by resetting the view_xport[0] to offset it a bit.
 

Nocturne

Friendly Tyrant
Forum Staff
Admin
The follow option in the room editor is designed to help beginners get follow objects easily, but if you require anything more complex you need to use code. Look at the camera_set_view_pos() function... ;)
 

Mike

nobody important
GMC Elder
Create 2 separate views, one for the panel and one for the game, then the game "follow" will work as expected.
 
Top