|
 |
101 Sliding
Menus Flash CS3/8/MX04/MX/5 -
58508 hits
- Rating: 8.18 - 2300
words
Learn to slide Menus (or other stuff like photos) on and off screen.
Full Tutorial: CS3 / F8 / MX04 / MX / F5 or Click by Click |
|
 |
102 Copy Motion as ActionScript Flash CS3 -
16454 hits - Rating: 7.4 - 1000
words
Convert Motion Tween animations into ActionScript. This means that you can create a reusable script that can be applied to any object in Flash.
Full Tutorial: CS3 or Click by Click |
|
 |
103 Use Flash to Edit Videos for YouTube Flash CS3/8 -
6203 hits - Rating: 6.2 - 3200 words
Take digital films from your film or stills camera, edit them in Flash have the option to add animation, sound or text, then upload to YouTube: Full Tutorial or Click by Click
|
|
 |
104 Menu that Swings In Flash 8/MX04/MX -
88936 hits - Rating: 8.61 - 2000 words
Create a menu that swings into view with a bounce and then swings back out
of view when you have finished. For the original: Flash MX Tutorial -
113768 hits - Rating: 4.29 - 1700 words |
|
 |
105 Preloader Flash
8/MX04/MX/5 -
316691 hits - Rating: 4.20 - 2300
words
Create a preloader that displays the percentage of the movie loaded and a
loader bar. For Flash 8/MX04: click
here For
Flash MX/5 : click
here.
For listings of all the preloader tutorials: Preloader Listings |
|
 |
106 Playing a Flash Movie
in Reverse - Flash MX -
111872 hits - Rating: 6.40 - 2300 words
Make a Flash timeline play backwards. Learn how to send instructions from
one part of a Flash movie to another and how to switch the instructions on
and off. Fundamental to Flash programming. |
|
 |
107 Tsunami Menu Flash MX -
243010 hits - Rating: 5.37 -350 words
Learn a very easy technique to create a stunning menu. |
|
 |
108 Interactive Text Boxes Flash MX -
57192 hits - Rating: 6.14 - 800 words
How to make an interactive text box. Depending on what you type you get a
different result. Used in Roll Playing Games. |
|
 |
109 Animated Atom Flash MX 2004 -
78332 hits - Rating: 4.50 - 1500
words
How to create an animation which uses Masks to make objects disappear
behind other objects and how to attach Movie Clips to Motion Guides. |
|
 |
110 Graphic Equalizer Flash MX -
120683 hits - Rating: 6.85 - 750 words
Make a graphic equalizer that will animate along with your music. |
|
 |
111 Magnifying Glass Flash MX -
116308 hits - Rating: 5.12 - 1700 words
Make a Magnifying Glass with a very simple piece of code. This ActionScript
enables you to attach several objects to the mouse, some of which follow the
mouse and others move in the opposite direction. |
|
 |
112 Pop Up Windows Flash MX -
92044 hits - Rating: 6.46 - 1300 words
The tutorial shows you how to have complete control over your Pop Up Windows,
including the position on screen. What's more all the code is within the Flash
button so you don't need to mess around with any JavaScript in the HTML. Updated
to take into account the Pop Up Blocker in Windows XP Service Pack 2. |
|
 |
113 Colour Sliders Flash MX -
44838 hits - Rating: 8.69 - 2300
words
Learn how to create a sliding control knob which can be used to control a
range of different settings such as: volume, size, transparency or in this
case colour. See how Bitwise operators are used in the ActionScript to set
the colour. |
|
 |
114 Scrolling Menus Flash MX -
129566 hits - Rating: 7.67 - 1400
words
Learn how to scroll menus or other objects back and forth across the movie. |
|
 |
115 Volume Controls Flash MX -
94554 hits - Rating: 7.93 - 1800
words
Learn how to load sound using ActionScript and create controls for volume,
play and stop. The tutorial covers both vertical and horizontal volume sliders. |
|
 |
