Hi,
I am not exactly clear on what the problem is from your description, but I notice a problem in your if statement format. Your missing the equality operator. I'm not sure if "opened" is a variable or a frame label so I will assume it is a frame label and you would want to test the current frame property...
Code:
on (press) {
curtain_left_mc.gotoAndPlay("close");
curtain_right_mc.gotoAndPlay("close");
if (_root.curtain_left_mc._currentframe == "opened") {
main_stage_mc.attachMovie("logo_w_spin", "newname1", 1);
}
}
A mind once stretched by a new idea never regains its original dimensions.
- Oliver Wendell Holmes
Bookmarks