hi experts,
how are you,
I want doublle action in single click on button,
on click on the button first animate in particullar frame then jump on another movie cliip in particular label, this is way of action,
my problem is any one is working ,
pl hepl me how to redify this problem,
my script is
on(release) {
gotoAndPlay("go");
_root.homepage.gotoAndPlay("contact");
}