STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228084
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/69515369?noj=FRM69515369-2DC" width="1" height="1"></div>

block2.swf

This is the info page for
Flash #165736

(Click the ID number above for more basic data on this flash file.)


Text
ブロック崩し2(Block Kuzushi 2) (C)2006,2007 OffGao - オフガオ
Project Code : block2   Flash Player Version : 7

!"#$%&'()*+,-./0123456789:;<=>?
@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~

!"#$%&'()*+,-./0123456789:;<=>?
@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~

ActionScript [AS1/AS2]

Frame 2
stop();
Frame 3
stage = 1;
Instance of Symbol 14 MovieClip [EMPTY] in Frame 4
onClipEvent (load) { fg = 0; } onClipEvent (enterFrame) { if (!(Key.isDown(82) && (Key.isDown(Key.SHIFT)))) { fg = 0; } else if (fg == 0) { fg = 1; _root.gotoAndPlay("title"); } }
Instance of Symbol 4 MovieClip [ブロック] "blockbase" in Frame 4
onClipEvent (load) { item_sprite_init_comp = 1; }
Instance of Symbol 64 MovieClip [ボール] "ballbase" in Frame 5
onClipEvent (load) { xm = 0; ym = 0; timer = 0; } onClipEvent (enterFrame) { if (((xm != 0) || (ym != 0)) && (ym != 0.001)) { LOOP = _root.LOOP; z = 0; for ( ; z < (_root.bsp * 2) ; z++) { if (_y >= 400) { _y = 400; xm = 0; ym = 0.001; play(); _root.blle--; z = 99; break; } timer++; if (timer == 2500) { timer = 0; ym = ym + (random(20) / 40); } _x = _x + (xm / LOOP); _y = _y + (ym / LOOP); if (32 >= _y) { _y = 32; ym = ym * -1; _root.snd[2].start(); } if ((_y >= (_root.bar._y - 13)) && ((_root.bar._y - 2) >= _y)) { if ((_x >= (((_root.bar._x - 48) - (_root.bar.getbar() * 48)) - 9)) && (((_root.bar._x + 48) + (_root.bar.getbar() * 48)) >= _x)) { _y = _root.bar._y - 13; xm = (((_x + 5) - _root.bar._x) / (48 + (_root.bar.getbar() * 48))) * 8; ym = (10 - Math.abs(xm)) * -1; timer = 0; _root.snd[4].start(); } } if (_x >= (392 - 9)) { _x = 392 - 9; xm = xm * -1; _root.snd[2].start(); } if (8 >= _x) { _x = 8; xm = xm * -1; _root.snd[2].start(); } x = Math.floor((((_x - 8) + 9) + (xm / LOOP)) / 32); y = Math.floor((((_y - 32) + 4) + (ym / LOOP)) / 16); bl = _root.block[x][y]; bl2 = _root.block[Math.floor(((_x - 8) + (xm / LOOP)) / 32)][Math.floor((((_y - 32) + 4) + (ym / LOOP)) / 16)].block; if (!(((bl.block != 0) && (0 < xm)) && (((bl2 == 0) && (_root.bound == 1)) || ((bl2 != 5) && (_root.bound == 0))))) { x = Math.floor(((_x - 8) + (xm / LOOP)) / 32); y = Math.floor((((_y - 32) + 4) + (ym / LOOP)) / 16); bl = _root.block[x][y]; bl2 = _root.block[Math.floor((((_x - 8) + 9) + (xm / LOOP)) / 32)][Math.floor((((_y - 32) + 4) + (ym / LOOP)) / 16)].block; if (!(((bl.block != 0) && (xm < 0)) && (((bl2 == 0) && (_root.bound == 1)) || ((bl2 != 5) && (_root.bound == 0))))) { x = Math.floor((((_x - 8) + 4) + (xm / LOOP)) / 32); y = Math.floor(((_y - 32) + (ym / LOOP)) / 16); bl = _root.block[x][y]; if (!((bl.block != 0) && (ym < 0))) { x = Math.floor((((_x - 8) + 4) + (xm / LOOP)) / 32); y = Math.floor((((_y - 32) + 9) + (ym / LOOP)) / 16); bl = _root.block[x][y]; if ((bl.block != 0) && (0 < ym)) { if ((_root.bound == 1) || (bl.block == 5)) { _y = ((y * 16) + 32) - 9; ym = Math.abs(ym) * -1; } bl.nextblock(); } x = Math.floor((_x - 8) / 32); y = Math.floor((_y - 32) / 16); bl = _root.block[x][y]; if (bl.block != 0) { bl.nextblock(); } } else { if ((_root.bound == 1) || (bl.block == 5)) { _y = ((y * 16) + 32) + 16; ym = Math.abs(ym); } bl.nextblock(); } } else { if ((_root.bound == 1) || (bl.block == 5)) { _x = ((x * 32) + 8) + 32; xm = Math.abs(xm); } bl.nextblock(); } } else { if ((_root.bound == 1) || (bl.block == 5)) { _x = ((x * 32) + 8) - 9; xm = Math.abs(xm) * -1; } bl.nextblock(); } } } }
Frame 6
txt1 = "WELCOME TO OFFGAO WORLD!\n\n NOW INITALAIZING..."; LOOP = 3.2; BALL_MAX = 9; RANK_MAX = 100; localobj = SharedObject.getLocal("OffGao/block2"); if (localobj.data.ok == eval("undefined")) { localobj.data.ok = 1; localobj.data.stagemax = 1; localobj.data.rankname = [" ", " ", " ", " ", " ", " ", " ", " "]; } stagemax = localobj.data.stagemax;
Frame 10
stagedata = [["000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "105555555555", "111111111111", "000000000000", "000000000000", "110110110110", "000000000000", "000000000000", "444444444444", "000000000000", "000000000000", "000000000000", "444444444444", "000005500000", "10e010c01010", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000050000000", "000051500000", "000000000000", "00000000500d", "111111111111", "000000000000", "000000000000", "444444444444", "000000000000", "bcbeeeeeeeee", "000000000000", "000e51111111", "qqqqqqqqqqqq", "000000000000", "222222222222", "000000000000", "005151505150", "e0e0e0010101", "000400004000", "000000000000", "000000000000", "111111111111", "100000000001", "444444444444", "44z444444z44", "000000000000", "444444444444", "444444444444", "0a0b0c0d0e00", "000000000000", "aa00aa00aa50", "d000500z5111", "05123zz32150", "444444444444", "111111111111", "000444440030", "000222000000", "000006000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "100000000000", "000000000000", "000000000000", "1101101e0110", "000000000000", "e1e1e1e1e1e1", "000000000000", "000000000000", "222222i22222", "000000000000", "444444444444", "111115511111", "010101010101", "000000000000", "000000000000", "000000000000", "000000000000", "555500000000", "000000000000", "044050000000", "000051500000", "000000000000", "111111115000", "11e111111111", "000000000000", "555550000000", "z4z4z4z4z4z4", "555000000000", "aaceeeeeeeee", "000000000000", "000051111111", "444444444444", "000000000000", "222222222222", "a11a11aa11a1", "051505151505", "444444444444", "000404404000", "000000000000", "000000000000", "000000000000", "000000000000", "555555555555", "333333333333", "444444444444", "444444444444", "444444444w44", "000000000000", "055555555500", "5550aa00aa50", "555055555155", "05123zz32150", "444444444444", "555545454555", "000444440030", "000222000000", "000006000000", "000000000000", "123456781234", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["111111111111", "000000000000", "000000000000", "222222222222", "000000000000", "555555555500", "100000000000", "000000000000", "000000000000", "110110110110", "222222222222", "000000000000", "555555555500", "000000000000", "000000000000", "000000000000", "444444444444", "111115511111", "101010101010", "000000000000", "000000000000", "000000000000", "000000000000", "000500000000", "000000000000", "044050000000", "000051500000", "444400000000", "055555555550", "111111111e11", "000000000000", "00e050000000", "444444444444", "405000000000", "055555554444", "111111111111", "555551111111", "sss333333sss", "000000000000", "222222222222", "a111a111a11a", "055151515050", "e0e0e0010101", "000404404000", "000000000000", "000000000000", "000000000000", "555550055555", "555555555555", "222222222222", "444444x44444", "444444444444", "4x4444v44444", "444444444444", "050001111500", "aa50aa00aa50", "01505l005151", "005123321500", "44w444444x44", "115115151511", "004444444330", "002222200000", "006006000600", "222020020200", "800000000005", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "001c1111c100", "11111111111c", "000000000000", "000000000000", "000000000000", "105555555555", "000000000000", "000000000000", "110110110110", "000000000000", "1e1e1e1e1e1e", "000000000000", "000000000000", "111111111111", "000000000000", "444444444444", "000005500000", "010101010101", "000000000000", "000000000000", "000000000000", "000000000000", "020500000000", "000000000000", "000050000000", "000051500000", "000400000000", "000500000050", "1111e1111111", "000000000000", "000050000000", "z4z4z4z4z4z4", "405000000000", "000000054444", "cccccccccccc", "111111111111", "222222222222", "000000000000", "222222222222", "11a111a11a11", "051505151505", "444444444444", "000404404000", "111111111111", "000000000000", "555555005555", "1e15500551e1", "545545554555", "333333333333", "444444444444", "444444444444", "444444444z44", "444444444444", "050505555500", "555000555550", "555055555151", "000512215000", "444444444444", "115555555555", "004444444330", "002222200000", "006006010600", "200020020220", "700000000006", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["111111111111", "001111111100", "111111111111", "111111111111", "122334433221", "005555555555", "105000000000", "111111111111", "000000000000", "1101e0110110", "222222222222", "005500005500", "000000000000", "000000000000", "111111111111", "000000000000", "444444444444", "111115511111", "1010101010e0", "000000000000", "000000000000", "000000000000", "000000000000", "000500000000", "111111111111", "555550000000", "000051500000", "0d0400000000", "000522222250", "111111111111", "000000000000", "055555555555", "444444444444", "405000000000", "555555054444", "111111111111", "155555555511", "111111111111", "000000000000", "222222222222", "a111akka111a", "055151505150", "e0e0e0010101", "000404404000", "e1111111111e", "000000000000", "000000000000", "111555005111", "555555555555", "222222222222", "000000000000", "444444444444", "4444z4444444", "444444444444", "050505111500", "aa5000511500", "515050l05151", "000051150000", "444444444444", "115111111111", "044444444430", "000222000000", "006006666600", "200022020202", "600000000007", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "001111111100", "e1e1ea1e1e1e", "111111111111", "e22334433221", "000000000000", "105000000000", "000000000000", "000000000000", "1101101101e0", "000000000000", "e1e1e1e1e1e1", "005555555555", "000000000000", "000000000000", "000000000000", "444444444444", "111115511111", "0d0101010101", "111111111111", "000000000000", "000000000000", "000000000000", "555500000000", "00000q000000", "000000000000", "000051500000", "000400004444", "555555550050", "111111111111", "000000000000", "050000000000", "z4z4z4z4z4z4", "405000000000", "444445054444", "000000000000", "151111111511", "222222222222", "000000000000", "222222222222", "11a1111a1a11", "051515051505", "444444444444", "000404404000", "111111111111", "000000000000", "000000000000", "000550055000", "555555555555", "11111c111111", "555555555555", "444444444444", "4z4444444z44", "440044440044", "050505555500", "aa5000511500", "555055555151", "000000000000", "44z444444z44", "555445555555", "044444444430", "000222000000", "006000000000", "200022020202", "500000000008", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["111111111e11", "001111111100", "000000000000", "000000000000", "000000000000", "555555555500", "105000000000", "551111111111", "000000000000", "110110110110", "2222i2222222", "000000000000", "000000000000", "000000000000", "002222222200", "000000000000", "444444444444", "000005500000", "101010101010", "000000000000", "000000000000", "000000000000", "111111111111", "000000000000", "000032300000", "000000000000", "111151544444", "444400004000", "050050000050", "1111111e1111", "000000000000", "055555000000", "444444444444", "555000000000", "455555054444", "000000000000", "555555555555", "sss333333sss", "000000000000", "222222222222", "a111a11a111a", "055151515050", "e0e0e0010101", "000404404000", "e1111111111e", "000505005000", "550055555555", "000500555000", "555553555355", "111111111111", "111111111500", "444444444444", "444444444444", "440044440044", "05050aaa0500", "a55555555555", "5150500l5151", "000051150000", "444444444444", "115441c1c1c1", "001111313000", "000020000000", "006000000000", "222020220202", "432187654321", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "001111111100", "000000000000", "000000000000", "111b0000e111", "000000000000", "105000000000", "000000000000", "000000000000", "1e0110110110", "000000000000", "1e1e1e1e1e1e", "000000000000", "000000000000", "001111111100", "000000000000", "444444444444", "111115511111", "010101010101", "000000000000", "000000000000", "000000000000", "2j2222222222", "000000000000", "00032s230000", "111111111111", "111151544444", "0000000040c0", "054051000050", "1e1111111111", "000000000000", "0550z5000000", "z4z4z4z4z4z4", "202020202020", "450000054444", "555445555555", "111115111111", "444444444444", "000000000000", "2l22222222l2", "cccccccccccc", "051515051505", "444444444444", "000404404000", "111111111111", "000505005000", "000000000000", "000550055000", "555555555555", "222222222222", "555555555500", "444444444444", "4z44444z4444", "440044440044", "05050aaa0500", "a5a0a0a0a0a0", "555055555151", "000512215000", "444444444444", "11555c1c1c1c", "001111313000", "000020000000", "006666666666", "200020220202", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["111111111111", "001111111100", "000000000000", "000000000000", "111000000111", "005555555555", "105000000000", "555511111111", "000000000000", "110110110110", "222222222222", "005500005500", "000000000000", "000000000000", "002222222200", "000000000000", "444444444444", "111115511111", "101010101010", "000000000000", "000000000000", "000000000000", "2222222222i2", "001111111100", "000032300000", "000000000000", "111151544444", "000000004000", "055555555550", "11111111e111", "000000000000", "055005000000", "444444444444", "20202020j020", "450555554444", "005445000000", "111115111111", "sss333333sss", "000000000000", "22l222222l22", "000000000000", "055151505150", "e0e0e0010101", "000404404000", "e1111111111e", "000505115000", "000000000000", "000555005000", "555555555555", "44z4444z4444", "111111100500", "444444444444", "000000000000", "004400004400", "05050aaa0500", "a50a0a0a0a0a", "515050l05151", "005123321500", "44z444444z44", "555551c1c1c1", "001113333300", "002222200000", "000000000000", "200020020202", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "000000000000", "000000000000", "000000000000", "110000000011", "000000000000", "105000000000", "000000000000", "000000000000", "110110110e10", "000000000000", "e1e1e1e1e1e1", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000005500000", "010a01010101", "111111111111", "555555555555", "000000000000", "111111111111", "00111ij11100", "00000p000000", "000000555555", "111151544444", "000000004444", "000051555050", "111111111111", "555555555555", "055555000000", "z4z4z4z4z4z4", "202020202020", "450544444444", "005445000000", "555555555555", "222222222222", "000000000000", "222l2222l222", "555000000555", "050515151505", "444444444444", "000404404000", "111111111111", "000505555000", "555555555005", "000550055000", "555255552555", "222222222222", "555555550544", "cececececece", "000000000000", "004400004400", "05050ada0500", "a5a0a0a0a0a0", "555055555151", "05123zz32150", "44z444444z44", "111151111111", "001113333300", "002222200000", "666666666660", "200020020202", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["11111a111111", "000000000000", "555550055555", "i2222222222h", "a00000000001", "555555555500", "105000000000", "555555111111", "000000000000", "1e0110110110", "2222j2222222", "000000000000", "111111111111", "000000000000", "000000000000", "000000000000", "000000000000", "111115511111", "101010101010", "000000000000", "000000000000", "000000000000", "000000000000", "001111111100", "111111111111", "000000544440", "1b1151544444", "444400000000", "000051555050", "111111b11e11", "11111551111e", "050000000000", "555555555555", "20l020202020", "450555555444", "005555000000", "111111111111", "111111111111", "000000000000", "2222l22l2222", "115000000511", "055051515050", "e0e0e0010101", "000404404000", "e1111111111e", "0005000b5000", "000000000000", "000500555000", "555555555555", "444444444444", "111111150500", "000000000000", "000055050000", "004400004400", "05050aaa0500", "v55000000555", "51505l005151", "05123zz32150", "44z444444z44", "555525544555", "000111333000", "000020000000", "000000000000", "200020020220", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "105000000000", "000000000000", "000000000000", "110110110110", "000000000000", "1e1e1e1e1e1e", "hhhhhhhhhhhh", "555555555555", "000000000000", "000000000000", "llllllllllll", "111115511111", "010101010101", "000000000000", "00000k200000", "000000000000", "000000000000", "000000000000", "000000000000", "000000500000", "111151544444", "000400000000", "555555555050", "11e111111111", "111115511111", "050055550000", "d1d1d1d1d1d1", "202020202020", "450000005444", "zzzzz5000000", "555525555555", "222222222222", "000000000000", "22222ll22222", "115000000511", "050515151505", "444444444444", "000404404000", "111111111111", "000555555000", "000000000000", "000550055000", "555555555555", "333333333333", "111111155500", "000000000000", "000550055000", "440044440044", "05050aaa0500", "vv50000005vv", "555055555151", "005123321500", "44z444444z44", "e5e525144514", "000111333000", "000020000000", "066666666666", "222020020200", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "005555555555", "105000000000", "555555551111", "000000000000", "1101101e0110", "222222222222", "005500005500", "pppppppppppp", "000000000000", "444444444444", "000000000000", "iiiiiiiiiiii", "000000000000", "10101010e010", "000000000000", "000000000000", "000000000000", "000000000000", "001111111100", "000000000000", "000000555555", "111151544444", "0b0400000000", "055555551150", "111111111111", "000005500000", "050050z50000", "111111111111", "20202020h020", "455555005444", "zzzzz5000000", "0e0525000000", "ppp333333sss", "000000000000", "2222l22l2222", "115000000511", "05515051515d", "e0e0e0010101", "000404404000", "000000000000", "000000000000", "555005555555", "000555005000", "515555551555", "44z444444z44", "000000054000", "555550000555", "005550555500", "440044440044", "e50500000500", "vv50000005vv", "515050l05151", "000512215000", "444444444444", "555555155555", "000444330000", "000202000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "105000000000", "000000000000", "000000000000", "110110110110", "000000000000", "e1e1e1e1e1e1", "jjjjjjjjjjjj", "000000000000", "000000000000", "000000000000", "jjjjjjjjjjjj", "j11111111111", "010101010101", "111111111111", "000000000000", "000000000000", "000000000000", "00111kl11100", "000000000000", "000000000000", "111151544444", "000400004444", "055555551150", "111111111111", "000005500000", "050050050000", "000000000000", "202020202020", "444445005444", "zzzzz5000000", "555555000000", "444444444444", "000000000000", "222l2222l222", "115000000511", "051505150500", "444444444444", "000404404000", "000000000000", "000000000000", "000000000000", "000550055000", "555555555555", "333333333333", "555555455555", "aa5a500005aa", "055500005550", "440044440044", "e50555555500", "005000000500", "555055555151", "000051150000", "444444444444", "111155111111", "000444330000", "000202000000", "666666666660", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "555555555500", "c05555555555", "55555555551d", "000000000000", "1c01101101a0", "2222h2222222", "000000000000", "11e11ee11e11", "000000000000", "222222222222", "000000000000", "000000000000", "111111111111", "10e010101010", "000000000000", "055554455550", "000000000000", "000000000000", "001111111100", "000000000000", "000000000000", "111151544444", "444400004000", "055555555550", "1111d111c111", "000005500000", "050055550000", "000000000000", "2020k0202020", "444445005444", "zzzzz5000000", "000000000000", "sss333333ooo", "000000000000", "22l222222l22", "115000000511", "055150515000", "e0e0e0010101", "000404404000", "000000000000", "000500005000", "000000000000", "000550055000", "555555515555", "44z444444z44", "ddd004450004", "aa5a500005aa", "555000000555", "004400004400", "e50000000000", "555555555555", "5150500l5151", "000005500000", "44z444444z44", "1111z5155555", "004334110000", "002000200000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "1e1e1e1e1e1e", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "010101010101", "555554555555", "050000000050", "000000000000", "000000000000", "000000000000", "555555000000", "000000000000", "111151544444", "0000000040a0", "000050505050", "111111111111", "555005500555", "050000000000", "000000000000", "202020202020", "000000000000", "555555dddddd", "000000000000", "222222222222", "000000000000", "2j22222222j2", "115000000511", "050515050000", "444444444444", "000404404000", "555550055555", "000522225000", "555555550055", "000550055000", "555555555515", "222222222222", "000005555555", "aa5a500005aa", "550000000055", "004400004400", "e55555555555", "000000000000", "555055555151", "000000000000", "444444444444", "111115151111", "004334110000", "002000200000", "066666666666", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "005555555555", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "00000d000000", "000000000000", "000000000000", "000000000000", "000000000000", "555554555555", "050050050050", "000000000000", "000000000000", "000000000000", "000005000000", "000000000000", "11115c544444", "000000004000", "555555555050", "11a11111e111", "115005500511", "050000555500", "000000000000", "202020202020", "000000000000", "000000000000", "11111d111111", "111111111111", "555555555555", "222222222222", "115000000511", "055150500000", "e0e0e0010101", "000404404000", "000000000000", "000555555000", "000000000000", "000000000000", "555055555555", "z444v444444w", "000005555555", "005050000500", "500000000005", "004400004400", "e5aa545cc5cc", "da0a0a0a0a0a", "515050l05151", "000000000000", "444444444444", "555555155555", "003344411000", "111111113333", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "a1a1a1a1a1a1", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "555554555555", "050050050050", "555555555555", "000000000000", "000000000000", "111115111111", "000000000000", "000051500000", "000000004444", "055555550050", "111111111111", "115005500511", "d5555050z500", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "115000000511", "051505000000", "000000000000", "000404404000", "000000000000", "000000000000", "000000000000", "000000000000", "555d55555555", "000000000000", "000000000000", "005050000500", "000000000000", "4z44444444z4", "e5555455c555", "a0a0a0a0a0a0", "555055555251", "555550055555", "44z444444z44", "1111z5151111", "003344411000", "111111113333", "666666666660", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "555555555500", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "555553555555", "050050050050", "111111111111", "111111111111", "000000000000", "111115111111", "00d000000000", "000051500000", "000000000000", "055555555550", "111111111111", "115005500511", "000050500500", "000000000000", "000000000000", "000000000000", "000000000000", "555500000000", "000000000000", "000000000000", "000000000000", "115000000511", "055150000000", "000000000000", "000404404000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "005050000500", "000000000000", "444444444444", "e5aa545cc511", "0a0a0a0a0a0a", "0150500a5251", "550000000055", "444444444444", "555555d55555", "003344411000", "111111113333", "000000000000", "666666666666", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "555555555555", "000000000000", "000000000000", "000000000000", "555552555555", "151150051151", "000000000000", "000000000000", "000000000000", "000005000000", "000000000000", "000051500000", "000000000000", "000055555150", "111e11111111", "005005500500", "000055555555", "000000000000", "000000000000", "000000000000", "000000000000", "100500000000", "000000000000", "000000000000", "000000000000", "115000000511", "050500000000", "555555555555", "000404404000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "005050000500", "000000000000", "444444444444", "e55555555555", "a0a0a0a0a0a0", "555055555555", "500000000005", "444444444444", "a11115151111", "003344411000", "111111113333", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "111111111111", "000000000000", "000000000000", "000000000000", "555551555555", "555550055555", "000000000000", "000000000000", "000000000000", "000005000000", "000000000000", "000051500000", "000000000000", "555555555550", "eeeeeeeeeeee", "005005500500", "000050444444", "000000000000", "000000000000", "000000000000", "000000000000", "555500000000", "000000000000", "000000000000", "000000000000", "555000000555", "000000000000", "5555555555d5", "000404404000", "444444444444", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "005050000500", "111111111111", "444444444444", "000000000511", "000000000000", "000050000000", "000000000000", "444444444444", "555555155555", "000314331000", "111111113333", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "111111111111", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000005000000", "000000000000", "000051500000", "000000000000", "000000000000", "eeeeeeeeeeee", "005005500500", "000050444444", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "555000000555", "000000000000", "550000000055", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "005050000500", "000000000000", "000000000000", "000000000511", "000000000000", "000000000000", "000000000000", "444444444444", "555555155555", "000314331000", "111111113333", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"], ["000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "555555555550", "000000000000", "000000000000", "000001000000", "000000000000", "000000000000", "000000000000", "000000000000", "151515151515", "000000000000", "055550555550", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "550000000055", "000000000000", "000000000000", "000005000000", "000000000000", "000051500000", "000000000000", "000000000555", "111111111111", "005005500555", "000055555555", "000000000000", "000000000000", "000000000000", "000000000000", "555555555555", "000000000000", "111111111111", "000000000000", "555000000555", "505050505050", "555555555555", "000000000000", "111111111111", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "005050000500", "000000000000", "000000000000", "000000000511", "555555555555", "000000000000", "000000000000", "444444444444", "555555155555", "000011331000", "111111113333", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000", "000000000000"]];
Frame 11
function printscore() { txt1 = ""; strbf = "000000" + score; txt1 = txt1 + ("SC-" + strbf.substr(-6, 6)); strbf = "00" + stage; txt1 = txt1 + (" ST-" + strbf.substr(-2, 2)); strbf = "0" + life; txt1 = txt1 + (" LIFE-" + strbf.substr(-1, 1)); } function menuHandler(obj, menuObj) { if (!(((brf == 0) || (blle == 0)) || (ble == 0))) { menuObj.customItems[0].enabled = true; } else { menuObj.customItems[0].enabled = false; } } function deadball(obj, item) { if (((brf != 0) && (blle != 0)) && (ble != 0)) { a = 0; for ( ; a < BALL_MAX ; a++) { if (((ball[a].xm != 0) || (ball[a].ym != 0)) && (ball[a].ym != 0.001)) { ball[a].play(); ball[a].xm = 0; ball[a].ym = 0.001; } } blle = 0; } } score = 0; life = 0; brf = 1; bound = 0; timer = 0; blle = 0; itemmax = 0; hard = 0; itemb = []; snd = []; a = 1; for ( ; 8 >= a ; a++) { snd[a] = new Sound(); snd[a].attachSound("s" + a); } snd[1].setVolume(50); block = []; a = 0; for ( ; a < 14 ; a++) { block[a - 1] = []; } a = 0; b = 0; c = 0; for ( ; a < (12 * 23) ; a++ , b++) { if (b >= 12) { b = 0; c++; } blockbase.duplicateMovieClip("_block" + a, 1000 - a); block[b][c] = eval ("_block" + a); block[b][c]._x = (b * 32) + 8; block[b][c]._y = (c * 16) + 32; } a = -1; for ( ; a < 24 ; a++) { block[-1][a] = new Object(); block[12][a] = new Object(); block[-1][a].block = 0; block[12][a].block = 0; } a = -1; for ( ; a < 13 ; a++) { block[a][-1] = new Object(); block[a][23] = new Object(); block[a][-1].block = 0; block[a][23].block = 0; } ball = []; a = 0; for ( ; a < BALL_MAX ; a++) { ballbase.duplicateMovieClip("_ball" + a, 2000 - a); ball[a] = eval ("_ball" + a); } blockdata = []; blockdata["0"] = [0, 0]; blockdata["1"] = [1, 0]; blockdata["2"] = [2, 0]; blockdata["3"] = [3, 0]; blockdata["4"] = [4, 0]; blockdata["5"] = [5, 0]; blockdata.a = [1, 1]; blockdata.b = [1, 2]; blockdata.c = [1, 3]; blockdata.d = [1, 4]; blockdata.e = [1, 5]; blockdata.h = [2, 1]; blockdata.i = [2, 2]; blockdata.j = [2, 3]; blockdata.k = [2, 4]; blockdata.l = [2, 5]; blockdata.o = [3, 1]; blockdata.p = [3, 2]; blockdata.q = [3, 3]; blockdata.r = [3, 4]; blockdata.s = [3, 5]; blockdata.v = [4, 1]; blockdata.w = [4, 2]; blockdata.x = [4, 3]; blockdata.y = [4, 4]; blockdata.z = [4, 5]; myContextMenu = new ContextMenu(menuHandler); with (myContextMenu.builtInItems) { forward_back = false; loop = false; play = false; print = false; quality = false; rewind = false; zoom = false; save = false; } myContextMenu.customItems.push(new ContextMenuItem("\u81EA\u6EC5 (&Lose Ball)", deadball)); _root.menu = myContextMenu; bsp = 1; bspstr = ["NULL", "NORMAL", "HARD", "CRAZY"];
Frame 13
printscore(); txt1 = txt1 + "\n\n LOADING RANKING...";
Instance of Symbol 14 MovieClip [EMPTY] "load" in Frame 14
onClipEvent (load) { dat = new Date(); this.loadVariables(("ranking.dat" + "?") + dat.getTime()); } onClipEvent (data) { _root.play(); }
Frame 14
stop();
Frame 15
rank = []; a = 1; for ( ; 10 >= a ; a++) { rank["name" + a] = null; rank["score" + a] = null; rank["level" + a] = null; } a = 1; for ( ; RANK_MAX >= a ; a++) { dbf = eval ("_root.load.name" + a).split("@"); rank["name" + a] = dbf[0]; rank["level" + a] = dbf[1]; rank["score" + a] = eval ("_root.load.score" + a); }
Frame 18
x = 0; y = 0; for ( ; y < 23 ; x++) { if (11 < x) { x = 0; y++; } if (block[x][y].getblock() != 0) { block[x][y].delete3(); } } a = 0; for ( ; a < BALL_MAX ; a++) { ball[a]._x = -10; ball[a].xm = 0; ball[a].ym = 0; } c = 0; for ( ; c < 23 ; c++) { b = 0; for ( ; b < 12 ; b++) { with (block[b][c]) { item._x = 4; item._y = 0; item.setitem(0); } } } printscore(); currentrank = 0; count = 10; fg = 0; brf = 1; bound = 0; timer = 0; blle = 0; itemmax = 0;
Frame 23
printscore(); txt1 = txt1 + "\n\n\n BLOCK KUZUSHI 2\n\n\n\n\n NO NAME SCORE ST\n gggggggggggggggggggggg\n"; a = currentrank + 1; b = 1; for ( ; 10 >= b ; a++ , b++) { strbf = " " + a; txt1 = txt1 + (strbf.substr(-3, 3) + ": "); strbf = rank["name" + a] + " "; txt1 = txt1 + strbf.substr(0, 8); strbf = " " + rank["score" + a]; txt1 = txt1 + strbf.substr(-7, 7); strbf = " " + rank["level" + a]; txt1 = txt1 + (strbf.substr(-3, 3) + newline); } txt1 = txt1 + " gggggggggggggggggggggg\n "; strbf = "00" + (currentrank + 1); txt1 = txt1 + (strbf.substr(-3, 3) + "-"); strbf = "00" + (currentrank + 10); txt1 = txt1 + (strbf.substr(-3, 3) + " "); strbf = "00" + ((currentrank / 10) + 1); txt1 = txt1 + (strbf.substr(-2, 2) + "/"); strbf = "00" + (RANK_MAX / 10); txt1 = txt1 + (strbf.substr(-2, 2) + " "); txt1 = txt1 + "\n gggggggggggggggggggggg\n (C)2006,2007 OFFGAO"; a = 0; b = 0; c = 0; d = 0;
Frame 26
if ((count < 1) || (count == 9)) { if (fg == 1) { if (0 < currentrank) { currentrank = currentrank - 10; gotoAndPlay("printrank"); } } if (fg == 2) { if (currentrank < (RANK_MAX - 10)) { currentrank = currentrank + 10; gotoAndPlay("printrank"); } } } count--; if (fg == 0) { count = 9; } if (Key.isDown(Key.INSERT)) { count = 6; gotoAndPlay("version"); } if ((Key.isDown(68) && (Key.isDown(69))) && (Key.isDown(76))) { localobj.data.ok = 1; localobj.data.stagemax = 1; localobj.data.rankname = [" ", " ", " ", " ", " ", " ", " ", " "]; gotoAndPlay(3); }
Frame 27
prevFrame(); play();
Frame 28
printscore(); currentrank = 0; count = 10; fg = 0;
Frame 35
printscore(); txt1 = txt1 + "\n\n\n STAGE SELECT\n\n\n gggggggggggggggggggggg\n"; txt1 = txt1 + " STAGE: "; strbf = "00" + stage; txt1 = txt1 + (strbf.substr(-2, 2) + "/"); strbf = "00" + stagemax; txt1 = txt1 + (strbf.substr(-2, 2) + ""); txt1 = txt1 + "\n gggggggggggggggggggggg\n gggggggggggggggggggggg\n"; txt1 = txt1 + " SPEED: "; txt1 = txt1 + bspstr[bsp]; txt1 = txt1 + "\n gggggggggggggggggggggg"; a = 0; b = 0; c = 0; d = 0;
Frame 36
if ((count < 1) || (count == 9)) { if (fg == 1) { if (1 < stage) { stage--; gotoAndPlay("printstage"); } } if (fg == 2) { if (stage < stagemax) { stage++; gotoAndPlay("printstage"); } } if (fg == 3) { if (1 < bsp) { bsp--; gotoAndPlay("printstage"); } } if (fg == 4) { if (bsp < 3) { bsp++; gotoAndPlay("printstage"); } } } count--; if (fg == 0) { count = 9; }
Frame 37
prevFrame(); play();
Frame 38
printscore(); currentrank = 0; count = 10; fg = 0; bsp = 1;
Frame 43
printscore(); txt1 = txt1 + "\n\n\n STAGE SELECT\n\n\n gggggggggggggggggggggg\n"; txt1 = txt1 + " STAGE: "; strbf = "00" + stage; txt1 = txt1 + (strbf.substr(-2, 2) + "/"); strbf = "00" + stagemax; txt1 = txt1 + (strbf.substr(-2, 2) + ""); txt1 = txt1 + "\n gggggggggggggggggggggg\n\n"; txt1 = txt1 + newline; a = 0; b = 0; c = 0; d = 0;
Frame 44
if ((count < 1) || (count == 9)) { if (fg == 1) { if (1 < stage) { stage--; gotoAndPlay("printstage2"); } } if (fg == 2) { if (stage < stagemax) { stage++; gotoAndPlay("printstage2"); } } if (fg == 3) { if (1 < bsp) { bsp--; gotoAndPlay("printstage2"); } } if (fg == 4) { if (bsp < 3) { bsp++; gotoAndPlay("printstage2"); } } } count--; if (fg == 0) { count = 9; }
Frame 45
prevFrame(); play();
Frame 46
printscore(); score = 0;
Instance of Symbol 58 MovieClip [バー] "bar" in Frame 47
onClipEvent (load) { timer = 0; } onClipEvent (enterFrame) { _x = _root._xmouse; if (getbar() != 0) { if (_x < 104) { _x = 104; } if (296 < _x) { _x = 296; } } else { if (_x < 56) { _x = 56; } if (344 < _x) { _x = 344; } } if (tate != 1) { _y = 380; } else { _y = _root._ymouse; if (_y < 36) { _y = 36; } if (380 < _y) { _y = 380; } } if (_root.brf == 0) { _root.ball[0]._x = (_x - 5) + (((_x - 200) * -1) / 20); _root.ball[0]._y = _y - 13; } timer++; if (30 < timer) { timer = 0; } } onClipEvent (mouseDown) { if (_root.brf == 0) { _root.brf = 1; _root.ball[0]._x = (_x - 5) + (((_x - 200) * -1) / 20); _root.ball[0]._y = _y - 13; _root.ball[0].xm = 0; while (_root.ball[0].xm == 0) { _root.ball[0].xm = random(11) - 5; } _root.ball[0].ym = (10 - Math.abs(_root.ball[0].xm)) * -1; } }
Frame 49
stopAllSounds();
Frame 50
life = 3; printscore(); txt1 = txt1 + ("\n\n\n\n\n STAGE " + stage); x = 0; y = 0; ble = 0; bound = 1; bar.setbar(0); bar.tate = 0; power = 0; itemmax = 0;
Frame 101
a = 0; while (a < 2) { bl = stagedata[y][stage - 1].substr(x, 1).charAt(); if (blockdata[bl][0] != 0) { a++; if (blockdata[bl][0] < 5) { ble++; } } block[x][y].setblock(blockdata[bl][0]); if (blockdata[bl][1] != 0) { block[x][y].item.setitem(blockdata[bl][1] + 6); } block[x][y].item.item = 0; block[x][y].item.itemstk = blockdata[bl][1]; if (blockdata[bl][1] != 0) { itemb[itemmax] = [x, y]; itemmax++; } block[x][y]._alpha = 100; block[x][y].item._alpha = 30; x++; if (11 < x) { x = 0; y++; } if (y == 23) { a = 99; gotoAndPlay("start2"); } } itemb[itemmax] = [-1, -1]; printscore();
Frame 102
prevFrame(); play();
Frame 103
brf = 0; blle = 1; cou = 5; _root.bar.timer = 0;
Frame 105
printscore(); cou++; if (2 < cou) { cou = 0; a = 0; for ( ; a < itemmax ; a++) { with (block[itemb[a][0]][itemb[a][1]]) { if (!item_sprite_init_comp) { item_sprite_init_comp = 1; item._x = 4; item._y = 0; } if (0 < item.itemstk) { if ((_root.bar.timer >= 0) && (2 >= _root.bar.timer)) { item._alpha = 60; _alpha = 70; } if ((_root.bar.timer >= 6) && (8 >= _root.bar.timer)) { item._alpha = 30; _alpha = 100; } } if (brf == 1) { if (0 < item.item) { item._alpha = 100; _alpha = 100; item._y = item._y + 4; if ((item.gety() >= (_root.bar._y - 22)) && (_root.bar._y >= item.gety())) { if ((item.getx() >= (((_root.bar._x - 48) - (_root.bar.getbar() * 48)) - 24)) && (((_root.bar._x + 48) + (_root.bar.getbar() * 48)) >= item.getx())) { _root.snd[3].start(); item._y = 1000; _root.score = _root.score + 10; if (item.item == 1) { _root.bar.setbar(1); } else if (item.item == 2) { _root.power = 1; } else if (item.item == 3) { _root.bound = 0; } else if (item.item == 4) { _root.bar.tate = 1; } else if (item.item == 5) { c = 0; for ( ; c < _root.BALL_MAX ; c++) { if ((_root.ball[c].xm == 0) && (_root.ball[c].ym == 0)) { _root.ball[c]._x = (_root.bar._x - 5) + (((_root.bar._x - 200) * -1) / 20); _root.ball[c]._y = _root.bar._y - 13; _root.ball[c].xm = 0; while (_root.ball[c].xm == 0) { _root.ball[c].xm = random(11) - 5; } _root.ball[c].ym = (10 - Math.abs(_root.ball[c].xm)) * -1; c = 999; _root.blle++; } } } item.item; } } if (item.gety() >= 390) { item.setitem(0); item._x = 4; item._y = 0; c = a; for ( ; c < _root.itemmax ; c++) { _root.itemb[c] = _root.itemb[c + 1]; } itemmax--; a--; } } } } } } if (ble == 0) { gotoAndPlay("clear"); } if (blle == 0) { gotoAndPlay("miss"); }
Frame 106
prevFrame(); play();
Frame 107
printscore(); txt1 = txt1 + "\n\n\n\n\n CLEAR!"; x = 0; y = 0; a = 0; for ( ; a < BALL_MAX ; a++) { ball[a]._x = -10; ball[a].xm = 0; ball[a].ym = 0; } c = 0; for ( ; c < 23 ; c++) { b = 0; for ( ; b < 12 ; b++) { with (block[b][c]) { item._x = 4; item._y = 0; item.setitem(0); } } }
Frame 108
a = 0; for ( ; a < 1 ; x++) { if (11 < x) { x = 0; y++; } if (y == 23) { a = 99; gotoAndPlay("clear2"); } if (block[x][y].getblock() != 0) { a++; block[x][y].delete3(); } }
Frame 109
prevFrame(); play();
Frame 170
bbn = blle * 100; lin = life * 100; score = score + (bbn + lin); printscore(); txt1 = txt1 + "\n\n\n\n\n CLEAR!\n\n\n\n aeeeeee BONUS eeeeeeeb\n f f\n"; txt1 = txt1 + (((((" f BALL:" + blle) + " ") + "") + bbn) + " POINT f\n f f\n"); txt1 = txt1 + (((((" f LIFE:" + life) + " ") + "") + lin) + " POINT f\n"); txt1 = txt1 + " deeeeeeeeeeeeeeeeeeeec"; x = 0; y = 0; for ( ; y < 23 ; x++) { if (11 < x) { x = 0; y++; } if (block[x][y].getblock() != 0) { block[x][y].delete3(); } } c = 0; for ( ; c < 23 ; c++) { b = 0; for ( ; b < 12 ; b++) { with (block[b][c]) { item._x = 4; item._y = 0; item.setitem(0); } } }
Frame 321
stage++; if (localobj.data.stagemax < stage) { localobj.data.stagemax = stage; stagemax = stage; } if (stage != 61) { gotoAndPlay("start"); } else { gotoAndPlay("allclear"); }
Frame 423
life--; if (0 >= life) { gotoAndPlay("gameover"); } else { gotoAndPlay("start2"); }
Frame 425
printscore(); txt1 = txt1 + "\n\n\n\n\n GAME OVER"; x = 0; y = 0; for ( ; y < 23 ; x++) { if (11 < x) { x = 0; y++; } if (block[x][y].getblock() != 0) { block[x][y].delete3(); } } c = 0; for ( ; c < 23 ; c++) { b = 0; for ( ; b < 12 ; b++) { with (block[b][c]) { item._x = 4; item._y = 0; item.setitem(0); } } }
Frame 686
x = 0; y = 0; for ( ; y < 23 ; x++) { if (11 < x) { x = 0; y++; } if (block[x][y].getblock() != 0) { block[x][y].delete3(); } } c = 0; for ( ; c < 23 ; c++) { b = 0; for ( ; b < 12 ; b++) { with (block[b][c]) { item._x = 4; item._y = 0; item.setitem(0); } } } if (rank["score" + RANK_MAX] >= score) { gotoAndPlay("rankload"); } else { gotoAndPlay("rankin"); }
Frame 688
stage = 65; x = 0; y = 0; count = 0; mode = 0; bonus = 50000; ctspd = 7; count2 = ctspd - 1; mes = [bonus, bonus, bonus, " "]; c = 0; for ( ; c < 23 ; c++) { b = 0; for ( ; b < 12 ; b++) { with (block[b][c]) { item._x = 4; item._y = 0; item.setitem(0); } } }
Frame 690
stage = 60; printscore(); stage = 65; txt1 = txt1 + ((("\n\n\n\n ALL STAGE CLEAR!\n\n CONGRATULATIONS!!\n\n\n\n" + "\naeeeeeeeeeeeeeeeeeeeeeeb\nf f\nf THANK YOU FOR PLAING.f\nf f\nf f\nf YOU GOT BONUS f\nf f\nf ") + mes[Math.floor(count2 / ctspd) % 4]) + " POINT! f\nf f\ndeeeeeeeeeeeeeeeeeeeeeec\n\n"); if (mode == 0) { count++; if (count == 100) { mode++; } } else if (mode == 1) { bonus = bonus - 200; score = score + 200; if (bonus == 0) { mode++; } } else if (mode == 2) { count++; if (count == 400) { stage = 60; gotoAndPlay("gameend"); } } count2++; if ((count2 % ctspd) == 0) { x = 0; y = 0; a = 0; while (a < 99) { bl = stagedata[y][stage - 1].substr(x, 1).charAt(); if (blockdata[bl][0] != 0) { block[x][y].setblock(((((bl - 1) + (count2 / ctspd)) % 8) / 2) + 1); } x++; if (11 < x) { x = 0; y++; } if (y == 23) { a = 99; } } if (count2 == (ctspd * 8)) { count2 = 0; } }
Frame 691
prevFrame(); play();
Frame 692
printscore(); currentrank = 0; count = 10; fg = 0; c = 0; for ( ; c < 23 ; c++) { b = 0; for ( ; b < 12 ; b++) { with (block[b][c]) { item._x = 4; item._y = 0; item.setitem(0); } } } moji = " ABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789.,- "; rankname = localobj.data.rankname; rankcursor = 0; mojicursor = 4;
Frame 700
printscore(); strbf = name + " "; txt1 = txt1 + "\n\n\n gggg RANK IN! gggg\n\n ENTER YOUR NAME.\n\n\n ggggggaeeeeeeeebgggggg\n f"; a = 0; for ( ; a < 8 ; a++) { txt1 = txt1 + rankname[a]; } txt1 = txt1 + "f\n ggggggd"; a = 0; for ( ; a < 8 ; a++) { if (a != rankcursor) { txt1 = txt1 + "e"; } else { txt1 = txt1 + "i"; } } txt1 = txt1 + "cgggggg\n"; txt1 = txt1 + " gggggggggggggggggggggg\n "; a = -4; for ( ; a < 6 ; a++) { txt1 = txt1 + moji.charAt(a + mojicursor); if (a == -1) { txt1 = txt1 + " "; } else if (a == 0) { txt1 = txt1 + " "; } else { txt1 = txt1 + " "; } } txt1 = txt1 + "\n gggggggggggggggggggggg\n\n ggggggg\n SEND\n ggggggg"; a = 0; b = 0; c = 0; d = 0;
Frame 703
if ((count < 1) || (count == 9)) { if (fg == 1) { if (0 < rankcursor) { rankcursor = rankcursor - 1; gotoAndPlay("printname"); } } if (fg == 2) { if (rankcursor < 7) { rankcursor = rankcursor + 1; gotoAndPlay("printname"); } } if (fg == 3) { if (4 < mojicursor) { mojicursor = mojicursor - 1; gotoAndPlay("printname"); } } if (fg == 4) { if (mojicursor < 43) { mojicursor = mojicursor + 1; gotoAndPlay("printname"); } } if (fg == 5) { rankname[rankcursor] = moji.charAt(mojicursor); if (rankcursor < 7) { rankcursor = rankcursor + 1; } gotoAndPlay("printname"); } if (fg == 6) { localobj.data.rankname = rankname; gotoAndPlay("ranksave"); } } count--; if (fg == 0) { count = 9; }
Frame 704
prevFrame(); play();
Frame 705
ngword = ["TINKO", "TINCO", "CHINKO", "CHINCO", "TINNKO", "TINNCO", "CHINNKO", "CHINNCO", "TINPO", "CHINPO", "TINNPO", "CHINNPO", "TINTIN", "CHINCHIN", "TINNTINN", "CHINNCHINN", "KINTAMA", "KINNTAMA", "TAMATAMA", "TAMAKIN", "OMEKO", "OMECO", "MANKO", "MANCO", "MANNKO", "MANNCO", "HENTAI", "HENNTAI", "ANAL", "ANARU", "SEX", "ONANI", "UNKO", "UNNKO", "UNCO", "UNNCO", "UNTI", "UNCHI", "UNNTI", "UNNCHI", "KUSO", "CUSO", "OPPAI", "OPAI", "PAIZURI", "KICHIGAI", "KITIGAI", "KITTYGAI", "GAY", "SEIKOU", "NAKADASHI", "NAKADASI", "ERO", "RITORISU", "PENIS", "BAKA", "AHO", "DOZI", "DOJI", "MANUKE"]; c = -1; sendname = ""; a = 0; for ( ; a < 8 ; a++) { sendname = sendname + rankname[a]; } a = 0; for ( ; a < ngword.length ; a++) { if (sendname.indexOf(ngword[a]) != -1) { gotoAndPlay("ngword"); b = a; c = 0; } } if (c == -1) { nspname = ""; a = 0; for ( ; a < 8 ; a++) { if ((((rankname[a] != " ") && (rankname[a] != "-")) && (rankname[a] != ".")) && (rankname[a] != ",")) { nspname = nspname + rankname[a]; } } a = 0; for ( ; a < ngword.length ; a++) { if (nspname.indexOf(ngword[a]) != -1) { b = a; c = 1; } } } if (c != -1) { txt1 = txt1 + (("\n\nNG WORD!!! [" + ngword[b]) + "]"); gotoAndPlay("ngword"); } else { printscore(); sendname = ""; a = 0; for ( ; a < 8 ; a++) { sendname = sendname + rankname[a]; } txt1 = txt1 + "\n\nSENDING DATA..."; }
Instance of Symbol 14 MovieClip [EMPTY] "save" in Frame 706
onClipEvent (load) { name = _root.sendname; name = (name.substr(0, 8) + "@") + _root.stage; score = _root.score; pass = "jrpdgh05890esgth598ehg9w45hg9hg45890w34ygh"; this.loadVariables(("ranking.cgi" + "?") + Math.random(), "POST"); } onClipEvent (data) { _root.play(); }
Frame 706
stop();
Frame 707
if (0 >= save.result) { if (save.result != -5) { txt1 = txt1 + "NG\n\nERROR"; } else { txt1 = txt1 + "NG\n\nSORRY. RANKED OUT..."; } } else { txt1 = txt1 + (("OK!\n\nYOUR RANK IS " + save.result) + "!"); }
Frame 768
gotoAndPlay("rankload");
Frame 770
stopAllSounds();
Frame 830
gotoAndPlay("rankin");
Frame 832
printscore(); txt1 = txt1 + "\n\n VERSION,ETC...\ngggggggggggggggggggggggg\n BLOCK KUZUSHI 2\n VER 1.02 (2007/11/07)\n\n (C)2006,2007 OFFGAO\ngggggggggggggggggggggggg\n PROJECT CODE : BLOCK2\n FLASH PLAYER : 7\ngggggggggggggggggggggggg\n\naeeeeeeeeeeeeeeeeeeeeeeb\nfDO NOT COPY f\nf WITHOUT PERMISSION!!!f \ndeeeeeeeeeeeeeeeeeeeeeec\n \n \n \n";
Frame 835
if (Key.isDown(Key.SPACE)) { count = 6; gotoAndPlay("title"); }
Frame 836
prevFrame(); play();
Symbol 19998 MovieClip [Loading] Frame 3
System.useCodepage = true; _root._quality = "LOW"; loaded = _root.getBytesLoaded(); total = _root.getBytesTotal(); sindo = int((loaded / total) * 100); txt1 = (("LOADING...\n\nLOAD:" + int(loaded / 1)) + "\nSIZE:") + int(total / 1); if (sindo >= 100) { _root.play(); }
Symbol 19998 MovieClip [Loading] Frame 4
prevFrame(); play();
Symbol 4 MovieClip [ブロック] Frame 1
function setblock(input1) { block = input1; blocka = 1; scp = block * 10; gotoAndPlay("block" + block); } function getblock() { return(block); } function delete() { if (0 < block) { block = 0; blocka = 0; gotoAndPlay("delete"); } } function delete2() { if (0 < block) { if (block != 5) { block = 0; blocka = 0; gotoAndPlay("delete"); } else { play(); } } } function delete3() { if (0 < block) { block = 0; blocka = 0; gotoAndPlay("delete2"); } } function nextblock() { if (blocka == 1) { blocka = 0; if (_root.power != 1) { play(); } else { delete2(); } } } setblock(0); item_sprite_init_comp = 0;
Symbol 4 MovieClip [ブロック] Frame 3
blocka = 1; stop();
Symbol 4 MovieClip [ブロック] Frame 4
gotoAndPlay("block5");
Symbol 4 MovieClip [ブロック] Frame 6
blocka = 1; stop();
Symbol 4 MovieClip [ブロック] Frame 7
block = 3;
Symbol 4 MovieClip [ブロック] Frame 12
blocka = 1; stop();
Symbol 4 MovieClip [ブロック] Frame 13
block = 2;
Symbol 4 MovieClip [ブロック] Frame 18
blocka = 1; stop();
Symbol 4 MovieClip [ブロック] Frame 19
block = 1;
Symbol 4 MovieClip [ブロック] Frame 24
blocka = 1; stop();
Symbol 4 MovieClip [ブロック] Frame 25
block = 0; _root.ble--; item.setitem(item.itemstk); item._x = 4; item._y = 0; itemstk = 0; _root.score = _root.score + scp;
Symbol 4 MovieClip [ブロック] Frame 46
gotoAndPlay("block0");
Symbol 4 MovieClip [ブロック] Frame 48
block = 0; _root.ble--;
Symbol 4 MovieClip [ブロック] Frame 69
blocka = 1; stop();
Symbol 4 MovieClip [ブロック] Frame 71
gotoAndPlay("block0");
Symbol 58 MovieClip [バー] Frame 1
function getbar() { return(bar); } function setbar(input1) { bar = input1; gotoAndStop(input1 + 2); } bar = 0; setbar(0);
Symbol 64 MovieClip [ボール] Frame 1
ym = 0; _y = 500;
Symbol 64 MovieClip [ボール] Frame 3
stop();
Symbol 78 MovieClip [アイテム] Frame 1
function setitem(input1) { item = input1; gotoAndStop(item + 2); } function getitem() { return(item); } function gety() { return(_y + _parent._y); } function getx() { return(_x + _parent._x); } setitem(0);
Symbol 78 MovieClip [アイテム] Frame 2
stop();
Symbol 78 MovieClip [アイテム] Frame 8
stop();
Symbol 20000 Button
on (release) { if (60 >= stagemax) { gotoAndPlay("stagesel2"); } else { gotoAndPlay("stagesel"); } } on () { }
Symbol 20001 Button
on (press) { fg = 1; } on (release) { fg = 0; } on (dragOut) { fg = 0; } on () { }
Symbol 20002 Button
on (press) { fg = 2; } on (release) { fg = 0; } on (dragOut) { fg = 0; } on () { }
Symbol 20003 Button
on (release) { gotoAndPlay("standby"); }
Symbol 20004 Button
on (press) { fg = 1; } on (release) { fg = 0; } on (dragOut) { fg = 0; } on () { }
Symbol 20005 Button
on (press) { fg = 2; } on (release) { fg = 0; } on (dragOut) { fg = 0; } on () { }
Symbol 20006 Button
on (press) { fg = 3; } on (release) { fg = 0; } on (dragOut) { fg = 0; } on () { }
Symbol 20007 Button
on (press) { fg = 4; } on (release) { fg = 0; } on (dragOut) { fg = 0; } on () { }
Symbol 20008 Button
on (release) { gotoAndPlay("standby"); }
Symbol 20009 Button
on (press) { fg = 1; } on (release) { fg = 0; } on (dragOut) { fg = 0; } on () { }
Symbol 20010 Button
on (press) { fg = 2; } on (release) { fg = 0; } on (dragOut) { fg = 0; } on () { }
Symbol 20011 Button
on (press) { fg = 1; } on (release) { fg = 0; } on (dragOut) { fg = 0; } on () { }
Symbol 20012 Button
on (press) { fg = 2; } on (release) { fg = 0; } on (dragOut) { fg = 0; } on () { }
Symbol 20013 Button
on (press) { fg = 3; } on (release) { fg = 0; } on (dragOut) { fg = 0; } on () { }
Symbol 20014 Button
on (press) { fg = 4; } on (release) { fg = 0; } on (dragOut) { fg = 0; } on () { }
Symbol 20015 Button
on (press) { fg = 5; } on (release) { fg = 0; } on (dragOut) { fg = 0; } on () { }
Symbol 20016 Button
on (press) { fg = 0; } on (release) { fg = 6; } on (dragOut) { fg = 0; } on () { }

Library Items

Symbol 1 FontUsed by:2 8
Symbol 2 EditableTextUses:1Used by:19998  Timeline
Symbol 8 EditableTextUses:1Used by:19998  Timeline
Symbol 19998 MovieClip [Loading]Uses:2 8Used by:Timeline
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:Timeline
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:20000 20003 20008
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:20000 20003 20008
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:20002 20005 20007 20010 20012 20014 20016
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:20002 20005 20007 20010 20012 20014 20016
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:20001 20004 20006 20009 20011 20013
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:20001 20004 20006 20009 20011 20013
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:20015
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:20015
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:4
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:4
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:4
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:4
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:4
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:4 64
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:64
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:58
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:58
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:78
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:78
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:78
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:78
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:78
Symbol 23 SoundUsed by:68  Timeline
Symbol 25 SoundUsed by:68  Timeline
Symbol 65 SoundUsed by:68  Timeline
Symbol 73 SoundUsed by:68  Timeline
Symbol 75 SoundUsed by:68  Timeline
Symbol 27 Sound [s1]Used by:4 68
Symbol 29 Sound [s2]Used by:4 68
Symbol 31 Sound [s3]Used by:68
Symbol 33 Sound [s4]Used by:68
Symbol 35 Sound [s5]Used by:4 68
Symbol 37 Sound [s6]Used by:64 68
Symbol 39 Sound [s7]Used by:68  Timeline
Symbol 41 Sound [s8]Used by:68
Symbol 4 MovieClip [ブロック]Uses:78 52 29 50 27 48 46 44 35 54Used by:Timeline
Symbol 58 MovieClip [バー]Uses:60 62Used by:Timeline
Symbol 64 MovieClip [ボール]Uses:56 37 54Used by:Timeline
Symbol 14 MovieClip [EMPTY]Used by:Timeline
Symbol 78 MovieClip [アイテム]Uses:80 82 84 86 88Used by:4
Symbol 72 MovieClip [同期]Uses:SS1Used by:Timeline
Symbol 68 MovieClip [サウンド格納]Uses:23 25 65 27 29 31 33 35 37 39 41 73 75
Symbol 20000 ButtonUses:10 12Used by:Timeline
Symbol 20001 ButtonUses:20 22Used by:Timeline
Symbol 20002 ButtonUses:16 18Used by:Timeline
Symbol 20003 ButtonUses:10 12Used by:Timeline
Symbol 20004 ButtonUses:20 22Used by:Timeline
Symbol 20005 ButtonUses:16 18Used by:Timeline
Symbol 20006 ButtonUses:20 22Used by:Timeline
Symbol 20007 ButtonUses:16 18Used by:Timeline
Symbol 20008 ButtonUses:10 12Used by:Timeline
Symbol 20009 ButtonUses:20 22Used by:Timeline
Symbol 20010 ButtonUses:16 18Used by:Timeline
Symbol 20011 ButtonUses:20 22Used by:Timeline
Symbol 20012 ButtonUses:16 18Used by:Timeline
Symbol 20013 ButtonUses:20 22Used by:Timeline
Symbol 20014 ButtonUses:16 18Used by:Timeline
Symbol 20015 ButtonUses:92 94Used by:Timeline
Symbol 20016 ButtonUses:16 18Used by:Timeline
Streaming Sound 1Used by:Symbol 72 MovieClip [同期]

Instance Names

"_PreLoader"Frame 1Symbol 19998 MovieClip [Loading]
"blockbase"Frame 4Symbol 4 MovieClip [ブロック]
"ballbase"Frame 5Symbol 64 MovieClip [ボール]
"ins_txt1"Frame 8Symbol 2 EditableText
"ins_txt1"Frame 9Symbol 8 EditableText
"load"Frame 14Symbol 14 MovieClip [EMPTY]
"bar"Frame 47Symbol 58 MovieClip [バー]
"save"Frame 706Symbol 14 MovieClip [EMPTY]
"ins_txt1"Symbol 19998 MovieClip [Loading] Frame 1Symbol 2 EditableText
"ins_txt1"Symbol 19998 MovieClip [Loading] Frame 2Symbol 8 EditableText
"item"Symbol 4 MovieClip [ブロック] Frame 1Symbol 78 MovieClip [アイテム]

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 19998 as "Loading"
ExportAssets (56)Timeline Frame 2Symbol 27 as "s1"
ExportAssets (56)Timeline Frame 2Symbol 29 as "s2"
ExportAssets (56)Timeline Frame 2Symbol 31 as "s3"
ExportAssets (56)Timeline Frame 2Symbol 33 as "s4"
ExportAssets (56)Timeline Frame 2Symbol 35 as "s5"
ExportAssets (56)Timeline Frame 2Symbol 37 as "s6"
ExportAssets (56)Timeline Frame 2Symbol 39 as "s7"
ExportAssets (56)Timeline Frame 2Symbol 41 as "s8"
ExportAssets (56)Timeline Frame 2Symbol 4 as "ブロック"
ExportAssets (56)Timeline Frame 2Symbol 58 as "バー"
ExportAssets (56)Timeline Frame 2Symbol 64 as "ボール"
ExportAssets (56)Timeline Frame 2Symbol 14 as "EMPTY"
ExportAssets (56)Timeline Frame 2Symbol 78 as "アイテム"
ExportAssets (56)Timeline Frame 2Symbol 72 as "同期"
ExportAssets (56)Timeline Frame 2Symbol 68 as "サウンド格納"

Labels

"rankload"Frame 13
"title"Frame 17
"printrank"Frame 23
"stagesel"Frame 28
"printstage"Frame 35
"stagesel2"Frame 38
"printstage2"Frame 43
"standby"Frame 46
"start"Frame 49
"start2"Frame 103
"clear"Frame 107
"clear2"Frame 110
"miss"Frame 323
"gameover"Frame 425
"gameend"Frame 686
"allclear"Frame 688
"rankin"Frame 692
"printname"Frame 700
"ranksave"Frame 705
"ngword"Frame 770
"version"Frame 832
"block5"Symbol 4 MovieClip [ブロック] Frame 3
"block4"Symbol 4 MovieClip [ブロック] Frame 6
"block3"Symbol 4 MovieClip [ブロック] Frame 12
"block2"Symbol 4 MovieClip [ブロック] Frame 18
"block1"Symbol 4 MovieClip [ブロック] Frame 24
"delete"Symbol 4 MovieClip [ブロック] Frame 25
"delete2"Symbol 4 MovieClip [ブロック] Frame 48
"block0"Symbol 4 MovieClip [ブロック] Frame 69

Dynamic Text Variables

txt1Symbol 2 EditableText"ブロック崩し2(Block Kuzushi 2) (C)2006,2007 OffGao - オフガオ Project Code : block2   Flash Player Version : 7 !"#$%&'()*+,-./0123456789:;<=>? @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~"
txt1Symbol 8 EditableText" !"#$%&'()*+,-./0123456789:;<=>? @ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~"




http://swfchan.com/34/165736/info.shtml
Created: 9/8 -2019 03:15:19 Last modified: 9/8 -2019 03:15:19 Server time: 02/05 -2024 12:53:28