October 22, 2008 , 2:40 PM

Last time i create a sprite, which looked a little less crappier when was placed in a 3d space.
But what if i create six sprites (based on the previous crappy one), and play around with its axis rotation properties?, maybe i get to create a cube =)

I was checking over the internet, find this link, and that seems to be a normal way to create a cube, so i gave it a try.

Continue reading Test 3D Cube (fp10) .

October 14, 2008 , 2:02 PM

hi there (and everyone else).
I'm getting a little bored at the office so, I'm gonna start playing around with flex builder 3.0.x and flash player 10.
My first test is a new classic: x, y, z rotation, there are a bunch of them already but i wanted to make my own.
so, if you're interested keep reading (flash player 10 required, be warned =P)

Continue reading xyz rotation test (fp10) .

June 17, 2008 , 2:01 PM

recenly i have been a little hooked up into twitter , i even added the default widget to my blog. but since i wasn't really happy with it, i opted for create my own

Continue reading my Twitter Widget. .

April 20, 2008 , 12:03 PM

sanitarios? ok

April 17, 2008 , 10:25 AM

do you remember the time when if you need mimic a form behavior or send variables through the http, you just needed to grab a loadVars ojbect, and toss in all the things you wanna send and the just send it?, well, those times are gone, there is a couple of things that have changed.

Continue reading sending variables, the new way. .

February 24, 2008 , 6:29 PM

Recientemente Schematic fué adquirido por WPP, porqué esto es importante o relevante?

Continue reading Yup, estamos creciendo y estamos contratando... .

January 29, 2008 , 7:57 AM

the other day, i was doing (or trying to do) a sound fader.
I had the sound working already, working as property inside model, had to do it like that 'cause the sound had to be controlled by a sound toggle in a couple of places and didn't want to have two sound instances, and also want to have the controlled binded to the sound instance state (off, on)...anyways maybe that would be a tale for another time.

my first idea was to use a property, animate its value (AnimateProperty), and then updating the sound volume when the tween gets updated, pretty good on paper.

Continue reading Error #1056: Cannot create property .