Search tutorials
How To make a Cool Navigation bar
The first step is to make the size 550 wide the hight doesn't mater as long as it is bigger than your buttons. The next step is to create a small arrow make it a movie clip. This will point at the button your mouse is over. Give the arrow this code
onClipEvent(enterFrame){
this._x+=(_root.xpos-this._x)/7;
}
Next you have to make 5 buttons how ever you like. The buttons be next to each other in a line. Give the buttons this code and the nubers for the xpos should be for the first button 50, second 156, third 256, fourth 356, fifth 456
on(rollOver){
xpos=50;
}
That is it hope it worked. If it doesn't sorry This was may first tutorial
onClipEvent(enterFrame){
this._x+=(_root.xpos-this._x)/7;
}
Next you have to make 5 buttons how ever you like. The buttons be next to each other in a line. Give the buttons this code and the nubers for the xpos should be for the first button 50, second 156, third 256, fourth 356, fifth 456
on(rollOver){
xpos=50;
}
That is it hope it worked. If it doesn't sorry This was may first tutorial
| » Level Basic |
|
Added: 2004-12-24 Rating: 5 Votes: 34 |
| » Author |
| 14 year old just learning action script |
| » Download |
| Download the files used in this tutorial. |
| Download (6 kb) |
| » Forums |
| More help? Search our boards for quick answers! |
-
You must have javascript enabled in order to post comments.


Comments
There are no comments yet. Be the first to comment!