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 issues#1191 assignment missing
Author:
BeniBela
BeniBelaDate created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3Decompilation
State: closed 

In the swf of #970 and #1189 in RangeSprite.show there is
var _loc12_:int = param1.isLeft?1:-1;
startDrawMoveMask(_loc10_,_loc11_,_loc12_,_loc7_);
startDrawAttackMask(_loc10_ + _loc7_ * _loc12_,_loc11_,_loc12_,_loc8_);
However 8.0.1 nightly decompiles it to
startDrawMoveMask(_loc10_,_loc11_,1,_loc7_);
startDrawAttackMask(_loc10_ + _loc7_ * 1,_loc11_,1,_loc8_);
completely removing the param1.isLeft?1:-1 test
I am sorry for letting you wait so much without an answer and I don't think it is now
(after flash shutdown) even relevant, but
this seems to be fixed in current release (or earlier),
I am closing this issue.
State: new→closed
