Answers

Question and Answer:

  Home  Adobe Flex Actionscript

⟩ How do you generate random numbers within a given limit with actionscript?

Math.round(Math.random() * (high - low)) + low

 231 views

More Questions for you: