Check out this amazing Away3D demo!
On September 29, 2008, Flash, Flex - 1 CommentFabrice, our mad french scientist @ TFE just released this fabulous demo of their 3D engine. Way to go, Fab-man!
Check it out here: http://www.closier.nl/blog/?p=77
Fabrice, our mad french scientist @ TFE just released this fabulous demo of their 3D engine. Way to go, Fab-man!
Check it out here: http://www.closier.nl/blog/?p=77
I’ve just released ASDebugger version 2.1. Some minor bugs are fixed, like:
And some features are added:
For this update you need to update both the SWC and the SWF / EXE file! But there’s backwards compatibility both ways.
And it’s available at the project page, now.
Today I encountered some strange behaviour when using the [ArrayElementType] tag. I had a piece of code which looked like this:
package { import mx.collections.ArrayCollection; [Bindable] public class MetaData { public var ac:ArrayCollection [ArrayElementType("nl.flexperiments.test.TestObject")] public var ac2:ArrayCollection; } } |
Formerly known as the IKTree, FlpTree has an updated version. This new version has several bug fixes and the overall performance is improved. Changes since the last version include:
Yeah! It’s here, the long awaited update for my debugger. And since I’ve added a lot of new functionality, I decided to raise the major version number (easy decision to make when you’re the only developer on the project
). So, what does it do? Well, a small list:
Right, it’s been more than a month now, time to round up this tutorial. If you haven’t read the previous parts, here’s part 1, and here’s part 2.
In this chapter we’re going to fine-tune our component. The basic functionality is in it, but there isn’t really much communication with the outside world going on. We can change that using events, meta-tags, asdoc and we are also going to do some styling. more…