| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Mar 2001
Posts: 1
|
I would like to mke a flash movie with a changing background color. Does anyone know how to do this? Tnx
|
|
|
|
|
|
#2 |
|
New Member
Join Date: Feb 2001
Posts: 378
|
Hi...
The best way would be to use a MC as your background, then you can change the MC's color by using the color object: on (release) { myColor=new Color(background); myColor.setRGB(0xFF3366); } This action is placed on a button. If you wanted to alter the color automatically then place the action in a frame: myColor=new Color(background); myColor.setRGB(0xFF3366); Both of these actions target the MC named 'background'. Hope this helps. |
|
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Background class | MichaelxxOA | ActionScript 2.0 | 20 | 05-30-2006 11:23 PM |
| Changing a table background image? | mitcho | ActionScript 1.0 (and below) | 7 | 01-15-2006 02:05 AM |
| Changing movie background color with scaleable movie | myarro | ActionScript 2.0 | 1 | 01-26-2005 10:19 PM |
| Changing background color for Flash Buttons via parameters of "flashvars" | adoti | ActionScript 2.0 | 0 | 10-14-2004 07:58 PM |
| Changing Background Colors | JMLstudio | ActionScript 1.0 (and below) | 3 | 03-16-2001 06:18 PM |