Question
buttons in a movieclip pointing back..
so i have a movieclip(padclip) which contains the navigation
to my site. there are buttons with padclip that point to different
moveclips. one of them being (btn101).. soo below is my issue
i tried using
_parent.btn101.gotoAndPlay();
but received the following error in debug.
1120:Access of undefined property _parent.
if i just use
btn101.gotoAndPlay();
i get the same error but its
1120: Access of undefined property btn101
also.. padClip is not in a folder while btn101 is in a folder..
any ideas?
i tried using
_parent.btn101.gotoAndPlay();
but received the following error in debug.
1120:Access of undefined property _parent.
if i just use
btn101.gotoAndPlay();
i get the same error but its
1120: Access of undefined property btn101
also.. padClip is not in a folder while btn101 is in a folder..
any ideas?