- Home /
Question by
Ryan Browne · Oct 26, 2015 at 03:49 PM ·
textfade
How to I move text across the screen?
Hello, I'm making a title for my game, and I want it to move from the right side of the screen to the left and then make the screen flash white and fade. I tried using transform properties but I'm not sure how. Can someone please help me C#. Thank You :)
Comment
Answer by allenallenallen · Oct 26, 2015 at 03:50 PM
You aren't supposed to use the transform properties.
Use RectTransform.
This modifies the location of UI: http://docs.unity3d.com/ScriptReference/RectTransform-anchoredPosition.html
Your answer
Follow this Question
Related Questions
Text [BOX]/[GUIText] loads wrong, and no fade text in/out? 0 Answers
Any fade-in/fade-out animations for GUI Text? 3 Answers
Fade GUI TEXT OBJECT on keypress 1 Answer
Stop and start fresh coroutine 0 Answers
GUIText transition trouble 1 Answer