I need To know a code to chance the background color with a flas button. Heres the code ive been trying:
Code:on (press) {
gotoAndPlay("Scene 2",1);
009900.changeBackgroundColor;
}
Printable View
I need To know a code to chance the background color with a flas button. Heres the code ive been trying:
Code:on (press) {
gotoAndPlay("Scene 2",1);
009900.changeBackgroundColor;
}
have a look at http://www.adobe.com/support/flash/a...ionary142.html
on how to use the color object
This still doesnt help! i need to change the background color af a document w/ a button!!!