• 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.

Windows Camera System oddities

D

DevEndgame

Guest
Something strange I noticed about the camera system (and that has been a major bother trying to get it right in my game) is that there does not seem to be a way to update the x and y position of a view individually? Camera_set_position makes you set the x and y by a certain amount, which is strange.
 

Nocturne

Friendly Tyrant
Forum Staff
Admin
Camera_set_position is a typo in the manual, and only appears in two example snippets... you should be using camera_set_view_pos() as @Ragarnak has pointed out. The manual will be fixed in the next update. :)
 
Top