Archive for the ‘Soap Box’ Category
Monday, May 10th, 2010

It seems as if the gaming industry suffers from the same over-compensation issues that the design world does. Game Designer
Read More....
Posted in Soap Box | No Comments »
Sunday, November 8th, 2009

I see hundreds, if not thousands of articles each week now that I am an avid Google Reader user. After a while it becomes easy to identify each bloggers style. Lets take for example Scott Hansen of
Read More....
Tags: Google, ISO50, NotCot
Posted in Soap Box | No Comments »
Thursday, August 27th, 2009
As my document class files get larger and larger I tend to have a hard time keeping my place. Especially when I need to jump back and forth between a couple spots. So one trick I just naturally started to evolve was to add my own "bookmarks" into my code.
For example if I am working on a function called "showMessage" and I want to jump between the function and where it is being called I might do this:
[as3]//#
showMessage();
// blah blah blah other code
// 1000 lines later
//#
private functi
Read More....
Tags: LifeHacker
Posted in Soap Box, Source Code, Tools | No Comments »
Tuesday, May 6th, 2008
I have (shamefully) just begun teaching myself ActionScript 3.0 in my downtime. It won't be as hard as the first time through (learning Flash on my own) since now I understand the basics around code, but there are a lot of new concepts to AS3 that I need to wrap my head around before I start the nitty gritty part of memorizing the syntax for writing AS3.
Not that I am an expert on all AS3 books out there, but I happened to get myself into
Read More....
Tags: actionscript 3, Flash, oreilly
Posted in Soap Box | 2 Comments »
Thursday, April 24th, 2008
The idea of creating an ecosystem through code has started to interest me. I have only just begun my exploration into it, but it is interesting how it changes your perspecting on the wor
Read More....
Tags: community, EEP, Evolving Ecosystem Project, life span, locomotion, mating, photosynthesis, proximity, social interaction
Posted in Soap Box | No Comments »
Monday, April 21st, 2008
In my desire to use code to create artwork, I decided I need to learn how to use code to control actual real-world devices. Lets say for instance I have some code that outputs the number 10. How would I go about making that number make an led flash 10 times
This is just an example of course and could be turned into anything, but it is a start and would be a huge start. When I write code I know it will output a .swf, or a .html, etc.. I know my output. But what if I want my output to be light, o
Read More....
Tags: Flash, LED, mechanics, processing
Posted in Soap Box | No Comments »