flash question

Out of context: Reply #10

  • Started
  • Last post
  • 10 Responses
  • itstimefortea0

    thanks again guys for all the help the other day. i just wanted to bump this thread with another actionscript question if i can...

    i've got these sliders that change the value of a text box as you slide them back and forth. i'm trying to use math.round to round off the figures in the text box to the nearest 50.

    this is the code...

    slider1.changeHandler = function() {
    box1.text = this.value;
    }

    does anyone know how to use math.round to round the numbers off?

    again any help would be amazing. thanks a lot!

View thread