How do I make text bigger and move it later with two keyframes?
The method with an objects is to put it in a group. One keyframe affects the size of the object inside that group the other the position of the whole group.
But you can´t put text into a group unless you make it appear in the scene.
What I´m trying to do is a point counter appear at the right corner of the screen. As you get more points, the size of the text increases. thats one keyframe. If the game ends I want the score to go to another position on the screen but retain the size. How do I do that? A second keyframe interferes with the first and the position is a point between them.
-
Place the text inside a group. Do the scaling logic and keyframe within that group. Now scope out of that group and add the "move to centre" logic. They shouldn't affect each other, now.
Please sign in to leave a comment.