Picture of Pictures
For my Experimental Digital Media class at Georgia Tech. Click here to view (Must have Flash Player 10) The Internet has provided a new means of data expression. I decided to play with the idea of...
View ArticleBasic Random Walk in Flash
Here’s a random walk program. I always wondered what the screen would look like if i had a dot move in a random direction. Click to refresh. View and fork this on WonderFl or Download the flash file...
View ArticleSoundpen
For my experimental digital art class at Georgia Tech, I created this toy I call SoundPen. It’s a very basic version obviously (although I think some cool things could come from this idea). The basic...
View ArticleFlash Artistic Experiment: is feeling good #1
Throughout the semester I developed this Flash art/simulation/game. It was originally supposed to be a game… maybe it is I don’t know it all depends on your definition. The title is called Is Feeling...
View ArticleAS3 Matrix Library
I don’t know if I ever posted this, but here is an Actionscript 3.0 Matrix math library I made in college. Check out AS3 Matrix on Google Code (http://code.google.com/p/as3matrix) Some of the features...
View ArticleLocalConnection Bug in Flash Player
So I’ve had this problem for ages, and couldn’t find anyone online writing about it. LocalConnection in AS3 is used to send messages between Flash SWFs in a browser window. It’s also used as a hack to...
View ArticleJavaScript Function declaration cautions!
Just found Kontagent‘s JavaScript library has a issue. When you declare functions in JavaScript as so below, the behavior isn’t as expected! a = 5; if (a == 5) { function yo() { alert("good"); } } else...
View ArticleAuto create polygon AS3
Made a Flash on Wonderfl the other day. My friend studying for his PhD at Georgia Tech in architecture called me regarding a problem. He said, “I need to program something to create a polygon from...
View ArticleSimple Circle Packing
I am working on a new game which is was in need of an algorithm to pack characters as close together without touching. Here is a demo of my algorithm: And the code (uses TweenLite) import...
View Article“You uploaded an APK with Invalid or Missing Signing Information for Some of...
Getting “You uploaded an APK with invalid or missing signing information for some of its files. You need to create a valid signed APK” while trying to publish your Adobe Air Android app to Google Play?...
View Article