If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.

#1653 AS3 P-Code edit traits outside classes
Author:
Kuroneko

Date created:
Type: question
Visibility: Everybody read only
Assigned to:
State: closed 

How to use this and what changed?

traits ouside classes, like:
[code]
class {
var myattr:int = 5;
}
var myattr2:int = 5;
[/code]
myattr2 is trait outside class.
In previous versions, it was not possible to select and edit such trait.
"grayed" icon (actually grey ovals) is an interface, colored icon with elements (blue
square - var/red square - const/green oval - function).
State: new→opened
Got it, thanks for explain
State: opened→closed