a little AS math
a little AS math
Out of context: Reply #19
- Started
- Last post
- 32 Responses
- talltyler0
sorry rabattski maybe I am not understanding something but are you saying something like
divide the number by 5 and then split the number at the decimal and then divide by 2.
ether that or I can find out
if(x>=5){
group=x
}else if(x=10){
group=x-5}ect.
But there has to be a way to do it with math, I just dont know,
can you point me at something, this seem easy I just dont do very much math