Learning AS3

Actionscript 3.0 has been around for a while now and it is time I got my head around it. I purchased a book for this very purpose. Why purchase a book you might wonder when anything can be googled, from tutorials to samples?
I have found in recent years, that I can tackle just about any […]

Loop video in Flash AS2

If you want to loop a movie on your flash project, select the movie / video and in the action script box put:
/////////////////////////////
on(complete){
 this.autoRewind = true;
 this.play();
}
/////////////////////////////
This should just keep it running for ever.
Bookmark to:

Flash Actionscript Set Focus

If you want to set focus to a text input field / text area in Flash then use the following code:
stage.focus = myTextField;
Selection.setFocus(instanceName);
Bookmark to:

How much is free broadband?

I signed up to Talk Talk broadband the other day. I was already with them as a phone customer, and I must say I am pretty happy with the service considering the very low price we pay.
As for broadband though I have been dragging my heels for a long time over this. It is “free” […]

PC versus Women

 My PC has a temper. It gets upset and you can tell when the hard drive drones on and on like some grumbling old man. It just stops and grumbles about all the work I make it do. Grumble grumble stop… grumble stop… Just when I think I can carry on it grumbles a little […]

Nintendo Wii Wii

I am waiting for the next generation Wii. The Wii Wii.
If I get a Wii now I just going to get pissed off. Nintendo will announce the release date for the Wii Wii the day after I got my Wii, and the price of a Wii will drop by half over night. I want a […]

Super by eRightSoft

Super by eRightSoft is a free video conversion package.
It is perfect for converting your DVDs, AVIs etc to just about any other video format. With DVRs (Digital Video Recorder) becoming more popular this package is great for moving your vids to the new format.
You will probably find that your DVDs are protected from copying and […]

Sumvision Zengo

I just bought one of these devices. It is a 3.5″ DVR or so it says on the case.
It is a hard dive (320gb in this case) in a case. The case is clever in that it not only acts as an externat Hard Drive for your computer but you can also hook it up to a TV […]

Sex porn and hardcore all free

Sorry to do this to you but this is an experiment in web traffic. I need to find out how many hits a page with this title would get after a certain amount of time.
Sex is fun. Porn is an age old industry. Hardcore is showing all the bits and hiding nothing. No imagination needed […]

Old School Gaming

There was a time when one kid could write a computer game and it would become a best seller. These days you need a team of kids, and a movie budget to do the same. I miss the old school.
 Game were based around strategy, gameplay and skill. These days games companies just play it safe […]