Hi, fellowsw
My SWF file needed to load Mc´s in a random fashion, so, I do it in a very simple way
loadMovie("…/images/vest_" + (Math.floor(Math.random() * 7) + 1) + “.swf”, “_root.vest_cont”);
That´s the result (it´s just the draft): http://www.printa.com.br/amiga.php
After that, my client ask me to include two buttons: a next one (próximo) and a previous one (anterior).
In the next button, I can put an action to reload the entire swf, but it´s a messy solution.It´s work, but it´s messy … But what about the previous ??? How to make a record of all random choosed MClips and, when the user clicks “previous” (anterior), the right one will be displayed ???
If some one could show me an elegant form to fix that, I´ll deeply aprecciated.
Thanks a lot