Using Kore 2 more efficiently with User Tags

Kore 2 from Native Instruments is probably every sound organizer’s wet dream with sugar on top. Not only  can it control a multitude of Softsynths but it’s database makes it easy to organize sounds and find them quickly when needed. I’ve purchased this nice tool last December and what’s better than telling a few details on how I put it’s features to good use?!

Read more

Facelift for Ableton Live

Download: dark & modern looking UI skin for Ableton Live 6/7.

A while back I’ve created a custom skin for Ableton Live with this handy freeware skin editor. The editor dates back to Live 6 but it seems that skins made with it work just fine in Live 7. Live’s approach to UI design is very minimalistic which I think is a step into the right direction but the default color palettes are not everyone’s taste. I’ve been using this skin since a couple of months and it works nicely so here is Dark2008, a dark – but readable – theme for Ableton Live 6 and 7.

Read more

Font Creation with Flex

Fontstruct is an online font creator whose editor has been obviously developed with Flex. Users can register and design their own fonts which are made available for download. Looks slick!

Jagged Alliance: Deadly Groping

While Jagged Alliance is without discussion one of the finest squat squad-based strategy games ever made that has seen the daylight, I especially enjoy the ‘personal’ characteristics that the mercenaries bring with them and the frivolous Butt Groping demonstrated in this clip shows this side of JADG nicely. The map seen in this video is one of the scenarios that can be found here.

A Love Letter to Flash

Not from myself but I’d like to second his words … A Love Letter to Flash

ActionScript3 Dice Class

In game development randomness is often necessary for certain tasks, be it the random distribution of graphic tiles, a random factor in NPC AI or random stats in a roleplaying game. Especially for the latter purpose the static Dice class provides a set of methods to roll dice as it is common in a Role-playing game, to be exact four-, six-, eight-, ten-, twelve-, twenty-sided and percentile dice.

Read more

Container bug in Flex3 beta2

Update: This bug has long been fixed by Adobe. Please ignore this post, Flex 3 is wonderful!

Makes me wonder why nobody else has yet written anything about this bug … when using any container component like for example a Panel or TitleWindow with a different borderStyle than the default, e.g. borderStyle: solid all your contents of that container reach into the the chrome of the Panel/Window/etc. pretty much messing up your layout. How could this escape the eyes of Adobe’s Flex devs? Here’s the thread at Adobe’s Flex forum. This is bad because it sort of prevents me from writing any Flex/AIR applications until this issue has been fixed, I’m using a custom theme for all my projects that use a solid borderStyle (similar to the one used in the Flex Style Explorer). The marvels of open beta software pushed by corporations for mere publicity purpose!

FDT 3 is final!

The guys at Powerflasher done a great job! Check out their new FDT 3 at fdt.powerflasher.com. Personally this has become once again my favorite coding tool (after an over one year break with FlexBuilder’s editor). FDT has many features that one would otherwise only find in superior tools like Eclipse’s own Java Development Tool … and these are top notch! FDT is now shipped in three different versions, Basic, Professional and soon an Enterprise version which will add a Debugger, MXML Parser and advanced Refactoring.
I’m especially looking forward to the MXML Parser since in it’s current state FDT only allows for pure ActionScript projects. The MXML Parser would make it possible to add Flex and Adobe AIR projects to the roll.

Animated Bitmap Class Update

I’ve updated the AnimatedBitmap class so that it now uses an external timer object to trigger the animation. The advantage of this is that one timer can be used for many animated objects that use the same framerate. For this purpose a custom FrameRateTimer class has been added. This saves memory and CPU cycles when many animated objects are used.
I will eventually add an AnimatedDisplayObjectManager class later with that many animated objects can be controlled at once (e.g. stop/play all sprites at once) but this will probably be more intervened with the whole framework (as it might make use of custom data structures).

Animated Bitmap Class

The AnimatedBitmap class provides functionality for Bitmap objects that are animated by using a series of still images. When creating a new AnimatedBitmap you provide a BitmapData object that contains an image that consists of the ’single-frame’ images for the animation.

Read more

FDT 3.0 is Open Beta!

I’ve joined the closed beta of FDT 3.0 a couple of weeks ago and saw that there was steady progress in bug fixing with around 3-4 updates every week. Now the guys at Powerflasher started the Open Beta which everybody can join by visiting the FDT Forum.

FDT 3.0 is pure coding comfort indeed! After using it you’ll agree that the Flex ActionScript editor looks like a poor excuse compared to FDT! There are all the features for ActionScript 3.0 that also were in FDT 1 and a lot of new stuff. Luxurious syntax coloring and semantic syntax highlighting, code templates,my number one favorite feature Mark Occurences, code formatter, quick fixes, Flash IDE and Flex compiler support, limited refactoring and more.

Now all I wish for is that FDT works flawlessly together with Flex/AIR projects but that will probably come at a later date since getting a stable release is more important now. It kind of feels awkward if you have to go back to the Flex AS editor once you used FDT!

AIR application: FEAT (Freelancer’s Estimation Assistance Tool)

I finally came to play a bit more with AIR and it’s specific features and wrote a small tool that is helpful for freelancers like you and me to make pricing estimation calculations. With FEAT you can calculate your hourly rate based on your expenses and some other factors and it provides a wizard to calculate project pricing estimates (another thing that is hard to get used to for many freelancing starters). It also stores all your values and changes its color if you want and can cook coffee and wash vegetables and …. ok wait, the last part is not true but still, this is a nifty little tool! Find more info and download at this LINK!

feat_screen_01_thumb.jpg