Our Flash tutorials provide you with step-by-step instructions on how to create beautiful Flash animations and integrate them into your website.  Home Flash & Swish Flash Tutorials Changing Colors in Movie Clips
Your Ad Here

Changing Colors in Movie Clips


image 1

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.



Author's URL: Sajid
Thank you for voting.
Rate this Materials:
Bad 
1 2 3 4 5 Excellent
print this page subscribe to newsletter subscribe to rss

Internet & computing Flash is a vector-based moving graphics format created by Macromedia for the publication of animations on the World Wide Web. More Flash & Swish: Most Popular Materials | Fresh Materials | More Flash Tutorials at FlashPerfection.com

Add comments to "Changing Colors in Movie Clips"

Only registered users can write comment

No comments yet...