Flash Tutorials, Web Design Tutorials, Flash Templates, Web Templates, Online Photoshop Tutorials.

Tutorials Categories

Advertisement

Flash Templates


Change colors of movieclip..
Changing colors of the Movieclips

1.Create a big rectangle as shown above.

2.Convert the rectange to a movie clip and give it an instance name of rectangle

3.Create a small square button .

4.Create a small text field give variable name hexcode.

5.Give action to the button as below.

on (release)

{

colorchange = new Color("/rectangle");

colorchange.setRGB(0xff33cc);

}

on (release)

{

hexcode = (colorchange.getRGB()).toString(16);

}

6.press ctrl + enter to check the movie.

Source:  http://www.vecpix.com

Our Flash Templates
web counter
Flash Tutorials  |  Submit Tutorials  |  Web Templates  |  Privacy Policy  |  Top Sites  |  Links  |  Contact
Copyright © 2005-2006 My-Flash-Tutorials.com. All rights reserved.