Percent

i have some problems with this script

percent = Math.floor,(getBy tesLoad()/getBy tesTotal()*100);

the error with this script is

Scene=Scene 1, Layer=Layer 1, Frame=1: Line 1: ‘)’ expected
percent = Math.floor,(getBy tesLoad())/(getBy tesTotal()*100);

can anyone here help me with this…

if you copied and pasted the script … then it’s wrong

try this:
[color=red]Math.floor((getBytesLoad()/getBytesTotal())*100)[/color]

that was a great help…

thanks …’

i really appreciate it…

no problem izhar =)