I’m stuck,
I’ve been working with this template and need to create more usability with the site…
http://bit.ly/bV8RYW
I created buttons that are supposed to point to another movie clip outside of it. Here’s what I have:
on(release) {
this._parent._parent.movieclip.submovieclip.gotoAndStop(“label”);
}
(its supposed to be referring outside the movie clip to inside another movie clip)
Am I doing this right or could my issue be in the in instance I’m targeting?