Flash, Actionscript, Design, Games and Programming.
In: Actionscript|Classes and Functions|Flash|Flash Midi Server|Processing|Source Code
24 Mar 2010The title says it all really. I’ve updated the project page, but I’ll add the info here too incase you’re reading this through an RSS reader. Flash Midi Server v0.1 Lawrie Cape 2010 Download from the Google Projects Page. WHAT IS IT? Flash Midi Server is method for sending MIDI data out of Flash. Using [...]
In: Actionscript|Classes and Functions|Flash|General|Source Code
16 Mar 2010I’ve been working on a project today and needed a function to remove a specific item from an array. This is what I came up with, so I thought I’d share it here. ?View Code ACTIONSCRIPT3 var myArrayOfLetters:Array = ["a","b","c","c","d","e","f","g","c"]; removeItemArray(myArrayOfLetters,"c"); //This will remove all instances of "c" from your array – so you will [...]
In: Actionscript|Classes and Functions|Experiments|Flash|Flash Midi Server|Portfolio|Processing
4 Mar 2010Right, this has been something I’ve had in development for a while – and I’ve finally decided to put out a video demo. More info, videos, audio and hopefully source coming soon. Flash Midi Server + Webcam image to audio app An early test of my Flash Midi Server – used to send Midi notes [...]
A few months ago, I looked back at my best performing flash games – the aptly named “Super Letter Game“, and showed how a similar control scheme can be coded in AS3. Today I’m going to look back over another of my AS2 games, which was reasonablly successful – 50 Red. Interactive artwork meets frantic [...]
Hello again! Today I’m posting an AS3 experiment I made when I was playing around with parsing data, and making info-graphics. I was inspired to try some data visualisation and info-graphics when I started reading the brilliant blog – Flowing Data. FlowingData explores how designers, statisticians, and computer scientists are using data to understand ourselves [...]
This is the blog of Lawrie Cape, an interactive developer from Leeds, England.