ok. i have a GUIText object with a score script attached and also a script shown below (dont destroy on load)
function Awake () {
DontDestroyOnLoad (this);
}
so my text and score will carry over to a new scene when its time up in my level. im just wondering how to move the position of the GUI text in my new scene without it effecting the position of it in the first scene. at the min the score is displayed at the top left hand side of the screen when playing, i would like it moved to around the centre of the screen on the new scene. i just dont have a clue where to start.
I appreciate any help