What is a dynamic class and what are its uses and how to create and use a dynamic class?
Can anyone guide me to a good tutorial please?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Here You can find basic info : http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/statements.html#dynamic
Dynamic class allow You to add additional dynamic params to object in run-time .
For example : Sprite isnt dynamic , so You cannot do thing like :
But MovieClip is dynamic instance that allow You to add dynamic params :
To make class instance dynamic , You have to add ‘dynamic’ key word to declaration :