Stage.properties

Out of context: Reply #2

  • Started
  • Last post
  • 5 Responses
  • Anarchitect0

    [answering with some questions]

    are they triggered by the Stage listener or some other object?

    are they supposed to be aligned all at once or some conditionals should be created to filter specifics objects for alignment?

    some objects could be aligned in the exact same way so expressions obj1._x = obj2._x = obj3._x = x might come handy and reduce the code.

    specific object 'conditioning' can use "?:" to reduce the expression size to 1/5 of the size:

    obj._x = (expression)? value1: value2;

    _______

View thread