Tips & Tricks 12: Change the color of a MovieClip using ColorTransform October 31, 2009

Tips & Tricks 12: Change the color of a MovieClip using ColorTransform

by flashuser in Flash Tips & Tricks, Flash Tutorials

If you ever wonder how to change the color of a MovieClip in Actionscript 3 here’s a very useful tip. All you have to do is use the ColorTranform class. There are many methods to be used, one that come in handy is the color property which I’ll show it to you.

Read more »

7 Comments | Tags: actionscript 3, color, transform
Using Caurina Tweener Class AS3 October 26, 2009

Using Caurina Tweener Class AS3

by flashuser in ActionScript 3.0, Flash Tutorials

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 »

9 Comments | Tags: actionscript 3, transitions, tweener
Execute Lightbox Scripts From Flash September 30, 2009

Execute Lightbox Scripts From Flash

by flashuser in Flash Menus, Flash Tutorials

A great way to transform a flash menu into a flash gallery by simple adding a few lines of code is to use the Lightbox script. Flashtuning uses his 2D Zoom Menu component and makes a bran new gallery from it.
You can easily configure the new gallery using the XML file.

Read more »

2 Comments | Tags: flash menu, lightbox, tutorial
Eyes following mouse cursor AS3 September 22, 2009

Eyes following mouse cursor AS3

by flashuser in ActionScript 3.0, Flash Tutorials

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 »

14 Comments | Tags: as3, cursor, eyes
Tutorial: Flash Glow Buttons Menu September 10, 2009

Tutorial: Flash Glow Buttons Menu

by flashuser in ActionScript 3.0, Flash Menus, Flash Tutorials

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 »

7 Comments | Tags: actionscript, glow, menu
Build an image slideshow in Flash September 1, 2009

Build an image slideshow in Flash

by flashuser in ActionScript 3.0, Flash Tutorials

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 »

9 Comments | Tags: as3, banner rotator, flash tutorial
Create a Magnifying Glass Effect in ActionScript 3.0 July 29, 2009

Create a Magnifying Glass Effect in ActionScript 3.0

by flashuser in ActionScript 3.0, Flash Tutorials

In this tutorial I’ll explain how to create a magnifying glass effect in AS 3. All you need is a proper height resolution picture (I used a 1200px x 800px image) for a good magnifying effect and a few minutes to read the following guide lines.

Read more »

6 Comments | Tags: actionscript 3, effect, magnify
Tutorial: Simple Transition Menu – ActionScript 3.0 July 17, 2009

Tutorial: Simple Transition Menu – ActionScript 3.0

by flashuser in ActionScript 3.0, Flash Menus, Flash Tutorials

This tutorial is addressed to those flash beginners who want to find out how tweens works in ActionScript 3. I’ll create a simple and useful menu from scratch. I’ll try to be as clear as i can but for those who get lost on the way i’ll gladly answer your questions/comments.

Read more »

4 Comments | Tags: actionscript 3, flash, menu