Stage.properties

Out of context: Reply #4

  • Started
  • Last post
  • 5 Responses
  • Anarchitect0

    the best practice is to check for patterns within the desired behaviour.

    you probably can separate the "groups of alignments" in 3/4 functions/conditions.

    some of them can be used from Stage listeners, others from other listeners, like those used with MovieClipLoaders...

    you also might also want to add _root variables that can be updated/used without having to using the same expression over and over for the same value.

    look to your code. try to decrease the number of lines by grouping similar expressions or reducing conditionals.

    the keyword is patterns.

View thread