im trying to change background colour
var color:Color = new Color(“stage”);
color.setRGB(0x000000);
its currently purple, how come it doesnt change
im trying to change background colour
var color:Color = new Color(“stage”);
color.setRGB(0x000000);
its currently purple, how come it doesnt change