⟩ How do you generate random numbers within a given limit with actionscript?
Math.round(Math.random() * (high - low)) + low
Math.round(Math.random() * (high - low)) + low
Have you built any components with actionscript? If so explain how you did it?
I am going to add images into a tag. How will it resize itself in adobe flex actionscript?
Explain What is the function of trace?
What are the correct statements consenting text field?
Explain How many levels does Flash MX support?
Explain In which level does the original movie resides?
Explain What happens if an .swf is loaded into a already occupied level?
Explain If the oilpump movie clip instance in path _root.car.engine.oilpump.clamp uses the following line of actionscript, _parent.someAction;, which movie clip instance is being referenced?
What is default frame rate of the timeline in frame per second?
What Is Interface or Benefit of Interface in term of OOP?