Archive for
December, 2009
A Real Layout Manager in AS3 – BaseUI
Sunday, December 27th, 2009BaseUI is a layout manager in ActionScript 3 allow you to handle assets positioning by using properties on your DisplayObject like top, bottom, width, percentage width, horizontal center and so on, to make them working with the resize event (when the browser is resized by the user). It help you to handle liquid layouts but [...]