shaucky
shaucky
Hello, I have no experience in iOS development, but have to remind you: If you tries to load SWF in AIR app on iOS, due to Apple's policy, applications are...
I think load SWF from a server is clear easy and isn't it a basic operation in Flash development? Just something like this: package yourpackagename { import flash.display.Sprite; import flash.display.Loader;...
Excuse me, i think the current version still does not support verbatim string delimiters. For example: `@"i am a "verbatim string""`.
Sorry, i mixed up the feature of literal strings and provided an inappropriate example… Literal strings ignore all escape characters and interpret them as regular backslashes. Currently, the code shader...
GPT told me it's the UTF-8 BOM (Byte Order Mark)…
I see… But there's a matter that there is a behavioral inconsistency between the ActionScript 3 compiler and asdoc here. Shouldn't asdoc as an annotation tool, prioritize the language itself?...
Oh guy, it's been a long time, let me memory about it. This thing can be traced back to September last year, i tried to make a game which has...