hi
wondering if anybody could help me with the following
i have a textbox called high_txt.text another called symbol_txt.text and another called low_txt.text and finally one more called answer_txt.text
the first three are dynamic, and the last is input
can anybody help me make a random number between 1 and 100 for the high_txt.text
and another between 1 and 50 for the low?
then i need to have a random of either + or - for the symbol_txt
what im basically trying to do is form a maths game for kids,
the reason i need a high and low is so that the answer doesnt come out as -4 or something like that
so i can say somethings like
if high_txt.text + or - low_txt.text and is == the answer_txt.text
display correct
wondering how i would go about this?
thanks
fonzio