Hello,
I’ve been having a right nightmare with this one. Someone please save me.
So here goes:
I’ve created a dragable MC with a button assigned the following AS:
on (release) {
container.loadMovie(“test.swf”, 2);
container._y = 45;
container._x = 184;
}
When I publish, the button does not load test.swf. I have created a blank MC ‘container’ for test.swf to load to but I need the button to be inside of the dragable MC. The .swf loads when the ‘container’ is cut and pasted into the dragable MC but to my novice suprise the .swf and the MC would be now both dragable
My question is how do I load the .swf with this button inside of the MC and the ‘container’ outside?