Date: February 26th, 2010
This week the Jay Jays Jayvatar Builder that Visual Jazz created went live. It’s a cool little tool that lets you create your own custom avatar for use on the Jay Jays site.
Whith a very unique style and heaps of options you are sure to create some very cooky characters.
Continue reading →
Date: February 11th, 2010
A few months back, Visual Jazz (the place I work) was building a new site for Visy called Visy Enviromaniacs. The purpose of the site was to help educate children about the environment, teaching them about recycling, saving energy, etc.
To help make the learning for fun and keep the kids interested, a major section of the site was a series of mini games with a planet saving theme. It was my job to build those games… I love my job
Read on to hear about the games, and then check them out at VISY Enviromaniacs.
Continue reading →
Date: February 11th, 2010
Sometimes in this line of work someone gives you a job that is nothing but fun.
Visual Jazz was rebuilding the entire Baker’s Delight website, and as a bit of a side project we were given the task of building a virtual bakery in Flash. The bakery was to be a high gloss virtual representation of one of their stores, allowing visitors to browse through a sample selection of their products.
It was a simple project with a pretty cool looking result. Read on to find out some of the features, and then check it out at http://www.bakersdelight.com.au/virtual.html.
Continue reading →
Date: February 11th, 2010
Working at Visual Jazz does expose me to some interesting scenarios/ I mean, playing with dolls for a couple of weeks isn’t my usual idea of a good time, but this funky little microsite had some pretty cool features that had my brain ticking over the whole time.
Some interesting 3D modelling and animation coupled with my first attempt augmented reality in flash made for some puzzling times. Drench all that in a healthy dose of girly-ness and you get www.livinmyworld.com.au.
Read on to find out more some of the more nerdy details
Continue reading →
Date: February 10th, 2010
Colorado is tough at work and at play. Thats the idea behind this microsite that I helped build at Visual Jazz. The whole thing was built in flash and oozed manliness from start to finish.
It was my job to do all the flash programming to make this site come to life.
Read on to hear me ramble on a bit more about some of the details.
Continue reading →
Date: October 11th, 2009
Recently I did some work on the a project that required me to use some Displacement Maps. I have never used them before, but after playing with them for a bit I soon realised something… they are very awesome.
They do take a little bit of getting used to, so to help with the experimentation I created this little app that makes it easy to test out different image and maps combinations.
Continue reading →
Date: September 6th, 2009
I’m by no means an expert on Regular Expressions. I mean, I get what they do, and can see their awesomeness, but damn they do my head in sometimes.
To help myself out, I wrote a quick little Flex app that lets you test how a regular expression will work with a particular string. It lets you try out all the Flash Regular Expression methods and see each of the results.
To top it all off, I put together a quick overview of the different Flash Regular Expression methods that are available, as well as a short overview of the Regular Expression syntax.
You can check it all out right here…
Continue reading →
Date: August 31st, 2009
A while back I was given my first flash project that required me to use Papervision 3D. If that wasn’t daunting enough, the design of the project required that there be a depth of field effect on the elements – something that papervision cannot do. (If i am wrong about that, please don’t tell me now…)
After learning the basics of papervision – which has plenty of tutorials on the interwebs – I started brainstorming an approach for faking depth of field. Here is what I came up with.
Continue reading →
Date: May 24th, 2009
Separating Axis Theorem (SAT) is a technique for calculating collisions between convex polygons.
I’m by no means an expert on it, but after the need arose for me to do some collision detection I did a pile of reading and finally got it working in ActionScript 3.
I thought I would share what I learned in the hope others wouldn’t suffer so much
Continue reading →
Date: May 24th, 2009
I was creating an online gallery for a project at work when came across the need for dynamically created reflections. We had an existing class that we usually used for reflections, but it was a bad port from AS2 to AS3 and I was never happy with it. It tended to be hard to work with and pretty inefficient.
In an attempt to make things better, and make my life easier in the process, I sat down and created my own Reflection class.
Here is what I came up with.
Continue reading →