Tag Archives: flash 3d animation

Flash 3d animation with actionscript

May 11, 2010

2 Comments

Step 1 Download TweenMax for AS3 and save the “gs” folder to the same location where you have the .fla file located. Create a new >Flash Project Click on the plus icon New flash file > “Flash file” > Change the name of project <Untitled File>.fla Select the Selection Tool V Go to Properties tab [...]

Continue reading...

How to Create 3D Boxes via ActionScript 3 Part 2

January 23, 2010

2 Comments

This is the second part of the “Flash 3D Boxes via ActionScript 3″ tutorial. In this part, I will take the 3D animation one step further. In this tutorial, we’ll create a sine wave of boxes and learn how to animate them. I am assuming that you have already completed the “Flash 3D Boxes via [...]

Continue reading...

How to Create 3D Boxes via ActionScript 3 – Part 1

January 23, 2010

2 Comments

This tutorial will basically teach you how to place objects in 3D coordinates and how to convert them in to 2D coordinates. That’s how we create an illusion of a 3D environment. Setting up the environment 1. Create a new Flash ActionScript 3 movie (500×300). 2. Draw a box on the stage. Make it size [...]

Continue reading...