116 Context Menu Flash MX 2004 -
73036 hits - Rating: 7.85 - 900
words
Learn how to control the menu that appears when you right click or Ctrl click
on a Mac. You can customise this menu with your own menu items. This is a
new MX 2004 feature. |
|
 |
117 Detect the Flash Player Flash MX 2004 -
44038 hits - Rating: 7.82 - 1700
words
If you use the new features in Flash MX 2004 you will need to detect if your
audience has the latest version of the Flash Player plug-in installed on their computer, otherwise they
will not be able to see your Movie as you intended. |
|
 |
118 FS Commands Flash MX 2004 - Flash MX/5 -
39820 hits - Rating: 8.25 - 2100
words
FS Commands enables the Flash movie to send
JavaScript Commands to the web page or the Browser. |
|
 |
119 Flash
Sound on HTML Web Pages Flash MX 2004 - Flash MX/5 -
73848 hits - Rating: 6.57 - 1400
words
With this technique there is no Flash interface on your web page - only sound.
An invisible Flash movie is linked through standard HTML links or plays automatically
when the web page loads. |
|
 |
120 Send
Information to Flash with JavaScript Flash MX 2004 - Flash MX/5 -
32436 hits - Rating: 7.21 - 800
words
Learn how to send any information to Flash with JavaScript. This info could
be a variable or a text message. There are two examples in this tutorial.
One sends a text message and the other a variable. |
|
 |
121 Communication between
Flash Movies: Part 1 Flash MX 2004 - Flash MX -
34167 hits - Rating: 8.12 - 1200
words
Learn how to send information from one Flash Movie to another. You can
control and communicate between any two Flash Movies on the same web page
or even on different web pages. This very simple code opens up the interaction
of Flash Movies to a completely new echelon. |
|
 |
122 Communication between
Flash Movies: Part 2 Flash MX 2004 - Flash MX -
40587 hits - Rating: 8.28 - 1200 words
Extend the ability to send information between Flash Movies by the use of
JavaScript to control the Browser Windows or Pop Ups. |
|
 |
123 Web Page Controls Flash
Movie Flash MX 2004 - Flash MX/5 -
70742 hits - Rating: 6.79 - 900
words
Learn how to control a Flash Movie using standard HTML links on a web page
using JavaScript. |
|
 |
124 Single
Frame ActionScripting Flash MX 2004 - Flash MX -
32031 hits - Rating: 6.3 - 900
words Learn
how to place all your code in a single frame of the Timeline as opposed
to attaching code to an object. Benefits of using a code saving technique
such as this include modular code, ease-of-editing code and reduction in
file size. |
|
 |
125 User
Name and Passwords Flash MX 2004 - Flash MX/5 -
60083 hits - Rating: 8.46 - 2000
words
In this
tutorial you will learn how to create a Flash Movie only enables people
to enter if they have both a user names and a passwords. This password control
system can allow access to the Flash Movie or access to separate web page. |
|
 |
126 User
Name and Passwords - Advanced Options Flash MX 2004 - Flash MX -
29715 hits - Rating: 7.82 - 3900 words
This has advanced options for the previous tutorial. |
|
 |
127 Blurring
a Picture Flash MX 2004 - Flash MX-
73987 hits - Rating: 6.44 - 1800
words
Want to know how to make a transition effect between an image in focus
and a blurred image. This tutorial shows you how to do it with either a Tween
effect or by using ActionScript. |
|
 |
128 Intro
to Arrays Flash MX 2004 - Flash MX-
99551 hits - Rating: 7.86 - 3100 words
An Array is an extremely useful way of listing things
in Flash Movies. Being able to do this is fundamental to any programming language.
In this tutorial there are four easy to follow examples. |
|
 |
129 Loading
External Images Flash MX 2004 - Flash MX/5 -
191069 hits - Rating: 6.38 - 3500 words
Learn how to create a Flash Movie which loads external
images such as Jpegs or Gifs. These images would then be loaded individually
into the Flash Movie as and when the user wished to look at them. This keeps
the Flash Movie's file size down to a minimum. |
|
 |
