home *** CD-ROM | disk | FTP | other *** search
- h = 12;
- while(h < 100)
- {
- j2 = h % 10;
- if(Number(j2) != 1 or Number(j2) != 0)
- {
- h1 = h - 1;
- h2 = h + 1;
- center = _root.colo[h];
- left = _root.colo[h1];
- right = _root.colo[h2];
- if(Number(center) < 7 and Number(center) == Number(left) and Number(center) == Number(right))
- {
- _root.killer[h] = 1;
- _root.killer[h1] = 1;
- _root.killer[h2] = 1;
- §/:ddweb§++;
- }
- h1 = h - 10;
- h2 = h + 10;
- center = _root.colo[h];
- left = _root.colo[h1];
- right = _root.colo[h2];
- if(Number(center) < 7 and Number(center) == Number(left) and Number(center) == Number(right))
- {
- _root.killer[h] = 1;
- _root.killer[h1] = 1;
- _root.killer[h2] = 1;
- §/:ddweb§++;
- }
- }
- h++;
- }
- h = 102;
- while(h < 110)
- {
- j2 = h % 10;
- if(Number(j2) != 1 or Number(j2) != 0)
- {
- h1 = h - 1;
- h2 = h + 1;
- center = _root.colo[h];
- left = _root.colo[h1];
- right = _root.colo[h2];
- if(Number(center) < 7 and Number(center) == Number(left) and Number(center) == Number(right))
- {
- _root.killer[h] = 1;
- _root.killer[h1] = 1;
- _root.killer[h2] = 1;
- §/:ddweb§++;
- }
- }
- h++;
- }
-