Sindney
Hi, i’m glad to release the first stable version of BloomLite.
It’s AS3-Bloom‘s speed-first branch.
// create theme instance var blue:Theme = new BlueTheme(); // intialize the engine ThemeBase.initialize(stage); // set default theme // it's easy to change theme. // just new your custom theme and apply it to ThemeBase, and it's done ^.^ ThemeBase.theme = blue;
See? It’s easier and faster than old Bloom.
Grab it’s source now!






Wahoo!
Nice work Xin!
Really nice framework, I’m going to use it in my game.
The only thing I miss is a good manual or class reference.
Thanks, but currently i’m busy with school works and nest3d
i’ll write something more about BloomLite when i’m free
It’s ok, no rush.
Hi!
Couple questions for you.
1. How to align text in Label?
2. How to change header transparency in Window?
Thanks.