road0001 / tweener

Automatically exported from code.google.com/p/tweener
0 stars 0 forks source link

Tweening of alpha from 0 to 1 on dynamic textfield #51

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Tweening of alpha from 0 to 1 on dynamic textfield on a movieclip having 
dynamic textfield .Tweening is not applied to text field ?
is this a bug or any other issue?

Original issue reported on code.google.com by manish.d...@gmail.com on 26 Dec 2008 at 12:00

GoogleCodeExporter commented 8 years ago
I had this same issue and it drove me mad as I assumed I was doing something 
obviously wrong. After much hair 
loss I concluded it was some other issue. However, the only work around I could 
come up with (if memory 
serves, and without going back to the project code) was to tween not the 
opacity but the text colour. Not 
perfect, but hope that helps.

Original comment by chrisgre...@googlemail.com on 20 Jan 2009 at 9:29

GoogleCodeExporter commented 8 years ago
I can confirm that this bug exists. The alpha tween for the container movieclip 
works
while dynamic textfields are not tweened.

Original comment by dmea...@gmail.com on 21 Jan 2009 at 10:01

GoogleCodeExporter commented 8 years ago
The Issue is not with Tweener, If you are using Dynamic Text you MUST embed the 
font
in order to do any animation with it, embedding the font will solve your problem

Original comment by Hakki...@gmail.com on 24 Feb 2009 at 2:04