I can create an object (text or anything else) and have it rotate around an axis if the object stays in the center of the screen without being moved.
The problem that I have is trying to have it rotate around an axis that is in a different place. If I want a word to rotate in the bottom left corner of the screen...how do I do this? I don't want a work around of doing it in the center of the screen, rendering it out and moving the rendered clip to the corner. Is it not possible to put the axis of rotation easily in one place other than the middle of the screen?
thanks
The problem that I have is trying to have it rotate around an axis that is in a different place. If I want a word to rotate in the bottom left corner of the screen...how do I do this? I don't want a work around of doing it in the center of the screen, rendering it out and moving the rendered clip to the corner. Is it not possible to put the axis of rotation easily in one place other than the middle of the screen?
thanks