• 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!

find object

  1. Christopher A. Orestis

    How do I find a particular object that contains a particular value

    something like this... if (obj.var < 3) { with (obj.var < 3) { obj.var += 1; } } //========================================================================== I want to make it so: if (a particular obj with the smallest value of var && that are less then a value of 3) { // code }...
Top