|
A lot of info here
You're using flash to move text around right?
At this moment I'm using CS2 so it might be a bit different( I know the actionscript is). But if you want something to move in flash you will have to animate it, or step by step or with an motiontween or with an actionscript.
Step by step,
There should be an time schedule somewhere in the screen, now you can add or delete frames there, and layers to. By activating the union thingy(under the time schedule) you can see what the position was of you're object in the three frames before the one you're in now. So you can put you're text exactly where you need it....If you move something in frame number three it will not change anything in frame number two.
Motion tween,
This is a little trick, you just place the text in frame #1 where you want it, assuming that frame #1 is already a keyframe. Then you have to make an keyframe at an other time, like frame 12(this could mean that the animation duration will be 1 second...you can change this by changing the FPS found in the properties of the scene(deselect everything, look at the bottom of you're screen)). In this second keyframe you have to put the text where you want it to be after that amount of time. Then you select a frame in the middle - right mouse click - tween.
Actionscript,
This means you will have to write a script that deals with the coordinates of the text. If you want to do this, or just need more info on this subject tell me and I will post info on it, as this is quite a lot you could maybe start with one of the above....this is however the best way for great effects for you're text....
__________________
"I haven't failed, I've just found out
10.000 ways that don't work."
~Thomas Edison~
Last edited by unleash; 09-14-2007 at 07:00 PM.
Reason: no reason just a few adjustments...
|