spacer
Web Development Tutorials FLASH Tutorials
 Developer Newsletter

Tutorials
AJAX
ASP
CGI & Perl
CSS
Flash
HTML
Illustrator
Java
JavaScript
Linux
MySQL
PHP
Photoshop
Python
Wireless
XML
Miscellaneous


Scripts Directory
AJAX Scripts
ASP Scripts
ASP.NET Scripts
CGI & Perl Scripts
Flash Scripts
Java Scripts
JavaScript Scripts
PHP Scripts
Python Scripts
Remotely Hosted Scripts
Tools & Utilities Scripts
XML Scripts

Web Hosting Directory
ASP.NET
Budget
Dedicated Servers
Ecommerce
Linux
Resellers
Shared
Small Business
Windows

Developer Manuals
Learn HTML
Learn PHP
Learn CSS
Learn AJAX
Learn JavaScript
Learn Pear
Free White Papers

Developer Resources
Developer Tools
Developer Content
Survey Software
Dedicated Servers




Changing Colors for the Flash Movie in Flash MX 2004

By Oleg Lazarenko
2005-04-06


Changing Colors for the Flash Movie

You need you movie clip changed color? Piece of cake! This tutorial will show you how to change movie color using simple actions script technique. If you experience some difficulties while reading this tutorial it is recommended to read all the previous tutorials on http://www.metamorphozis.com written by me as some aspects might be discussed earlier.

1. Launch Flash MX 2004

2. Create new Flash file. Click File > New…


3. Select Flash Document in a new window


4. Create new layer and name it "rectangle". With the "rectangle tool" create simple rectangle shape as shown on the picture below


5. Convert this shape to movie and change its instance name to: "rectangle"


6. Create new layer, name it “button1”. Inside that layer draw the rectangle shape. Set the background color of that shape to blue.


7. Convert the shape you made to button. With the "Text Tool" make a text label for that button:"Click here to change to blue"


8. Select the button and add the following action script code to the "Action Panel"

on (release)
{
colorchange = new Color("/rectangle");
colorchange.setRGB(0x0000FF);
}




9. Now press "Ctrl+Enter" to test the movie. You can see that the color of the rectangle changed to blue. Create new layer, name it "button2" then draw rectangle shape with the black background inside new layer and convert it to button. Make the label for that button: "Click here to change to black"


10. Add the following Action script code to the button:

on (release)
{
colorchange = new Color("/rectangle");
colorchange.setRGB(0x000000);
}




11. Press "Ctrl+Enter" to see the movie. Play with the buttons. If you would like to make other colors then change YourRGBValueHere to any RGB digits in the 4th line of the code: colorchange.setRGB(0xYourRGBValueHere)
That's all folks! Thanks for reading!



Click here to download source fla file.

Tutorial Pages:
» Changing Colors for the Flash Movie


 | Bookmark Print |   Write For Us
Related Tutorials:
» Flash Race Car Tutorial
» Flash Momentum Tutorial
» Customized Cursor in Flash MX 2004
» Dropdown Menu in Flash MX 2004
» How to Change the Movie Visibility Using Action Script in Flash MX 2004
» Using Symbols in Flash



About the NetVisits, Inc Network | Write For Us | Advertise
Copyright ©2007 NetVisits, Inc Network. All Rights Reserved. Privacy Policy.
Visit other NetVisits, Inc. sites: