At Your Service – Freelance Work

September 8th, 2009 | 3 Comments

I’m now available for freelance work! Got any Flash, web design, graphic design, photography, video, blogging, or writing projects you need help with? My computer is booted up, and I’ve got my stylus pen in hand, ready to help out! If you have any needs, drop me a line through the School of Flash contact [...]

Continue Reading

3D Particle Effect – Flash CS4 Tutorial

December 21st, 2008 | 44 Comments

In today’s video tutorial, I’ll show you how to create an ActionScript 3D particle effect that causes multiple stars to animate out in all directions in 3D space. Here is the ActionScript for this tutorial: var container:MovieClip = new MovieClip(); addChild(container); root.transform.perspectiveProjection.fieldOfView = 120; addEventListener(Event.ENTER_FRAME, addStar); function addStar(e:Event):void { var mc:star = new star(); mc.x [...]

Continue Reading

The Bone Tool – Flash CS4 Tutorial

December 9th, 2008 | 5 Comments

Inverse Kinematics! The feature we’ve all been waiting for! IK is going to make character animation a lot easier than it once was. With IK, you can build a bone structure to link different pieces of a character or object together in order to make it easier to animate. In today’s video, Craig will discuss [...]

Continue Reading

Custom Motion Paths – Flash CS4 Tutorial

December 2nd, 2008 | 10 Comments

If you’re familiar with using motion paths in Flash CS3, then you might be a little confused when trying to create your own custom path using Flash CS4. In Flash CS4, a motion path is automatically created any time you create a motion tween, and there is only so much you can do to customize [...]

Continue Reading

Flash CS4 Tutorial – 3D Planet Rings

November 15th, 2008 | 1 Comment

In today’s tutorial, you’ll learn how to use Flash CS4′s new 3D Rotation tool in order to transform the stroke of a circle into easy-to-edit planet rings.

Continue Reading

My Beautiful Baby Girl

November 14th, 2008 | 9 Comments

I usually restrain myself from personal posts on School of Flash, but this time, I couldn’t help myself. I took this picture earlier today, and it was too precious not to share!

Continue Reading

Flash Video Tutorial – 3D in Flash CS4

November 13th, 2008 | 16 Comments

In this tutorial, you’ll learn all about the new 3D features included with Flash CS4. The latest release of Flash supports the ability to rotate and move flat objects (movie clips) around in 3D space. In the tutorial, you’ll also learn how to animate the 3D rotation of an object using ActionScript’s new rotationX, rotationY, [...]

Continue Reading

Adobe Unveils CS4

September 23rd, 2008 | 1 Comment

This morning, I joined hundreds of thousands of people around the world for an online streaming presentation of Adobe Creative Suite 4. My overall impression . . . Well, I guess I’m hard to impress.

Continue Reading

Flash CS3 Tutorial – ‘Hit States’ for Movie Clip Buttons

August 30th, 2008 | 9 Comments

For the most part, the button symbol has gone the way of the dodo for many Flash developers. Because movie clip symbols are so much more flexible than button symbols, most developers have completely stopped using button symbols. Instead, they opt to use movie clip symbols AS buttons. But What About the Hit State?

Continue Reading

Want to Write for School of Flash?

July 5th, 2008 | 2 Comments

Have you ever tried going through the purchase of your first house and the birth of your first child within the same month? If so, then you’ve probably discovered that’s it’s a very stressful, very time-consuming process. My wife is currently pregnant with our first child, and her due date is August 30th. On top [...]

Continue Reading