I am totally new to Game development and I simply cannot figure this out.
I am playing around with a platform game, and I have got my character to move, turn, jump and attack - I even got the background layers to move independently.
Also boundaries are set and hidden - but here’s the problem:
I cannot hide what is on the other side of the boundaries…I tried to work with cameras but that just messes every thing up.
I have done a lot of searches both youtube, google and this forum but I have not been able to find anything - And if I should have overlooked the same topic here, I apologize.
Any suggestions as to what I am doing wrong?
What have you done so far? Can you provide screen shots of the events that work with the boundaries, as there are actions available to limit the camera movement within boundaries.
Hi, you can center camera on Y player , but you must center camera on X player less the middle of windows width… exemple with windows widht at 1280 pixel: “center camera on player. X()- 640”; “center camera on player.Y()”.
Thank you so much for taking your time to answer me Appreciate it !!
Your solution solved the problem at the beginning of the scene, but when i get to the end it still isn’t hidden.
Your boundary will have a size - along the x axis a minimum and maximum value (so the left-most, right-most values). For the y-axis, you’d put in those maximum and minimum values (so that’d be the top-most and bottom-most values):