Today,
I was hoping some one here could show me a simplified way of doing this or at least point me in the right direction. Thanks.
Posted in Flash Application and Games Development | No Comments »
Today, The New York Times is running a really funny story, but with serious implications, at the moment. It concerns how the online advertising targets particular groups of people using site tracking technology. Apparently, if you have AIDS, cancer or suffer from an erectile dysfunction then your movements will not be tracked in order to throw related advertising in your direction wherever you go. However, if you are dead then expect to be inundated with ads.You can also expect to be targeted if you suffer from heart failure, warts and Parkinson’s disease – although not all at the same time…
(Link)
Posted in Flash Application and Games Development | No Comments »
Today,
I need to do one thing, the target movieclip (one hurricane), keep xscale and yscale going down. if mouse shake (mouse move more than 20 pixel, than last check of time) the target movieclip growing up, else the hurricane keep going down.
Someone can help me with this one?
sory about my very sux English!
Posted in Flash Application and Games Development | No Comments »
Admin wrote: Epson is making a play for the green printer market by launching a laser toner cartridge return and recycle programme as part of a long term commitment to be more environmentally friendly in its dealings with customers regarding printing solutions. The new scheme, here in the UK at any rate, pretty much ensures that all users of Epson laser printers can reduce their carbon footprint if they wish so to do. The new scheme allows for organisations of any size, from the one man band to the biggest enterprise, by offering two different free to use options in order to make the whole recycling…
(Link)
Posted in Flash Application and Games Development | No Comments »
Today,
i am creating the thumbnail with this:(my thumbnails are in the library with linkage)
function picA0() {
this.createEmptyMovieClip("targetClip0", this.getNextHighestDepth());
targetClip0._x = 22;
targetClip0._y = 13;
i = random(j);
var pict:BitmapData = BitmapData.loadBitmap("pic"+i);
this.targetClip0.attachBitmap(pict, 1);
}and from a MC that works as the timer i start a function that dissolves’ like this:
function fadeOut(param) {
this.onEnterFrame = function() {
if (_root["targetClip"+param]._alpha>0) {
_root["targetClip"+param]._alpha -= 10;
_root["targetClipB"+param]._alpha += 10;
} else {
_root["targetClip"+param].dispose();
_root["pic"+param+"state"] = false;
_root["picA"+param]();
this.timer.play();
delete onEnterFrame;
}
};
}i tried to add a dispose after the else but its not doing anything
Posted in Flash Application and Games Development | No Comments »
Today, Speaking to the Northern Virginia Technology Council this week, Microsoft Chairman Bill Gates made the distinctly predictable prediction that during the next ten years there will be even greater technological advances than during the previous decade. Amongst the advances that Gates suggests are likely to be of most importance were speech recognition, handwriting recognition and touch screen surfaces. I have checked and this is a current news story and not something that fell out of my in-tray five years ago folks, honest.It gets better, and the predictions retreat further back in the…
(Link)
Posted in Flash Application and Games Development | No Comments »
Admin wrote:
Is there a way to check _X and _Y of .swf, where it is placed within an HTML page?
My banner will be placed in different places (around the page) and it should know where it is to play proper animation (either animate from left ro right, or from bottom to top).
Posted in Flash Application and Games Development | No Comments »
Admin wrote: It’s that time of year in the UK once more - the Wimbledon grand slam tennis tournament is upon us. Here in the UK we believe this is the most important tennis tournament in the world. When you talk to a French person they’ll tell you the same thing about the French Open, and no doubt the American population has similar feelings about its own Open.But this is Wimbledon week and there’s a guide to the technology on offer there on the Guardian’s website - written by me, funnily enough. If you’re into tennis and can’t be bothered wading through that, there’s a Twitter feed with all the scores…
(Link)
Posted in Flash Application and Games Development | No Comments »
Today,
I have a main file,which loads some external swf files.These external swf files load some html text in dynamic textfields.These html texts also contain links.Is it possible, to link in one of the external swfs,using html?
Thanks in advance.
Posted in Flash Application and Games Development | No Comments »
Today, RedBull Flight Lab is very cute Papervision game. You can create your own flying “object” and then try fly with that as long as you can and catch bonuses in the air And it has won Site of the month on FWA.3D, Flash, Papervision, Useful linksIf you like this post, buy me a beer.
(Link)
Posted in Flash Application and Games Development | No Comments »




