jueves, 17 de junio de 2010

Now in Active Tuts+!!

As you may know, I have been giving you some tutorials trough this blog, but now those tutorials will be posted on the Active Tuts+ webpage. I will a post some tutorials here, and also the link to the tutorials I write for Active Tuts.

 So keep an eye on this blog because there are a ton of new tutorials coming!

New Singleton Pattern Tutorial

Do you always wanted to knoe what's a singleton? well then this is for you =). In this tutorial I explain the basic elements and usage of a singleton, it is very simple, so if you had some problems understanding this concept, this tutorial is for you:
Quick Tip: The Singleton Pattern

Build a Brilliant Binary Clock with Flash

Check out this tutorial I made, here we are going to create a fully functional Binary Clock!, want no know more?? go to this link:
Build a Brilliant Binary Clock with Flash

Hope you like it!

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.