kelleykb
03-20-2006, 05:01 PM
I require a mc inside a mc inside a mc. For help I will call them mc1, mc2, and mc3.
In mc2 buttons to go to certain instances in mc3. Now in mc3 I need to return to mc2 at a certain point, frame 215 (were all animation is stopped) inside each mc3 instance. It is ment to resemble a "close" window function.
I used this simple behavior yet it does not do anything.
on (release) {
//Movieclip GotoAndStop Behavior
_root.mcback.gotoAndStop("backreturn");
//End Behavior
}
If you need to see this in action, the site rough is available at http://www.doggydeelites.com/index3.html
In mc2 buttons to go to certain instances in mc3. Now in mc3 I need to return to mc2 at a certain point, frame 215 (were all animation is stopped) inside each mc3 instance. It is ment to resemble a "close" window function.
I used this simple behavior yet it does not do anything.
on (release) {
//Movieclip GotoAndStop Behavior
_root.mcback.gotoAndStop("backreturn");
//End Behavior
}
If you need to see this in action, the site rough is available at http://www.doggydeelites.com/index3.html