topical media & game development

talk show tell print

mashup-rmx-04-new-project-template-flex-builder-3-src-com-newprojectname-views-mainScreen-MainScreenBase.ax

mashup-rmx-04-new-project-template-flex-builder-3-src-com-newprojectname-views-mainScreen-MainScreenBase.ax (swf ) [ flash ] flex


  package com.newprojectname.views.mainScreen
  {
          import mx.containers.Canvas;
          
The MainScreenBase class would contain the base functionality for the main screen of the application. Other screens would have their own classes to drive their functionality.

  
          public class MainScreenBase extends Canvas
          {
                  
Class constructor. @return

  
                  public function MainScreenBase()
                  {
                          super();
                  }
                  
          }
  }


(C) Æliens 18/6/2009

You may not copy or print any of this material without explicit permission of the author or the publisher. In case of other copyright issues, contact the author.