PDA

View Full Version : loadMovie and undesired changing colours



creilar
January 12th, 2004, 09:58 AM
Hi,

I want to link two movies using loadMovie. The problem is that when the second movie is loaded, it changes all colours. Why does it happen?

Thank you

Digitalosophy
January 16th, 2004, 10:08 PM
how are you loading it?



loadMovieNum("movie2.swf","1"); // loads movie 2 inside movie 1 at level 1


to unload it


unloadMovieNum("1");

creilar
January 19th, 2004, 05:39 AM
Hi,

If I write as you said the first movie remains in the background and the second movie still gets loaded with a bit different colours than in the original.

If I use level "0" the first movie disappears fine, but also the second movie loads in the undesired way.