Hello! I need help making an array for the movement of a character. Originally I had a balloon move by keystroke movements and the getX()/gety()+direction methods,now I would like to make an integer string array based on the getx()/getY() method but i'm confused as to how to map it. Does anyone know how I can do this?