# MC refuses to fade in with tween

**URL:** https://forum.kirupa.com/t/mc-refuses-to-fade-in-with-tween/168513
**Category:** flash
**Created:** [November 7, 2005, 8:02pm UTC](https://forum.kirupa.com/t/mc-refuses-to-fade-in-with-tween/168513 "2005-11-07T20:02:22Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![ecin](https://avatars.discourse-cdn.com/v4/letter/e/97f17d/32.png) [@ecin](https://forum.kirupa.com/u/ecin)
#### Post date: [November 7, 2005, 8:02pm UTC](https://forum.kirupa.com/t/mc-refuses-to-fade-in-with-tween/168513/1 "2005-11-07T20:02:22Z")

</div>

this happened twice in 2 different instances this weekend. i’ve got a really straight forward loading indicator with this code on it:

```auto
onClipEvent(enterFrame){
	this._xscale = (_root.getBytesLoaded()/_root.getBytesTotal())*100
}

```

the loading works fine.

I’d like it to fade in & out on the timeline though it refuses. It just gets stuck at 10% alpha.

is this a bug or am i missing somethinig really simple?  
check my FLA: [www.triggermotion.com/misc/loader.zip](http://www.triggermotion.com/misc/loader.zip)
