• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

instance method

  1. Nick Nishort

    [SOLVED] Are instance method variables duplicated for each instance or not?

    Hello! It isn't entirely clear to me how the instance method variables work. For example I have the following code: // Object Create Event method_var = function() { // do smth... } Will "method_var" variable contain the copy of the function, which will recreated for each new instance (and...
Top