# Tint with AS

**URL:** https://forum.kirupa.com/t/tint-with-as/63579
**Category:** Uncategorized
**Created:** [September 8, 2004, 6:18am UTC](https://forum.kirupa.com/t/tint-with-as/63579 "2004-09-08T06:18:18Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![moai](https://avatars.discourse-cdn.com/v4/letter/m/f1d935/32.png) [@moai](https://forum.kirupa.com/u/moai)
#### Post date: [September 8, 2004, 6:18am UTC](https://forum.kirupa.com/t/tint-with-as/63579/1 "2004-09-08T06:18:18Z")

</div>

How can I script tinting?  
I’m trying to script tinted into a movie clip.  
I know about \_alpha… but I’ve never tinted with AS.

Hows it done?  
I’m assuming its possible

---

<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: [September 8, 2004, 9:00am UTC](https://forum.kirupa.com/t/tint-with-as/63579/2 "2004-09-08T09:00:05Z")

</div>

actually i was just looking for the same thing, found this in the forum if u like to read it aswell. im gonna read it now.

[http://www.kirupaforum.com/forums/showthread.php?t=46315&highlight=tint+actionscript](http://www.kirupaforum.com/forums/showthread.php?t=46315&highlight=tint+actionscript)

---

<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: [September 8, 2004, 12:49pm UTC](https://forum.kirupa.com/t/tint-with-as/63579/3 "2004-09-08T12:49:41Z")

</div>

Local smart guy Senocular posted [this](http://www.senocular.com/downloads/ColorFader.as). There used to be a flash file here, but this appears to be the as he used for color changing.

---

<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: [September 8, 2004, 1:38pm UTC](https://forum.kirupa.com/t/tint-with-as/63579/4 "2004-09-08T13:38:59Z")

</div>

its done using the Color object. Research it.

Then, look for useful methods in the color section at [http://proto.layer51.com](http://proto.layer51.com)

---

<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: [September 8, 2004, 4:13pm UTC](https://forum.kirupa.com/t/tint-with-as/63579/5 "2004-09-08T16:13:34Z")

</div>

from what he is posting, it sounds like he wants to use the color transform object.  
Look at the color object as senocular mentioned, but look at the Color.setTransform() method. I think that is what you are looking for.
