Hi,

Let me see if I can explain this...

I have a swf movie that I want to load other swf movies into.

The main swf has several buttons with the following action:

on (release) {
loadMovie("movie1.swf", "_root.canvas");
}

So, movie1.swf is loaded into the movie layer named 'canvas' that I have created in the main swf.

RIGHT.... hope that's understood. NOW...

Each movie has a masked transition, which then displays a page of text and graphics.

How do I ensure that the transition in the movie occurs over the last movie to be loaded? I want to have more of a seamless look to the transitions.

see http://www.europastudio.co.uk/manestreet to see what I mean...


Many thanks.

Rob