package com.mindfock.blog {

Flex Builder, Papervision and GTween – great way to get the ball rolling again

Posted: August 19th, 2008 | Author: John del Rosario | Filed under: AS 3.0, Computers, Programming and Development, Random | Tags: , , , , | 2 Comments »

Greetings all, still haven’t fixed the PC, and no plans in buying a new one. :( But, being forced to use a Macbook with no games installed(damn DotA) and a slow connection, I managed to find some time to get back into Flash and ActionScript. :)

I finally figured out how to setup external class libraries in FlexBuilder, which took longer than I would have hoped. Now I can use Papervision3D, Away3D and have a central library for all other API’s and classes.  It’s not as enjoyable as FlashDevelop, but, it’s better than nothing.

I also started playing with PV3D, which is just awesome. Very fun to play around with, and I can’t wait to make something I could use for my eternally work-in-progress site.

And finally, there’s a new tweening engine on the block. It’s called gTween and it’s made by Grant Skinner, so you know it’s great. Like TweenLite, it aims for speed and it’s also very lightweight. It’s still in beta, and not as powerful and feature-packed as TweenMax or other tweening engines. I haven’t tested it enough to choose it over TweenLite yet, but, I like it’s different approach to creating and managing (yep, you could manage, edit, reuse and even nest) tweens. Check it out here.

And, yeah, I would post my little “experiment” with Papervision, but I can’t seem to extract/find the swf file. I even tried using the .as file as a Document class to a Flash file, but I still can’t double-click and play the movie.

I am also having trouble with FlexBuilder, whenever I Run/Play button to test a project, it often doesn’t show anything until several retries or not at all, but using the .as file as a Doc class to a Flash file, it plays fine. :x Any help would be very much appreciated.


Ubuntu-Girlfriend Experiment

Posted: April 28th, 2008 | Author: John del Rosario | Filed under: Computers, Random | Tags: , | No Comments »

I found this article on digg and I found it very interesting.

I always wanted to spread Ubuntu to my friends and family, but that is easier said than done. I even proposed to my girlfriend that she install Ubuntu on her machine to get rid of her virus problem, but she hesitated when I told her how different it was from XP.

A guy listed a few common tasks for his girlfriend to perform on a fresh install of Ubuntu 8.04. The result is not good for Ubuntu, but it could help in the development of Linux for the masses.

It’s surprising how many seemingly simple things become complicated and even out of reach for someone without a knowledge of Linux. There are a lot of little things that could be done to make the experience a lot more friendly for non-computer-literate people – some of them easy to implement, others not at all.

Read the article here.