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

Archive

Posts Tagged ‘Flash’

Circular Rotation with Flash for All Browser,Chrome,Safari,Internet Explorer,Firefox

August 24th, 2009

Learn how to rotate an object with actionscript 3 and some mathematics with trigonometric functions. Here we are going to build the rotation of the moon around the earth. 1. Create a new flash file (Actionscript 3.0) and save it as circular-rotation.fla. 2. Import an image of the earth and one of the moon on [...]

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 >>

Flying Letter Effect with Flash

August 22nd, 2009

Create awesome flying text effect with Flash. Live Demo : Step 1 : Create a new flash document. Press Ctrl+J key on the keyboard (Document Properties) and set the dimensions of your document as whatever you like. Select any color as background color. Set your Flash movie’s frame rate to 30 and click ok.

Read More >>

3d Rotation with Flash Cs4

August 21st, 2009

In this Tutorial we will create a 3D rotation on a image. With the help of new properties available in Flash CS4. Steps: 1. Create a new flash file (Actionscript 3.0) and save it as flip.fla. 2. Rename ‘layer 1′ to ‘picture’. On this layer, import an image to the stage. Convert it to a [...]

Read More >>

Twitter Text Animation Banner in Flash

August 20th, 2009

Create a animated Text banner of free social networking and micro-blogging service that enables its users to send and read messages known as tweets. DEMO : Step 1 First, save the image of twitter below that we will use for this lesson.

Read More >>