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

#178 AS Subtract with negate problem
Author: user focus
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed Help

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
DownloadLensflare.swf (153 KiB)
admin
State: new→opened
Title: AS3 decompilation issue→AS Subtract with negate problem
admin
version 1.6.5 was released. This should be fixed, try it.
State: opened→upgraded
user
Yeah, thanks, it decompiles fine now.
admin
State: upgraded→closed