Ok, I could explain u the easy or the hard way :S
Easy way:
1.-Make a movie clip
2.-Name it... for example... "Button"
3.-Click it and press F9
4.-Copy and paste this in the window that will appear
on (release) {
_root.gotoAndPlay (0);
}
When u press the movie clip, the hole movie will start from the beginning and play automatically
If u wanna make the same, but without playing automatically, the code should be like this:
on (release) {
_root.gotoAndStop (0);
}
Also the "zero" between parenthesis means the frame where is located the "new beginning" (hope u understand me u.u) and u can change it for whatever frame u want to
If u still need help, post a comment below
:fuckyeah:
~Newa