unloadMovieNum

hello there!
thanks for helping hand…

In triing to discover if you can program button whit as to:
unload swf placed level 0 and load another one but jumping to secondary scene.
please miracle needed… site navigation dependent…

thanks
Ahaab…Portugal:)

[AS]unloadMovie(0);
loadMovieNum(“othermovie.swf”, 0);
gotoAndPlay(“scene2”,1);[/AS]

There’s no need to unload level 0 just to load it again. When you load a movie into a level that already has a movie it is “pushed” out and replaced by that new movie.

I know, it’s just to show it can be used.

am i to understand that if you load amovie to te 0 level
it replaces te main siting on and if you unload it the main is still there.
you got me confused.
i believed that the main was discarded and you had to load it again

a i wright:azn:

or am i wrong:block:

advice on loading the movies form level1 to n (thei stay on cache)
and no need to load again.
or: chgoose a circular navigatio that loads and unloads the swf’s to the same level.
thanks for great helpping spirit.
Ahaab

Loading a movie to level 0 places it on level0 (which is _root), so it will replace everything on stage. If you load another movie to _level0, the one that’s currently in it will be kicked out and the new one will be loaded. unloadMovie only kicks it out, it doesn’t load another. But since you unload _level0, everything disapears.

advice on loading the movies form level1 to n (thei stay on cache)
and no need to load again.
or: chgoose a circular navigatio that loads and unloads the swf’s to the same level.
thanks for great helpping spirit.

Wowow, slow down. What ?

you jus confirmed a almost centaity i had…thanks.

the question is i have several external swf files for a furniture maker(kind of gallery)that the user is suposed to load.
do you advice on a unloadMovieNum/loadMovieNum navigation

when possible i will uploadit for you to have a pre-view

sorry for confusion as is not my speciality…
:sure:

Err … I don’t get what you are asking :stuck_out_tongue:

if you want i send you fla example for you to see. they are too big about 220K to upload.

what i am trying to do here is setting up a circular kind of navigation. i will post drawn sceme

greetings… ahaab.

here goes a drawing of a navigation sceme.
minding the sise of the files, you consider to be best to tell buttons to load or unload each one at a time or load them to diferent levels.
clear now

:whistle:

thanks…Ahaab