# Question about alpha fading (fast)

**URL:** https://forum.kirupa.com/t/question-about-alpha-fading-fast/284604
**Category:** flash
**Created:** [March 20, 2009, 7:05pm UTC](https://forum.kirupa.com/t/question-about-alpha-fading-fast/284604 "2009-03-20T19:05:42Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Ozymandias](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/ozymandias/32/1997_2.png) [@Ozymandias](https://forum.kirupa.com/u/Ozymandias)
#### Post date: [March 20, 2009, 7:05pm UTC](https://forum.kirupa.com/t/question-about-alpha-fading-fast/284604/1 "2009-03-20T19:05:42Z")

</div>

Is there a way to avoid the problem demonstrated here:

[http://cid-151851e0a027f0bd.skydrive.live.com/self.aspx/.Public/testalpha.swf](http://cid-151851e0a027f0bd.skydrive.live.com/self.aspx/.Public/testalpha.swf)

Where if you have an MC with children MC that are on-top of eachother you get an inconsistent fade? I don’t seem to remember this happening in earlier versions of flash.

This is all the code:

```auto
import gs.TweenLite;

TweenLite.to(testbox, 3, {alpha: 0});

```
