What are properties?
Are you preparing for IT certification? With practice questions, study notes, interactive quizzes, tips and technical articles, uCertify PrepKits ensure that you get a solid grasp of core technical concepts to ace your certification exam in first attempt.
What are properties?
Rating:
Every instances of objects contain different attributes such as shape, size, color, etc., which make them unique. For example, a movie clip instance has a height, width, position, alpha, etc., which distinguishes it from others. These attributes are called properties.
The properties can be accessed by using the dot operator. For example, the following code is written to access the width of a movie clip that has an instance named myClip:
Rating:
Was this information helpful?
Other articles
- How to create a graphic symbol?
- Tip for decreasing the space between text characters.
- What is the shift method?
- What is the while loop?
- Tip for hiding the contents of several layers or folders
