Dynamic Class Template


/ Published in: ActionScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. /** -----------------------------------------------------------
  2.  * Class Name
  3. * -----------------------------------------------------------
  4. * Description:
  5. * - ---------------------------------------------------------
  6. * Created by:
  7. * Modified by:
  8. * Date Modified:
  9. * - ---------------------------------------------------------
  10. * Copyright ©2008 Sposto Interactive (Sposto Productions, LLC)
  11. * For license and usage information, please submit and inquiry
  12. * at http://www.sposto.com/contact/1/1.html
  13. * - ---------------------------------------------------------
  14. */
  15. import mx.utils.Delegate;
  16.  
  17. dynamic class Navigation extends MovieClip
  18. {
  19. /*#################################
  20.   ## References ##
  21.   #################################*/
  22.  
  23. /** -----------------------------------------------------------
  24.   * Constructor
  25. * -----------------------------------------------------------
  26. */
  27. public function Navigation(){
  28.  
  29. };
  30.  
  31. private function onLoad():Void{
  32.  
  33. /*#################################
  34.   ## References ##
  35.   #################################*/
  36.  
  37. };
  38.  
  39. /** -----------------------------------------------------------
  40. * Properties
  41. * -----------------------------------------------------------
  42. */
  43.  
  44. /** -----------------------------------------------------------
  45. * Public Methods
  46. * -----------------------------------------------------------
  47. */
  48.  
  49. /** -----------------------------------------------------------
  50. * Private Methods
  51. * -----------------------------------------------------------
  52. */
  53.  
  54. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.