Arrrrg please help me!

This is gonna sound so simple to you who know how but its driving me mad! Im just not doing something right when I make buttons to jump to the next frame.
So can someone please, please explain in really simple playschool stylee how to make a button skip to the next frame when pressed cause it’s driving me mad and its really simple I know, but I cant even really get started on anything untill I know how, and Im too stupid to work it out from the help files. Thanks anyone who can be botherd to take the time to help me out.

You could put a Label on the first frame of the animation you want it to jump to.
Then on the button put goto and play. Under TYPE choose Frame Label.

Try this;

//button actions
on(release){
gotoAndStop(your frame No. here);
}

Whatever you want to happen should go between the curly brackets.

thanks for the help both of you. Everything working fine now. Cheers.

Thanx for taking the time to tell us :slight_smile: