I need help on buttons

i know ive began using flash for only about 3-4 weeks and i need some help on button.
i made a button using new symbols selected button then double clicked it now im on the up over down hit i added keyframes to them and pressed the scene 3 so i can get back now i dont know what to add in the actions bar so that when people click on the button it would link them to frame 6 ive tried a lot of actions on the gotoandplay and it just seemed to skip the button part lol if anyone can help please do thanks!

:-\

what’s the script you’re using? =)

on the button’s action im usnig this
on (release) {
}
gotoAndPlay(6);
but it doesnt seem to work it just goes to scene 6 when those i didnt press the button

on (release) {
gotoAndPlay(6);
}

:wink:

:frowning: i tried it it did the same it just loaded the scene where the button is and without clicking it it went over to frame 6

ah wait i think it worked i just forgot to save it arg Thanks!

:stuck_out_tongue:

no problem. and welcome to kirupa forum! =)

ah wait another problem it worked when i enable the simple buttons part but when i save and publish and view it there, it goes by even tho i didnt click on the button yet

thanks for welcoming me :slight_smile: flash is getting vvery fun and interesting

ehmm… add a stop action in that frame… ? =)

ilke this ?
stop();
on (release) {
gotoAndPlay(6);
}

nope… you add it to the frame actions, highlight the frame and open the actions panel. :wink:

AW finally lol THank you Kax!

no problem, vince. =) :stuck_out_tongue: