Turing Cafeteria Menu help =]
Author |
Message |
alexandra96732
|
Posted: Mon Jun 05, 2006 7:41 pm Post subject: Turing Cafeteria Menu help =] |
|
|
I think I need help with turing. I have a GUI drop down menu (resembles a classic windows/mac white menu at the top) and of those selections, I have a selection of foods: for example: beverages sandwiches pastries hot foods, etc. when clicking, a variety of foods drops down from that.
when you click on an item (food) it clears half the page, and I'll probably have a picture of the item and a GUI button that says "add to cart"... the thing is I'm so tangled in all the databases and implications and how to store the number of items ordered, what item, and so forth.
A friend recomended for the GUI button I would add a procedure that basically, for example, says muffin := muffin + 1, and then I want to have a "check out" and "check order" page where you may check the items you've added to your cart, the price and number of items of each. How would I go about doing this? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
cool dude
|
Posted: Mon Jun 05, 2006 7:58 pm Post subject: (No subject) |
|
|
firstly u should check out the Turing Walkthrough
check out arrays and GUI tutorials to know how to use them because u will need them to make your program. to keep count of how much they ordered it's really easy! your friend was right everytime they order the same thing just add another 1 to the count. for the check order page all you do is neatly display your counts with the proper items. if u have any specific questions please feel free to ask |
|
|
|
|
|
alexandra96732
|
Posted: Mon Jun 05, 2006 9:56 pm Post subject: Thanks! |
|
|
Thank you for your help! I'll be sure to reply if I have further questions =] |
|
|
|
|
|
|
|