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.

#178 AS Subtract with negate problem
Author:
focus

Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed 

Hey, take a look at the attached file.
Please, navigate there to the class org.papervision3d.core.render.shader.ShaderObjectData
perturbUVMatrix method
I see such code there:
x0=x0--xdir0*percentDist0*numPixels; It will not compile back (
It should be
x0 -= -xdir0*percentDist0*numPixels;
http://www.libspark.org/browser/as3/JointModel/src/org/papervision3d/core/render/shader/Sh
aderObjectData.as?rev=502#L253

State: new→opened
Title: AS3 decompilation issue→AS Subtract with negate problem
Title: AS3 decompilation issue→AS Subtract with negate problem
version 1.6.5 was released. This should be fixed, try it.
State: opened→upgraded
Yeah, thanks, it decompiles fine now.
State: upgraded→closed