Dave
07-14-2001, 03:13 AM
Arg. I'm trying to reproduce Tutorial 28 with my own button and movie clip, but after hours of tooling, it still isn't working.
The main timeline has a button layer and a main movie clip layer.
My button has this action:
on (release) {
main.attachMovie("textclip", "clip1", 1);
}
My main movie clip instance has the instance name "main".
The MC that is supposed to load when you click the button has the identifier name "textclip" and the Linkage radio button is "Export this symbol".
I should be done, right?
Thanks in advance for piercing my thick skull.
DAVE
The main timeline has a button layer and a main movie clip layer.
My button has this action:
on (release) {
main.attachMovie("textclip", "clip1", 1);
}
My main movie clip instance has the instance name "main".
The MC that is supposed to load when you click the button has the identifier name "textclip" and the Linkage radio button is "Export this symbol".
I should be done, right?
Thanks in advance for piercing my thick skull.
DAVE