Hi, i’m trying to make those complex buttons work, the AS is:
[size=2][font=Arial]
[/font][/size]
//stop();
this.onEnterFrame = function(){
if(rewind == true){
prevFrame();
}
}
this.onRollOver = function(){
rewind = false;
play();
}
this.onRollOut = function(){
rewind = true;
}
this.onRelease = function(){
getURL("http://www.kirupa.com","_blank");
}
[font=Arial][size=2]
[/size][/font]
[font=Arial][size=2] It all works fine but instead of giving the button the getURL I just want to give it a GoToAndPlay. Here is where the problem is: I can’t get the GoToAndPlay work for the main movie but only for the button movie. Help, anyone? I’d appreciate it.
[/size][/font]