PDA

View Full Version : Tweening Dynamic Text



analeda
April 15th, 2002, 05:27 AM
I have a dynamic text inside a movie clip. I placed this action on the instance of the dynamic text:
onClipEvent(load) {
text = "this is a text";
}

On the movie clip I created a motion tween changing the _alpha of the dynamic text from 50% to 0%.

But when movie clip is loaded, it only showed the dynamic text not doing anything.

What did I do wrong? Help pls.

I am not Jubba
April 15th, 2002, 07:52 AM
i'm doing a tutorial on this. If you want I can send you the zip of the files and you can take a look at it. let me know, and give me your e-mail (if it is not already in your exBoard Profile.)

heres the effect that it produces.

<embed src="http://www.angelfire.com/dc/vidgame/tutorials/text_text.swf" height=550 width=550></embed>

garcon31
April 18th, 2002, 09:14 PM
Would you be so kind as to send those files to me also ?

I have exactly this problem myself.. and a looming class project due.

Thank you!

Gary

I am not Jubba
April 18th, 2002, 09:51 PM
i can send the file, but i need your e-mail address. If you don't want to post your e-mail on the board, e-mail me first and then I would be happy to send you the files. je****1@binghamton.edu

synista methods
April 20th, 2002, 02:59 PM
tml1200@hotmail.com Please send it to me. also please make sure you put what it is in the subject line or I might delete it inadvertently.

Synista

I am not Jubba
April 20th, 2002, 03:07 PM
better yet...Kirupa put the tutorial up on his site. It has all the files that i was going to send...

www.kirupa.com/developer/...mation.asp (http://www.kirupa.com/developer/actionscript/ascript_text_animation.asp)

there you go. if you have any problems e-mail me.

analeda
April 21st, 2002, 10:22 AM
Thanks for the help, jubba. Actually, it wasn't the solution i was looking for. I solved it already. I just forgot to activate the 'embed fonts'. That was why my dynamic text was not doing its motion tween.

I saw your tutorial and it's really comprehensive. I wish i saw that tutorial before i made my own text animation.

Thanks again.