How do you generate random numbers within a given limit with actionscript?
Answer / Uday Veer
In ActionScript, you can use the Math.random() function to generate a random number between 0 and 1. To generate a random number within a given limit (let's say min and max), you can do: var randNum = Math.floor(Math.random() * (max - min + 1)) + min
| Is This Answer Correct ? | 0 Yes | 0 No |
What is responsive design, and why is it important for multimedia websites?
Sometimes, if I do not move the mouse, “click” and “mouse down” do not work. Why is that?
How do your decisions affect the design? Would different decisions on network technologies and object server technologies result in a different solution?
What does calling preventdefault() on an event do? How is this en forced?
How can you show a jpg image in dynamic text field?
What is interface in term of oop (flash actionscript)?
What is the base for DLNA?
How do we overload functions in actionscript?
How can I view video files on the web site?
What are the principles of good multimedia design?
Define midi?
What are the different types of multimedia?