http://www.schoolyardrules.com/test/
http://www.schoolyardrules.com/test/01.fla

If you click on 'Whos Who', then 'Caitlin' or 'Brendan' the images slide
into display.
But as you can see its not really working.
The two images are in their own movie clips called 'Caitlin' & 'Brendan' and
are controlled using the IF statement (its the only way I could think of to
get it to work).

This is the code on the buttons in the 'menu-who' movie clip:

on (release) {
tellTarget ("_root.caitlin") {
gotoAndPlay(1);
}
}
on (release) {
if (_root.brendan._currentframe == 6) {
_root.brendan.play();
} else {
_root.brendan.stop();
}
}

The first time a button is pressed the swap takes place, but the movie
doesn't play all the way through as you can still see some of the image.

If anyone can see a way to correct this or knows of a better way of doing
this I'd be most grateful.

Thanks - Joe

PS - the script for the buttons is in the movie called 'menu-who' and is
attached to the buttons called brendan and caitlin.

The movies with the images in are called 'brendan' & 'caitlin'.

http://www.schoolyardrules.com/test/
http://www.schoolyardrules.com/test/01.fla