Multi-Dimensional Arrays, Retreving data.

Krzy1999:
I have my thoughts but 0 arduino programing skill.
Any idea of what comands would be good to look into when programing this?
Should i make some kind of forloop for (i) (j) so i can controll how the array?

The loop turns on one led at a time. You want to turn on a specific LED. Make two variables posX, and posY. Incement and decrement based on the button switches (b esure to make sure posX and posY stay =>0 and <= 15). Then use posX and posY in place of row and col in the loop and get rid of the loop. Also best to only send the data to the LED when the button is pressed.