small code problem
Posted: Sat Dec 22, 2007 9:02 pm
ok i have a problem with my code, here it is
ok, when i do this, my text number doesnt get divided by 55, it gets turned into a realy weird number
and goalxpV = 388 and currentxpV = 0 in this case,
what should i do differently? are there any obvious mistakes..
Thanks!
- Code: Select all
no1.textNumber = goalxpV - currentxpV /55;
ok, when i do this, my text number doesnt get divided by 55, it gets turned into a realy weird number
and goalxpV = 388 and currentxpV = 0 in this case,
what should i do differently? are there any obvious mistakes..
Thanks!