I'm making a random dice roller on flash, and I want to make sure that the users can put in their own numbers. (i.e.(Math.random()*6); /*numbers between 1 and 6*/) But I want the 6 to be whatever number is in the input box, for example the user puts ina 35, it picks a random number between 1...