Here is my first version of the random circle project. I might add a deep brown element, I’m also thinking about how to string these together in a pattern on a canvas.
Walnut Circle 01
February 18th, 2008 · No Comments · Art, Code, Digital Process
Tags:actionscript·AS2·generate·random
twitter project
January 31st, 2008 · 1 Comment · Code, Digital Process
We’ll here it is.
This has been a silly and fun project. I got to revisit one of my favorite NES games and learned a little about ActionScript and APIs in the process. In hindsight this would’ve been just as easy to do w/ an RSS feed but it feels good to have this idea expunged [...]
Tags:8 bit·actionscript·api·AS2·flash·nes·twitter
base code
November 25th, 2007 · No Comments · Code, Digital Process
To accomplish my silly idea, I need to be able to get to my “tweets”. This is public information so user authentication won’t be necessary, although there looks to be a pretty straightforward auth function in TWITTER.as.
I’m using the AS2 API because of it’s simple and compact nature. Here is the code I’m starting with;
This [...]
Tags:actionscript·api·AS2·twitter
SWX and Twitter
November 20th, 2007 · 2 Comments · Code
While trying to decide whether to use the Twitter AS2 or AS3 API, I stumbled across SWX, This is an AMAZING standard for getting data into Flash from some of the more popular social media APIs. I expect it to be my new best friend. It’s based on some some existing methods for getting Data. [...]
Tags:actionscript·api·AS2·as3·swx·twitter
twitter face
November 5th, 2007 · No Comments · Code, Concept, Digital Process
I recently downloaded the twitter Actionscript API. I’m thinking about developing some kind of absolutely worthless flash widget that would display my “tweets” with some kind of tween and/or humorous staging. I first thought of some kind of puppetry.
Plugging into web services and APIs is some fun stuff. I’ve done some tinkering with google maps [...]