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
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
Tips & Tricks 8: Actionscript 3.0 – Easy Made Tooltip July 18, 2009

Tips & Tricks 8: Actionscript 3.0 – Easy Made Tooltip

by flashuser in ActionScript 3.0, Flash Tips & Tricks

A tooltip is a brief, descriptive message that appears when you hover the mouse over an object. It is very useful and simple to create. I will create a basic one for you in Actionscript 3.0 with an “alpha” effect when you point the mouse over a movieclip.

Read more »

No Comments | Tags: actionscript 3, flash, tooltip
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
Tips & Tricks 7: Create Popup Windows in Flash – ActionScript 3.0 July 14, 2009

Tips & Tricks 7: Create Popup Windows in Flash – ActionScript 3.0

by flashuser in ActionScript 3.0, Flash Tips & Tricks

A couple of days ago a fellow asked me how can he makes a popup window in Flash for his website. I showed him how and I was thinking why not to share with you also. It’s an easy and very powerfull trick.

Here we go (this example is for Actionscript 3.0):
Read more »

6 Comments | Tags: actionscript 3, flash, popup
Tips & Tricks 4: Loading data from XML file in Actionscript 3.0 June 22, 2009

Tips & Tricks 4: Loading data from XML file in Actionscript 3.0

by flashuser in ActionScript 3.0, Flash Tips & Tricks

In a previews post I wrote about how can you load data from an xml file in Actionscript 2.0. For today’s trick I will show you how can you do that using Actionscript 3.0.

Read more »

1 Comment | Tags: actionscript 3, daily trick, xml
Tips & Tricks 3: Loading of external resources such as images or SWFs using ActionScript 3.0 June 12, 2009

Tips & Tricks 3: Loading of external resources such as images or SWFs using ActionScript 3.0

by flashuser in ActionScript 3.0, Flash Tips & Tricks

Maybe you have tried many different ways loading an external resource such as images or SWFs inside an empty movie clip from the stage and no matter what you have tried when loading another image / SWF again you saw two or three versions of it playing and hogging resources. Not good.

Read more »

2 Comments | Tags: actionscript 3, as3, load swf