Apparently the function reloadStage() is misplaced in Contruct.as (this class is just meant to provide static functions to draw shapes, e.g. user interface elements like buttons etc.).
Misplacement is also questionable for the functions deepTrace() and constrainSize().
Apparently the function
reloadStage()
is misplaced inContruct.as
(this class is just meant to provide static functions to draw shapes, e.g. user interface elements like buttons etc.).Misplacement is also questionable for the functions
deepTrace()
andconstrainSize()
.