Tag Archives: flash

Free IQ Web Designer & Flash Developer

Starting my new position at Free IQ this week! I’ll be doing Web Design, Flash Design/Development and anything between. Actionscript, Flash, HTML, CSS, Javascript, Graphic Design etc… I’ve been hired expressly to revamp the flash video player they have. They assure me that there will be a plethora of interesting tasks to keep me busy [...]

Posted in portfolio | Also tagged , | Leave a comment

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 [...]

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 [...]

Posted in portfolio | Also tagged , , , , , , , | Leave a comment

I Heart Net Art | net.Art Exhibit

Class exhibition of net art. ARST3800 Net Art Studio Fall 2005. Mark Callahan @ Digital Media @ Lamar Dodd School of Art @ The University Of Georgia Net Art Studio examines the current state of artistic practice on the Internet and facilitates the production of new works for networked audiences. The course consists of concurrent [...]

Posted in portfolio | Also tagged , , , , , , | Leave a comment

Dynamic Scrolling Buttons

Here’s an example. A dynamic scroll, that changes speed according to your mouse. Here is the code for it as well, I tried to keep it pretty generic, just put this onto a movie clip I named “scroll.” And change the variables to fit your needs. Enjoy, [...]

Posted in portfolio, tutorial | Also tagged , , , , , , | 13 Comments

Evanrude Website

Here’s my first portfolio website, from the archive in 2004. Some of the links are broken, but you get the idea. I made an interactive flash version and an html version with frames in dreamweaver. Evanrude link

Posted in portfolio | Also tagged , , , , , , | Leave a comment

Circlecube HTML website

Circlecube HTML Website link. Portfolio site done with simple HTML. very plain, clean look.

Posted in portfolio | Also tagged , , , , , , | Leave a comment

Gravity

A variation of the gravity with throwable ball experiment. It has optional gravity. Click the ball to drag and release to drop or throw it. Press the space bar to add more balls (up to 30). Press the down arrow to turn gravity off, and pres the up arrow to turn it back on. You [...]

Posted in portfolio | Also tagged , , , , | Leave a comment

Drag Line

Actionscript exercise with a line connecting movable movieClips. Flash Example

actionscript // get x and y coordinates of the circles var ax = _root.point1._x; var ay = _root.point1._y; var bx = _root.point2._x; var by = _root.point2._y; var cx = _root.point3._x; var cy = _root.point3._y; // draw line [...]

Posted in portfolio | Also tagged , , , , | Leave a comment

Multiple Targets

An actionscript exercise. Trying to get a movie clip to go to the closest dynamically created target. Click the button to make more targets. Dragable targets. Move the targets around to see the ball’s target change. Example

actionscript Here’s the actioscript for the little ball: onClipEvent (load) [...]

Posted in portfolio, tutorial | Also tagged , , , , | Leave a comment
  • Recent Posts

    WordCamp Presentation Slides: From Photoshop PSD to WordPress Theme

    Here are my slides for my WordCamp Atlanta presentation, From PSD to WordPress Theme: Under the skin: PSD to WP on Prezi

    wordpress_wordcamp_atlanta_2012_feb_2_3

    Speaker at WordCamp Atlanta 2012

    I’m proud to announce that I’ve been asked to speak at WordCamp Atlanta this year! WordCamp will be held this weekend and hosted at SCAD Atlanta! My session is titled: From PSD to WordPress Theme: Under the skin. Obviously, I’ll be focusing on themes. We’ll look at what they are, what they can do, how [...]

    Adobe-like Arrow Headers | CSS-Tricks

    Zero images is something that always gets me excited, I really like these arrow button styles! I like the css used more and the hover/active states too, nice css3 transitions. via Adobe-like Arrow Headers | CSS-Tricks.

    snow

    Snow via Javascript & Canvas – Tis the Season

    After playing with the settings in my experiments I found a few settings I liked and wanted to develop further. The first was snow! An added bonus I was able to work on a project just for the holidays and used much of this code in it! I looked around the web and saw a [...]

  • Recent Shares

    Link: Responsive Images: How they Almost Worked and What We Need

    Mat discusses the options for getting responsive images along with responsive designs. We can use various means (server-side, client-side, mobile-first, html5 data attributes, cookies…), but none are fully satisfactory, especially with new browsers prefetching images before cookies can be set or html is even fully read and parsed. He states that bandwidth sniffing is… a [...]

    Screen shot 2012-01-26 at 2.46.59 PM

    Yiibu – About the site…

    Here’s a great article about the process of responsive design & mobile first design and how to practically use them both in a project. This site is a proof of concept for many of the ideas described in Rethinking the Mobile Web or (Mobile First Responsive Design). via Yiibu – About this site….

    gridpak

    Link: Introducing Gridpak | Erskine Labs

    Here’s a great tool to make responsive grid layouts. Thanks to Erskine Labs! Introducing Gridpak | Erskine Labs.

    css-multiply

    Link: HTML5 multiply filter with canvas | Alberto Gasparin

    Here’s a great little script I found useful today as I was working on having dynamic effects applied to javascript via canvas. “The canvas element provides scripts with a resolution-dependent bitmap canvas, which can be used for rendering graphs, game graphics, or other visual images on the fly.” Thanks to the canvas APIs I was [...]

  • Recent Comments

    Karl

    Karl

    I have been using for some time this nice Banner, from developer FX. They have a really nice Live...
    Karl

    Karl

    Thank you for this wonderful link… recommend it! Fast, simple, easy… :-)
    Gabriel

    Gabriel

    Hi Valerie, I don’t know if you are still following this post, but I tried seeing if it is...
    avinash

    avinash

    Hi Evan, I am using the same code and trying it on chrome/firefox it is not working on neither...
    Matt

    Matt

    I needed to store url variables from advertising tracking servers – this method works like a...
    Evan Mullins

    Evan Mullins

    @Saket – you may want to look into swfaddress. I believe it will be more what...