Dynadot

Basic Buttons

Spaceship
Watch
Here is how to do a basic button that can go to a spicific webpage when clicked.

1- Load up flash
2- draw a rectange
3- select it
4- press F8
5- Selct button
6- Press Ok
7- select it
8- go to windows>actions
9- enter the following
PHP:
on (release) { // means when pressed
getURL"http://www.yoursite.co.uk"); //www.yoursite.co.uk); //go to this url [b]must have the http://www. part[/b]
}
10- right click on the button and press edit
11- you now see the states of a button
12- right click on each of the states and press insert a keyframe
14- change the colour of the rectanges.
15- test the movie by clicking control+ enter by clicking on the rectangle.
16- see what happens

If you have any problems please do not hesitate to contact me.
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
please correct the tutorial. there is no number 13 and the supposed to be "rectangle" in step 14 is spelled "rectanges".
 
0
•••
very nice, thank you for taking the time to this for us mate.
 
0
•••
0
•••
  • The sidebar remains visible by scrolling at a speed relative to the page’s height.
Back