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