There might be a simple solution but i can’t figure it out.
i have 2 movieclips and inside the second there is a button,
when this button is released it must go outside of the 2 movieclips
and then go into 2 other movieclips and go to frame 2.
ive tried the following code but it says the target cant be found can anyone help me?
on (release) {
tellTarget ("…/…/Card/CardClip") {
gotoAndStop(2);
}
}
GreetzZ
ThE DaRkSiD3