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
Tips & Tricks 11: Customizable Flash Analogue Clock AS3 August 28, 2009

Tips & Tricks 11: Customizable Flash Analogue Clock AS3

by flashuser in ActionScript 3.0, Flash Tips & Tricks

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 »

6 Comments | Tags: actionscript, clock, time
Tips & Tricks 10: Using Drag & Drop in Actionscript 3.0 August 7, 2009

Tips & Tricks 10: Using Drag & Drop in Actionscript 3.0

by flashuser in ActionScript 3.0, Flash Tips & Tricks

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 »

3 Comments | Tags: as3, drag&drop, flash
Tips & Tricks 9: Using MouseWheel on Mac OS X – AS3 July 31, 2009

Tips & Tricks 9: Using MouseWheel on Mac OS X – AS3

by flashuser in Flash Tips & Tricks

A couple of days ago I was reading some articles about what clients demand on a project and the features they are interested in. One of them is using the MouseWheel for different actions like scrolling text, zoom in and out etc.

Read more »

1 Comment | Tags: actionscript, mousewheel, tip
Achieve a Flash Movie with Transparent Background July 23, 2009

Achieve a Flash Movie with Transparent Background

by flashuser in Flash Tips & Tricks

When we set out to make a Flash movie in a layer on a DHTML page containing several layers, we usually encounter a problem of displaying. The first layer is above all the other layers no matter what their order is.

Read more »

1 Comment | Tags: flash, layers, movie
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
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 6: How to Create a Countdown Timer in Actionscript 3.0 July 9, 2009

Tips & Tricks 6: How to Create a Countdown Timer in Actionscript 3.0

by flashuser in ActionScript 3.0, Flash Tips & Tricks

I will show you how to create a simple yet effective countdown timer in ActionScript 3.0. It counts from days to seconds and it’s useful when you schedule anniversaries, appointments, holidays.

1. Create a dynamic TextField and aligned to the right.
Read more »

2 Comments | Tags: actionscript, flash, timer
Tips & Tricks 5: Display digital time June 28, 2009

Tips & Tricks 5: Display digital time

by flashuser in Actionscript 2.0, Flash Tips & Tricks

For today’s trick I will show how you can display digital time in Flash.

1. Using the Text Tool(T) create 3 Textboxes(hours, minutes, seconds).

2. Give each one a name in the Var field of the Properties Panel.(for this example I use h – hours, m – minutes, s – seconds).

Read more »

No Comments | Tags: actionscript, digital, time
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