I use very often mask in my flash work. In this tutorial I’ll show to you how to add dynamicaly a mask to a movie clip and hot to make this mask able to be dragged using ActionScript. This example works for ActionScript 2.0, it doesn’t works at all for ActionScript 3.0. I promise I’ll write the tutorial about how to make flash mask draggable with ActionScript 3.0.

Read the rest of this entry »

This tutorial explain in detail how you can create a simple flash slideshow with twinkling transitions between pictures. I’m using Flash CS3 and the result will be similar with the one below:


Read the rest of this entry »

Images are used for a large amount of webpages, with the purpose of illustrate, argue or simple make things look better. Many times images look even better when proper border are used. In tis article I’ll write about how you can put stylish borders to images of your website using CSS.

Read the rest of this entry »

In this tutorial it will be explain how to create a simple flash digital clock. A digital clock may be very useful for the visitors of your website and it is really easy to do. Let’s start!

Read the rest of this entry »

CSS offer to web designers a lot of powerful properties relating to html lists. I’ll explain in this tutorial how you can create beautiful stylish lists by using CSS.

Read the rest of this entry »

I read that a feature of OpenOffice applications Impress and Draw is that they have build-in ability to create Adobe Flash (swf) files, so that presentations could be seen by anyone who has a web-browser and Flash Player installed.

Another advantages is that the overall size of a presentation is reduced up to 50%.
I actually didn’t use this feature but I find it interesting.

Sometimes the users don’t need the whole information available on your flash movie. When you create Flash applications it will take much more time to load if you have the whole content in one file than if you load the content user wants from external sources.

Read the rest of this entry »

Flash preloaders are very useful in keeping the audience involved while the main content is loading. That is why the preloaders should be fun and attractive.

 After you read this tutorial you’ll be able to create a flash preloader like the one below:

Read the rest of this entry »

hitTest() method is very useful for flash developers especially when creating games or elearning applications. In this tutorial I will  give a simple example on how to detect collision between two movie clips using hitTest() method.

Read the rest of this entry »

This tutorial is about how to load some content from a XML file in a flash project. It will be loaded a random text from the XML file.

Read the rest of this entry »