130 Loading
External Images using Flash MX 2004 Components Flash
8/MX04 -
159382 hits - Rating: 4.86 - 2100
words
Learn how to create a Flash Movie which loads
external images such as Jpegs or Gifs with Flash MX 2004 Components. Using
Components is easier but does make the file size slightly bigger. |
|
 |
131 Photo Panorama or Panorama Menu Flash MX 2004 -
149497 hits - Rating: 4.04 - 2100 words
A stunning effect that creates a panoramic style view of an image that will scroll in as the mouse cursor moves. This same technique can be used to make a scrollable menu with a series of buttons. |
|
 |
132 Collision Detection
in a Maze Flash MX 2004 -
Flash MX/5 -
117475 hits - Rating: 4.04 - 800 words
Make a maze
game with collision detection. Collision detection is useful in many different
game type scenarios and is easier than you might think. |
|
 |
133 Animated Atom Flash MX 2004 -
Flash MX/5 -
82062 hits - Rating: 7.09 - 3500
words
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. |
|
 |
134 Animated Clock Flash MX 2004 -
Flash MX -
42828 hits - Rating: 6.91 - 1200
words
This Flash tutorial shows an easy way to create
an animated clock that follows the mouse as your cursor moves. Stunning effect
and easy to do. |
|
 |
135 Automatic Focus in a Flash
Form Flash MX 2004 -
Flash MX -
35608 hits - Rating: 6.97 - 1750
words
Learn how to set the
focus on a Flash Movie so that the cursor is in the first Input Box. Also
learn how to set the Tab Key to scroll around the form in the order that
you want. |
|
 |
136 Mouse Trail Animation Flash 8/MX04/MX/5 -
21176 hits - Rating: 8.24 - 2000 words
Learn how to create a great mouse trail effect. There is no complicated ActionScript needed and is very easy mouse trail to build. Full Version or Click by Click |
|
 |
137 Browser Back Buttons used with Flash Flash 8/MX04/MX -
11921 hits - Rating: 5.82 - 1200 words
Learn how to integrate the Browser's Back and Forward buttons to navigate through your Flash Movie. Full Version or Click by Click |
|
 |
138 Intro to PHP & Flash Flash MX 2004 - Flash MX/5 -
49983 hits - Rating: 9345800.15 - 1800 words
Want to use the power of PHP (or
you want to know just what PHP does) read on. |
|
 |
139 Hit Counter using PHP &
Flash Flash MX 2004 - Flash MX/5 -
71498 hits - Rating: 8.64 - 1700 words
A Hit Counter in Flash which uses PHP to do the Back
End scripting. |
|
 |
140 Streaming
Music in Flash Flash MX 2004 -
16858 hits - Rating: 7.85 - Not complete yet. |
|
 |
141 Advanced
Buttons Flash MX 2004 -
10654 hits - Rating: 7.43 - Not complete yet. |
|
 |
142 Scrolling Text Flash MX 2004 - Flash MX/5 -
135396 hits - Rating: 5.28 - 1900
words
Learn how a simple
way of scrolling text up and down in Flash using simple ActionScript and Movie
Clips. |
|
 |
143 The Matrix
Reloaded Animation Flash 8/MX04/MX -
30269 hits-Rating: 8.2 - 4200 words
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. |
|
 |
144 Advanced Communication Flash MX
2004 - Flash MX/5 -
7407 hits - Rating: 7.11 - 2728 words
Everything you need to know about Flash communication . |
|
 |
145 External
SWF Preloading Flash
MX 2004 - Flash MX/5 -
7402 hits - Rating: 7.58 - Being
re-structured.
This tutorial is being re-edited into several smaller
files. See 150 to 155 below. |
|
 |
146 Scrolling
Dynamically Loaded Text Flash MX
2004 -
57162 hits - Rating: 7.18 - 3500 words
Learn how to scroll dynamically loaded
text using the loadVars class from an external Text Files. |
|
 |
