W3 Updates, HTML, XHTML, CSS, JavaScript, AJAX, XML, PHP, Ruby, PHP Frameworks

Archive

Posts Tagged ‘Flash’

Brand New BMW 7 Series Animation using a Shape Tween Technique

September 8th, 2009

See this thoroughly explained tutorial and learn how to create simple BMW 7 Series animation using a Shape tween technique. You don’t have to use action script code to make this lesson. For this lesson, you just have to use shape transformation. Let’s go!

Read More >>

Vibration and Blur Effect with Flash ActionScript 3.0

September 4th, 2009

In this simple tutorial, I will show you how to apply vibration and blur effect on any object using some special flash tips and tricks. You can use this effect for any presentation, flash banner, header… You don’t have to use AS code to make this tutorial.

Read More >>

Water Paper Photo Effect with Flash

September 4th, 2009

Using this thoroughly explained, detailed flash lesson, I will explain to you how to create cool water paper photo effect using some special flash tips and tricks and mask. You don’t have to use action script code to make this lesson. Using this lesson, you will also learn how to import any photos into a [...]

Read More >>

Autotyping Text Animation in Flash

September 4th, 2009

Using this thoroughly explained, detailed flash lesson, I will explain to you how to create autotyping text animation in flash using some special flash tips and tricks and action script code. You can use this animation for any presentation, text banner or for some other animation. Let’s start!

Read More >>

How To Use A Timer Class In Flash

September 3rd, 2009

Create a new timer variable timer_01 as in this example. Add an event listener function play_timer. Copy box movieclip from the FLA file of TIP number 3 into the library. Add play_timer function.

Read More >>

How To Play Timeline Frames In Reverse In Flash

September 3rd, 2009

Declare a boolean variable reverse which can be only 2 values, either true or false. Add event listeners for mouse over, mouse out and enter frame events to the button instance box_01.

Read More >>

How To Use Bandwidth Profiler And Simulate Download In Flash

September 2nd, 2009

You can simulate download in Flash. This is really a very useful tool in Flash, especially to check how flash movies are loaded for slow network speed users. Run your flash file, go to main menu Control > Test Movie (or press Ctrl + Enter).

Read More >>

How To Create A Simple Preloader In Flash ActionScript 3.0

September 2nd, 2009

Add new scene preloader using the scene panel click on plus icon . (Window > Other panels > Scene or press Shift + F2) Move the preloader scene above content scene as show in below screenshot.

Read More >>

General Structural Guidelines For Flash

September 2nd, 2009

It is really important to keep your flash timeline structure and library clean and reusable. This way you can save a lot of time for future projects.

Read More >>

Using Tweener Class Or Tween Engine For Motion Tweening in ActionScript 3.0

September 2nd, 2009

There are a number of open source tween engines on the web. Tweener is one of the most popular tween engines for motion tweening. Download Tweener Class (AS3). Import Tweener class by unzipping it and put caurina folder into the folder that your flash file exists.

Read More >>