Keeping score on the screen
mrchris317
Member Posts: 78
Hey all, Im creating a game where the character is falling off the screen. He is controlling the camera, but once he gets past a certain point, the camera keeps following him and the score actor no longer on the screen. How do I make it so the score is always visible on the screen and doesnt move from its location. Thank you.
Chris
Chris
Answers
If so the reason for this is that you need to place your score in relation to the camera - rather than the scene, as you will be looking through the camera so the score (and any other elements you don't want to move) need to be within the view of the camera.
Hope that makes sense.
What where you hoping this would do ?
I am using windows version but I doubt that matters.
It doesn't matter.
Does the order layer matter?
No.
Any other suggestions.
You just need to make sure the object you want the camera to see is within range of the camera - ie: not positioned within your stage layout, but positioned in front of the camera.
Chris
If something is made 'un-scrollable' then it doesn't matter what the camera is doing the actor on the un-scrollable layer will stay perfectly static on the screen, perfectly in sync with the camera. I suspect your actor is probably just not positioned correctly for the camera.
Upload your project here, I'm sure someone will be able to fix it for you.