# Color Fade Stops All Tweening

**URL:** https://forum.kirupa.com/t/color-fade-stops-all-tweening/58717
**Category:** flash
**Created:** [July 25, 2004, 3:54pm UTC](https://forum.kirupa.com/t/color-fade-stops-all-tweening/58717 "2004-07-25T15:54:20Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![MFrederickson50](https://avatars.discourse-cdn.com/v4/letter/m/b19c9b/32.png) [@MFrederickson50](https://forum.kirupa.com/u/MFrederickson50)
#### Post date: [July 25, 2004, 3:54pm UTC](https://forum.kirupa.com/t/color-fade-stops-all-tweening/58717/1 "2004-07-25T15:54:20Z")

</div>

Ahh, I’m really sweating here and any help would be appreciated. I’ve set up a movie clip on the main stage with three other movie clips inside it called left, middle, and right. Now, I used the following color fading script: [http://actionscript.org/tutorials/advanced/Color\_fade/index.shtml](http://actionscript.org/tutorials/advanced/Color_fade/index.shtml)  
to call “fadeRGB” on the three movie clips inside the other clip in order to make them change color. This works fine. But, after they are faded, the movie clip which contains the three has a bunch of tweens of the three clips moving around, but after the fade all calls of gotoAndPlay on the containing movieclip result in nothing happening. Before I call the fade function, the tweening works without a hitch. Really in need of help, anyone have any ideas?

-Mike

---

<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: [July 25, 2004, 5:45pm UTC](https://forum.kirupa.com/t/color-fade-stops-all-tweening/58717/2 "2004-07-25T17:45:57Z")

</div>

where from do you call your gotoAndPlay? are you sure the path you used is fine?

---

<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: [July 26, 2004, 1:01am UTC](https://forum.kirupa.com/t/color-fade-stops-all-tweening/58717/3 "2004-07-26T01:01:31Z")

</div>

yeah the path is fine, because when i call the path before the fade it works no problem… any ideas?

---

<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: [July 26, 2004, 10:04am UTC](https://forum.kirupa.com/t/color-fade-stops-all-tweening/58717/4 "2004-07-26T10:04:34Z")

</div>

after you call gotoAndPlay you should put trace(“succeed”); then you’ll know either the call is being executed or not… if it’s not, there’s your problem…

---

<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: [July 26, 2004, 10:28am UTC](https://forum.kirupa.com/t/color-fade-stops-all-tweening/58717/5 "2004-07-26T10:28:59Z")

</div>

You could try this;  
Give your frame 2 a frame label “faded” [size=1] (without quotes)[/size]  
Then put

```auto
gotoAndPlay("faded");

```

in the else statement of the transShift prototype.  
Hope that helps [size=1] and works, LOL[/size]

scotty(-:
