# Color Change Tutorial

**URL:** https://forum.kirupa.com/t/color-change-tutorial/208899
**Category:** flash
**Created:** [December 4, 2006, 4:22am UTC](https://forum.kirupa.com/t/color-change-tutorial/208899 "2006-12-04T04:22:11Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![LauraBG20](https://avatars.discourse-cdn.com/v4/letter/l/e495f1/32.png) [@LauraBG20](https://forum.kirupa.com/u/LauraBG20)
#### Post date: [December 4, 2006, 4:22am UTC](https://forum.kirupa.com/t/color-change-tutorial/208899/1 "2006-12-04T04:22:11Z")

</div>

I was using the color change tutorial, and it is fantastic! I was wondering if anyone knows a way to make the colors stayed changed on different scenes. I have the same movie clip on each scene, but once I switch scenes the colors go back to the default. This is what I have for my buttons.

on (press) {  
var colorful = new Color("\_root.brown");  
colorful.setRGB(0xB58F75);  
}
