Added #1290 Export to FlashDevelop project

This commit is contained in:
Jindra Petřík
2024-08-02 09:14:01 +02:00
parent 31099c64e8
commit c6790f70cf
24 changed files with 380 additions and 50 deletions

View File

@@ -11,8 +11,6 @@ package
public class MainAttributesAir extends Sprite
{
TestEmbedAir;
public function MainAttributesAir()
{
if (stage) init();
@@ -22,7 +20,8 @@ package
private function init(e:Event = null):void
{
removeEventListener(Event.ADDED_TO_STAGE, init);
// entry point
new TestEmbedAir();
}
}