as question!

Out of context: Reply #45

  • Started
  • Last post
  • 70 Responses
  • ********
    0

    i split the text field in 3 parts so i can separate it visually better in the end..
    --

    this is the code:

    count_s = Math.round(_root.large_arrow._ro... *100000);

    millions = Math.floor(count_s/1000000);
    thous = Math.floor((count_s-(millions*10...
    hundreds = count_s-((millions*1000000)+(tho...

    _root.count_sub.count_subsidie1... = millions;
    _root.count_sub.count_subsidie2... = thous;
    _root.count_sub.count_subsidie3... = hundreds;

    ---

    this is the swf
    http://vormburo.nl/nt/test/barom…

    so what to do about the zero's??

View thread