sábado, 9 de enero de 2010

Getting Started with PV3D(Papervision 3D) Part 2

Part 1: Getting Started with PV3D (Papervision 3D)
So on the previous tutorial i explained the basics of Papervision 3D, but we just set a static cube on the 3d scene and PV3D do a lot more things. On this tutorial i will explain how you can add Movement to the objects you added.

miércoles, 6 de enero de 2010

Getting started with SVN(Subversion)

More than once, whenever we want to download libraries from websites, we are going to have the option of using a Subversion instead of downloading a .zip, which is better, because we will be able to get the latest version of the library every time.
You see, subversion (svn) is a system created for handling repositories, which is a way of organizing every version that a project has. Within these repositories, it is likely that you’ll find a folder which contains the latest version and others with previous versions or test versions.
That’s all very nice, but, how can you use this?

lunes, 4 de enero de 2010

Tutorial de Subversion

Mas de una vez, cuando querramos bajar librerías de otros sitios, vamos a tener la opción de utilizar Subversion en vez de solo bajar el .zip, lo cual es mejor ya que de esta manera podremos obtener siempre la versión más actualizada de la librería.

Verán, subversion (svn) es un sistema para el manejo de repostorios, que vendría siendo una manera de organizar todas las versiones que hay de un mismo proyecto. Dentro de los repostorios de las librerias, casi siempre encontraras un folder que contiene la versión actual y otros con las versiones anteriores o de prueba.

Usando el ClassPath en Flash

Muchas veces, si no es que la mayoria vamos a estar utilizando codigo hecho por terceros, por ejemplo Tweener, Papervision 3D,TweenLite, etc., ó inclusive clases desarolladas por nosotros mismos, para ello cuando queremos usarlas tenemos que importarlas, pero si utilizamos el metodo normal, tendriamos que agregar las carpetas de las clases que vamos a necesitar a cada proyecto, lo cual no es muy eficiente ya que tendras muchas copias de la misma carpeta, y cuando existan actualizaciones tendriamos que aplicar la nueva copia a todas las carpetas.

Introducción a Papervision 3D

Papervision 3D, es un gran ambiente para desarrollar escenas en 3D para flash, pero tanto codigo extraño para alguien que apenas esta empezando puede ser un poco dificil, asi que prepare esta guía para todos los que quieran empezar a crear Flash en 3D =).

sábado, 2 de enero de 2010

AS-Tuts Introduction

Hi all!

My name is Eduardo, arround 3 years ago I started learning Action Script, and since then i have been learning all I can about it, I think it is a cool lenguaje, from which you can do a lot of stuff, and so i choose to create this blog, in order to give you all the Action Script tutorials that i can.

This blog will have all you need in order to become an AS-Pro, i will start with begginers tutorials and go on until we have a complete set of knowledge of Action Script =), so keep in touch and join this blog!

Hope you like it and please feel free to give any comment or suggentions in order to have a better blog!

Adios!, Eduardo

Getting Started with PV3D (Papervision 3D)

Part 2 is out!!

Getting Started with PV3D(Papervision 3D) Part 2

Papervision 3D is a great API for developing 3D escenarios in Flash, but it can get a little confusing at the beggining, so here is a guide for how to start your first PV3D app.