Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Change stage background color in AS3?

I am using pure AS3 to build my project. I was wondering if there are anyways to change the stage background color through AS3...Thanks for the help....

like image 914
FlyingCat Avatar asked Aug 07 '10 23:08

FlyingCat


People also ask

How can we change the background Colour of a stage?

Select Modify > Canvas > Canvas Color, and select a color option. For a Custom color, click a color in the Swatches pop-up window.

How do you change the Stage color on an animated CC?

Select View > Guides > Edit Guides and do any of the following: To set Color, click the triangle in the color box and select a guide line color from the palette. The default guide color is green.

How do you change the stage size and background color in Adobe Flash?

When you have the Selection Tool selected and click the background of the stage, the Properties tab shows the Document Properties. Here you can set the size of your Flash file, background color, frame rate and exporting settings.

What is the default background Colour of the stage?

Answer: By default, the background color is transparent, basically meaning that there is no background color.


1 Answers

like this:

[SWF(backgroundColor="0xec9900")]
public class Main extends Sprite
{
    }
like image 176
PatrickS Avatar answered Sep 23 '22 23:09

PatrickS