Playing a Flash Movie Backwards Adobe Flash / Animation
The aim of the tutorial is to learn how to make a movie play in reverse. You will also learn how to create a controller Movie Clip, which will give an automated instruction from one part of a Flash movie to another, this is fundamental to programming in Flash and has many uses. You will also learn how to switch these instructions on and off. Examples of other Flash movies, that use controllers, are listed at the end of this page.
Animated Clock Adobe Flash / Animation
This Flash tutorial shows you how to make an animated clock that follows the mouse as your cursor moves. The clock gives the viewer the time and date based on the settings on their local computer. So no matter where they are in the world the clock will be correct for them, as long as their computer clock is correct. The clock is built with ActionScript so the download time is very small.
Atomic Animation Adobe Flash / Animation
Learn sophisticated animation techniques including how to duplicate Movie Clips such that you can create realistic animated trails that diminish in size and fade away as the electron revolves about an atom's nucleus.
Animating with Timeline Effects Adobe Flash / Animation
Timeline effects are a new feature of Flash MX 2004. They are designed to enable you to animate quickly without all the hassle of Keyframes and Tweening. It is easy and fast to create animation with Timeline Effects. This makes animation possible for the beginner and it makes animating much, much easier and faster for the pros.
Photo Shape Tween Adobe Flash / Animation
This tutorial will show you how to create a Shape Tween with a Photo-Painted Shape. This is a very simple and slightly different animation technique.
Importing Clip Art, Bitmap & Vector Image Adobe Flash / Animation
Learn different ways of importing images and how this dramatically effects what you can do with the image. See how to import Clip Art in different formats and see how this effects a Shape Tween. Learn basic techniques of editing Vector Images in Flash.
The Matrix Reloaded Animation Adobe Flash / Animation
Learn how to create the special effects from The Matrix film using Motion Tweens and ActionScript. There are two variations in this animation. Both take their inspiration from the films The Matrix & The Matrix Reloaded.
Flash Sound Adobe Flash / Sound
In this tutorial you will learn how to add sound to your Flash Movie. This tutorial explains how to Import sound files into your Flash movie and then looks at the two different ways in which Flash handles sound: Event and Streamed sound. There is an explanation of both sound types and practical instructions of how to use each of these in your Flash Movies.
Volume Controls Adobe Flash / Sound
The aim of the tutorial is to learn how to use ActionScript to play a sound file, stop a sound file and create a slider that is used to control the volume.You can follow the same steps for both a horizontal or vertical volume slider. There is only one difference: The document size. Other than that everything is exactly the same. Once finished you simply rotate the vertical slider to convert it to a horizontal slider. None of the ActionScript or other details need to be changed.
Flash Sound on HTML Web Pages Adobe Flash / Sound
The aim of the tutorial is to learn how to add sound to any web page that 99% of all users will be able to hear. With this technique there is no Flash interface on your web page - only sound. It works through standard HTML links or plays automatically when the web page loads. It is compatible with all major browsers and allows you to play different sounds for different HTML links. It also allows you to play many different music file formats like wav, mp3 etc.
Sound Adobe Flash / Sound
In this tutorial you will learn how to add sound to your Flash Movie. This tutorial explains how to Import sound files into your Flash movie and then looks at the two different ways in which Flash handles sound: Event and Streamed sound. There is an explanation of both sound types and practical instructions of how to use each of these in your Flash Movies.
Communication between Flash Movies: Pop Ups Adobe Flash / Backend Integration
This tutorial shows you how to send information between different Flash Movies in different Windows (different web pages) such as: Pop Up Windows or other web pages. Theoretically there is no limit to what information can be sent between each Flash Movie, and you can control a Flash Movie on another web page, from your main movie on your main page.