[haXe] Arctic 0.6.0 released

Asger Ottar Alstrup asger at area9.dk
Tue Jan 30 15:41:37 CET 2007


Hi,

I submitted a new version of Arctic to haxelib. This time, I have reenabled
smart updating on resizing, and it seems to work correctly in all the tests
I have.

Also, I cleaned up the ArcticView interface a bit: The ArcticView
constructor takes the parent movieclip, rather than the build() and
adjustToFit() methods.

To upgrade, change your code from

 var view = new ArcticView(block)
 var root = view.display(parent, true)

to

 var view = new ArcticView(block, parent);
 var root = view.display(true);

Behind the scenes, I commented the code more.

Regards,
Asger
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.motion-twin.com/pipermail/haxe/attachments/20070130/1831f83e/attachment.htm


More information about the Haxe mailing list