Recently in flex Category

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) .

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. .

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 .

December 6, 2007 , 9:07 AM

Well, lets get this thing going, any complains about my english please be sure to drop me an email cc'ing the cable television network, since tv has been my english teacher for a long time now...

At work, we've playing around with ANT for our projects, it just get the compile process a lot easier, but just when you think your life is great and everything is full of happiness, something came along...

Continue reading ANT 1.7 + Flex Builder. .