Hi Everyone, I haven’t been posting for a while, it is not that I’m lazy 😉 We’ve been working on something exiting that will be release in a while, be patient. I’ve solved some...
Hi everyone, I’ve added global references and a property “reference” in BaseUI (and ElementUI). As I’m explaining in the tutorial, an ElementUI need a reference to set the position and the size of a...
BaseUI will help you to manage your assets (a logo, footer, a menu, etc) in the browser, in a liquid layout or a fixed area. BaseUI is managing a list of DisplayObject like Sprite,...
Sorry, 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...
I’ve been working on the second version of BaseUI, so I’m happy to release it today. THIS IS NOT AN UPDATE. This new version is quite different, as well as the syntax, so the...
You can find in the BaseUI page the new version 1.1.0 I’ve solved a couple of bugs and I’ve added a new feature. When you have a ElementUI type element and the property alignX...
I recently used ANT and compc to compile a SWC. I had to include another SWC with classes and jpg and some other classes as I needed to force them at compile-time to make...
I had to get an AIR application without the OS window, let’s say windowless or chromeless. I needed to be able, with my own graphics, to minimize, restore, maximize, close, close in the system...
I made some experiments on how to easily access to data in a Flash site. It is probably a mix with good and bad ways but I think it is worth having a look....
A quick post for an AS2 class I wrote. I won’t do that a lot as I’m not really using AS2 anymore. Have you ever had a Button in another Button in as2? Or...