27
06
2008
BaseUI bypass resize
Posted by: Romuald in BaseUI, tags: as3, BaseUI, class, flash, liquid layout, liquid UISorry, I didn't have time to write a tutorial on BaseUI v2. I've added a property to bypass the resize of the DisplayObject (width and height).
It might be useful for a sprite animated that has a size that is changing all time. It will set the useInitialSize to true and you can't use it with a ratio set to RATIO_IN or RATIO_OUT.
The property is:
Actionscript:
-
var el:ElementUI = baseUI.add(mySpriteAnimated);
-
el.bypassSize = true;
Last version there.

Entries (RSS)
June 27th, 2008 at 8:50 am
Thank you again for this feature!