Jan
2nd

Simple Flash Based Text Scroller

Files under Flash & Actionscript | Leave a Comment | 541 views

Do you know how to create a flash based text scroller to scroll a few lines of text?

This tutorial will help you to create the text scroller by just following the simple instructions:

Step 1: Create a dynamic textbox.

text_scroller01

Step 2: Set the textbox to Multiline, and name the instance as ’scroller’.

text_scroller02

(more…)

Dec
26th

Basic Motion Guide Tween Tutorial

Files under Flash & Actionscript | Leave a Comment | 668 views

This Flash tutorial will show you how to use a motion guide to move an object.

Step 1: Draw an object on layer 1 and convert it into movie clip.

Step 2: Then, select the Tween in the Properties to Motion.

motion_guide1

Step 3: Then, click on frame 30 and insert keyframe. Here, move the object to another location. For this tutorial, I’m going to be using simple circle.

(more…)

Dec
19th

Convert Bitmap Images to Vector in Flash

Files under Flash & Actionscript | Leave a Comment | 1,085 views

Do you know that you can convert your bitmap image to vector graphics using Flash? This is good tutorial for you since you can learn how to convert bitmap to vector in order to achieve a cool look and minimize your file size.

bitmap_image
[bitmap image]

vector_graphic
[vector graphic]

Steps On How To Convert A Bitmap To Vector

Just follow these simple steps and you will learn how to convert bitmap into vector:

(more…)

Dec
12th

Creating Xmas Snowing Effect Using Flash

Files under Flash & Actionscript | Leave a Comment | 1,091 views

This tutorial will help you how to write the Actionscript to create snow animation effects. It also specifies the properties to be set, the frames to be selected etc. Just follow the necessary steps and I will explain each step in detail.

showing_flash_01

Steps 1: Create a snow particle. Click the Oval tool from your toolbox and set the color to white from your color palette.

Steps 2: Then convert it to movie clip by right clicking on the circle.

Steps 3: Select your movie clip and go to the Properties panel and type the word “snow” in <Instance Name>.

snowing_flash_02

Steps 4: After that, right click on your movie clip and select Actions. Copy and paste your code into Actions dialog box.

(more…)

Nov
29th

How to Create A Simple Flash Countdown Timer

Files under Flash & Actionscript | Leave a Comment | 4,145 views

Today, I will be teaching you how to make a flash countdown timer. This is very useful because in our daily life, there are counts up or down timers.

In this tutorial, you will see how to create a countdown animation using the shape tween effect.

Step 1

Select the Text Tool, click on the stage, and in Properties Panel below the scene to choose the options like it is shown on the picture below.

Step 2

countdown_timer

While the number is still selected, then right click and select break apart to make the number become shape.

(more…)