I have a movie clip that is animated and appears to act like a button except I can't get the on (release) gotoAndPlay scene1, frame thing to work. I've tried the _root etc but all it does is absolutely nothing. I just want to have the movie act like a button and go to a specific frame on the main scene (scene1) but I think it's trying to go to a frame within the movie clip like it does on the rollover and rollout actions. How do I get it to go to a specific frame on a scene. Bellow is what i have for the script
on (rollOver){
gotoAndPlay("start");
}
on (rollOut){
gotoAndPlay("stop")
}
on (release){
gotoAndPlay("scene1", "buybeats")
}
is my url
on (rollOver){
gotoAndPlay("start");
}
on (rollOut){
gotoAndPlay("stop")
}
on (release){
gotoAndPlay("scene1", "buybeats")
}
is my url