View Single Post
  #1  
Old 09-01-2009, 07:42 PM
Sage_Shadowbane Sage_Shadowbane is offline
Graal Developer
Sage_Shadowbane's Avatar
Join Date: Mar 2004
Posts: 585
Sage_Shadowbane will become famous soon enough
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?
Reply With Quote