as2ts icon indicating copy to clipboard operation
as2ts copied to clipboard

Convert ActionScript 3 to TypeScript on web

Results 2 as2ts issues
Sort by recently updated
recently updated
newest added

would be nice to convert As2 too thanks

使用实例变量和方法时前边要加`this.` 这句要注释掉 [SWF(width = "600", height = "400", frameRate = "60", backgroundColor = "#000000")] 这句需要处理 [Embed (source = "art/leaf.png")] private var myTextureBitmap1:Class; setter后边的 `: void` 要删掉 catch (e `:Error`) catch中不能有类型,:Error要删掉...