NetworkGuy101
IS-IT--Management
I have exported a powerpoing presentation to flash and now I have some buttons I want to add to go to the next slide or previous. I know there has to be a better way to do this than what I have. I am using this code:
on (press){
_root.gotoAndstop(2);
}
Then I make a keyfram for the next slide change the script to 3, 4 , 5 etc.. to make it advance to the next slide. I am very new to flash. I am sure I could dot it with a variable or something but I need help please !!
All help is appreciated.
on (press){
_root.gotoAndstop(2);
}
Then I make a keyfram for the next slide change the script to 3, 4 , 5 etc.. to make it advance to the next slide. I am very new to flash. I am sure I could dot it with a variable or something but I need help please !!
All help is appreciated.