O.K. This has confused me to the extreme. I am trying to target a movieClip from another movieClip which should be an easy task. Not for me! Here is what I am trying to do;
Trigger clip: I have a button within this clip (DropMenu)
on (release) {
tellTarget ("target" {
}
gotoAndStop (5);
}
Target clip: I have named this target.
This is what I get when I execute it:
Target not found: Target="target" Base="_level0.instance1"
Can anyone see where I am going wrong? If you need more info my e-mail: fallingthunder@hotmail.com
Trigger clip: I have a button within this clip (DropMenu)
on (release) {
tellTarget ("target" {
}
gotoAndStop (5);
}
Target clip: I have named this target.
This is what I get when I execute it:
Target not found: Target="target" Base="_level0.instance1"
Can anyone see where I am going wrong? If you need more info my e-mail: fallingthunder@hotmail.com