all groups > flash actionscript > may 2005 >
You're in the

flash actionscript

group:

Can loadMovieNum work from the main timeline?



Re: Can loadMovieNum work from the main timeline? I flash therefore I am
5/5/2005 12:00:00 AM
flash actionscript: loadMovieNum works in the main timeline. Something else is at issue. Are you
sure the script is being run?

Can loadMovieNum work from the main timeline? mdsawyer58
5/5/2005 7:59:56 PM
I am trying to understand how loadMovieNum works.
I know that if I put the following inside a button that the movie gets loaded.

on(release)
{
loadMovieNum("splash.swf", 1);
}

However, if I put loadMovieNum("splash.swf", 1) on the main timeline, it
doesn't get loaded. If I trace
_level1, I get "undefined."

What I am trying to do is load a splash screen, and afterwards load the
remaining site movies.

Thanks
Martin

Re: Can loadMovieNum work from the main timeline? mdsawyer58
5/6/2005 12:00:00 AM
I replied earlier, but looks like it didn't post. Anyways, I changed what I
tried to post...

What I am trying to do is load and display a splash screen. After the splash
is finished, unload it and load the home web site screen.

I was able to get the splash screen to display, but I do not know how to
properly unload it. If I place the unload after the load, nothing seems to
happen.

Hope I didn't confuse the issue too much.

Thanks
AddThis Social Bookmark Button