# Fading picture

**URL:** https://forum.kirupa.com/t/fading-picture/43231
**Category:** Uncategorized
**Created:** [February 20, 2004, 2:02am UTC](https://forum.kirupa.com/t/fading-picture/43231 "2004-02-20T02:02:53Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![willson](https://avatars.discourse-cdn.com/v4/letter/w/c0e974/32.png) [@willson](https://forum.kirupa.com/u/willson)
#### Post date: [February 20, 2004, 2:02am UTC](https://forum.kirupa.com/t/fading-picture/43231/1 "2004-02-20T02:02:53Z")

</div>

hi hi

thank for the help last time

i would like to get help from you guys again  
does anyone know how to make a picture fade away

from pic to no pic  
from no pic to pic

thanks i am still very new on this program

---

<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: [February 20, 2004, 2:37am UTC](https://forum.kirupa.com/t/fading-picture/43231/2 "2004-02-20T02:37:09Z")

</div>

you could convert the picture to a MC, and place AS on the MC:

[AS]  
onClipEvent(enterFrame) {  
if(this.\_alpha \>= 0) {  
this.\_alpha -=5;  
}  
}

```auto

thats just one of many ways to do it..
```

---

<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: [February 20, 2004, 3:03am UTC](https://forum.kirupa.com/t/fading-picture/43231/3 "2004-02-20T03:03:32Z")

</div>

If ur new to Flash and Action script, u can convert ur pic to graphic if u want. (Both of 'em 'll work)

After u convert them to graphic object:

1. go to the timeline and insert a keyframe
2. On your new keyframe make sure ur object is selected
3. And on the properties panel there is an alpha slider, set them what ever percent you want
4. After that just Create Motion Tween

Hope that help!
