Tag Archives: experiment

iKill Flash Game Art

iKill: Pick Fruit, Be Happy, Keep Killing I developed this game for my Digital Media Thesis. I wanted to do a project that was interactive, and enjoying flash I decided to create it in the form of a game. The project called “iKill’ is Installation Game Art, and is also available online. It explores multiple these, [...]
Posted in portfolio | Also tagged , , , , , , , , , | Leave a comment

Shared Object – utilizing the Flash cookie

Overview The Shared Object is like a cookie for flash. It lets flash store some data on the local machine, so between sessions it can remember things. Learn more from wikipedia. Shared Objects are used to store data on the client machine in much the same way that data is stored in a cookie created through a [...]
Posted in tutorial | Also tagged , , , , , , | 1 Comment

Dynamic Flash Scrolling Link List XML driven Component on FlashDen

Go get the file at Dynamic Scrolling Link List XML driven Auto wrapping
Circlecube Items at FlashDen
Posted in portfolio | Also tagged , , , , , , , , , | 3 Comments

Interactive Spin Actionscript Tutorial

I have been thinking of different interactions that are possible with objects. If you’ve read this blog at all you’ll know that I’ve played with physics and gravity and throwing balls and bouncing balls and all sorts. But I hadn’t wrapped my head around an interactive spinner. I know it’d be easy to make a [...]
Posted in portfolio, tutorial | Also tagged , , , , , , , , , , | 9 Comments

Local Connection Actionscript – Communicate between seperate Flash files | Tutorial

Overview: Local Connection Communication between two separate flash files placed on the same page (or even running simultaneously on one machine) is a nice way to spread a project out. You can send variable, call functions, pretty much do anything in one swf from another. Easiest case use would be a navigation menu set up in one [...]
Posted in tutorial | Also tagged , , , , , | 17 Comments

Men Circles | Interactive Experiment

Here’s a graphic of a circle of men. You may recognize the outline from any public restroom. They’re standing in a corny circle holding hands, like an all over the world theme., let’s just hope they all washed their hands… I made the graphic a while ago, and have been wanting to interactive-ize it. I’ve really [...]
Posted in portfolio | Also tagged , , , , , | Leave a comment

Dynamic Flash Vertical Scrolling Link List with XML download at Flashden

Go get the source files at
Posted in portfolio | Also tagged , , , , , , , , , | 9 Comments

Distance Formula in Actionscript Tutorial | Pythagorean theorem

Overview To find the distance of any two points on an axis is easy, just subtract them. But what about when you have to find the distance of something not on the axis (a diagonal)? Find the distance between any two points with the Pythagorean theorem. This is an old problem we can look to history [...]
Posted in tutorial | Also tagged , , , , , , | 2 Comments