Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
FlashDevelopツールを使用して純粋なAS3で開発している場合、初期サイズ(高さ/幅)を設定するにはどうすればよいですか?
プロジェクトを右クリックしてプロパティに移動し、そこにディメンションを設定するか、メインクラス宣言に次のように配置できます。
[SWF(width="1280", height="800", backgroundColor="#000000", frameRate="30")] public class Main extends Sprite { ... }