# Dynamic text fading in? Is it possible?

**URL:** https://forum.kirupa.com/t/dynamic-text-fading-in-is-it-possible/4647
**Category:** Uncategorized
**Created:** [August 15, 2002, 6:52am UTC](https://forum.kirupa.com/t/dynamic-text-fading-in-is-it-possible/4647 "2002-08-15T06:52:41Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![3dron](https://avatars.discourse-cdn.com/v4/letter/3/2acd7d/32.png) [@3dron](https://forum.kirupa.com/u/3dron)
#### Post date: [August 15, 2002, 6:52am UTC](https://forum.kirupa.com/t/dynamic-text-fading-in-is-it-possible/4647/1 "2002-08-15T06:52:41Z")

</div>

I have text loaded from a data file and displayed in dynamic text boxes. These boxes fade in fine.

But the dynamic text just pops on and off at beginning of tween. It just ignores all values of opacity, and starts at 100.

Is there a way to fade the text in also?

RR

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 15, 2002, 6:55am UTC](https://forum.kirupa.com/t/dynamic-text-fading-in-is-it-possible/4647/2 "2002-08-15T06:55:28Z")

</div>

Im no expert, but I would try this (dunno if it’ll work though):  
have the text fields in a seperate MC that loads the text file there… then have the entire MC fade in with the text already loaded. Hope that is clear… let me know if it works!

Peace

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 15, 2002, 7:46am UTC](https://forum.kirupa.com/t/dynamic-text-fading-in-is-it-possible/4647/3 "2002-08-15T07:46:28Z")

</div>

Sorry, I do have 3 dynamic textfields within an MC.

I then try to fade the MC in. All I get is the dynamic text ignoring any value of opacity other than 0 or 100.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 15, 2002, 4:12pm UTC](https://forum.kirupa.com/t/dynamic-text-fading-in-is-it-possible/4647/4 "2002-08-15T16:12:11Z")

</div>

Well it may not be possible - one thing you could try is to make a MC that is a block the same color as the background and the same size of your text field. Place it over the text and have it fade from 100% alpha to 0% - kind of crude, but you could give it a whirl.  
Peace

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 15, 2002, 4:43pm UTC](https://forum.kirupa.com/t/dynamic-text-fading-in-is-it-possible/4647/5 "2002-08-15T16:43:13Z")

</div>

as Ryall said, that’s the only way that i’ve come across that works. i’m glad i’m not the only one that uses this ‘crude’ method : )

my counter on my website is faded in like that … hehe

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 15, 2002, 4:58pm UTC](https://forum.kirupa.com/t/dynamic-text-fading-in-is-it-possible/4647/6 "2002-08-15T16:58:07Z")

</div>

In addition, if you want to fade dynamic text, it must be embedded - you know - in the properties box under Character, Embed all Characters.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 15, 2002, 5:30pm UTC](https://forum.kirupa.com/t/dynamic-text-fading-in-is-it-possible/4647/7 "2002-08-15T17:30:08Z")

</div>

Actually, Kennyb is on the money. Embedded text will fade along with the \_alpha of any movie clip.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [August 15, 2002, 9:08pm UTC](https://forum.kirupa.com/t/dynamic-text-fading-in-is-it-possible/4647/8 "2002-08-15T21:08:18Z")

</div>

good to know… I’ve never even tried that.
