Flash, Actionscript, Design, Games and Programming.
So it’s Movember again, the time of year when men all over the world grow ridiculous moustaches to raise money and awareness for men’s health, specifically prostate cancer and other cancers that affect men. I’m really happy to work at an agency that supports Movember and lets us do work to promote the cause. Last [...]
Hello! First – the obligatory “I’ve not posted much for ages” bit. I’ve been working away on lots of interesting projects, including a couple of E-Learning applications, some games, a few more music experiments, more arduino tests and I’m starting to get underway on some iPhone and Android apps too – both native and Air [...]
I’ve finally got all the contract details sorted with one of my new games – PuzzBox, a stylish little Simon-esque puzzle game – sponsored by the guys over at BubbleDevil. It’s a basic “copy the number pattern as it gets longer” memory puzzle game – but I’ve jazzed it up with some PV3D, particle effects [...]
So, I’ve been pretty busy lately – back to work, which is great – getting stuck back into interesting Flash development for an awesome client, with some really good people. But that doesn’t mean I’m falling behind on my other on-going projects. I’ve still got 2 games almost finalised, and my interactive arts project with [...]
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 [...]
This is the blog of Lawrie Cape, an interactive developer from Leeds, England.