147 Preloader using
Progress Bar Component Flash
8/MX04 -
213896 hits - Rating: 6.15 - 800 words
This
is a the very easiest of preloader to build and this tutorial will show
you how to use Flash 8 or MX04 to make your own preloader using the progressBar
components. For full listings of all the preloader tutorials: Preloader Listings |
|
 |
148 Preload
External Jpegs or SWF's Flash
8/MX04 -
253338 hits - Rating: 7.42 - 1000 words
If
you wish to preload Jpeg images or Flash Movies which are stored outside
the Flash Movie use this preloader tutorial. For
full listings of all the preloader tutorials: Preloader
Listings |
|
 |
149 Preload
External Jpeg with Scroll Bars Flash
8/MX04 -
47681 hits - Rating: 7.22 - 1000 words
This
tutorial shows you how to load an external image in to the
Flash Movie and use Scroll Bars to move the image. This give you the
opportunity to load over-sized or panoramic images. For
full listings of all the preloader tutorials: Preloader
Listings |
|
 |
150 Preloading
External Flash Movies Flash
8/MX04/MX -
61581 hits - Rating: 7.36 - 2900 words
In
this tutorial you learn how to build a preloader that preloads one Flash
Movie into another. For full listings of all
the preloader tutorials: Preloader
Listings |
|
 |
151 Preloading
External Flash Movies using Components Flash
8/MX04 -
44712 hits - Rating: 7.39 - 1500 words
Learn
how easy it is to load one external Flash file into another Flash
Movie using the Loader and Progress Bar Components. For
full listings of all the preloader tutorials: Preloader
Listings |
|
 |
152 Preloading
External Flash Movies using Movie Clips Flash
8/MX04 -
40942 hits - Rating: 7.47 - 1200 words
An
easy way to load one Flash Movie into another. This loads an external
Flash Movie into a Movie Clip with the help of the Progress Bar
Component. For
full listings of all the preloader tutorials: Preloader
Listings |
|
 |
153 Preloading
Multiple External Flash Movies Flash
8/MX 2004? -
356 hits - Rating: 7.33 - Not
complete yet. |
|
 |
154 Communicating
between External Flash Movies Flash
8/MX 2004? -
623 hits - Rating: 7.71 - Not
complete yet. |
|
 |
155 loadMovieNum and loadMovie Flash MX -
128723 hits - Rating: 6.44 - 1500 words
Learn how to use Levels to load several Movies one on top of another. This
can help reduce download time and break large movies into more manageable
chunks. This can also be used to load external Jpegs into your Flash movie. |
|
 |
156 Delays, Timers & Stop Watches Flash 8/MX04/MX -
44793 hits - Rating: 8.62 - 2500 words
Learn how to delay an action for a set amount of time using ActionScript or to get something to repeat. This is a simple piece of code which has lots of uses. In the examples I show you how to build a Timer and how to create both Digital and Analogue Stop Watches. Alternatively go to the original MX setInterval tutorial: Flash MX Tutorial -
101398 hits - Rating: 7.41 - 2300 words |
|
 |
157 Excess Space Remover Flash 8/MX04 -
3886 hits - - 1600 words
If you need to remove excessive spaces from a string of text from a text box, variable, xml loaded file. Well this handy script will remove excessive spaces (That's tab spaces, enter or new line spaces and normal spaces/same as space bar spaces.) from a sentence. |
|
 |
158 Trimming Leading & Trailing Spaces from Text Flash 8/MX04 -
4904 hits - - 2300 words
This tutorials will show you how to remove trailing or leading spaces from a string of text, be it a text box, variable, xml loaded file etc. This handy script will trim any string spaces. This includes Tab spaces, Enter or new line spaces and normal spaces form the Space Bar. |
|
 |
159 Word Game Flash
MX -
96182 hits - - Flash 5 -
27112 hits 850
words
A game designed to help children learn to spell. For Flash 5 tutorial: Click here |
|
 |
160 Coloring in Book Flash MX -
46144 hits - Rating: 6.76 - 600 words
Use the RGB settings to change a movie clips colour. This tutorial shows you
how to make a children's colouring book. |
|