Browsing articles from "September, 2011"

Como recibir varios eventos en una función

Sep 8, 2011   //   by EderChrono   //   Blog {es}  //  No Comments

A veces hemos tenido necesidad de activar algo en nuestra aplicación de varias maneras distintas, por ejemplo, alguna función que se active al hacer click en un botón o al presionar la tecla "Enter". El problema es que esos eventos son distintos entre sí, y normalmente la solución es darle a cada uno su propia función que después llame a una función en común.
Read more >>

How to catch many events in a single function

Sep 8, 2011   //   by EderChrono   //   Blog {en}  //  No Comments

Sometimes I've been in need of activating something in many ways, for example, a function that is trigered by the click of a button or pushing the key "Enter". The problem is that those are different events and the usual solution is to make an event handler for each one and then each handler should call the same function.
Read more >>

3D con anaglifos en flash

Sep 1, 2011   //   by EderChrono   //   Blog {es}  //  No Comments

Todos hemos visto este tipo de imágenes con defase de colores para crear efecto de 3D, se les llama anaglifos.
En este tutorial veremos como mezclar 2 imágenes en un solo anaglifo, todo solo con código.

Al final obtendremos algo así:

Read more >>

Anaglyph 3D Images with Flash

Sep 1, 2011   //   by EderChrono   //   Blog {en}  //  1 Comment

We all have seen these images with a gap between its red and cyan channels, they're called anaglyphs.
In this tutorial I'll show you how can you mix 2 images into a single anaglyph with AS3.

Here you can see the result:

Read more >>