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 does item renderer work? How do we add item renderer at runtime in flex? : adobe flex action script

1 Answers  


How do I get flex to query my database? : adobe flex action script

1 Answers  


Can you write to the file system from flex? : adobe flex action script

1 Answers  


What are the collections classes available in flex?

1 Answers  


What keyword allows you to refer to private variables of a class in flex?

1 Answers  


What is singleton class? Explain the steps to create a singleton class?

1 Answers  


Explain which of the recommended character to use to separate target level paths levels?

1 Answers  


Explain about resultevent and faultevent in remote object?

1 Answers  


Explain how binding works in mxml components in flex? : adobe flex action script

1 Answers  


Can we use text input/editable component as itemrenderer?

1 Answers  


What is calllater() method?

1 Answers  


What is cairnghorm in flex? How do we use it? : adobe flex action script

1 Answers  


Categories