Jan 02
Is always nice to contribute, today AS.org stuff said OK to my new tutorial. You can read it in their place, also download the source code.
I hope you like it, and please send me feedback or sugestions here.
http://www.actionscript.org/resources/articles/717/1/Simple-3D-programming-for-AS20/Page1.html
As always, you can read all my others tutorials from here
http://www.actionscript.org/resources/authors/446/Alejandro-Quarto
3 Responses to “Another tutorial in www.actionscript.org”
Leave a Reply
You must be logged in to post a comment.

February 13th, 2008 at 5:07 am
Hola Alejandro, do you speak spanish?
Estuve mirando el tutorial que publicastes en actionscript.org y me intereso muchisimo el tema. Ahora me empeze a meterme en el codigo tratando de entender como funcionan las formulas para proyectar un punto 3d a un plano 2d. Segui el link que va a wiki y empeze a bajarme apuntes de matematica, sobre operaciones con matrices. Tengo una pregunta fundamental acerca de las formulas para sacar dx, dy y dz… ya que con las operaciones de multiplicacion no logro llegar a las mismas que se enuncian… en el wiki veo la multiplicacion de 4 matrices de las cuales la ultima es una resta entre los componentes de (ax,ay,az) - (cx, cy, cz)… me confunde y no se de donde sale esta construccion de estas operacciones… no se porque se forman esas tres matrices que poseen cosenos y senos de un angulo (fi)..Digamos mas sencillamente para entender la operacion siguiente de bx y by…. que seria exactamente lo que estoy calculando en dx, dy, dz? Existira algun grafico un poco mas ilustrativo de la situacion planteada?.. o sea es decir, seria para poder identificar que se calcula y que seria cada elemento de las matrices?… La verdad el tutorial esta excelente… Sigo intentando comprender un poco mas sobre esto…
Muchas gracias por tu tiempo!
Espero tu respuesta.
Patricio
April 30th, 2008 at 9:51 am
oh, oh! I DO! :P
Anyways…
Nice tutorials, but I think in the title, you should say the name of the tutorial, not “first tutorial on as.org, second tut on as.org”…just a suggestion.
I would like to hear from you, do you have a windows live messenger account?
May 9th, 2008 at 7:21 am
Hello, I’m a beginning flash/actionscript user and found this tutorial very useful and fun to use. I’ve been trying to make two cubes appear at the same time and so far have been unsuccessful. I am trying to make one appear based on numbers in the code and another to appear based on numbers input by a user into an array, right now I can get either one to generate on its own. Is it possible to have two cubes generate on the stage at once?
Thanks for your time,
Dan S.