Hey all,
I am developing a small game and I read external text files for points per question. I use the kirupa’s method in reading from file the simple way -
score_onepic1_1pc1=3&score_onepic2_1pc1=-7&score_onepic3_1pc1=-3&score_onepic4_1pc1=-5
While running the program and at this statement -
_root.txtScore=_root.txtScore+this.score_onepic2_1pc1;
, the score gets concatanated rather than summimg them up. Is there any way to specify explictly that the expression is an math rather than string operation??
Thanks.
–Vasanth