Archive for the 'ActionScript' Category



Word Clock for Mac, PC and iPhone


Here’s the first release of the new version incorporating the original linear and new rotary version, for Mac and PC. Go to the download page. There may be bugs in this, so let me know.


19 July 2008 in AS3, ActionScript, Cocoa, Programming, Screensaver, Windows, Word Clock / 2 Comments

Rotary Word Clock

Had a quick idea for a variation on Word Clock. Go to the download page.


7 June 2008 in ActionScript, Programming, Screensaver, Word Clock / 2 Comments

Elastic Collision

A small tutorial on how to create bouncing balls with ActionScript source code. A couple of years back I was creating some interactive sites using bouncing balls as navigation. These needed to behave in a believable manner so I spent some time looking at rigid body dynamics code.


29 July 2007 in ActionScript, Programming, Source Code / 1 Comment

PostScript

Most designers and programmers whose paths I’ve crossed have heard of PostScript but don’t know much about it. I think it’s a hidden gem. Not only is it a fascinating programming language which can be used to create generative drawings and save you hours of time through automation, but you can also use it as [...]


5 June 2007 in ActionScript, PostScript, Programming, Source Code / 9 Comments

Pottery

[ZIP] Download Pottery with source code
To use: draw a simple ‘S’ shape on the left-hand panel. Then experiment. Note that it’s fairly crude and only renders convex surfaces properly.
This was a quick mockup I made at the end of last year to try out an idea for a Christmas Card. It was originally going to [...]


26 May 2007 in ActionScript, Source Code / 2 Comments

Vector Field with source code

I’ve decided to start releasing bits and pieces of source code just for fun. The first one is the Vector Field demo I wrote ages ago.
First, the source code
[ZIP] Download Vector Field source code
It’s easy to change the size, colour and ’splat’ graphics. This is totally free for non-commercial use, but I kindly ask that [...]


12 May 2007 in ActionScript, Source Code / 1 Comment

Shared SharedObject in Flash

One of the problems I had when writing Flash Screensavr was sharing preferences between two separate and different SWF files - the Preferences panel and the Screensaver itself. Obviously a job for SharedObject.
However there is a trick to creating a SharedObject that behaves how you’d expect.


12 May 2007 in ActionScript, Source Code / 2 Comments

Screensavr: dead-end, new beginning

So I have reach a dead-end in Flash. I now have a Screensavr that works perfectly, honouring all image proportions. Looks great, but runs slowly in Flash as it can’t handle so many individual images as the bitmap processing isn’t sophisticated enough; had to make it so that each row is a series of MovieClips [...]


4 February 2007 in ActionScript, Screensaver / 8 Comments

UrlKit

This is impressive work.
“An open-source Flex library for browser URL control via deep linking which I have developed in collaboration with Todd Rein of Adobe.”
I’ve recently written something similar for Flash 8 (we’re yet to have clients that are ready for Flash 9 / Flex). I discovered this afterwards: it produces automatically generated [...]


31 January 2007 in AS3, ActionScript / 2 Comments

Word Clock: screen saver

So while I build up the energy to sort out the flickr Screensavr, I thought I’d upload the screen saver version of Word Clock. Nothing to configure here - just download and install.
Download Word Clock installer for Mac


27 January 2007 in ActionScript, Screensaver / 2 Comments