Archive for the ‘AS3’ Category

FDT – switching to Flex 4 SDK

FDT – switching to Flex 4 SDK

First of this tutorial targets FDT 4 only and there is no guarantee that this works properly for everybody! So better leave this alone if you are not sure what you are doing. Furthermore you’ll not be able to use Flex...

FDT – AS3 Signals Templates

FDT – AS3 Signals Templates

These are code templates for AS3 Signals by Robert Penner. You can download the XML file to import into FDT. What’s inside I created the following templates: Add Signal – added to stage Click Signal Mouse Over...

Loading with AS3 Signals – Quick Tip

Loading with AS3 Signals – Quick Tip

This post addresses people who want to replace events with Signals. I had some problems figuring out how to do it so I want to share. In my latest project I am making heavy use of Robert Penner’s AS3 Signals framework...

Nimble – lightweight fluid layout

Nimble – lightweight fluid layout

What is Nimble? Nimble is an open source and lightweight framework to easily achieve a fluid layout within a Flash application using ActionScript 3.0. But what do I mean with the phrase “fluid layout”? Let’s...

Adobe Flash, Apple and the developers

Adobe Flash, Apple and the developers

After all the posts and discussions of the last weeks I can’t hold on my opinion anymore. Seriously this discussion is out of control. It started fairly well with the flash community frustration as Apple unveiled their...

ActionScript performance #loops

ActionScript performance #loops

Continuing with the ActionScript performance series, I want to tell you a tweak on for-loops. So let’s start with the examples right away. The regular syntax Usually everybody learned to write a for-loop like this: private...

ActionScript performance #Arrays

ActionScript performance #Arrays

As the Flash community rapidly walks towards the mobile devices, we especially need to think about how well our code performs. On a mobile device, the hardware specs are much lower than on a regular desktop pc, hence, for...