flash help?
flash help?
- Started
- Last post
- 1 Response
- steadyvibe
Hey i have this weird probem with my buttons. When you clikc on one and then click it again it jups to the next frame label in the movie? How can i stop that from happening?
- frankbb0
does it say gotoAndPlay("framelabel") ??
if so change it to gotoAndStop("framelabel");
if you need to play a timeline/movieclip use play();
its because flash thinks you want to play the next one.. grrr
otherwise no idea