BackGround Color
BackGround Color
- Started
- Last post
- 5 Responses
- SaintAntoine
Hi, anyone know how to change the actual Background Color of a flash movie using actionscript on a Button but without using a MovieClip? Please Help!? Thanx in advance...
- SaintAntoine0
Please Help... I'm going crazy here this morning trying to work this out!!
- krust0
you can't, you need to make a movieclip which fills the stage, then change the rgb values of that.
- SaintAntoine0
ok so how do you do that? any advice or direct links you know of?
- krust0
i'm not an expert, but you can use the setRGB script like this...
var colorful1 = new Color("_root.your_mc");
colorful1.setRGB(0x5B662F);
- SaintAntoine0
Thanx I'll try it!