home *** CD-ROM | disk | FTP | other *** search
- i = 110;
- while(i > 10)
- {
- set("/:cc1",_root.colo[i]);
- i2 = i + 10;
- set("/:cc2",_root.colo[i2]);
- if(Number(eval("/:cc1")) < 7 and Number(eval("/:cc2")) == 7)
- {
- _root.colo[i2] = _root.colo[i];
- _root.colo[i] = 7;
- tellTarget("/webby/web" add i2)
- {
- gotoAndStop(eval("/:cc1"));
- }
- tellTarget("/webby/web" add i)
- {
- gotoAndStop(7);
- }
- }
- i--;
- }
-