home *** CD-ROM | disk | FTP | other *** search
- count = "1";
- while("5" >= count)
- {
- if(count == "1")
- {
- call("rand_top");
- }
- else
- {
- bit = "0";
- while(bit == "0")
- {
- flag = "0";
- call("rand_top");
- set("temp" add count,z add x);
- cntr = "1";
- while(cntr < count)
- {
- if(eval("keuze" add cntr) eq eval("temp" add count))
- {
- flag = "1";
- }
- cntr += "1";
- }
- if(flag == "1")
- {
- bit = "0";
- }
- else
- {
- bit = "1";
- }
- }
- }
- set("keuze" add count,"/" add z add x);
- trace(eval("keuze" add count));
- tellTarget(eval("keuze" add count))
- {
- gotoAndStop(3);
- }
- count += "1";
- }
-