overview study model/view/controller design pattern ("mvc") see how to apply mvc in flash build an example mvc application: a clock mvc: basic structure mvc separates the code required to manage a user interface into three distinct classes: model: stores the data and application logic for the interface view: renders the interface (usually to the screen) controller: responds to user input by modify