home *** CD-ROM | disk | FTP | other *** search
- function koko()
- {
- cc1 = ((zy * 3 + 0) * 4 + zx) * 3 + 1 + 13 + zy * 6 + 2;
- cc2 = ((zy * 3 + 0) * 4 + zx) * 3 + 2 + 13 + zy * 6 + 2;
- cc3 = ((zy * 3 + 0) * 4 + zx) * 3 + 3 + 13 + zy * 6 + 2;
- cc4 = ((zy * 3 + 1) * 4 + zx) * 3 + 1 + 13 + zy * 6 + 4;
- cc5 = ((zy * 3 + 1) * 4 + zx) * 3 + 2 + 13 + zy * 6 + 4;
- cc6 = ((zy * 3 + 1) * 4 + zx) * 3 + 3 + 13 + zy * 6 + 4;
- cc7 = ((zy * 3 + 2) * 4 + zx) * 3 + 1 + 13 + zy * 6 + 6;
- cc8 = ((zy * 3 + 2) * 4 + zx) * 3 + 2 + 13 + zy * 6 + 6;
- cc9 = ((zy * 3 + 2) * 4 + zx) * 3 + 3 + 13 + zy * 6 + 6;
- _root.hiary[cc1] = _root.mdata.substr(1,1);
- _root.hiary[cc2] = _root.mdata.substr(2,1);
- _root.hiary[cc3] = _root.mdata.substr(3,1);
- _root.hiary[cc4] = _root.mdata.substr(4,1);
- _root.hiary[cc5] = _root.mdata.substr(5,1);
- _root.hiary[cc6] = _root.mdata.substr(6,1);
- _root.hiary[cc7] = _root.mdata.substr(7,1);
- _root.hiary[cc8] = _root.mdata.substr(8,1);
- _root.hiary[cc9] = _root.mdata.substr(9,1);
- }
- stop();
-