|
| Web Hosting Deals | Holiday Logo Design | Webcam Chat | Website Header Templates | Register domain | Search Engine Optimisation | Web Hosting |
|
|||||||
| Flash / Dreamweaver / Fireworks tutorials from Talk-Mania members Please post your Flash / Dreamweaver / Fireworks in this area. Look here to the see the tutorials and methods outlined by other Talk-mania members. |
![]() |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
|||
|
Flash Rollover Button Tutoral.
![]() step one - create a new flash document and import an image or draw a small graphic on the stage. ![]() step 2 - convert it to a movie clip by selecting the image/drawing, right clicking and choosing "convert to symbol." choose "movie clip" and call it whatever you want. add another layer and rename it actions, leave this blank for now. now create an animation in layer one. For mine, I did a simple fade in tween. ![]() step 3 - insert a keyframe at the end of your animation and add this code: Code:
stop(); ![]() step 4 - add this code to the first frame of your movie and replace what I've added with the action you want this button to do. Code:
stop();
this.onEnterFrame = function(){
if(rewind == true){
prevFrame();}}
this.onRollOver = function(){
rewind = false;
play();}
this.onRollOut = function(){
rewind = true; }
this.onRelease = function(){
//INSERT ACTION BUTTON IS MEANT TO DO...
}
|
|
|||
|
Nice tutorial. I have seen it on your website
if you have more tutorial please post them here because a lot of people will be happy to see them and i am sure if you leave a link you will have a lot of people who will visit your site thanks |
![]() |
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|