JPEXS Free Flash Decompiler Issue Tracker

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.

List of issuesList of issues

#1653 AS3 P-Code edit traits outside classes
Author: user Kuroneko
Date created:
Type: question
Visibility: Everybody read only
Assigned to:
State: closed Help

How to use this and what changed?
user
And what's different between colored icons and gray icons of classes?
admin
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
user
Got it, thanks for explain
admin
State: opened→closed