I don’t remember how this started. But BLU did get through somehow.
Read More
I found this tutorial when I was looking up how to bake textures with Cinema4D with UVW mapping to Papervision.
Taken from: http://inspiration.inlovewith.com/archives/38
Here is a way to load Collada files exported from Cinema 4D R11 into Papervision 2.0, with optionally transparent transparent textures.
Read More
I tried to figure out the guitar progression on “In this Together” by Apoptygma Berzerk by memory alone.
Check it out.
Drums still need some work.
Read More
It took me forever to finally figure out what to do with asynctoken in Flex 3, so I thought I would give you the jist of what I found out.
Asynctokens allow Flex to wait for an event to happen. Basically.
So if you have a PHP script that takes a bit longer, it tells Flex to wait till it’s done and THEN call the next set of instructions.
Read MoreIt’s took a long time, but my WordPress Desktop app is in its alpha stages with basic features including..
Read MoreHere’s an easy way to parse out the file extension of any file in Flex/Flash using AS3.
Read Morevar filename:String = ”document.jpg”;
var nameParts:Array = filename.split(“.”);var extensionless:String = nameParts[0];
trace (“The filename is ” + extensionless);var extension:String = nameParts[1];
trace (“The file extension is ” + extension);
So yesterday, I finally went to the repair shop to get my PS3 back that I left there MONTHS ago (around June last year). We stood there for a while cause they couldn’t find it and eventually they came back with a PS3 and I paid for the repair and left the store.
When I looked at the PS3, it was clearly a completely different model. It had 4 USB ports and media card slots on the outside.
They gave me back one of the early PS3 models that plays PS2 games (60gb if you’re wondering).
This is win.
Read More
Recent Comments