Effect/motion script. i make a text and i add an effect zoom in, then what should i do to make the text zoom out.
i pick zoom out, then it only show zoom out when i play the video, and it suppose to play zoom in then zoom out. what should i do
Printable View
Effect/motion script. i make a text and i add an effect zoom in, then what should i do to make the text zoom out.
i pick zoom out, then it only show zoom out when i play the video, and it suppose to play zoom in then zoom out. what should i do
Using common methods you can't.
But it's not impossible (see the attached file).
note: you have to tune up the delay variable according to your movie and motions speed.
;)
You can put the text inside a movie clip. Apply one motion script to the text and apply another motion script to the movie clip. Caution is warranted due to the fact that motion scripts can be cpu intensive and using multiple motion scripts could push your animation to the point of causing cpu's to hang. Check the cpu loading as you are developing.
This method doesn't work in case of "Zoom In/Zoom Out".Quote:
Originally posted by Bob Hartzell
You can put the text inside a movie clip. Apply one motion script to the text and apply another motion script to the movie clip.
The reason is simple enough: (+) and (-) = 0 (or closer)
In other words, is the same motion but with different signs.
The unique solution is the above attached file.
Of course, the best solution is to create your own script,but ...
;)
you may place first motion script on your text. then - swap out your text with the identical text ( and your second motion script ) using a couple of frames with 0 tweens.
this allows you to place multiple text effects on what seems to be the same text from the viewers perspective.
ep.
thank necromanthus, are you create two different text but same word?
what is S2
i get thank. Koolmove should make it easier heh
i did the same thing and this is what i got
this is what i got, how i fix it?
Without that ActionScript routine in the first keyframe it doesn't work !Quote:
Originally posted by TinhLong
this is what i got, how i fix it?
Be more careful next time !
;)
how i do the routine thing, i am newbie. can u show me step by step
i try to add several effect, can explain me about the actionscript.