Search Tutorials
Adding function to buttonsWe now will add functions to the individual buttons. For this check out the actionscript associated with each button. Arguments of button functions can be changed in external scripts for some buttons such as the ´next´ and ´previous´ buttons. Next button
on (release) {
nextSlide (1,3,"slidea_","slidea_")
}
Each invisible button will get a function. You can set up the stage for one frameset and then just copy all frames and paste them to have the next slide show frameset, which also copies all the functions associated with buttons. Only the autoshow button function has to be modified. Example for Invisible buttons
on (release) {
showSlide(7,"slidea_","slidea_");
}
Example for autoshow button
on (release) {
moveSlide_1();
}
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
![]() |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|