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#1788 Im very new to modding
Author: JamJamOne
Date created:
Type: question
Visibility: Everybody
Assigned to:
Labels: AS3Direct Editation
State: opened
Yeah... I don't know that much about modding, what is this and how can I fix this?
JPEXS1.PNG (12 KiB)
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.
Oh its ok now, I actually deleted the modification before so you don't have to solve
anything for now
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