Monthly Archives: July 2009

Sound Pitch

i was talking with Caleb (the sound expert here at Grupow) a few days ago about how the Pitch works behind the scenes
i saw a great usage of the Pitch effect in Braid Game and i wanted to give a try in the Flash’s new Sound API
…………. but then Andre Michelle came with this!!!
man………. [...]

Posted in General | 2 Comments

Conways Game Of Life

is an old AS2 experiment that i made some time ago
the rules are:
1. Any live cell with fewer than two neighbours dies, as if by loneliness.
2. Any live cell with more than three neighbours dies, as if by overcrowding.
3. Any live cell with two or three neighbours lives, unchanged, to the next generation.
4. Any dead [...]

Posted in General | Leave a comment

Playing with Pixels

i was just playing with pixels and BitmapData
the code is a little messy and is not optimized

at the end we didn’t use it on production but is a really nice mouse trial
hope you like it!
source files

Posted in AS3, General | Tagged | Leave a comment

Mouse Trap

ppiiiiuuuuuf! it’s been a whilee uh!!
now that we release the Energy Lab we have some time to post something!
if you go there you’ll find a really cool mouse effect
and here is a quick prototype in AS2 of how we build it

(just try to get inside of the box)
source files

Posted in General | Leave a comment