Tag Archives: experiment

CSS and HTML WYSIWYG in Flash | Open Source Example

Overview: Using what I learned with the Actionscript Javascript Communication Tutorial, and pushing it a little further I’ve set up this example of how flash renders html and css. This is basically a wysiwyg (What you see is what you get) html editor! Natively flash only handles some html and css. Many people have enhanced [...]
Posted in portfolio | Also tagged , , , , , , , , | Leave a comment

City Skyline Test | Depth Study

Gives feel of perspective and depth by reacting to mouse movements. The effect is parallax, read more… The city images are very choppy and ugly, I know, it’s just a test.
Sample Actionscript. This in on one of the buildings which are separate movie clips. Adjust the equation for different effect. The [...]
Posted in portfolio | Also tagged , , , , , , | Leave a comment

Customize the Right-click menu in Flash | ContextMenuItem Tutorial

Overview: Flash give publishers the opportunity to customize the right-click menu which pops up in the swf file with a context menu item in actionscript. ContextMenuItem 1ContextMenuItem(caption:String, callbackFunction:Function, [separatorBefore:Boolean], [enabled:Boolean], [visible:Boolean]) Creates a new ContextMenuItem object that can be added to the 1ContextMenu.customItems array. Steps: The menu item has a caption, which is displayed to the user in the right click menu. It [...]
Posted in tutorial | Also tagged , , , , , , , | 4 Comments

Dynamic Flash Vertical Scrolling Link List with XML

As seen at
Posted in portfolio | Also tagged , , , , , , , , | 12 Comments

Mazamedia Splash

The new splash is in effect for Mazamedia’s 5th anniversary! I just re-vamped Mark Callahan’s splash on his Mazamedia.com Re-vamped as in made interactive innovative and fun. I was just playing with different effects and wanted to see it in action, so I applied it to Mark’s splash intro. He liked it so much he wanted to [...]
Posted in portfolio, work | Also tagged , , , , , , | Leave a comment

Rollover elastic bounce rezise

Flash experiment that could be used for navigation. Rollover each area and watch them all resize themself to accomodate the growing box. It’s pretty fun to play with. Example
I’m sure there is a way to simplify the code, but this worked so there was no need. Actionscript 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130import mx.transitions.easing.*; import mx.transitions.Tween; var normWidth:Number = [...]
Posted in portfolio | Also tagged , , , , , , , | 4 Comments

Pog Portfolio – Interactive flash portfolio

An interactive flash portfolio featuring ‘pog’ thumbnails sortable by tags and adjustable properties. open Circle Cube POG portfolio Circle Cube . com Toggle the help window with ‘h’. Click the pogs to explore each piece, if applicaple click the ‘open window’ link. Pog options are aligned across the top of the bay window, use them to adjust the properties [...]
Posted in portfolio | Also tagged , , , , , , , , , , | Leave a comment

iKill Game

My BFA exit project. I made this flash game. Long story short, you pick fruit, sell it and buy happy meals. See if you can reach the top scores! Go here to play iKill Check out the documentation blog DigMeExit to see the game develop over the semester and even play older version of the game.
Posted in portfolio | Also tagged , , , , , , , | Leave a comment