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

Archive

Posts Tagged ‘effect’

Using CSS Sliding Doors in WordPress Navigaton

November 4th, 2009

The problem. The built-in wp_list_pages() and wp_list_categories() functions allow lots of things, but they do not allow you to embed a element so that you can use the well-known CSS sliding-doors technique. Happily, with some help from PHP and regular expressions, we can use this awesome technique on a WordPress blog.

Read More >>

Text Effect Quickie : Vibrant Pop Text Effect

September 14th, 2009

This is a Text Effect Quickie — a tutorial that teaches an effect quickly, yet is an effective technique that can be used time and time again. If you’re looking for advanced tutorials. What We’re Making This Text Effect Quickie will show you a real simple way to create a vibrant, poppy type in just [...]

Read More >>

Photo Text Effect in Flash

August 27th, 2009

Read this thoroughly explained, detailed flash lesson and see how to create photo text effect using some special flash tips and tricks and mask. You can use this effect for some flash text banner, for some presentation or animation. Using this lesson, you will also learn how to import any photo into a flash stage, [...]

Read More >>

Detect Collision between Two Object with Flash

August 24th, 2009

Few lines of code that cover the technique on how you can detect collision between two objects with actionscript 3. 1. First watch the demo to see what we are going to create. Create a new flash file (Actionscript 3.0) and save it as detect_collision.fla. 2. On the stage create 2 movie clips, one for [...]

Read More >>

Animated Drop Shadow in Flash for All Browser, Chrome,Internet Explorer,Safari,Firefox

August 23rd, 2009

Let’s see how to add an animated dropshadow filter to a Movie clip with actionscript 3. 1. Create a new flash file (Actionscript 3.0) and save it as AnimateShadow.fla. 2. Rename ‘layer1′ to ‘plane’. Import a png file of a plane on the stage. Convert it into a movie clip and set its instance name [...]

Read More >>

Eye Follow the Cursor Effect in Flash for All Browsers

August 23rd, 2009

We are going to build an animation where the eyes of Dug, the dog from the Pixar movie UP, follow the mouse cursor. This tutorial is done with actionscript 3 and introduces the use of the Math.atan2 method. 1. Create a new flash file (Actionscript 3.0) and save it as EyesFollow.fla. 2. In our files, [...]

Read More >>

Mist Effect in Flash

August 23rd, 2009

Learn how simply you can create a mist effect to apply to a photography. 1. Create a new flash file (Actionscript 3.0) and save it as mist.fla. 2. Rename ‘layer 1′ to ‘photo’. Import a photography that could be credible when adding mist. Set the stage’s dimensions the same as the photography. 3. Create a [...]

Read More >>