Hi!
I’ve got a problem with my load un load movies actions.
I have 4 buttons and 4 movies which I load in the level0 preloading time.
Once they’re load I go to a frame which show 4 buttons.
Each time I release one button it goes to a frame in other movie.
Button 1 goes to a frame into movie1.swf in level 1
Button 2 goes to a frame into movie2.swf in level 2
…
In the action of each buttons I put Unload the other movies I’m not going to use and load the movie which i’m going to use in case other button had unload it.
The problem is that when I do this I can see the frame in movie I load for a while and the it goes to a frame in the main movie (level0).
Why does it happen?
Someone could help me???