Flash, Actionscript, Design, Games and Programming.
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
5 Mar 2010Here’s another video demo of the Flash Midi Server I’ve been working on, in conjunction with an Air webcam based audio app. I’ll be posting more updates soon on the project page. Flash Midi Server – Processing + Flash + Webcam Instrument from Lawrie Cape on Vimeo.
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 [...]
This is the blog of Lawrie Cape, an interactive developer from Leeds, England.