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;
}