Top programming blogs award

Top programming blogs

google
yahoo
bing

Flash CS4 Tutorial – 3D Planet Rings

Flash Tutorial No Comments »

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.

Click here for more comprehensive Flash video training

My Beautiful Baby Girl

General Blather 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!

Flash Video Tutorial – 3D in Flash CS4

Flash Tutorial 15 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, and rotationZ properties.

Here is the code for this tutorial:

addEventListener(Event.ENTER_FRAME, rotate3D);
 
function rotate3D(e:Event):void
{
   sof_mc.rotationX += 4;
   sof_mc.rotationY += 4;
}

Click here for more comprehensive Flash video training

Design by j david macor.com.Original WP Theme & Icons by N.Design Studio
Entries RSS Comments RSS Log in