Archive of 2010 March

Flash Prototypes

Here’s two AS2 Flash prototypes that I use all the time. The search proto is probably from that genius sephiroth but I can’t remember since it’s been a while.  The shuffle prototype is from kingdavid. Array Search Prototype Array.prototype.search = function(needle, from, strict) { if(from == undefined || from >=…