I have a MC shape, its actually a parallelogram and so its slanted and the perspective is tilted a bit (not sure if this matters).
I also have a few different MCs in the library the same shape which I want to place into the MC shape when different buttons are pressed.
For button one, I used this code:
on (release) {
myShape.attachMovie(“firstMC”);
}
Am I doing something wrong or using the wrong code? In the library, I named the first MC “firstMC” as you can see. I also put the linkage as “export as actionscript”.
Any clues?