October 26, 2009
I enjoy to use in my flash projects the caurina tweener class, because it’s simple, elegant and flexible. You can use multiple properties in one transition without having problems, create complex animations with a few lines of code. If you’ll use the caurina tween you’ll have a better performance on the transitions relative to the built-in Adobe Flash transitions.
I’ll explain to you how the Actionscript 3 Tweener works, illustrating that with examples.
Read more »
September 22, 2009
A simple and easy tutorial for you to know how to use the mouse interactivity in Actionscript 3. We’ll create the eyes for an alien character that will follow the mouse. Also we’ll hide the mouse and change it with something else. All this is done in a general Movie Clip so you can drag it in your project.
Read more »
September 19, 2009
We like to keep you up to date with fresh designs and inspiration so for today we posted a free flash template that will save you some quality time in your development. It’s very easy to use, flexible for your needs and has a design that will emphasize your content.
Read more »
September 16, 2009
This free flash file is a XML driven menu built in ActionSript 3. Each item from the XML file has two attributes: the path to the image and an url address.
You can set the menu to work horizontally or vertically according to your needs. Probably supports unlimited number of images.
Read more »
September 10, 2009
In this tutorial I’ll show you how to use the glow filter in Actionscript 3. I’ll create a vertical menu that will have a good looking glow effect for each item. Along with the glow I’ll add a tween to have a smooth transition. So let’s begin.
Read more »
September 1, 2009
In this tutorial I will describe how to create an image sliding in Actionscript 3.0. For creating the transition we’ll use the standard Tween from Flash. You can use this in your projects, product presentation, anywhere you need such a tool.
Read more »
August 28, 2009
In this tutorial I’ll create a customizable analogue clock in ActionScript 3.0. What is a must know is that the time displayed depends on the users computer time. The code beyond is intuitive so the focus here is on the design. Follow this three simple steps to create your one clock.
Read more »
August 20, 2009
As a developer you encounter different issues when working on a project. One of them is to create a html replica of a table in Flash. To have features such as column span and row span, cellspacing and padding and many others that allows you to manage your table in Flash like in HTML.
Read more »
August 7, 2009
A really simple and useful tip. The drag and drop functionality in Actionscript 3.0. You can use it to drag pictures from one spot to other, to put items in a shoping cart, to arrange objects in a specific order etc. I’ll show you how to match 3 different shapes in their corresponding spots.
Read more »
August 5, 2009
This freebie is a XML driven image viewer built in Actionscript 3.0. It’s very easy to integrate in your projects, change the images path and description text from XML.
Read more »