Copy link to clipboard
Copied
pls help
assign your button an instance name (in the properties panel), eg btn and use
btn.onPress=functiion(){
gotoAndStop(your frame label or number); /* assuming you want to navigate the movieclip that contains this code */
}
Copy link to clipboard
Copied
assign your button an instance name (in the properties panel), eg btn and use
btn.onPress=functiion(){
gotoAndStop(your frame label or number); /* assuming you want to navigate the movieclip that contains this code */
}
Copy link to clipboard
Copied
thanks
Copy link to clipboard
Copied
you're welcome.