Hello everyone,
I’ve set up my button to go back and play from the beginning. It does go back and plays correctly but it’s not a smooth release of the button, meaning that I can see parts of the previous frame. I remember reading a similar post to this but can’t seem to find it again. I’m sorry for this “double” post. But if anyone knows what I’m referring to, I’d really appreciate some help. Below is the AS for my button - it should go back and play frame 289 AND open up a new window for the link.
on (release) {
_parent._parent.gotoAndPlay(289);
_parent.vhost_mc._visible = false;
getURL("http://www.sjcd.edu/future_students_counseling.html", “_blank”);
}
Thanks again