Action Script Question:
Download Questions PDF

Can you explain what are the complex data types used in ActionScript?

Answer:

- ActionScript also uses some complex data types to create applications and display it on the web browser.

- These complex data types use more memory and simple data types to build themselves.

- The data types are as follows:

- MovieClip: is an ActionScript data type used to create visible objects that can be easily used by the applications.

- TextField – this provides a way to dynamically input the text field and inherit the type of movie clip.

- Button – this is a simple object that gets created in 4 frames or states in the form of Up, over, down and hit. It also inherits the movie clip type.

- Date – this allow the information to be accessed from a specified location at a given time.

Download Action Script Interview Questions And Answers PDF

Previous QuestionNext Question
Explain what are the data types supported by ActionScript?Tell me what are the features involved in updating a language?