well it would be too easy to just give you a capx i tell you what. Write down players attribute that you want and then on a piece of paper write down for the Rows to the attribute you want such as this name, power, defense, speed and next write down the colume setting player 1 2 3
so it should look like this
Name:power:defense,speed
Player 1
player 2
player 3
Now a homework for you what is the value for this array.at(0,0) and array.at(0,3) And next tell me what is the width and height and depth of this array. If you need help with figuring out the array go read up the manual and their expression
The reason why i am asking you these question is because you need to learn the fundamentals of array before I let you head deep in a capx anyway.
keep in mind the first row and column is always x,y coordination of 0