|
|
Search Tutorials
Note: You are probably saying, what does that script mean? Well, it is
actually pretty self-explanatory. on(rollOver){ _root.main.gotoAndPlay(2);
means that when the user hovers over the button, it plays the frame 2 of the movie clip
we made called "main". and, on(rollOut){ _root.main.gotoAndPlay(16); means that when
the user rolls their mouse off of the button, "main" will play frame 16. So, basically,
the movie clip is what we see, but we are actually using the invisible button!!! Have fun,
here is what it should look like and you can download the fla source file if you get confused!!
|
||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||
|