# Tint

**URL:** https://forum.kirupa.com/t/tint/293990
**Category:** Uncategorized
**Created:** [August 6, 2009, 2:32pm UTC](https://forum.kirupa.com/t/tint/293990 "2009-08-06T14:32:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![moiseszaragoza](https://avatars.discourse-cdn.com/v4/letter/m/90db22/32.png) [@moiseszaragoza](https://forum.kirupa.com/u/moiseszaragoza)
#### Post date: [August 6, 2009, 2:32pm UTC](https://forum.kirupa.com/t/tint/293990/1 "2009-08-06T14:32:10Z")

</div>

I have a movie clip i want to change the color

i am trying to do

```php

onClipEvent(load){
_root.Mc._tint = 0xff0000
}

```

but its not making it red
