
-----------------------------------
Amreen
Sat Jan 22, 2005 12:44 pm

PLZ CHECK THIS POST!!!! NEED ASSISTANCE!!!!!!!!! DICE GAME!!
-----------------------------------
Hye everyone...well i have the finished product of a dice roll game...(its not actually a game) but try it. 

When u get to the part of the program where u have the optino of seeing the bar graph, u should enter "Y" (yes). I need some assistance on that part of the program because i need to label each bar on the graph a number from 2-12 at the bottom. It should act as a scale. I also need the y axis scale which can make it self depending on the frequency numbers and it should develop a scale on its own. PLZ SOMEONE HELP ME!!!!!!!! I WOULD REALLY BE THANKFUL TO U ALL....!

here is the program!

-----------------------------------
basketball4ever
Sat Jan 22, 2005 1:15 pm


-----------------------------------
Either x-axis or y-axis shouldnt be hard
just use a locate then put text (make sure u get spacing right
or use
font.draw... if u dont know how to use it.. go to one of the tutorials or use turing help.

it shouldn't be hard at all.

a bug i want to point out... is that u didnt error trap yes and no.... i can press f and it would be the same as pressing no

-----------------------------------
Tony
Sat Jan 22, 2005 9:39 pm


-----------------------------------
for loops and arrays are worth looking into
