what are the different design patterns available in flash?
Answers were Sorted based on User's Feedback
Answer / uday
There are so many patterns available for flash development.
Following are most common patterns and first three are most
common now a days:
1. MVC Pattern
2. Caringorm Pattern
3. Singleton Pattern
4. Factory Method Pattern
5. Decorator Pattern
6. Adapter Pattern
7. Composite Pattern
8. Symmetric Proxy Pattern
Regards,
Uday Singh
Sr. Action Scripter
uday_sgh@yahoo.com
| Is This Answer Correct ? | 13 Yes | 3 No |
What are the features involved in updating a language?
What are the data types supported by actionscript?
What is meant by vector graphic animation?
what is generally considered the ideal group size for usability testing? : Adobe flash
Give an example that illustrates polymorphism in flash script.
How can we goto next Scene by giving code on a button inside a movie clip. in short. =>Scene 1. ====>MovieClip ======>Button [ on(release) { gotoAndPlay("Scene 2", 1); } ] =>Scene 2. This thing is not working. Please tell me the answer of how to goto next scene from this scene 1.
How to write a program that shows the usage of data types?
Is it possible to create document or folder from flash? if yes then how?
Describe changewatcher.watch.
Can you explain what are the changes presented by actionscript?
what is the downside of macromedia ui components making extensive use of ingeritance and encapsulation? : Adobe flash
you are creating a form that will fade out when the user submits it. What must you do to with the text fields to ensure that text entered by the user will fade out? : Adobe flash