I have a .swf file that I want loaded after my fourth scene. On scene four when you click the button it loads a movie that sits in my folder.
The background of the movie changes from Black to White. So I tried changing the background back to black. When I do this it changes all of my scenes to black. Here is the code I am using to call the outside movie.
on (release) {
loadMovie("tourintro1.swf"_root);
{
What am I doing wrong? Thank you. The secret to education lies in respecting the student. {Ralph Waldo Emerson}.
The background of the movie changes from Black to White. So I tried changing the background back to black. When I do this it changes all of my scenes to black. Here is the code I am using to call the outside movie.
on (release) {
loadMovie("tourintro1.swf"_root);
{
What am I doing wrong? Thank you. The secret to education lies in respecting the student. {Ralph Waldo Emerson}.