Browse: Home / actionscript

By Armand Niculescu on March 24, 2009
Flash Developers get a new shiny and powerful tool for their toolbox: static analysis (and a free decompiler) from HP.
Posted in Flash, News, Reviews | Tagged actionscript, flash, free, static analysis, tool, vulnerabilities

By Armand Niculescu on November 27, 2008
Working on a CPU-intensive app in flash is a challenging experience. It can be wonderful or frustrating, depending on your mindset. Based on my experience with flashCHESS and other intensive applications, I’ll give some tips and ideas on how to get the most out of your flash project.
Posted in Flash | Tagged actionscript, chess, flash, performance, tutorial

By Armand Niculescu on September 26, 2008
With all the excitement about CS4 and the major features it brings (3D, the new timeline and so on), some less ’shiny’ improvements tend to be overlooked.
Such is the case with conditional compilation. Developers familiar with “real” compilers will instantly know its power.
Posted in Flash | Tagged actionscript, flash

By Armand Niculescu on June 30, 2008
The reaction to flashCHESSIII has been overwhelmingly positive, especially on forums, even though the blog entry received just a reply.
Advanced chess players were expecting a tougher engine though (some players have estimated an Elo rating of of 1500-1800 for the engine).
The first time I compiled and run the engine, after weeks of just writing code, [...]
Posted in Flash | Tagged actionscript, chess, flash, performance

By Armand Niculescu on June 24, 2008
After too many sleepless nights, I’m now confident enough to show it to the world: flashCHESS3, a complete chess engine written in AS3.
Our old actionscript chess engine was written when AS1 was still in beta, and had many shortcomings, but was very popular nevertheless. The new game is written completely from scratch and uses most [...]
Posted in Flash | Tagged actionscript, chess, flash

By Armand Niculescu on May 5, 2008
The code is AS3 and the tutorial assumes some general knowledge of flash and actionscript 1 and 2.
Posted in Flash | Tagged actionscript, code, download, flash, free, tutorial

By Armand Niculescu on July 25, 2006
I needed to create a very simple Pie chart in Flash – one that had to work standalone (just a swf rendering data from an XML source) and it had to be very small.
Posted in Flash | Tagged actionscript, component, download, flash, free, piechart

By Armand Niculescu on March 7, 2006
I had this idea on the back of my mind for a while now; the idea of making a photo gallery that’s both efficient and good-looking, one that supports a large number of images sorted in categories, easy to navigate either randomly or in sequence.
Finally, I have a working version and I’d really like [...]
Posted in Flash, News | Tagged actionscript, flash, free, gallery

By Armand Niculescu on January 27, 2006
Lately I’ve been working on a custom solution to animate movie clips via Actionscript. As I needed more flexibility than the Tween class provides, I’ve thought about writing my own engine and started studying Bezier curves.
Fortunately I discovered Path.as, written by Ivan Dembicki. Basically you give it a number of control points and it builds [...]
Posted in Flash | Tagged actionscript, flash, motion

By Armand Niculescu on January 13, 2006
There’s something fascinating in looking at the way water in a pool refracts and creates patches of light.
I needed to recreate this effect (called caustic effect) in Flash. The idea was pretty simple, just use a caustic map. At first I thought about generating it on the fly but I seriously doubt this can be [...]
Posted in Flash | Tagged actionscript, effects, filters, flash