Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


How do u generate random numbers within a given limit with Action script?



How do u generate random numbers within a given limit with Action script?..

Answer / Jay Shanker

"To generate a random number within a specific range in ActionScript, you can use the Math.random() function and specify the limits. For example: var min = 10; var max = 20; var randomNumber = Math.floor(Math.random() * (max - min + 1)) + min;"

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Adobe Flex Interview Questions

How do I make synchronous data calls in actionscript? : adobe flex action script

1 Answers  


How will u call java method from flex?

1 Answers  


Explain about arguments of addeventlistener() method?

1 Answers  


What is display list?

1 Answers  


Should model locator as a singleton class? Can't we instantiate this class as like normal class?

1 Answers  


Can I still purchase flex charting?

0 Answers  


What is the difference between sealed class and dynamic classes in flex?

1 Answers  


What is dynamic keyword used for in actionscript? : adobe flex action script

1 Answers  


How do I pass parameters to a pop-up window in actionscript? : adobe flex action script

1 Answers  


Can I continue to run flex builder 2 in parallel with flex builder 3 beta 3?

1 Answers  


Explain the configuration details of blaze ds?

1 Answers  


What is inheritance in term of oop (flash actionscript)? : adobe flex action script

1 Answers  


Categories