Multiple

Ok Ill try to explain this…:slight_smile: Ok when you go to my site, I have it like, transforming together and the last thing that appears is a box in the middle of website and thats where i place my “News” at. Say I want to stay on the same home page but have it where there is a button on the box that you can click and another box appears…like the button will say “Previous News”. how would I go about doing that?

thx

If the News box is a loadmovie on say level 10, then just have some buttons that when you click them they load the relevant MC on level 10.

so you mean if box 1 loads on 10, then create button that loads box 2 on 10 then box 3 on 20 and so on… right?

What action will I have to give it?

thx

No, I mean Load all new info on the same level or you could use the unload feature and load the new info box on whatever level you want.


unloadMovieNum(10);
loadMovieNum("news01.swf", 10);

ahhhh…I C, thx alot… !! :slight_smile:

np :slight_smile: