NetScamp
06-06-2003, 08:23 PM
I have a scroll pane. it loads different movies, depending on which button is pressed.
Movie1, a simple movie with just an image and a listbox works fine.
Then there is another movie (movie2 ) which doesn't load, or won't display.
Movie2 loads ANOTHER movie that sequentially loads 25 other clips. On its own, it works fine, that is, if I edit movie2, and try "test scene", it works good, it knows where to find it's little clips, etc. bada-bing.
But back in the main movie, if I load movie2 into the scrollpane, I get no errors, but nothing happens.
I use this code for both movies,
mainframe1.setScrollContent("movie2");
movie2, in properties, IS checked for export to actionscript.
Sidebar...
I tried simply loading the movie, not into a scroll pane, but into level 1, but couldn't figure out how to position it on the stage.
thanks,
RjW
Movie1, a simple movie with just an image and a listbox works fine.
Then there is another movie (movie2 ) which doesn't load, or won't display.
Movie2 loads ANOTHER movie that sequentially loads 25 other clips. On its own, it works fine, that is, if I edit movie2, and try "test scene", it works good, it knows where to find it's little clips, etc. bada-bing.
But back in the main movie, if I load movie2 into the scrollpane, I get no errors, but nothing happens.
I use this code for both movies,
mainframe1.setScrollContent("movie2");
movie2, in properties, IS checked for export to actionscript.
Sidebar...
I tried simply loading the movie, not into a scroll pane, but into level 1, but couldn't figure out how to position it on the stage.
thanks,
RjW