PDA

View Full Version : Button Click issue



yell_sheep
February 23rd, 2007, 02:19 PM
Hello fellas,
been having a little issue with a simple button click action >

on (release) {
gotoAndPlay(27);
}

works fine, but when the user clicks the same button, it advances the user to the next frame in the timeline.
I did place a "stop" action on each frame. don't know how - please help!

thank you in advance,
chica sheep.

Tempest811
February 23rd, 2007, 02:22 PM
even though you are telling it gotoAndPlay, if you have a stop command on the destination frame, it will override it and stop the playhead there...which is the same as saying gotoAndStop but without needing the stop()

yell_sheep
February 23rd, 2007, 02:30 PM
thanks so much, it worked wonders! :bu:
chica sheep -