Flash, Actionscript, Design, Games and Programming.
In: Actionscript|Classes and Functions|Experiments|Flash|Portfolio|Source Code
21 May 2010This week I saw Flight 404′s “Swarm Behavior” on vimeo – Swarm behavior from flight404 on Vimeo. Yet another awesome video from Robert, using his Cinder framework. Cool! In the description, he mentions the particle’s behavioral rules – 1) If I am far away from my neighbors, move towards them. 2) If I am too [...]
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 [...]
Following on from my post about Daniel Shiffman’s Nature of Code, and the benefits of digging into the processing community, here’s a post about the excellent site OpenProcessing.org – “What? A website to share Processing sketches??” Share your sketches with others. Help and collaborate with the community. Improve and polish your programming skills. Even if [...]
I’ve been playing about with processing lately, which is really good fun, and quite easy to jump straight into, coming from a Flash background. If you’ve not heard of Processing, it’s – Processing is an open source project initiated by Casey Reas and Benjamin Fry, both formerly of the Aesthetics and Computation Group at the [...]
This is the blog of Lawrie Cape, an interactive developer from Leeds, England.