Hey, i read Arrays manual, and i managed to create one , but i had a problem.
Look, i need a "panel" of 10 invisible buttons. so i created an Array, height 10, widht and depth 1.
now, i created a function wich executes some actions for each of the Array "squares" or "places" .
Then, what i need is to know WICH "invisible button" so wich PLACE of the array was touched, so i can pass it by parameter.
For example:
Square 5 of the array is touch, thene xecute the function and pass the 5 by parameter.
Thanks you, hope you understood.