Action Script Question:
Explain what are the different utils libraries in ActionScript?
Answer:
The libraries of Flash utils in ActionScript are as follows:
- flash.utils:Dictionary – this consists of the dictionaries that has an object with different keys of any kind of data types.
- flash.display:Sprite – this consists of a display object container that doesn’t have the support of the timeline.
- flash.display:MovieClip – this provide a display object to run the animated movie clip.
- This consists of the timeline for the flash file by default and gives the input in the MovieClip.
- flash.display:Bitmap – this displays an object for the non-animated bitmap file.
- flash.display:Shape – this consists of the shape object that are non-animated and vectors in nature.
- flash.utils:ByteArray – this consists of the array type in the binary format and allow the creation of the simple applications.
- flash.utils:Dictionary – this consists of the dictionaries that has an object with different keys of any kind of data types.
- flash.display:Sprite – this consists of a display object container that doesn’t have the support of the timeline.
- flash.display:MovieClip – this provide a display object to run the animated movie clip.
- This consists of the timeline for the flash file by default and gives the input in the MovieClip.
- flash.display:Bitmap – this displays an object for the non-animated bitmap file.
- flash.display:Shape – this consists of the shape object that are non-animated and vectors in nature.
- flash.utils:ByteArray – this consists of the array type in the binary format and allow the creation of the simple applications.
Previous Question | Next Question |
Do you know what is the difference between an Array and Vector? | Tell me what are the functions used with flash media? |