This group of options defines ActionScripts decompilation and conversion settings. ActionScripts were introduced in Adobe Flash 4.0.
| Old style | New style |
|---|---|
function (){ | function () |
| Option is enabled | Option is disabled |
|---|---|
if (a){ | if (a) DoIt(); |
| Option is disabled | Option is enabled |
|---|---|
... | ... |