ok i have this button,
when i release it i want a movieclip to come up
here’s what i got so far, but it doesn’t work, and im not really sure if it would anyways.
on (release) {
_root.one.gotoAndPlay(1);
}
i named the movieclip “one” in the properties
and im not sure what
and the button i named it “1” in the properties
if anyone could help me out with this , or show me a different coding it would help out a lot.