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 [...]
In: Actionscript|Classes and Functions|Experiments|Flash|Inspiration
18 Jun 2009I’ve got a few games in development at the minute, so nothing much finished to show off. What I will do is show you one of the fun effects I’ve been making and point you in the direction of a couple of really cool projects other people have made recently. Hot on heel of my [...]
One of the things that makes the Flash community so strong, is the willingness of coders to share their work. I learned actionscript from people sharing code, and that’s what’s inspired me to start sharing some of the things I’ve been working on too. So I thought a good starting point would be to draw [...]
This is the blog of Lawrie Cape, an interactive developer from Leeds, England.