home *** CD-ROM | disk | FTP | other *** search
- i = 122;
- while(i < 130)
- {
- colo[i] = 8;
- i++;
- }
- i = 112;
- while(i < 120)
- {
- set("/:color",random(eval("/:ckind")) + 1);
- tellTarget("/webby/web" add i)
- {
- gotoAndStop(eval("/:color"));
- }
- colo[i] = eval("/:color");
- i++;
- }
- j = 1;
- while(j < 11)
- {
- i = 2;
- while(i < 10)
- {
- k = i + a;
- tellTarget("/webby/web" add k)
- {
- gotoAndStop(7);
- }
- colo[k] = 7;
- i++;
- }
- a += 10;
- j++;
- }
-