This is my first post on the Processing forums. I have been making games in Processing for a day or to, and I have a question. How do I combine 2 variables? Here's an example of what I want todo:
int count=0;
void draw(){
count++;
int X..count // So it will make X(x), or int X1, int X2, etc..