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 |
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.
Do you know what does reference means in actionscript?
Can you explain what are the changes presented by actionscript?
which keyword is used to attach methods and properties to a class? : Adobe flash
what is not a disadvantage of using the fscommand? : Adobe flash
Why is flash being discontinued?
what is the best reason for using the geturl command, instead of the fscommand, when communicating with the host application? : Adobe flash
which is not a benefit when adding a title in the document properties? : Adobe flash
how many levels does flash mx support? : Adobe flash
how does an xmlsocket server know when a received message is complete? : Adobe flash
you have a rectangle shape with rounded corners. You want to ensure that the corners do not distort when the rectangle is scaled. What should you do? : Adobe flash
Write a program use a text field and display it using the actionscript?