Category Archives: ActionScript

Season Speakings

Leave a comment 16 December 2009

I’ll keep this short and sweet cos I’m so tired from lack of sleep trying to get this thing live! This is the second xmas project I worked on this year. It was for my good friend Federico’s company Cocomino, … Continue reading


Posted in ActionScript, Client, Physics

WobbleWall

3 Comments 4 December 2009

WobbleWall! Blobs… BlobbleWall!? Wasn’t really sure what to call this one but WobbleWall sounds mildly amusing so I’ve gone with that. To start off with I want to say that one of the main things that I remember from FOTB … Continue reading


Posted in ActionScript, Experiment, Physics

Collage Creator

6 Comments 22 November 2009

This idea originated from playing around with the Flickr API whilst creating the Colorwall with images example I posted a couple of weeks ago. So what is it? Simply an image, made up of thousands of other images, dynamically created … Continue reading


Posted in ActionScript

ColorWall

19 Comments 25 October 2009

Before you read the rest of this post, if you haven’t already done so, check out the ColorWall here. A couple of weeks ago I saw Yugo Nakamura’s brilliant wonderwall Flash site. It’s a really original idea and one of … Continue reading


Posted in ActionScript, Experiment, Physics

AS3 Postcode Validation

1 Comment 2 September 2009

After a quick search on Google for an Actionscript Postcode validator nothing came up, so I thought I’d write one and post it here: var postcode:String = "N5 1BU"; var postcodeExpression:RegExp = /^(GIR 0AA|[A-PR-UWYZ]([0-9]{1,2}|([A-HK-Y][0-9]|[A-HK-Y][0-9]([0-9]|[ABEHMNPRV-Y]))|[0-9][A-HJKS-UW]) [0-9][ABD-HJLNP-UW-Z]{2})$/; var isValid:Boolean = postcodeExpression.test(postcode); Hope … Continue reading


Posted in ActionScript, Tip
← Older posts Newer posts →