Page 13

Microsoft Research

Although it might not seem like it Microsoft is really along way ahead of nearly all the other major tech companies. But no one really gets to see their cool stuff because it takes place in their research centres and doesn’t always make it into consumer products. Below is a collection of videos from Microsoft […]

July 29, 2010

Magnetic Words Multitouch App

Here is a small app I created in Flash in less than 10 minutes (most of that time was getting words!). Inspired by those fridge magnets which are a bunch of words that can be mixed and matched to make obscure and hilarious sentences. Excuse the dodgey touch response at the start… my screen still […]

July 14, 2010

Making a title sequence

I’ve decided to make a motion graphic title sequence for a fictional movie… because title sequences are awesome. And because I have been working on a motion graphic intro sequence for a client. Below is a storyboard and a camera flow layout which I have made up in Illustrator which I will use to animate […]

July 5, 2010

Forlorn Gaze Motion Graphics

I just updated my folio with the following work. It is some motion graphic work I did earlier on this year for A.K.A Nancy Vaudeville. I animated logo idents and motion graphics for a short film called Forlorn Gaze which is a mockumentary about an Emo band. It was originally a web series for TripleJ […]

July 4, 2010

AS3: History Manager Class

Recently at work I have been building a text editing application to help speed up the process of adding HTML tags to text for Flash. Today I wrote a simple reusable history management class to enable undo/redo on a text field. This is the first version so there may still be some bugs. I also […]

June 23, 2010

Inspiring Inspiration #1

First is this great infographic for a documentary called Waiting For ‘Superman’ which highlights a bunch of issues in America. I love the simple colours and textures in this and the animation is really smooth and flowing. The use of circles is awesome too! Secondly, an animated video clip for Don’t Give it Up by […]

June 22, 2010

Invisible Mouse

Here is a cool video that was posted over at the NUI Group forums. This guy has used infra-red lasers and a webcam along with CCV to track the users hand position and movement, which is then translated into cursor movements and clicks. Pretty cool idea.

June 19, 2010

AS3 – Getting the order of MovieClips in the stage

Here is yet another small code snippet which allows you to get the order of MovieClips that are positioned on the stage. Source for the demo above: Download

June 6, 2010

AS3 – Detecting Control, Shift and Alt keyboard shortcuts

Here is a snippet of code which allows you to detect keyboard shortcuts such as ctrl+[another key] and ctrl+shift+[another key]. I wasn’t able to find any decent examples of detecting shortcuts but after reading the AS3 documentation I found that the Keyboard event contains the following boolean properties So by simply checking if those properties […]

June 5, 2010

AS3 – Repositioning the ComboBox dropdown list

If you’re like me and you don’t mind using some of the built in components in Flash to quickly build a UI but hate the look of them, you’ve probably made your own skins for them which is all well and good. But sometimes there are little things that really annoy me like the ComboBox […]

DSI Multitouch construction – Part 3

Over the weekend I made a lot more progress on my multitouch coffee table. I also discovered some issues – firstly the original backlight emits way too much infra-red light so I am going to have to make a custom one out of ultra-bright LED strips, and secondly I don’t seem to be getting any […]

May 31, 2010

DSI Multitouch construction – Part 2

Here are some more shots of the work in progress of the DSI Multitouch Coffee table I’m building. Last week the Endlighten arrived. This wasn’t the easiest to acquire – in Australia the only option really was to buy a full sheet which would have cost $1000+. The best place to get cut-to-size acrylic is […]

May 25, 2010