This tutorial will show you
how to make an advertisement button in Flash 8. To start you will have to create a new documentÉ
For this ad I will
use the size 150 x 200



After you have finished
your background image click the dot below the padlock on this layer. This will lock the layer and prevent it
from being changed unless you unlock it by clicking the same thing. If you want
to lock all of the layers inside your animation you can click the padlock that
is next to the square and the eye and that will lock all layers in the
animation



Now we are going to create
a key frame. A frame is a slide
that takes up a certain amount of time.
A key frame takes up the same amount of time as a frame but the image
doesnÕt have to be the same.


You now have to decide how
long you would like each text to be displayed. The number next to fps decided
how many frames per second. It is
usually set on 12

In this example we will use
2 seconds for the initial text and then 2 seconds for the second text. Using 12 frames a second we need a 24
frame gap between the two keyframes. We will add 23 frames by clicking on the 1st
keyframe of the text layer and then hitting the F5 key 23 times. Now do the same
thing but for the second keyframe.

9. Now click on the 49th
frame on the background layer.
Click F5.
This will insert 48 frames
and make the background last the length of the entire animation.







On(press) {
}
The open and close brackets
are always necessary.
The next part of the code
is makes the button an actual hyperlink to a website.
On(press) {
getURL(Òhttp://www.google.comÓ,Ó_blankÓ);
}
This will open google.com
in a new window.
16. The only thing remaining is to publish the
.swf file and put it on the web. To
publish go to ˆ file ˆ publish and a .swf will be saved in the same place
that the .fla is saved.