I have a sprite containing a menu of items created from an array of names and prices. When you click on the names of these items it adds the item to a calculator that has quantity, total etc (similar to a shopping cart but without a checkout). I have the entire thing working, the problem is i need the list to be scrollable for the menu and the calculator section. I dont know how i can do this, been working on this thing for a week now and cant seem to get the scroll working. I have attached a link to the file and you will see the program working but if you add more items to the array, they will go off the screen.
www.4shared.com/file/0-KAKQIJ/priceCalculator.html
Much appreciated, thanks!