-
Flash 8 pres button help
Hey! I'm newer at flash 8 and especially using Action Script, and Google just wont give me my answer! So I would love you if you help me, I dont think what I am trying to do is to hard.
I have a few buttons in my Pres Slide, and I want each one to take you to a different slide of the presentation, to make a sort of static interface. Hopfully you understand what I mean, seems simple enough, but for the life of me I cant find a code to work! Thanks ahed of time!
-
Here, for some motivation, is what I have right now;
http://www.cyberdynenetworked.com/reaper/
All the Content Slides are there, just not linked to the coresponding buttons, at least not yet!
EDIT:
I have tried this;
Code:
on (release) {
gotoSlide ("slide3");
}
Not working.
-
on (release) {
gotoAndStop("slide3");
}
-
Wow, thanks for replying, but it does not work though.
-
post your fla so i can look at it
-
-
sorry for wasting your time but i have no idea about the slide class
-