Hello All!,
So I have 13+ minute “movie” broke down into chapters, 9 all together. As of right now each chapter is in its own separate movie file. I want the option of being able to turn on and off different chapters to play in sequence through the single video component. I have the file setup...
I have a movie clip that acts like a button and inside the movie clip I have 2 frames. The code I have given the mc is:
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
this.nextFrame();
} else {
this.prevFrame();
}
}
That all works fine. The problem comes...
Is there a way I can tell a button to go to a certain area on a web page? I am trying to mimic a web page that has a list of lets say questions and each question has a long answer about a paragraph. I want a list of the questions at the top to act like individual buttons that on release will...
Hello all,
i have some .flv's that i want to play using Flash's MediaPlayback component inside of director. Personal preference i like the look and function better then Director's, plus i like the hide feature that it offers. Director dosen't recognize the MediaPlayback component is there a way...
Hello all,
i have a movie clip that i can zoom and pan, but i am trying to make a reset button that goes to my default position of the mc. I'm thinking about telling the button to place the mc at (0,0) cordinates. Am i on the right track? i am using vr. MX, 04.
Thanks for any help!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.