Array question

i have an array of names that looks like this.
var aNames:Array =new Array(“jack”,“mike”,“Scott”)

i have a text field called names which displays index 1 of the array.

and i have a button,when the button is pressed i want it to go to the next index of the array. anyone know how to do it?

Thanks,
kool