Accipheran's Forum Posts

  • 4 posts
  • Ah, thanks ashley, I sort of figured that but good to know!

  • Hmm, in my c2runtime.js files, all the variables' names are just random letters/combos of letters of the alphabet. E.g.

    function Va() {

        this.sa = this.ra = this.ua = this.ta = this.ya = this.xa = this.Y = this.X = 0

    }

    and

    v.clear = function () {

        Ca(this.Tc);

        this.xe = 0;

        this.Vd.length = 0;

        this.ge = f;

        return this

    };

    I guess my question is, is there anyway to change the names of the variables and functions to be something besides these random letter combos?

  • Is there a way to give all of the variables in the c2runtime.js file meaningful names? I'm asking because I'd like to pretty print the file and read through it/potentially modify some of the code.

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Huh, I seem to be having this same problem a year and a half later. Guess it must be some kind of anomaly. Fixed it by creating a new event and dragging my old event and actions on to it.

  • 4 posts