A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Designing a program - tips

  1. #1
    Senior Member somlemeg's Avatar
    Join Date
    Aug 2000
    Posts
    171

    Post Designing a program - tips

    I'm programming an AS3 application. I have programmed the a package that does the main purpose in my application.
    How should go on further to get my program organized properly?

    I need an user interface/menu system, settings the user can specify, an scoring system, possibly later an script that shows the user statistics of how he/she has done.

    When is it logical to create a new package? How do I get these packages to interact with my other packages, say for example I want to call a function or set/get an variable. Should those variables be global? Do you recommend that any scripting at all should be done at the timeline besides importing the packages?

    I have done similar projects in AS2 and things can get messy.

  2. #2
    Senior Member cancerinform's Avatar
    Join Date
    Mar 2002
    Location
    press the picture...
    Posts
    13,449
    Check this tutorial. You should use Design patterns. MVC is one example.

    http://flashscript.biz/flashas3/flas.../LoginMVC.html
    - The right of the People to create Flash movies shall not be infringed. -

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center