Sunday, August 22, 2010

Flash button inside movie clip: go to frame label?

I have a flash document I'm using for a record catalog, with ordeing information etc.





There are two seperate sections for VINYL RELEASES and FANZINES. I'd like these to be in seperate movie clips, with release images used as buttons. The buttons will lead to a labeled frame inside the movie clip, containing a white space to cover the document, and more information on individual releases. I hope that was clear enough, Im having a little trouble explaining.





I have both movie clips, with buttons inside of them- (button script):





on(release){


_root.gotoAndStop("yay01");


}








These buttons are changing the original documents frame instead of the frame inside the movie clip. How do i place a button inside a movie, and navigate ALL WITHIN THE MOVIE CLIP?





Im sorry, I'm young, and I'm a newbie!!! Thank you for the help

Flash button inside movie clip: go to frame label?
At first you're lucky man coz i answer you ...





You just need ot doing that ..to play you're movie clip :





Press on Btton and open ActionScript Panel and write that :


on(release){


//And this yay01 Frame name .. must be in the Movie clip ..


gotoAndStop("yay01");





/*if you put this button out of this movie clip you can to control by this movie clip by this way ....


_root.MovieClipName.Action like Play() or Go to And Stop ..as you like*/


}


No comments:

Post a Comment