
09-01-2009, 07:42 PM
|
Graal Developer
|
 |
Join Date: Mar 2004
Posts: 585
|
|
Help with displaying..
Ok, I was just wondering if anyone could explain and show examples of how exactly to display x ammt of variables in an array, and than be able to scroll through the rest of the variables in the array. Eg: this.array = {1, 2, 3, 4, 5, 6}; I want to do a text showing of the first 1, 2, 3, 4, 5, have the 6 hide, than when I click a button the text will display, 2, 3, 4, 5, 6 (scrolling downwards). Can someone help me please? |
|
|