# Softly changing actionscript tint

**URL:** https://forum.kirupa.com/t/softly-changing-actionscript-tint/147068
**Category:** Uncategorized
**Created:** [May 6, 2005, 6:12pm UTC](https://forum.kirupa.com/t/softly-changing-actionscript-tint/147068 "2005-05-06T18:12:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Sliker\_Hawk](https://avatars.discourse-cdn.com/v4/letter/s/d26b3c/32.png) [@Sliker\_Hawk](https://forum.kirupa.com/u/Sliker_Hawk)
#### Post date: [May 6, 2005, 6:12pm UTC](https://forum.kirupa.com/t/softly-changing-actionscript-tint/147068/1 "2005-05-06T18:12:33Z")

</div>

[size=2]Well, I’ve got the button to change colour, but want it to ease change, if that’s possible, like easing movements, but with colours.

```auto
var myColor = new Color(portback);
myColor.setTransform({rb:10, bb:17, gb:21});

```

And I don’t want the code to be too long, It doesn’t really matter, but I like my actionscripts clean :P.

[size=2]Thanks guys.[/size][/size]
