I am trying to make a movie clip invisible. i have named it mc_button
here is my code:
on (release) {
gotoAndPlay ("Pam Out"
;
with (mc_button) {
_visible = false;
}
}
here is the error i get:
Error: A 'with' action failed because the specified object did not exist.
what am i doing wrong, the mc is in the same clip!
here is my code:
on (release) {
gotoAndPlay ("Pam Out"
with (mc_button) {
_visible = false;
}
}
here is the error i get:
Error: A 'with' action failed because the specified object did not exist.
what am i doing wrong, the mc is in the same clip!