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

#1788 Im very new to modding
Author: user JamJamOne
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: AS3Direct Editation
State: opened Help

Yeah... I don't know that much about modding, what is this and how can I fix this?
DownloadJPEXS1.PNG (12 KiB)
admin
Class Weapon might be undefined. Or it's just an error in our compiler. If you did not modify anything, then it's probably compiler error. Our ActionScript 3 compiler is experimental so it might not work well in some cases. Please attach your SWF file here so we can take a look what's wrong with it.
user
Oh its ok now, I actually deleted the modification before so you don't have to solve anything for now
user
The problem is back so I will send you the SWF
DownloadCactus_McCoy.swf (6,859 KiB)
admin
If you want to extend Weapon class, you need to add import first, since it is in another package. package cactusGame.models.weapons { import cactusGame.models.Character; import cactusGame.models.Weapon; public class WeaponNunchucks extends Weapon ...
State: new→opened