Archive | March, 2010

Flash – Music Spectrum

15 Mar

Hey guys, I made this a while back. It’s a flash sound spectrum. It’s pretty much a moving bar that measures sound. It’s actually really easy to make and even easier to customize. Take a peek at it here.

Here’s the code if you would like to use it in your own flash files. I think I’m going to make a music player with flash using the spectrum as some kind of visual effect. Well, see you around!

var s:Sound = new Sound(new URLRequest(“04 Wildcat.mp3“));

//loop
//s.play(0, 1000);

var ba:ByteArray = new ByteArray();

addEventListener(Event.ENTER_FRAME, loop);

function loop(e:Event):void
{
graphics.clear();
graphics.beginFill(0xFF00FF);
graphics.moveTo(-1, 150);
SoundMixer.computeSpectrum(ba);
for(var i:uint=0; i<256; i++)
{
var num:Number = -ba.readFloat()*200 + 150;
graphics.lineTo(i*2, num);
}
graphics.lineTo(512, 300);
graphics.lineTo(0, 300);
graphics.lineTo(-1, 150);
}

A more Mature style of art

15 Mar

These are some drawing I had done a little while back while experimenting with color. I think the design of the overall composition looks pretty good too! Check it out!

OLD – Incomplete FlashGame site

15 Mar

haha, I thought I’d post this. The art isn’t finished but majority of the code is. This was a site that was suppose to be made for a companies up coming game. As I was building the site and in contact with the developers I started to notice how unorganized the game developers were. Once again this project got the wrong end of the stick. The project was dropped before the developers could send me and official information or artwork for the game. This is my hollow beta mess.
There was a cool concept that we had added in. We sort of decided to make an internal game within the site. Sort of a way to reward users for poking around. Once you had found all the pieces to the “space ship” it would unlock the media part of the website in which users could download wallpapers.
Hope you have javascript enabled! ;)

"it COULD be real one day"

None of the images were completed. I had only a few weeks to put together this site and never received any official work or even information about the game or it’s characters. Sounds pretty unreliable right? Well, I was in school and too excited to NOT do it.

Cartoon News Show

14 Mar

I’m working together with a bunch of writers and film graduates on a animated series. I can’t really tell you much about the show other than it’s about a news team covering events that go on in their animated world.

This is a clip I made testing out a characters mouth movements. I am currently the leading art director to this project as well as animator. The show can be categorized with The Marvelous Misadventures of Flapjack, and Adventure Time with Finn & Jake. Here’s a drawing I did for this character.

Art History

14 Mar

This was Online Course that was worked on while in school. There were about 4 or 5 of us that worked on this project. I worked on some of the layout as well as programed the Quiz page and Performance page. The performance page submits the results of the quiz and turns it into a percentage.

We only had a couple of weeks to build this site and it was a learning curve for some of us at the time of it’s production. If you would like to explore the website you can log in as a gust user with the username: guest and password: 12345.

http://arthist.dingwen.info/index.php

DA Requests

14 Mar

Lately I have been getting a lot of requests from user on DeviantArt.com. It’s mostly drawing requests to recreate some of the users own animé characters. They are just rough images because all of these requests are free of charge. Come check them out!

Oh! – The Retron

14 Mar

Hi everyone! What is this thing? It’s the Retron of course! What, never heard of it? Well that’s okay.. It doesn’t exist yet! Look at its nice lines. Sort of looks like an old NES (Nintendo Entertainment System) controller cable. Look at that red. That’s defiantly a nice arcade button red!

"Nice lines!"

The header is the initial image that inspired me to make a website that would catalogue my video games and video game merchandise. It’s mostly for personal use. I think I’m going to add a feature that will save information about the item if I happen to lend it out. I always lose things that way! I don’t think my friends realize that they have my stuff sometimes, it will make things easier for both of us haha.

TNZCreative?

12 Mar

For a long time now, I have been trying to come up with a cool site idea for my freelance work. I mean, I have tonnes of cool ideas… to many in fact. I haven’t been able to pick a solid design. Here was what I had planned a while back. One day this baby will be finished. I am working with another programmer on some other projects. Maybe they will have some free time to help me get things up and running (and fast!).

Angela Kelly Fashion Design

11 Mar

This was actually a cool layout. I love the textures! It was for a fashion student. Unfortunately getting a hold of her got harder and harder, until one day we lost contact :(

Profesional stuff!

This was the layout I was going to go with. there was going to be some nice glass buttons and all that fancy stuff. The rounded square was going to be a rotating gallery. It was going to show photos she had taken of her clothing lines, unfortunately it never took off.

Follow

Get every new post delivered to your Inbox.