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

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

hackGU.swf

This is the info page for
Flash #14660

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


Text
close

キャラクターデザイン・貞本義行氏、脚本・伊藤和典氏による完全新作タイトルです。
前作とは異なる新しいキャラクターと新しいストーリーで展開します。

キャラクター

150K

500K

ActionScript [AS1/AS2]

Frame 1
lang = "ee1"; function btos(aa, bb) { btn_con.novis(); cur_b.wdel(); con_pro.wdel(); con_cha.wdel(); con_scr.wdel(); lens1.wapp(); lens2.wapp(); cur_l.wapp(); cur_r.wapp(); aaa = aa; bit1.btos(aaa); bit2.btos(aaa); bit3.btos(aaa); bit4.btos(aaa); bit5.btos(aaa); bit6.btos(aaa); bit7.btos(aaa); bit8.btos(aaa); bit9.btos(aaa); mabit1.btos(aaa); mabit2.btos(aaa); mabit3.btos(aaa); mabit4.btos(aaa); mabit5.btos(aaa); mabit6.btos(aaa); mabit7.btos(aaa); mabit8.btos(aaa); mabit9.btos(aaa); } function ston(aa, bb) { bbb = bb; if (bbb == "pro") { con_m.wapp("pro"); } else if (bbb == "cha") { con_m.wapp("cha"); } else if (bbb == "web") { con_m.wapp("web"); } else if (bbb == "scr") { con_m.wapp("scr"); } lens1.wdel(); lens2.wdel(); cur_l.wdel(); cur_r.wdel(); window1.wdel(); window2.wdel(); window3.wdel(); window4.wdel(); window0.wdel(); aaa = aa; bit1.ston(aaa); bit2.ston(aaa); bit3.ston(aaa); bit4.ston(aaa); bit5.ston(aaa); bit6.ston(aaa); bit7.ston(aaa); bit8.ston(aaa); bit9.ston(aaa); mabit1.ston(aaa); mabit2.ston(aaa); mabit3.ston(aaa); mabit4.ston(aaa); mabit5.ston(aaa); mabit6.ston(aaa); mabit7.ston(aaa); mabit8.ston(aaa); mabit9.ston(aaa); } function movbit_l() { bit1.kaiten_l(); bit2.kaiten_l(); bit3.kaiten_l(); bit4.kaiten_l(); bit5.kaiten_l(); bit6.kaiten_l(); bit7.kaiten_l(); bit8.kaiten_l(); bit9.kaiten_l(); mabit1.kaiten_l(); mabit2.kaiten_l(); mabit3.kaiten_l(); mabit4.kaiten_l(); mabit5.kaiten_l(); mabit6.kaiten_l(); mabit7.kaiten_l(); mabit8.kaiten_l(); mabit9.kaiten_l(); } function movbit_r() { bit1.kaiten_r(); bit2.kaiten_r(); bit3.kaiten_r(); bit4.kaiten_r(); bit5.kaiten_r(); bit6.kaiten_r(); bit7.kaiten_r(); bit8.kaiten_r(); bit9.kaiten_r(); mabit1.kaiten_r(); mabit2.kaiten_r(); mabit3.kaiten_r(); mabit4.kaiten_r(); mabit5.kaiten_r(); mabit6.kaiten_r(); mabit7.kaiten_r(); mabit8.kaiten_r(); mabit9.kaiten_r(); } bitnum = 9; mabitnum = 9;
Instance of Symbol 9 MovieClip in Frame 2
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 1; } else if (_parent._parent.lang == "jj2") { _visible = 1; } else if (_parent._parent.lang == "ee1") { _visible = 0; } else if (_parent._parent.lang == "ee2") { _visible = 0; } else { _visible = 0; } }
Instance of Symbol 11 MovieClip in Frame 2
onClipEvent (load) { _visible = 0; if (_parent.lang == "jj1") { _visible = 0; } else if (_parent.lang == "jj2") { _visible = 0; } else if (_parent.lang == "ee1") { _visible = 1; } else if (_parent.lang == "ee2") { _visible = 1; } else { _visible = 0; } }
Frame 3
function window_sc() { } window_sc.prototype = new MovieClip(); window_sc.prototype.onLoad = function () { with (this) { this.posx = _x; this.posy = _y; this.tarx = this.posx + 10; this.tary = this.posy + 10; _x = -1000; _y = -1000; _alpha = 0; _visible = 0; } }; window_sc.prototype.wapp = function () { with (this) { _visible = 1; _alpha = 0; _x = this.posx; _y = this.posy; } this.onEnterFrame = function () { with (this) { _alpha = _alpha + ((100 - _alpha) * 0.2); _x = _x + ((this.tarx - _x) * 0.2); _y = _y + ((this.tary - _y) * 0.2); if (((Math.abs(this.tarx - _x) < 1) && (Math.abs(this.tary - _y) < 1)) && (_alpha > 98)) { _alpha = 100; _x = this.tarx; _y = this.tary; this.onEnterFrame = null; } } }; }; window_sc.prototype.wdel = function () { with (this) { } this.onEnterFrame = function () { with (this) { _alpha = _alpha + ((-_alpha) * 0.3); _x = _x + ((this.posx - _x) * 0.2); _y = _y + ((this.posy - _y) * 0.2); if (((Math.abs(this.posx - _x) < 1) && (Math.abs(this.posy - _y) < 1)) && (_alpha < 2)) { _alpha = 0; _x = -1000; _y = -1000; _visible = 1; this.onEnterFrame = null; } } }; }; Object.registerClass("window1", window_sc); Object.registerClass("window2", window_sc); Object.registerClass("window3", window_sc); Object.registerClass("window4", window_sc); Object.registerClass("window0", window_sc);
Frame 4
function cur_sc() { } cur_sc.prototype = new MovieClip(); cur_sc.prototype.onLoad = function () { with (this) { _alpha = 0; _visible = 0; _xscale = 0; _yscale = 0; this.snd = new Sound(this); this.snd.attachSound("s_mov"); this.snd2 = new Sound(this); this.snd2.attachSound("s_can"); } }; cur_sc.prototype.sndon = function () { with (this) { this.snd.start(); } }; cur_sc.prototype.sndon2 = function () { with (this) { this.snd2.start(); } }; cur_sc.prototype.wapp = function () { with (this) { gotoAndStop(1); _visible = 1; _alpha = 0; this.tarx = 100; this.tary = 100; } this.onEnterFrame = function () { with (this) { _alpha = _alpha + ((100 - _alpha) * 0.3); _xscale = _xscale + ((this.tarx - _xscale) * 0.3); _yscale = _yscale + ((this.tary - _yscale) * 0.3); if (((Math.abs(this.tarx - _xscale) < 1) && (Math.abs(this.tary - _yscale) < 1)) && (_alpha > 98)) { _alpha = 100; _xscale = this.tarx; _yscale = this.tary; this.onEnterFrame = null; } } }; }; cur_sc.prototype.wdel = function () { with (this) { _visible = 1; this.tarx = 0; this.tary = 0; gotoAndStop(2); } this.onEnterFrame = function () { with (this) { _alpha = _alpha + ((-_alpha) * 0.3); _xscale = _xscale + ((this.tarx - _xscale) * 0.3); _yscale = _yscale + ((this.tary - _yscale) * 0.3); if (((Math.abs(this.tarx - _xscale) < 1) && (Math.abs(this.tary - _yscale) < 1)) && (_alpha < 2)) { _alpha = 0; _visible = 1; this.onEnterFrame = null; } } }; }; cur_sc.prototype.won = function () { with (this) { _visible = 1; this.tarx = 120; this.tary = 120; } this.onEnterFrame = function () { with (this) { _xscale = _xscale + ((this.tarx - _xscale) * 0.3); _yscale = _yscale + ((this.tary - _yscale) * 0.3); if ((Math.abs(this.tarx - _xscale) < 1) && (Math.abs(this.tary - _yscale) < 1)) { _visible = 1; this.onEnterFrame = null; } } }; }; cur_sc.prototype.doff = function () { with (this) { _visible = 1; this.tarx = 100; this.tary = 100; } this.onEnterFrame = function () { with (this) { _xscale = _xscale + ((this.tarx - _xscale) * 0.3); _yscale = _yscale + ((this.tary - _yscale) * 0.3); if ((Math.abs(this.tarx - _xscale) < 1) && (Math.abs(this.tary - _yscale) < 1)) { _visible = 1; this.onEnterFrame = null; } } }; }; Object.registerClass("cur_l", cur_sc); Object.registerClass("cur_r", cur_sc); Object.registerClass("cur_b", cur_sc);
Frame 5
function lens_sc() { } lens_sc.prototype = new MovieClip(); lens_sc.prototype.onLoad = function () { with (this) { _alpha = 0; _visible = 0; this.aa = 140; _xscale = this.aa; _yscale = this.aa; } }; lens_sc.prototype.wapp = function () { with (this) { _visible = 1; _alpha = 0; this.tarx = 100; this.tary = 100; } this.onEnterFrame = function () { with (this) { _alpha = _alpha + ((100 - _alpha) * 0.5); _xscale = _xscale + ((this.tarx - _xscale) * 0.4); _yscale = _yscale + ((this.tary - _yscale) * 0.4); if (((Math.abs(this.tarx - _xscale) < 1) && (Math.abs(this.tary - _yscale) < 1)) && (_alpha > 98)) { _alpha = 100; _xscale = this.tarx; _yscale = this.tary; this.onEnterFrame = null; } } }; }; lens_sc.prototype.wdel = function () { with (this) { _visible = 1; this.tarx = this.aa; this.tary = this.aa; } this.onEnterFrame = function () { with (this) { _alpha = _alpha + ((-_alpha) * 0.5); _xscale = _xscale + ((this.tarx - _xscale) * 0.4); _yscale = _yscale + ((this.tary - _yscale) * 0.4); if (((Math.abs(this.tarx - _xscale) < 1) && (Math.abs(this.tary - _yscale) < 1)) && (_alpha < 2)) { _alpha = 0; _visible = 0; this.onEnterFrame = null; } } }; }; Object.registerClass("lens1", lens_sc); Object.registerClass("lens2", lens_sc);
Frame 6
function con_sc() { } con_sc.prototype = new MovieClip(); con_sc.prototype.onLoad = function () { with (this) { _alpha = 0; _visible = 0; this.aa = 140; _xscale = this.aa; _yscale = this.aa; this.stx = _x; this.sty = _y; _x = -1000; _y = -1000; } }; con_sc.prototype.wapp = function () { with (this) { gotoAndPlay(1); _x = this.stx; _y = this.sty; _visible = 1; _alpha = 0; this.tarx = 100; this.tary = 100; } this.onEnterFrame = function () { with (this) { _alpha = _alpha + ((100 - _alpha) * 0.5); _xscale = _xscale + ((this.tarx - _xscale) * 0.4); _yscale = _yscale + ((this.tary - _yscale) * 0.4); if (((Math.abs(this.tarx - _xscale) < 1) && (Math.abs(this.tary - _yscale) < 1)) && (_alpha > 98)) { _alpha = 100; _xscale = this.tarx; _yscale = this.tary; this.onEnterFrame = null; } } }; }; con_sc.prototype.wdel = function () { with (this) { _visible = 1; this.tarx = this.aa; this.tary = this.aa; big.del(); } this.onEnterFrame = function () { with (this) { _alpha = _alpha + ((-_alpha) * 0.5); _xscale = _xscale + ((this.tarx - _xscale) * 0.4); _yscale = _yscale + ((this.tary - _yscale) * 0.4); if (((Math.abs(this.tarx - _xscale) < 1) && (Math.abs(this.tary - _yscale) < 1)) && (_alpha < 2)) { _alpha = 0; _visible = 1; this.onEnterFrame = null; _x = -1000; _y = -1000; } } }; }; Object.registerClass("con_pro", con_sc); Object.registerClass("con_cha", con_sc); Object.registerClass("con_scr", con_sc);
Frame 9
function pow1() { } pow1.prototype = new MovieClip(); pow1.prototype.onLoad = function () { with (this) { _visible = false; this.arr = Number(_name.substr(_name.length - 1, 1)); this.rslice = (this.arr * (360 / _parent.bitnum)) - 55; this.speed = 5; this.rslice = this.rslice + this.speed; if (this.rslice > 359) { this.rslice = 0; } this.sc = Math.sin((Math.PI/180) * this.rslice); this.sc2 = Math.cos(((Math.PI/180) * this.rslice) - 0.35); this.al = Math.cos((Math.PI/180) * this.rslice); this.scc = 70 + (30 * (this.sc2 - this.sc)); _xscale = this.scc; _yscale = this.scc; this._alpha = 30 + ((this.al + 1) * 50); _x = (this.sc * 360) + _parent.center2._x; _y = (this.sc2 * 140) + _parent.center2._y; } }; Object.registerClass("tarbit1", pow1); Object.registerClass("tarbit2", pow1); Object.registerClass("tarbit3", pow1); Object.registerClass("tarbit4", pow1); Object.registerClass("tarbit5", pow1); Object.registerClass("tarbit6", pow1); Object.registerClass("tarbit7", pow1); Object.registerClass("tarbit8", pow1); Object.registerClass("tarbit9", pow1); function powmatar() { } powmatar.prototype = new MovieClip(); powmatar.prototype.onLoad = function () { with (this) { _visible = false; this.arr = Number(_name.substr(_name.length - 1, 1)); this.rslice = (this.arr * (360 / _parent.mabitnum)) - 75; this.speed = 5; this.rslice = this.rslice + this.speed; if (this.rslice > 359) { this.rslice = 0; } this.sc = Math.sin((Math.PI/180) * this.rslice); this.sc2 = Math.cos(((Math.PI/180) * this.rslice) - 0.35); this.al = Math.cos((Math.PI/180) * this.rslice); this.scc = 70 + (30 * (this.sc2 - this.sc)); _xscale = this.scc; _yscale = this.scc; this._alpha = 30 + ((this.al + 1) * 50); _x = (this.sc * 360) + _parent.center2._x; _y = (this.sc2 * 140) + _parent.center2._y; } }; Object.registerClass("matarbit1", powmatar); Object.registerClass("matarbit2", powmatar); Object.registerClass("matarbit3", powmatar); Object.registerClass("matarbit4", powmatar); Object.registerClass("matarbit5", powmatar); Object.registerClass("matarbit6", powmatar); Object.registerClass("matarbit7", powmatar); Object.registerClass("matarbit8", powmatar); Object.registerClass("matarbit9", powmatar);
Frame 10
function outpow() { } outpow.prototype = new MovieClip(); outpow.prototype.onLoad = function () { with (this) { _visible = false; this.arr = Number(_name.substr(_name.length - 1, 1)); this.rslice = (this.arr * (360 / _parent.bitnum)) - 55; this.speed = 5; this.rslice = this.rslice + this.speed; if (this.rslice > 359) { this.rslice = 0; } this.sc = Math.sin((Math.PI/180) * this.rslice); this.sc2 = Math.cos(((Math.PI/180) * this.rslice) - 0.35); this.al = Math.cos((Math.PI/180) * this.rslice); this.scc = 70 + (30 * (this.sc2 - this.sc)); _xscale = this.scc; _yscale = this.scc; this._alpha = 30 + ((this.al + 1) * 50); _x = (this.sc * 720) + _parent.center2._x; _y = (this.sc2 * 280) + _parent.center2._y; } }; Object.registerClass("tarbit_o1", outpow); Object.registerClass("tarbit_o2", outpow); Object.registerClass("tarbit_o3", outpow); Object.registerClass("tarbit_o4", outpow); Object.registerClass("tarbit_o5", outpow); Object.registerClass("tarbit_o6", outpow); Object.registerClass("tarbit_o7", outpow); Object.registerClass("tarbit_o8", outpow); Object.registerClass("tarbit_o9", outpow); function maoutpow() { } maoutpow.prototype = new MovieClip(); maoutpow.prototype.onLoad = function () { with (this) { _visible = false; this.arr = Number(_name.substr(_name.length - 1, 1)); this.rslice = (this.arr * (360 / _parent.mabitnum)) - 75; this.speed = 5; this.rslice = this.rslice + this.speed; if (this.rslice > 359) { this.rslice = 0; } this.sc = Math.sin((Math.PI/180) * this.rslice); this.sc2 = Math.cos(((Math.PI/180) * this.rslice) - 0.35); this.al = Math.cos((Math.PI/180) * this.rslice); this.scc = 70 + (30 * (this.sc2 - this.sc)); _xscale = this.scc; _yscale = this.scc; this._alpha = 30 + ((this.al + 1) * 50); _x = (this.sc * 720) + _parent.center2._x; _y = (this.sc2 * 280) + _parent.center2._y; } }; Object.registerClass("matarbit_o1", maoutpow); Object.registerClass("matarbit_o2", maoutpow); Object.registerClass("matarbit_o3", maoutpow); Object.registerClass("matarbit_o4", maoutpow); Object.registerClass("matarbit_o5", maoutpow); Object.registerClass("matarbit_o6", maoutpow); Object.registerClass("matarbit_o7", maoutpow); Object.registerClass("matarbit_o8", maoutpow); Object.registerClass("matarbit_o9", maoutpow);
Frame 11
function inpow() { } inpow.prototype = new MovieClip(); inpow.prototype.onLoad = function () { with (this) { _visible = false; this.arr = Number(_name.substr(_name.length - 1, 1)); this.rslice = (this.arr * (360 / _parent.bitnum)) - 55; this.speed = 5; this.rslice = this.rslice + this.speed; if (this.rslice > 359) { this.rslice = 0; } this.sc = Math.sin((Math.PI/180) * this.rslice); this.sc2 = Math.cos(((Math.PI/180) * this.rslice) - 0.35); this.al = Math.cos((Math.PI/180) * this.rslice); this.scc = 70 + (30 * (this.sc2 - this.sc)); _xscale = this.scc; _yscale = this.scc; this._alpha = 30 + ((this.al + 1) * 50); _x = (this.sc * 270) + _parent.center2._x; _y = (this.sc2 * 105) + _parent.center2._y; } }; Object.registerClass("tarbit_i1", inpow); Object.registerClass("tarbit_i2", inpow); Object.registerClass("tarbit_i3", inpow); Object.registerClass("tarbit_i4", inpow); Object.registerClass("tarbit_i5", inpow); Object.registerClass("tarbit_i6", inpow); Object.registerClass("tarbit_i7", inpow); Object.registerClass("tarbit_i8", inpow); Object.registerClass("tarbit_i9", inpow); function mainpow() { } mainpow.prototype = new MovieClip(); mainpow.prototype.onLoad = function () { with (this) { _visible = false; this.arr = Number(_name.substr(_name.length - 1, 1)); this.rslice = (this.arr * (360 / _parent.mabitnum)) - 75; this.speed = 5; this.rslice = this.rslice + this.speed; if (this.rslice > 359) { this.rslice = 0; } this.sc = Math.sin((Math.PI/180) * this.rslice); this.sc2 = Math.cos(((Math.PI/180) * this.rslice) - 0.35); this.al = Math.cos((Math.PI/180) * this.rslice); this.scc = 70 + (30 * (this.sc2 - this.sc)); _xscale = this.scc; _yscale = this.scc; this._alpha = 30 + ((this.al + 1) * 50); _x = (this.sc * 270) + _parent.center2._x; _y = (this.sc2 * 105) + _parent.center2._y; } }; Object.registerClass("matarbit_i1", mainpow); Object.registerClass("matarbit_i2", mainpow); Object.registerClass("matarbit_i3", mainpow); Object.registerClass("matarbit_i4", mainpow); Object.registerClass("matarbit_i5", mainpow); Object.registerClass("matarbit_i6", mainpow); Object.registerClass("matarbit_i7", mainpow); Object.registerClass("matarbit_i8", mainpow); Object.registerClass("matarbit_i9", mainpow);
Frame 12
function pow0() { } pow0.prototype = new MovieClip(); pow0.prototype.onLoad = function () { with (this) { this.arr = Number(_name.substr(_name.length - 1, 1)); this.rslice = (this.arr * (360 / _parent.bitnum)) - 55; if (this.rslice <= 0) { this.rslice = this.rslice + 360; } this.speed = 5; this.nownum = this.arr; this._alpha = 0; } }; pow0.prototype.ston = function (ck) { with (this) { this.ckcks = ck; if (this.ckcks == "in") { this.alp = _parent["tarbit" + this.nownum]._alpha; this.tarscx = _parent["tarbit" + this.nownum]._xscale; this.tarscy = _parent["tarbit" + this.nownum]._yscale; this.tarx = _parent["tarbit" + this.nownum]._x; this.tary = _parent["tarbit" + this.nownum]._y; } else { this.alp = _parent["tarbit_i" + this.nownum]._alpha; this.tarscx = _parent["tarbit_i" + this.nownum]._xscale; this.tarscy = _parent["tarbit_i" + this.nownum]._yscale; this.tarx = _parent["tarbit_i" + this.nownum]._x; this.tary = _parent["tarbit_i" + this.nownum]._y; } } this.onEnterFrame = function () { with (this) { _alpha = _alpha + ((this.alp - _alpha) * 0.2); _xscale = _xscale + ((this.tarscx - _xscale) * 0.2); _yscale = _yscale + ((this.tarscy - _yscale) * 0.2); _x = _x + ((this.tarx - _x) * 0.2); _y = _y + ((this.tary - _y) * 0.2); if (((Math.abs(this.tarx - _x) < 1) && (Math.abs(this.tary - _y) < 1)) && (Math.abs(this.alp - _alpha) < 2)) { _alpha = this.alp; _x = this.tarx; _y = this.tary; this.onEnterFrame = null; if (this.ckcks != "in") { if (this.nownum == 1) { _parent.bit1.btos(); _parent.bit2.btos(); _parent.bit3.btos(); _parent.bit4.btos(); _parent.bit5.btos(); _parent.bit6.btos(); _parent.bit7.btos(); _parent.bit8.btos(); _parent.bit9.btos(); } } else { opwin(); } } } }; }; pow0.prototype.btos = function (ck) { with (this) { this.ckckb = ck; if (this.ckckb == "in") { this.alp = _parent["tarbit_i" + this.nownum]._alpha; _xscale = _parent["tarbit_o" + this.nownum]._xscale; _yscale = _parent["tarbit_o" + this.nownum]._yscale; _x = _parent["tarbit_o" + this.nownum]._x; _y = _parent["tarbit_o" + this.nownum]._y; this.tarscx = _parent["tarbit_i" + this.nownum]._xscale; this.tarscy = _parent["tarbit_i" + this.nownum]._yscale; this.tarx = _parent["tarbit_i" + this.nownum]._x; this.tary = _parent["tarbit_i" + this.nownum]._y; } else { this.alp = 0; this.tarscx = _parent["tarbit_o" + this.nownum]._xscale; this.tarscy = _parent["tarbit_o" + this.nownum]._yscale; this.tarx = _parent["tarbit_o" + this.nownum]._x; this.tary = _parent["tarbit_o" + this.nownum]._y; } } this.onEnterFrame = function () { with (this) { _alpha = _alpha + ((this.alp - _alpha) * 0.2); _xscale = _xscale + ((this.tarscx - _xscale) * 0.2); _yscale = _yscale + ((this.tarscy - _yscale) * 0.2); _x = _x + ((this.tarx - _x) * 0.2); _y = _y + ((this.tary - _y) * 0.2); if (((Math.abs(this.tarx - _x) < 1) && (Math.abs(this.tary - _y) < 1)) && (Math.abs(this.alp - _alpha) < 2)) { _alpha = this.alp; _x = this.tarx; _y = this.tary; this.onEnterFrame = null; if (this.ckckb == "in") { if (this.nownum == 1) { _parent.bit1.ston("in"); _parent.bit2.ston("in"); _parent.bit3.ston("in"); _parent.bit4.ston("in"); _parent.bit5.ston("in"); _parent.bit6.ston("in"); _parent.bit7.ston("in"); _parent.bit8.ston("in"); _parent.bit9.ston("in"); } } } } }; }; pow0.prototype.kansei = function (ck) { with (this) { this.ckck = this.ck; if (this.ckck == "r") { this.tarnum_k = this.nownum + 1; if (this.tarnum_k > 9) { this.tarnum_k = 1; } } else { this.tarnum_k = this.nownum - 1; if (this.tarnum_k < 1) { this.tarnum_k = 9; } } this.stx = _x; this.sty = _y; this.dirx = _parent["tarbit" + this.tarnum_k]._x - _x; if (this.dirx > 1) { this.dirx = 5; } else { this.dirx = -5; } this.gensui = 0; this.gp = 1; this.cnt = 0; this.diry = _parent["tarbit" + this.tarnum_k]._y - _y; if (this.diry > 1) { this.diry = 3; } else { this.diry = -3; } this.gensuiy = 0; this.gpy = 1; this.cnty = 0; } this.onEnterFrame = function () { with (this) { if ((this.stx - _x) < 0) { this.gensui = this.gensui + -1; if (this.gck == 1) { this.cnt++; this.gp = this.gp * 0.5; } this.gck = -1; } else { this.gensui = this.gensui + 1; if (this.gck == -1) { this.cnt++; this.gp = this.gp * 0.5; } this.gck = 1; } if ((this.sty - _y) < 0) { this.gensuiy = this.gensuiy + -1; if (this.gck == 1) { this.cnty++; this.gpy = this.gpy * 0.5; } this.gcky = -1; } else { this.gensuiy = this.gensuiy + 1; if (this.gck == -1) { this.cnty++; this.gpy = this.gpy * 0.5; } this.gcky = 1; } _y = _y + ((this.gensuiy + this.diry) * this.gpy); _x = _x + ((this.gensui + this.dirx) * this.gp); if (this.cnt > 9) { _x = this.stx; _y = this.sty; this.onEnterFrame = null; } } }; }; pow0.prototype.opwin = function () { with (this) { if (this.nownum == 1) { _parent.btn_con.vis(); if (this.arr == 1) { _parent.btn_con.wapp(); _parent.window1.wapp(); _parent.btck = "cha"; } else if (this.arr == 2) { _parent.window2.wapp(); _parent.btn_con.wapp(); _parent.btck = "pro"; } else if (this.arr == 3) { _parent.window3.wapp(); _parent.btn_con.wapp(); _parent.btck = "web"; } else if (this.arr == 4) { _parent.window4.wapp(); _parent.btn_con.wapp(); _parent.btck = "scr"; } else { _parent.window0.wapp(); } } } }; pow0.prototype.kaiten_r = function () { with (this) { _parent.btn_con.wdel(); _parent.window1.wdel(); _parent.window2.wdel(); _parent.window3.wdel(); _parent.window4.wdel(); _parent.window0.wdel(); this.tarnum = this.nownum + 1; if (this.tarnum > 9) { this.tarnum = 1; } } this.onEnterFrame = function () { with (this) { this.rslice = this.rslice + this.speed; if (this.rslice > 359) { this.rslice = 0; } this.sc = Math.sin((Math.PI/180) * this.rslice); this.sc2 = Math.cos(((Math.PI/180) * this.rslice) - 0.35); this.al = Math.cos((Math.PI/180) * this.rslice); this.scc = 70 + (30 * (this.sc2 - this.sc)); _xscale = this.scc; _yscale = this.scc; this._alpha = 50 + ((this.al + 1) * 50); _x = (this.sc * 360) + _parent.center2._x; _y = (this.sc2 * 140) + _parent.center2._y; this.tarx = _parent["tarbit" + this.tarnum]._x; this.tary = _parent["tarbit" + this.tarnum]._y; if ((Math.abs(tarx - _x) < 1) && (Math.abs(tary - _y) < 1)) { this.nownum++; if (this.nownum > 9) { this.nownum = 1; } this.onEnterFrame = null; opwin(); kansei("r"); } } }; }; pow0.prototype.kaiten_l = function () { with (this) { _parent.btn_con.wdel(); _parent.window1.wdel(); _parent.window2.wdel(); _parent.window3.wdel(); _parent.window4.wdel(); _parent.window0.wdel(); this.tarnum_l = this.nownum - 1; if (this.tarnum_l < 1) { this.tarnum_l = 9; } } this.onEnterFrame = function () { with (this) { this.rslice = this.rslice - this.speed; if (this.rslice <= 0) { this.rslice = this.rslice + 360; } this.sc = Math.sin((Math.PI/180) * this.rslice); this.sc2 = Math.cos(((Math.PI/180) * this.rslice) - 0.35); this.al = Math.cos((Math.PI/180) * this.rslice); this.scc = 70 + (30 * (this.sc2 - this.sc)); _xscale = this.scc; _yscale = this.scc; this._alpha = 50 + ((this.al + 1) * 50); _x = (this.sc * 360) + _parent.center2._x; _y = (this.sc2 * 140) + _parent.center2._y; this.tarx = _parent["tarbit" + this.tarnum_l]._x; this.tary = _parent["tarbit" + this.tarnum_l]._y; if ((Math.abs(tarx - _x) < 1) && (Math.abs(tary - _y) < 1)) { this.nownum--; if (this.nownum < 1) { this.nownum = 9; } this.onEnterFrame = null; opwin(); kansei(); } } }; }; Object.registerClass("bit1", pow0); Object.registerClass("bit2", pow0); Object.registerClass("bit3", pow0); Object.registerClass("bit4", pow0); Object.registerClass("bit5", pow0); Object.registerClass("bit6", pow0); Object.registerClass("bit7", pow0); Object.registerClass("bit8", pow0); Object.registerClass("bit9", pow0); function powma() { } powma.prototype = new MovieClip(); powma.prototype.onLoad = function () { with (this) { this.arr = Number(_name.substr(_name.length - 1, 1)); this.rslice = (this.arr * (360 / _parent.mabitnum)) - 75; if (this.rslice <= 0) { this.rslice = this.rslice + 360; } this.speed = 5; this.nownum = this.arr; this._alpha = 0; } }; powma.prototype.ston = function (ck) { with (this) { this.ckcks = ck; if (this.ckcks == "in") { this.alp = _parent["matarbit" + this.nownum]._alpha; this.tarscx = _parent["matarbit" + this.nownum]._xscale; this.tarscy = _parent["matarbit" + this.nownum]._yscale; this.tarx = _parent["matarbit" + this.nownum]._x; this.tary = _parent["matarbit" + this.nownum]._y; } else { this.alp = _parent["matarbit_i" + this.nownum]._alpha; this.tarscx = _parent["matarbit_i" + this.nownum]._xscale; this.tarscy = _parent["matarbit_i" + this.nownum]._yscale; this.tarx = _parent["matarbit_i" + this.nownum]._x; this.tary = _parent["matarbit_i" + this.nownum]._y; } } this.onEnterFrame = function () { with (this) { this._alpha = this._alpha + ((this.alp - _alpha) * 0.2); _xscale = _xscale + ((this.tarscx - _xscale) * 0.2); _yscale = _yscale + ((this.tarscy - _yscale) * 0.2); _x = _x + ((this.tarx - _x) * 0.2); _y = _y + ((this.tary - _y) * 0.2); if (((Math.abs(this.tarx - _x) < 1) && (Math.abs(this.tary - _y) < 1)) && (Math.abs(this.alp - _alpha) < 2)) { _alpha = this.alp; _x = this.tarx; _y = this.tary; this.onEnterFrame = null; if (this.ckcks != "in") { if (this.nownum == 1) { _parent.mabit1.btos(); _parent.mabit2.btos(); _parent.mabit3.btos(); _parent.mabit4.btos(); _parent.mabit5.btos(); _parent.mabit6.btos(); _parent.mabit7.btos(); _parent.mabit8.btos(); _parent.mabit9.btos(); } } } } }; }; powma.prototype.btos = function (ck) { with (this) { this.ckckb = ck; if (this.ckckb == "in") { this.alp = _parent["matarbit_i" + this.nownum]._alpha; _xscale = _parent["matarbit_o" + this.nownum]._xscale; _yscale = _parent["matarbit_o" + this.nownum]._yscale; _x = _parent["matarbit_o" + this.nownum]._x; _y = _parent["matarbit_o" + this.nownum]._y; this.tarscx = _parent["matarbit_i" + this.nownum]._xscale; this.tarscy = _parent["matarbit_i" + this.nownum]._yscale; this.tarx = _parent["matarbit_i" + this.nownum]._x; this.tary = _parent["matarbit_i" + this.nownum]._y; } else { this.alp = 0; this.tarscx = _parent["matarbit_o" + this.nownum]._xscale; this.tarscy = _parent["matarbit_o" + this.nownum]._yscale; this.tarx = _parent["matarbit_o" + this.nownum]._x; this.tary = _parent["matarbit_o" + this.nownum]._y; } } this.onEnterFrame = function () { with (this) { this._alpha = this._alpha + ((this.alp - _alpha) * 0.2); _xscale = _xscale + ((this.tarscx - _xscale) * 0.2); _yscale = _yscale + ((this.tarscy - _yscale) * 0.2); _x = _x + ((this.tarx - _x) * 0.2); _y = _y + ((this.tary - _y) * 0.2); if (((Math.abs(this.tarx - _x) < 1) && (Math.abs(this.tary - _y) < 1)) && (Math.abs(this.alp - _alpha) < 2)) { _alpha = this.alp; _x = this.tarx; _y = this.tary; this.onEnterFrame = null; if (this.ckckb == "in") { if (this.nownum == 1) { _parent.mabit1.ston("in"); _parent.mabit2.ston("in"); _parent.mabit3.ston("in"); _parent.mabit4.ston("in"); _parent.mabit5.ston("in"); _parent.mabit6.ston("in"); _parent.mabit7.ston("in"); _parent.mabit8.ston("in"); _parent.mabit9.ston("in"); } } } } }; }; powma.prototype.kansei = function (ck) { with (this) { this.ckck = this.ck; if (this.ckck == "r") { this.tarnum_k = this.nownum + 1; if (this.tarnum_k > 9) { this.tarnum_k = 1; } } else { this.tarnum_k = this.nownum - 1; if (this.tarnum_k < 1) { this.tarnum_k = 9; } } this.stx = _x; this.sty = _y; this.dirx = _parent["matarbit" + this.tarnum_k]._x - _x; if (this.dirx > 1) { this.dirx = 5; } else { this.dirx = -5; } this.gensui = 0; this.gp = 1; this.cnt = 0; this.diry = _parent["matarbit" + this.tarnum_k]._y - _y; if (this.diry > 1) { this.diry = 3; } else { this.diry = -3; } this.gensuiy = 0; this.gpy = 1; this.cnty = 0; } this.onEnterFrame = function () { with (this) { if ((this.stx - _x) < 0) { this.gensui = this.gensui + -1; if (this.gck == 1) { this.cnt++; this.gp = this.gp * 0.5; } this.gck = -1; } else { this.gensui = this.gensui + 1; if (this.gck == -1) { this.cnt++; this.gp = this.gp * 0.5; } this.gck = 1; } if ((this.sty - _y) < 0) { this.gensuiy = this.gensuiy + -1; if (this.gck == 1) { this.cnty++; this.gpy = this.gpy * 0.5; } this.gcky = -1; } else { this.gensuiy = this.gensuiy + 1; if (this.gck == -1) { this.cnty++; this.gpy = this.gpy * 0.5; } this.gcky = 1; } _y = _y + ((this.gensuiy + this.diry) * this.gpy); _x = _x + ((this.gensui + this.dirx) * this.gp); if ((((this.cnt > 3) && (Math.abs(this.stx - _x) < 2)) && (this.cnty > 3)) && (Math.abs(this.sty - _y) < 2)) { _x = this.stx; _y = this.sty; this.onEnterFrame = null; } } }; }; powma.prototype.kaiten_r = function () { with (this) { this.tarnum = this.nownum + 1; if (this.tarnum > 9) { this.tarnum = 1; } } this.onEnterFrame = function () { with (this) { this.rslice = this.rslice + this.speed; if (this.rslice > 359) { this.rslice = 0; } this.sc = Math.sin((Math.PI/180) * this.rslice); this.sc2 = Math.cos(((Math.PI/180) * this.rslice) - 0.35); this.al = Math.cos((Math.PI/180) * this.rslice); this.scc = 70 + (30 * (this.sc2 - this.sc)); _xscale = this.scc; _yscale = this.scc; this._alpha = 50 + ((this.al + 1) * 50); _x = (this.sc * 360) + _parent.center2._x; _y = (this.sc2 * 140) + _parent.center2._y; this.tarx = _parent["matarbit" + this.tarnum]._x; this.tary = _parent["matarbit" + this.tarnum]._y; if ((Math.abs(tarx - _x) < 1) && (Math.abs(tary - _y) < 1)) { this.nownum++; if (this.nownum > 9) { this.nownum = 1; } this.onEnterFrame = null; kansei("r"); } } }; }; powma.prototype.kaiten_l = function () { with (this) { this.tarnum_l = this.nownum - 1; if (this.tarnum_l < 1) { this.tarnum_l = 9; } } this.onEnterFrame = function () { with (this) { this.rslice = this.rslice - this.speed; if (this.rslice < 1) { this.rslice = 360; } this.sc = Math.sin((Math.PI/180) * this.rslice); this.sc2 = Math.cos(((Math.PI/180) * this.rslice) - 0.35); this.al = Math.cos((Math.PI/180) * this.rslice); this.scc = 70 + (30 * (this.sc2 - this.sc)); _xscale = this.scc; _yscale = this.scc; this._alpha = 50 + ((this.al + 1) * 50); _x = (this.sc * 360) + _parent.center2._x; _y = (this.sc2 * 140) + _parent.center2._y; this.tarx = _parent["matarbit" + this.tarnum_l]._x; this.tary = _parent["matarbit" + this.tarnum_l]._y; if ((Math.abs(tarx - _x) < 1) && (Math.abs(tary - _y) < 1)) { this.nownum--; if (this.nownum < 1) { this.nownum = 9; } this.onEnterFrame = null; kansei(); } } }; }; Object.registerClass("mabit1", powma); Object.registerClass("mabit2", powma); Object.registerClass("mabit3", powma); Object.registerClass("mabit4", powma); Object.registerClass("mabit5", powma); Object.registerClass("mabit6", powma); Object.registerClass("mabit7", powma); Object.registerClass("mabit8", powma); Object.registerClass("mabit9", powma);
Frame 13
this.stop();
Frame 15
function bgstop() { bgck = 0; this.snd.stop(); } function bggo() { if (bgck == 0) { this.snd.start(0, 999); bgck = 1; } } btos("in"); this.snd = new Sound(this); this.snd.attachSound("s_bgm"); bgck = 0; bggo(); this.stop();
Symbol 3 MovieClip [con_m] Frame 1
function wapp(aa) { aaa = aa; if (aaa == "cha") { gotoAndPlay (2); } else if (aaa == "pro") { gotoAndPlay (2); } else if (aaa == "scr") { gotoAndPlay (2); } } this.stop();
Symbol 3 MovieClip [con_m] Frame 30
if (aaa == "cha") { _parent.con_cha.wapp(); _parent.cur_b.wapp(); } else if (aaa == "pro") { _parent.cur_b.wapp(); _parent.con_pro.wapp(); } else if (aaa == "scr") { _parent.cur_b.wapp(); _parent.con_scr.wapp(); } else if (aaa == "web") { }
Symbol 21 MovieClip Frame 1
this.onEnterFrame = function () { loadedSize = _parent.getBytesLoaded(); totalSize = _parent.getBytesTotal(); if (loadedSize >= totalSize) { gotoAndPlay(_currentframe + 1); this.onEnterFrame = null; } else { percent = (loadedSize / totalSize) * 100; frr = percent / 4; gdload = Math.round(frr); gotoAndStop(gdload); } };
Symbol 21 MovieClip Frame 57
_parent.gotoAndPlay("fr"); this.stop();
Symbol 28 MovieClip Frame 6
this.stop();
Symbol 129 Button
on (release) { sndon(); _parent.movbit_l(); } on (rollOver) { won(); } on (rollOut, dragOut) { doff(); }
Symbol 130 MovieClip [cur_l] Frame 1
this.stop();
Symbol 130 MovieClip [cur_l] Frame 2
this.stop();
Symbol 132 Button
on (release) { sndon(); _parent.movbit_r(); } on (rollOver) { won(); } on (rollOut, dragOut) { doff(); }
Symbol 133 MovieClip [cur_r] Frame 1
this.stop();
Symbol 133 MovieClip [cur_r] Frame 2
this.stop();
Symbol 134 Button
on (release) { _parent.bggo(); sndon2(); _parent.btos("in"); } on (rollOver) { won(); } on (rollOut, dragOut) { doff(); }
Symbol 136 MovieClip [cur_b] Frame 1
this.stop();
Symbol 136 MovieClip [cur_b] Frame 2
this.stop();
Symbol 145 Button
on (release) { _parent.big.jjj1(); }
Symbol 146 Button
on (release) { _parent.big.jjj2(); }
Symbol 151 Button
on (release) { _parent.big.eee1(); }
Symbol 152 Button
on (release) { _parent.big.eee2(); }
Symbol 159 Button
on (release) { del(); }
Symbol 166 MovieClip Frame 1
function del() { this._visible = 0; } function jjj1() { this._visible = 1; gotoAndStop (4); } function jjj2() { this._visible = 1; gotoAndStop (5); } function eee1() { this._visible = 1; gotoAndStop (2); } function eee2() { this._visible = 1; gotoAndStop (3); } del(); this.stop();
Symbol 166 MovieClip Frame 2
this.stop();
Symbol 166 MovieClip Frame 3
this.stop();
Symbol 166 MovieClip Frame 4
this.stop();
Symbol 166 MovieClip Frame 5
this.stop();
Instance of Symbol 147 MovieClip in Symbol 168 MovieClip [con_scr] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 1; } else if (_parent._parent.lang == "jj2") { _visible = 1; } else if (_parent._parent.lang == "ee1") { _visible = 0; } else if (_parent._parent.lang == "ee2") { _visible = 0; } else { _visible = 1; } }
Instance of Symbol 153 MovieClip in Symbol 168 MovieClip [con_scr] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 0; } else if (_parent._parent.lang == "jj2") { _visible = 0; } else if (_parent._parent.lang == "ee1") { _visible = 1; } else if (_parent._parent.lang == "ee2") { _visible = 1; } else { _visible = 0; } }
Symbol 171 MovieClip Frame 70
gotoAndPlay (18);
Symbol 172 Button
on (release) { if (_parent.btck == "pro") { _parent.ston(1, "pro"); _visible = 0; gotoAndStop (1); sndon(); } else if (_parent.btck == "cha") { _parent.ston(1, "cha"); _visible = 0; gotoAndStop (1); sndon(); } else if (_parent.btck == "web") { getURL ("javascript:openNewWindow('http://www.hack.channel.or.jp/index2.html','','directories=1,location=1,menubar=1,scrollbars=1,status=1,toolbar=1,resizable=1') "); sndon(); } else if (_parent.btck == "scr") { _parent.ston(1, "scr"); _visible = 0; gotoAndStop (1); sndon(); } }
Symbol 174 MovieClip Frame 1
function sndon() { this.snd3.start(); } function wdel() { gotoAndStop (1); } function wapp() { gotoAndPlay (3); } function vis() { _visible = 1; } function novis() { _visible = 0; } this.snd3 = new Sound(this); this.snd3.attachSound("s_sele");
Symbol 174 MovieClip Frame 2
this.stop();
Symbol 174 MovieClip Frame 4
this.stop();
Instance of Symbol 180 MovieClip in Symbol 188 MovieClip [window1] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 0; } else if (_parent._parent.lang == "jj2") { _visible = 0; } else if (_parent._parent.lang == "ee1") { _visible = 1; } else if (_parent._parent.lang == "ee2") { _visible = 1; } else { _visible = 0; } }
Instance of Symbol 186 MovieClip in Symbol 188 MovieClip [window1] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 1; } else if (_parent._parent.lang == "jj2") { _visible = 1; } else if (_parent._parent.lang == "ee1") { _visible = 0; } else if (_parent._parent.lang == "ee2") { _visible = 0; } else { _visible = 1; } }
Instance of Symbol 190 MovieClip in Symbol 194 MovieClip [window3] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 0; } else if (_parent._parent.lang == "jj2") { _visible = 0; } else if (_parent._parent.lang == "ee1") { _visible = 1; } else if (_parent._parent.lang == "ee2") { _visible = 1; } else { _visible = 0; } }
Instance of Symbol 192 MovieClip in Symbol 194 MovieClip [window3] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 1; } else if (_parent._parent.lang == "jj2") { _visible = 1; } else if (_parent._parent.lang == "ee1") { _visible = 0; } else if (_parent._parent.lang == "ee2") { _visible = 0; } else { _visible = 0; } }
Instance of Symbol 196 MovieClip in Symbol 204 MovieClip [window2] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 0; } else if (_parent._parent.lang == "jj2") { _visible = 1; } else if (_parent._parent.lang == "ee1") { _visible = 0; } else if (_parent._parent.lang == "ee2") { _visible = 0; } else { _visible = 0; } }
Instance of Symbol 198 MovieClip in Symbol 204 MovieClip [window2] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 1; } else if (_parent._parent.lang == "jj2") { _visible = 0; } else if (_parent._parent.lang == "ee1") { _visible = 0; } else if (_parent._parent.lang == "ee2") { _visible = 0; } else { _visible = 0; } }
Instance of Symbol 200 MovieClip in Symbol 204 MovieClip [window2] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 0; } else if (_parent._parent.lang == "jj2") { _visible = 0; } else if (_parent._parent.lang == "ee1") { _visible = 0; } else if (_parent._parent.lang == "ee2") { _visible = 1; } else { _visible = 0; } }
Instance of Symbol 202 MovieClip in Symbol 204 MovieClip [window2] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 0; } else if (_parent._parent.lang == "jj2") { _visible = 0; } else if (_parent._parent.lang == "ee1") { _visible = 1; } else if (_parent._parent.lang == "ee2") { _visible = 0; } else { _visible = 0; } }
Symbol 222 MovieClip Frame 1
function won() { gotoAndPlay (2); } function woff() { gotoAndStop (1); } this.stop();
Symbol 222 MovieClip Frame 31
gotoAndPlay (2);
Symbol 228 Button
on (rollOver) { _parent.anim.won(); } on (rollOut, dragOut) { _parent.anim.woff(); } on (release) { _parent._parent.bgstop(); getURL ("javascript:openNewWindow('.html','') "); }
Symbol 230 Button
on (rollOver) { _parent.anim.won(); } on (rollOut, dragOut) { _parent.anim.woff(); } on (release) { _parent._parent.bgstop(); getURL ("javascript:openNewWindow('http://www.dothack.com/Trailers/e3trailer_150.wmv','') "); }
Instance of Symbol 212 MovieClip in Symbol 232 MovieClip [con_pro] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 1; } else if (_parent._parent.lang == "jj2") { _visible = 0; } else if (_parent._parent.lang == "ee1") { _visible = 1; } else if (_parent._parent.lang == "ee2") { _visible = 0; } else { _visible = 0; } }
Instance of Symbol 215 MovieClip in Symbol 232 MovieClip [con_pro] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 0; } else if (_parent._parent.lang == "jj2") { _visible = 1; } else if (_parent._parent.lang == "ee1") { _visible = 0; } else if (_parent._parent.lang == "ee2") { _visible = 1; } else { _visible = 0; } }
Instance of Symbol 229 MovieClip in Symbol 232 MovieClip [con_pro] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 1; } else if (_parent._parent.lang == "jj2") { _visible = 1; } else if (_parent._parent.lang == "ee1") { _visible = 0; } else if (_parent._parent.lang == "ee2") { _visible = 0; } else { _visible = 0; } }
Instance of Symbol 231 MovieClip in Symbol 232 MovieClip [con_pro] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 0; } else if (_parent._parent.lang == "jj2") { _visible = 0; } else if (_parent._parent.lang == "ee1") { _visible = 1; } else if (_parent._parent.lang == "ee2") { _visible = 1; } else { _visible = 0; } }
Symbol 242 MovieClip Frame 1
aa = Math.random() * -290; bb = (Math.random() * 300) + 150; bar._y = aa; bar._yscale = bb;
Instance of Symbol 276 MovieClip in Symbol 280 MovieClip [window4] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 1; } else if (_parent._parent.lang == "jj2") { _visible = 1; } else if (_parent._parent.lang == "ee1") { _visible = 0; } else if (_parent._parent.lang == "ee2") { _visible = 0; } else { _visible = 1; } }
Instance of Symbol 278 MovieClip in Symbol 280 MovieClip [window4] Frame 1
onClipEvent (load) { _visible = 0; if (_parent._parent.lang == "jj1") { _visible = 0; } else if (_parent._parent.lang == "jj2") { _visible = 0; } else if (_parent._parent.lang == "ee1") { _visible = 1; } else if (_parent._parent.lang == "ee2") { _visible = 1; } else { _visible = 0; } }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClip [con_m]Uses:2Used by:Timeline
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 SoundUsed by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:Timeline
Symbol 12 GraphicUsed by:21
Symbol 13 GraphicUsed by:21
Symbol 14 GraphicUsed by:21
Symbol 15 GraphicUsed by:21
Symbol 16 GraphicUsed by:21
Symbol 17 GraphicUsed by:21
Symbol 18 GraphicUsed by:21
Symbol 19 GraphicUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:12 13 14 15 16 17 18 19 20Used by:Timeline
Symbol 22 Sound [s_can]Used by:Timeline
Symbol 23 Sound [s_mov]Used by:Timeline
Symbol 24 Sound [s_sele]Used by:Timeline
Symbol 25 Sound [s_bgm]Used by:Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:28
Symbol 28 MovieClipUses:27Used by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClip [lens1]Uses:29Used by:Timeline
Symbol 31 MovieClipUsed by:Timeline
Symbol 32 GraphicUsed by:36
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:36
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClip [bit2]Uses:32 34 35Used by:Timeline
Symbol 37 GraphicUsed by:40
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:38Used by:40
Symbol 40 MovieClip [bit1]Uses:37 39Used by:Timeline
Symbol 41 GraphicUsed by:45
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:45
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClip [bit3]Uses:41 43 44Used by:Timeline
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClip [bit4]Uses:46Used by:Timeline
Symbol 48 GraphicUsed by:52
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:52
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClip [bit5]Uses:48 50 51Used by:Timeline
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:55 56 65 66
Symbol 55 MovieClip [bit6]Uses:54Used by:Timeline
Symbol 56 MovieClip [bit7]Uses:54Used by:Timeline
Symbol 57 MovieClip [tarbit1]Used by:Timeline
Symbol 58 MovieClip [tarbit2]Used by:Timeline
Symbol 59 MovieClip [tarbit3]Used by:Timeline
Symbol 60 MovieClip [tarbit4]Used by:Timeline
Symbol 61 MovieClip [tarbit5]Used by:Timeline
Symbol 62 MovieClip [tarbit6]Used by:Timeline
Symbol 63 MovieClip [tarbit7]Used by:Timeline
Symbol 64 MovieClip [tarbit8]Used by:Timeline
Symbol 65 MovieClip [bit8]Uses:54Used by:Timeline
Symbol 66 MovieClip [bit9]Uses:54Used by:Timeline
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:69 70 71 72 73 74 75 76 86
Symbol 69 MovieClip [mabit1]Uses:68Used by:Timeline
Symbol 70 MovieClip [mabit2]Uses:68Used by:Timeline
Symbol 71 MovieClip [mabit3]Uses:68Used by:Timeline
Symbol 72 MovieClip [mabit4]Uses:68Used by:Timeline
Symbol 73 MovieClip [mabit5]Uses:68Used by:Timeline
Symbol 74 MovieClip [mabit6]Uses:68Used by:Timeline
Symbol 75 MovieClip [mabit7]Uses:68Used by:Timeline
Symbol 76 MovieClip [mabit8]Uses:68Used by:Timeline
Symbol 77 MovieClip [matarbit1]Used by:Timeline
Symbol 78 MovieClip [matarbit2]Used by:Timeline
Symbol 79 MovieClip [matarbit3]Used by:Timeline
Symbol 80 MovieClip [matarbit4]Used by:Timeline
Symbol 81 MovieClip [matarbit5]Used by:Timeline
Symbol 82 MovieClip [matarbit6]Used by:Timeline
Symbol 83 MovieClip [matarbit7]Used by:Timeline
Symbol 84 MovieClip [matarbit8]Used by:Timeline
Symbol 85 MovieClip [tarbit9]Used by:Timeline
Symbol 86 MovieClip [mabit9]Uses:68Used by:Timeline
Symbol 87 MovieClip [matarbit9]Used by:Timeline
Symbol 88 MovieClip [tarbit_o1]Used by:Timeline
Symbol 89 MovieClip [tarbit_o2]Used by:Timeline
Symbol 90 MovieClip [tarbit_o3]Used by:Timeline
Symbol 91 MovieClip [tarbit_o4]Used by:Timeline
Symbol 92 MovieClip [tarbit_o5]Used by:Timeline
Symbol 93 MovieClip [tarbit_o6]Used by:Timeline
Symbol 94 MovieClip [tarbit_o7]Used by:Timeline
Symbol 95 MovieClip [tarbit_o8]Used by:Timeline
Symbol 96 MovieClip [tarbit_o9]Used by:Timeline
Symbol 97 MovieClip [tarbit_i1]Used by:Timeline
Symbol 98 MovieClip [tarbit_i2]Used by:Timeline
Symbol 99 MovieClip [tarbit_i3]Used by:Timeline
Symbol 100 MovieClip [tarbit_i4]Used by:Timeline
Symbol 101 MovieClip [tarbit_i5]Used by:Timeline
Symbol 102 MovieClip [tarbit_i6]Used by:Timeline
Symbol 103 MovieClip [tarbit_i7]Used by:Timeline
Symbol 104 MovieClip [tarbit_i8]Used by:Timeline
Symbol 105 MovieClip [tarbit_i9]Used by:Timeline
Symbol 106 MovieClip [matarbit_i1]Used by:Timeline
Symbol 107 MovieClip [matarbit_i2]Used by:Timeline
Symbol 108 MovieClip [matarbit_i3]Used by:Timeline
Symbol 109 MovieClip [matarbit_i4]Used by:Timeline
Symbol 110 MovieClip [matarbit_i5]Used by:Timeline
Symbol 111 MovieClip [matarbit_i6]Used by:Timeline
Symbol 112 MovieClip [matarbit_i7]Used by:Timeline
Symbol 113 MovieClip [matarbit_i8]Used by:Timeline
Symbol 114 MovieClip [matarbit_i9]Used by:Timeline
Symbol 115 MovieClip [matarbit_o1]Used by:Timeline
Symbol 116 MovieClip [matarbit_o2]Used by:Timeline
Symbol 117 MovieClip [matarbit_o3]Used by:Timeline
Symbol 118 MovieClip [matarbit_o4]Used by:Timeline
Symbol 119 MovieClip [matarbit_o5]Used by:Timeline
Symbol 120 MovieClip [matarbit_o6]Used by:Timeline
Symbol 121 MovieClip [matarbit_o7]Used by:Timeline
Symbol 122 MovieClip [matarbit_o8]Used by:Timeline
Symbol 123 MovieClip [matarbit_o9]Used by:Timeline
Symbol 124 GraphicUsed by:130
Symbol 125 GraphicUsed by:126 173
Symbol 126 MovieClipUses:125Used by:130 133 136
Symbol 127 GraphicUsed by:130 133 136
Symbol 128 GraphicUsed by:129 132 134 172 228 230
Symbol 129 ButtonUses:128Used by:130
Symbol 130 MovieClip [cur_l]Uses:124 126 127 129Used by:Timeline
Symbol 131 GraphicUsed by:133 136
Symbol 132 ButtonUses:128Used by:133
Symbol 133 MovieClip [cur_r]Uses:131 126 127 132Used by:Timeline
Symbol 134 ButtonUses:128Used by:136
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClip [cur_b]Uses:131 126 127 134 135Used by:Timeline
Symbol 137 GraphicUsed by:168
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:168 232
Symbol 140 BitmapUsed by:142
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:140 141Used by:147
Symbol 143 GraphicUsed by:145 146 151 152 218
Symbol 144 GraphicUsed by:145 146 151 152 159
Symbol 145 ButtonUses:143 144Used by:147
Symbol 146 ButtonUses:143 144Used by:147
Symbol 147 MovieClipUses:142 145 146Used by:168
Symbol 148 BitmapUsed by:150
Symbol 149 BitmapUsed by:150
Symbol 150 GraphicUses:148 149Used by:153
Symbol 151 ButtonUses:143 144Used by:153
Symbol 152 ButtonUses:143 144Used by:153
Symbol 153 MovieClipUses:150 151 152Used by:168
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:166
Symbol 156 GraphicUsed by:166
Symbol 157 FontUsed by:158 224 225
Symbol 158 TextUses:157Used by:166
Symbol 159 ButtonUses:144Used by:166
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:166
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:166
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:166
Symbol 166 MovieClipUses:155 156 158 159 161 163 165Used by:168
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClip [con_scr]Uses:137 139 147 153 166 167Used by:Timeline
Symbol 169 GraphicUsed by:171
Symbol 170 GraphicUsed by:171
Symbol 171 MovieClipUses:169 170Used by:174
Symbol 172 ButtonUses:128Used by:174
Symbol 173 MovieClipUses:125Used by:174
Symbol 174 MovieClipUses:171 172 173Used by:Timeline
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClip [lens2]Uses:175Used by:Timeline
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:177Used by:188 194 204 280
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:179Used by:188
Symbol 181 GraphicUsed by:186
Symbol 182 FontUsed by:183
Symbol 183 TextUses:182Used by:186
Symbol 184 FontUsed by:185
Symbol 185 TextUses:184Used by:186
Symbol 186 MovieClipUses:181 183 185Used by:188
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClip [window1]Uses:178 180 186 187Used by:Timeline
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:194
Symbol 191 GraphicUsed by:192
Symbol 192 MovieClipUses:191Used by:194
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClip [window3]Uses:178 190 192 193Used by:Timeline
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClipUses:195Used by:204
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:197Used by:204
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:199Used by:204
Symbol 201 GraphicUsed by:202
Symbol 202 MovieClipUses:201Used by:204
Symbol 203 GraphicUsed by:204
Symbol 204 MovieClip [window2]Uses:178 196 198 200 202 203Used by:Timeline
Symbol 205 MovieClip [window0]Used by:Timeline
Symbol 206 GraphicUsed by:232
Symbol 207 GraphicUsed by:208
Symbol 208 MovieClipUses:207Used by:232
Symbol 209 GraphicUsed by:232
Symbol 210 BitmapUsed by:211
Symbol 211 GraphicUses:210Used by:212
Symbol 212 MovieClipUses:211Used by:232
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:215
Symbol 215 MovieClipUses:214Used by:232
Symbol 216 GraphicUsed by:222
Symbol 217 GraphicUsed by:222
Symbol 218 MovieClipUses:143Used by:222
Symbol 219 GraphicUsed by:222
Symbol 220 GraphicUsed by:222
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:216 217 218 219 220 221Used by:232
Symbol 223 GraphicUsed by:232
Symbol 224 TextUses:157Used by:229
Symbol 225 TextUses:157Used by:229
Symbol 226 GraphicUsed by:227
Symbol 227 MovieClipUses:226Used by:229 231
Symbol 228 ButtonUses:128Used by:229
Symbol 229 MovieClipUses:224 225 227 228Used by:232
Symbol 230 ButtonUses:128Used by:231
Symbol 231 MovieClipUses:227 230Used by:232
Symbol 232 MovieClip [con_pro]Uses:206 208 209 212 215 222 223 139 229 231Used by:Timeline
Symbol 233 GraphicUsed by:274
Symbol 234 BitmapUsed by:235
Symbol 235 GraphicUses:234Used by:274
Symbol 236 GraphicUsed by:274
Symbol 237 GraphicUsed by:238
Symbol 238 MovieClipUses:237Used by:242
Symbol 239 BitmapUsed by:240
Symbol 240 GraphicUses:239Used by:241
Symbol 241 MovieClipUses:240Used by:242 253 257 261 265 269 273
Symbol 242 MovieClipUses:238 241Used by:274
Symbol 243 GraphicUsed by:244 246
Symbol 244 MovieClipUses:243Used by:274
Symbol 245 GraphicUsed by:274
Symbol 246 MovieClipUses:243Used by:274
Symbol 247 GraphicUsed by:274
Symbol 248 BitmapUsed by:249
Symbol 249 GraphicUses:248Used by:274
Symbol 250 GraphicUsed by:253
Symbol 251 BitmapUsed by:252
Symbol 252 GraphicUses:251Used by:253
Symbol 253 MovieClipUses:250 252 241Used by:274
Symbol 254 GraphicUsed by:257
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:257
Symbol 257 MovieClipUses:254 256 241Used by:274
Symbol 258 GraphicUsed by:261
Symbol 259 BitmapUsed by:260
Symbol 260 GraphicUses:259Used by:261
Symbol 261 MovieClipUses:258 260 241Used by:274
Symbol 262 GraphicUsed by:265
Symbol 263 BitmapUsed by:264
Symbol 264 GraphicUses:263Used by:265
Symbol 265 MovieClipUses:262 264 241Used by:274
Symbol 266 GraphicUsed by:269
Symbol 267 BitmapUsed by:268
Symbol 268 GraphicUses:267Used by:269
Symbol 269 MovieClipUses:266 268 241Used by:274
Symbol 270 GraphicUsed by:273
Symbol 271 BitmapUsed by:272
Symbol 272 GraphicUses:271Used by:273
Symbol 273 MovieClipUses:270 272 241Used by:274
Symbol 274 MovieClip [con_cha]Uses:233 235 236 242 244 245 246 247 249 253 257 261 265 269 273Used by:Timeline
Symbol 275 GraphicUsed by:276
Symbol 276 MovieClipUses:275Used by:280
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:277Used by:280
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClip [window4]Uses:178 276 278 279Used by:Timeline

Instance Names

"con_m"Frame 1Symbol 3 MovieClip [con_m]
"lens1"Frame 14Symbol 30 MovieClip [lens1]
"center2"Frame 14Symbol 31 MovieClip
"bit2"Frame 14Symbol 36 MovieClip [bit2]
"bit1"Frame 14Symbol 40 MovieClip [bit1]
"bit3"Frame 14Symbol 45 MovieClip [bit3]
"bit4"Frame 14Symbol 47 MovieClip [bit4]
"bit5"Frame 14Symbol 52 MovieClip [bit5]
"bit6"Frame 14Symbol 55 MovieClip [bit6]
"bit7"Frame 14Symbol 56 MovieClip [bit7]
"tarbit1"Frame 14Symbol 57 MovieClip [tarbit1]
"tarbit2"Frame 14Symbol 58 MovieClip [tarbit2]
"tarbit3"Frame 14Symbol 59 MovieClip [tarbit3]
"tarbit4"Frame 14Symbol 60 MovieClip [tarbit4]
"tarbit5"Frame 14Symbol 61 MovieClip [tarbit5]
"tarbit6"Frame 14Symbol 62 MovieClip [tarbit6]
"tarbit7"Frame 14Symbol 63 MovieClip [tarbit7]
"tarbit8"Frame 14Symbol 64 MovieClip [tarbit8]
"bit8"Frame 14Symbol 65 MovieClip [bit8]
"bit9"Frame 14Symbol 66 MovieClip [bit9]
"mabit1"Frame 14Symbol 69 MovieClip [mabit1]
"mabit2"Frame 14Symbol 70 MovieClip [mabit2]
"mabit3"Frame 14Symbol 71 MovieClip [mabit3]
"mabit4"Frame 14Symbol 72 MovieClip [mabit4]
"mabit5"Frame 14Symbol 73 MovieClip [mabit5]
"mabit6"Frame 14Symbol 74 MovieClip [mabit6]
"mabit7"Frame 14Symbol 75 MovieClip [mabit7]
"mabit8"Frame 14Symbol 76 MovieClip [mabit8]
"matarbit1"Frame 14Symbol 77 MovieClip [matarbit1]
"matarbit2"Frame 14Symbol 78 MovieClip [matarbit2]
"matarbit3"Frame 14Symbol 79 MovieClip [matarbit3]
"matarbit4"Frame 14Symbol 80 MovieClip [matarbit4]
"matarbit5"Frame 14Symbol 81 MovieClip [matarbit5]
"matarbit6"Frame 14Symbol 82 MovieClip [matarbit6]
"matarbit7"Frame 14Symbol 83 MovieClip [matarbit7]
"matarbit8"Frame 14Symbol 84 MovieClip [matarbit8]
"tarbit9"Frame 14Symbol 85 MovieClip [tarbit9]
"mabit9"Frame 14Symbol 86 MovieClip [mabit9]
"matarbit9"Frame 14Symbol 87 MovieClip [matarbit9]
"tarbit_o1"Frame 14Symbol 88 MovieClip [tarbit_o1]
"tarbit_o2"Frame 14Symbol 89 MovieClip [tarbit_o2]
"tarbit_o3"Frame 14Symbol 90 MovieClip [tarbit_o3]
"tarbit_o4"Frame 14Symbol 91 MovieClip [tarbit_o4]
"tarbit_o5"Frame 14Symbol 92 MovieClip [tarbit_o5]
"tarbit_o6"Frame 14Symbol 93 MovieClip [tarbit_o6]
"tarbit_o7"Frame 14Symbol 94 MovieClip [tarbit_o7]
"tarbit_o8"Frame 14Symbol 95 MovieClip [tarbit_o8]
"tarbit_o9"Frame 14Symbol 96 MovieClip [tarbit_o9]
"tarbit_i1"Frame 14Symbol 97 MovieClip [tarbit_i1]
"tarbit_i2"Frame 14Symbol 98 MovieClip [tarbit_i2]
"tarbit_i3"Frame 14Symbol 99 MovieClip [tarbit_i3]
"tarbit_i4"Frame 14Symbol 100 MovieClip [tarbit_i4]
"tarbit_i5"Frame 14Symbol 101 MovieClip [tarbit_i5]
"tarbit_i6"Frame 14Symbol 102 MovieClip [tarbit_i6]
"tarbit_i7"Frame 14Symbol 103 MovieClip [tarbit_i7]
"tarbit_i8"Frame 14Symbol 104 MovieClip [tarbit_i8]
"tarbit_i9"Frame 14Symbol 105 MovieClip [tarbit_i9]
"matarbit_i1"Frame 14Symbol 106 MovieClip [matarbit_i1]
"matarbit_i2"Frame 14Symbol 107 MovieClip [matarbit_i2]
"matarbit_i3"Frame 14Symbol 108 MovieClip [matarbit_i3]
"matarbit_i4"Frame 14Symbol 109 MovieClip [matarbit_i4]
"matarbit_i5"Frame 14Symbol 110 MovieClip [matarbit_i5]
"matarbit_i6"Frame 14Symbol 111 MovieClip [matarbit_i6]
"matarbit_i7"Frame 14Symbol 112 MovieClip [matarbit_i7]
"matarbit_i8"Frame 14Symbol 113 MovieClip [matarbit_i8]
"matarbit_i8"Frame 14Symbol 114 MovieClip [matarbit_i9]
"matarbit_o1"Frame 14Symbol 115 MovieClip [matarbit_o1]
"matarbit_o2"Frame 14Symbol 116 MovieClip [matarbit_o2]
"matarbit_o3"Frame 14Symbol 117 MovieClip [matarbit_o3]
"matarbit_o4"Frame 14Symbol 118 MovieClip [matarbit_o4]
"matarbit_o5"Frame 14Symbol 119 MovieClip [matarbit_o5]
"matarbit_o6"Frame 14Symbol 120 MovieClip [matarbit_o6]
"matarbit_o7"Frame 14Symbol 121 MovieClip [matarbit_o7]
"matarbit_o8"Frame 14Symbol 122 MovieClip [matarbit_o8]
"matarbit_o9"Frame 14Symbol 123 MovieClip [matarbit_o9]
"cur_r"Frame 14Symbol 130 MovieClip [cur_l]
"cur_l"Frame 14Symbol 133 MovieClip [cur_r]
"cur_b"Frame 14Symbol 136 MovieClip [cur_b]
"con_scr"Frame 14Symbol 168 MovieClip [con_scr]
"btn_con"Frame 14Symbol 174 MovieClip
"lens2"Frame 14Symbol 176 MovieClip [lens2]
"window1"Frame 14Symbol 188 MovieClip [window1]
"window3"Frame 14Symbol 194 MovieClip [window3]
"window2"Frame 14Symbol 204 MovieClip [window2]
"window0"Frame 14Symbol 205 MovieClip [window0]
"con_pro"Frame 14Symbol 232 MovieClip [con_pro]
"con_cha"Frame 14Symbol 274 MovieClip [con_cha]
"window4"Frame 14Symbol 280 MovieClip [window4]
"big"Symbol 168 MovieClip [con_scr] Frame 1Symbol 166 MovieClip
"anim"Symbol 232 MovieClip [con_pro] Frame 1Symbol 222 MovieClip
"bar"Symbol 242 MovieClip Frame 1Symbol 238 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 3 as "con_m"
ExportAssets (56)Timeline Frame 2Symbol 3 as "con_m"
ExportAssets (56)Timeline Frame 3Symbol 3 as "con_m"
ExportAssets (56)Timeline Frame 4Symbol 3 as "con_m"
ExportAssets (56)Timeline Frame 5Symbol 3 as "con_m"
ExportAssets (56)Timeline Frame 6Symbol 3 as "con_m"
ExportAssets (56)Timeline Frame 7Symbol 3 as "con_m"
ExportAssets (56)Timeline Frame 7Symbol 22 as "s_can"
ExportAssets (56)Timeline Frame 7Symbol 23 as "s_mov"
ExportAssets (56)Timeline Frame 7Symbol 24 as "s_sele"
ExportAssets (56)Timeline Frame 7Symbol 25 as "s_bgm"
ExportAssets (56)Timeline Frame 8Symbol 3 as "con_m"
ExportAssets (56)Timeline Frame 9Symbol 3 as "con_m"
ExportAssets (56)Timeline Frame 10Symbol 3 as "con_m"
ExportAssets (56)Timeline Frame 11Symbol 3 as "con_m"
ExportAssets (56)Timeline Frame 12Symbol 3 as "con_m"
ExportAssets (56)Timeline Frame 13Symbol 3 as "con_m"
ExportAssets (56)Timeline Frame 14Symbol 30 as "lens1"
ExportAssets (56)Timeline Frame 14Symbol 36 as "bit2"
ExportAssets (56)Timeline Frame 14Symbol 40 as "bit1"
ExportAssets (56)Timeline Frame 14Symbol 45 as "bit3"
ExportAssets (56)Timeline Frame 14Symbol 47 as "bit4"
ExportAssets (56)Timeline Frame 14Symbol 52 as "bit5"
ExportAssets (56)Timeline Frame 14Symbol 55 as "bit6"
ExportAssets (56)Timeline Frame 14Symbol 56 as "bit7"
ExportAssets (56)Timeline Frame 14Symbol 57 as "tarbit1"
ExportAssets (56)Timeline Frame 14Symbol 58 as "tarbit2"
ExportAssets (56)Timeline Frame 14Symbol 59 as "tarbit3"
ExportAssets (56)Timeline Frame 14Symbol 60 as "tarbit4"
ExportAssets (56)Timeline Frame 14Symbol 61 as "tarbit5"
ExportAssets (56)Timeline Frame 14Symbol 62 as "tarbit6"
ExportAssets (56)Timeline Frame 14Symbol 63 as "tarbit7"
ExportAssets (56)Timeline Frame 14Symbol 64 as "tarbit8"
ExportAssets (56)Timeline Frame 14Symbol 65 as "bit8"
ExportAssets (56)Timeline Frame 14Symbol 66 as "bit9"
ExportAssets (56)Timeline Frame 14Symbol 69 as "mabit1"
ExportAssets (56)Timeline Frame 14Symbol 70 as "mabit2"
ExportAssets (56)Timeline Frame 14Symbol 71 as "mabit3"
ExportAssets (56)Timeline Frame 14Symbol 72 as "mabit4"
ExportAssets (56)Timeline Frame 14Symbol 73 as "mabit5"
ExportAssets (56)Timeline Frame 14Symbol 74 as "mabit6"
ExportAssets (56)Timeline Frame 14Symbol 75 as "mabit7"
ExportAssets (56)Timeline Frame 14Symbol 76 as "mabit8"
ExportAssets (56)Timeline Frame 14Symbol 77 as "matarbit1"
ExportAssets (56)Timeline Frame 14Symbol 78 as "matarbit2"
ExportAssets (56)Timeline Frame 14Symbol 79 as "matarbit3"
ExportAssets (56)Timeline Frame 14Symbol 80 as "matarbit4"
ExportAssets (56)Timeline Frame 14Symbol 81 as "matarbit5"
ExportAssets (56)Timeline Frame 14Symbol 82 as "matarbit6"
ExportAssets (56)Timeline Frame 14Symbol 83 as "matarbit7"
ExportAssets (56)Timeline Frame 14Symbol 84 as "matarbit8"
ExportAssets (56)Timeline Frame 14Symbol 85 as "tarbit9"
ExportAssets (56)Timeline Frame 14Symbol 86 as "mabit9"
ExportAssets (56)Timeline Frame 14Symbol 87 as "matarbit9"
ExportAssets (56)Timeline Frame 14Symbol 88 as "tarbit_o1"
ExportAssets (56)Timeline Frame 14Symbol 89 as "tarbit_o2"
ExportAssets (56)Timeline Frame 14Symbol 90 as "tarbit_o3"
ExportAssets (56)Timeline Frame 14Symbol 91 as "tarbit_o4"
ExportAssets (56)Timeline Frame 14Symbol 92 as "tarbit_o5"
ExportAssets (56)Timeline Frame 14Symbol 93 as "tarbit_o6"
ExportAssets (56)Timeline Frame 14Symbol 94 as "tarbit_o7"
ExportAssets (56)Timeline Frame 14Symbol 95 as "tarbit_o8"
ExportAssets (56)Timeline Frame 14Symbol 96 as "tarbit_o9"
ExportAssets (56)Timeline Frame 14Symbol 97 as "tarbit_i1"
ExportAssets (56)Timeline Frame 14Symbol 98 as "tarbit_i2"
ExportAssets (56)Timeline Frame 14Symbol 99 as "tarbit_i3"
ExportAssets (56)Timeline Frame 14Symbol 100 as "tarbit_i4"
ExportAssets (56)Timeline Frame 14Symbol 101 as "tarbit_i5"
ExportAssets (56)Timeline Frame 14Symbol 102 as "tarbit_i6"
ExportAssets (56)Timeline Frame 14Symbol 103 as "tarbit_i7"
ExportAssets (56)Timeline Frame 14Symbol 104 as "tarbit_i8"
ExportAssets (56)Timeline Frame 14Symbol 105 as "tarbit_i9"
ExportAssets (56)Timeline Frame 14Symbol 106 as "matarbit_i1"
ExportAssets (56)Timeline Frame 14Symbol 107 as "matarbit_i2"
ExportAssets (56)Timeline Frame 14Symbol 108 as "matarbit_i3"
ExportAssets (56)Timeline Frame 14Symbol 109 as "matarbit_i4"
ExportAssets (56)Timeline Frame 14Symbol 110 as "matarbit_i5"
ExportAssets (56)Timeline Frame 14Symbol 111 as "matarbit_i6"
ExportAssets (56)Timeline Frame 14Symbol 112 as "matarbit_i7"
ExportAssets (56)Timeline Frame 14Symbol 113 as "matarbit_i8"
ExportAssets (56)Timeline Frame 14Symbol 114 as "matarbit_i9"
ExportAssets (56)Timeline Frame 14Symbol 115 as "matarbit_o1"
ExportAssets (56)Timeline Frame 14Symbol 116 as "matarbit_o2"
ExportAssets (56)Timeline Frame 14Symbol 117 as "matarbit_o3"
ExportAssets (56)Timeline Frame 14Symbol 118 as "matarbit_o4"
ExportAssets (56)Timeline Frame 14Symbol 119 as "matarbit_o5"
ExportAssets (56)Timeline Frame 14Symbol 120 as "matarbit_o6"
ExportAssets (56)Timeline Frame 14Symbol 121 as "matarbit_o7"
ExportAssets (56)Timeline Frame 14Symbol 122 as "matarbit_o8"
ExportAssets (56)Timeline Frame 14Symbol 123 as "matarbit_o9"
ExportAssets (56)Timeline Frame 14Symbol 130 as "cur_l"
ExportAssets (56)Timeline Frame 14Symbol 133 as "cur_r"
ExportAssets (56)Timeline Frame 14Symbol 136 as "cur_b"
ExportAssets (56)Timeline Frame 14Symbol 168 as "con_scr"
ExportAssets (56)Timeline Frame 14Symbol 176 as "lens2"
ExportAssets (56)Timeline Frame 14Symbol 188 as "window1"
ExportAssets (56)Timeline Frame 14Symbol 194 as "window3"
ExportAssets (56)Timeline Frame 14Symbol 204 as "window2"
ExportAssets (56)Timeline Frame 14Symbol 205 as "window0"
ExportAssets (56)Timeline Frame 14Symbol 232 as "con_pro"
ExportAssets (56)Timeline Frame 14Symbol 274 as "con_cha"
ExportAssets (56)Timeline Frame 14Symbol 280 as "window4"
ExportAssets (56)Timeline Frame 14Symbol 3 as "con_m"
ExportAssets (56)Timeline Frame 15Symbol 30 as "lens1"
ExportAssets (56)Timeline Frame 15Symbol 36 as "bit2"
ExportAssets (56)Timeline Frame 15Symbol 40 as "bit1"
ExportAssets (56)Timeline Frame 15Symbol 45 as "bit3"
ExportAssets (56)Timeline Frame 15Symbol 47 as "bit4"
ExportAssets (56)Timeline Frame 15Symbol 52 as "bit5"
ExportAssets (56)Timeline Frame 15Symbol 55 as "bit6"
ExportAssets (56)Timeline Frame 15Symbol 56 as "bit7"
ExportAssets (56)Timeline Frame 15Symbol 57 as "tarbit1"
ExportAssets (56)Timeline Frame 15Symbol 58 as "tarbit2"
ExportAssets (56)Timeline Frame 15Symbol 59 as "tarbit3"
ExportAssets (56)Timeline Frame 15Symbol 60 as "tarbit4"
ExportAssets (56)Timeline Frame 15Symbol 61 as "tarbit5"
ExportAssets (56)Timeline Frame 15Symbol 62 as "tarbit6"
ExportAssets (56)Timeline Frame 15Symbol 63 as "tarbit7"
ExportAssets (56)Timeline Frame 15Symbol 64 as "tarbit8"
ExportAssets (56)Timeline Frame 15Symbol 65 as "bit8"
ExportAssets (56)Timeline Frame 15Symbol 66 as "bit9"
ExportAssets (56)Timeline Frame 15Symbol 69 as "mabit1"
ExportAssets (56)Timeline Frame 15Symbol 70 as "mabit2"
ExportAssets (56)Timeline Frame 15Symbol 71 as "mabit3"
ExportAssets (56)Timeline Frame 15Symbol 72 as "mabit4"
ExportAssets (56)Timeline Frame 15Symbol 73 as "mabit5"
ExportAssets (56)Timeline Frame 15Symbol 74 as "mabit6"
ExportAssets (56)Timeline Frame 15Symbol 75 as "mabit7"
ExportAssets (56)Timeline Frame 15Symbol 76 as "mabit8"
ExportAssets (56)Timeline Frame 15Symbol 77 as "matarbit1"
ExportAssets (56)Timeline Frame 15Symbol 78 as "matarbit2"
ExportAssets (56)Timeline Frame 15Symbol 79 as "matarbit3"
ExportAssets (56)Timeline Frame 15Symbol 80 as "matarbit4"
ExportAssets (56)Timeline Frame 15Symbol 81 as "matarbit5"
ExportAssets (56)Timeline Frame 15Symbol 82 as "matarbit6"
ExportAssets (56)Timeline Frame 15Symbol 83 as "matarbit7"
ExportAssets (56)Timeline Frame 15Symbol 84 as "matarbit8"
ExportAssets (56)Timeline Frame 15Symbol 85 as "tarbit9"
ExportAssets (56)Timeline Frame 15Symbol 86 as "mabit9"
ExportAssets (56)Timeline Frame 15Symbol 87 as "matarbit9"
ExportAssets (56)Timeline Frame 15Symbol 88 as "tarbit_o1"
ExportAssets (56)Timeline Frame 15Symbol 89 as "tarbit_o2"
ExportAssets (56)Timeline Frame 15Symbol 90 as "tarbit_o3"
ExportAssets (56)Timeline Frame 15Symbol 91 as "tarbit_o4"
ExportAssets (56)Timeline Frame 15Symbol 92 as "tarbit_o5"
ExportAssets (56)Timeline Frame 15Symbol 93 as "tarbit_o6"
ExportAssets (56)Timeline Frame 15Symbol 94 as "tarbit_o7"
ExportAssets (56)Timeline Frame 15Symbol 95 as "tarbit_o8"
ExportAssets (56)Timeline Frame 15Symbol 96 as "tarbit_o9"
ExportAssets (56)Timeline Frame 15Symbol 97 as "tarbit_i1"
ExportAssets (56)Timeline Frame 15Symbol 98 as "tarbit_i2"
ExportAssets (56)Timeline Frame 15Symbol 99 as "tarbit_i3"
ExportAssets (56)Timeline Frame 15Symbol 100 as "tarbit_i4"
ExportAssets (56)Timeline Frame 15Symbol 101 as "tarbit_i5"
ExportAssets (56)Timeline Frame 15Symbol 102 as "tarbit_i6"
ExportAssets (56)Timeline Frame 15Symbol 103 as "tarbit_i7"
ExportAssets (56)Timeline Frame 15Symbol 104 as "tarbit_i8"
ExportAssets (56)Timeline Frame 15Symbol 105 as "tarbit_i9"
ExportAssets (56)Timeline Frame 15Symbol 106 as "matarbit_i1"
ExportAssets (56)Timeline Frame 15Symbol 107 as "matarbit_i2"
ExportAssets (56)Timeline Frame 15Symbol 108 as "matarbit_i3"
ExportAssets (56)Timeline Frame 15Symbol 109 as "matarbit_i4"
ExportAssets (56)Timeline Frame 15Symbol 110 as "matarbit_i5"
ExportAssets (56)Timeline Frame 15Symbol 111 as "matarbit_i6"
ExportAssets (56)Timeline Frame 15Symbol 112 as "matarbit_i7"
ExportAssets (56)Timeline Frame 15Symbol 113 as "matarbit_i8"
ExportAssets (56)Timeline Frame 15Symbol 114 as "matarbit_i9"
ExportAssets (56)Timeline Frame 15Symbol 115 as "matarbit_o1"
ExportAssets (56)Timeline Frame 15Symbol 116 as "matarbit_o2"
ExportAssets (56)Timeline Frame 15Symbol 117 as "matarbit_o3"
ExportAssets (56)Timeline Frame 15Symbol 118 as "matarbit_o4"
ExportAssets (56)Timeline Frame 15Symbol 119 as "matarbit_o5"
ExportAssets (56)Timeline Frame 15Symbol 120 as "matarbit_o6"
ExportAssets (56)Timeline Frame 15Symbol 121 as "matarbit_o7"
ExportAssets (56)Timeline Frame 15Symbol 122 as "matarbit_o8"
ExportAssets (56)Timeline Frame 15Symbol 123 as "matarbit_o9"
ExportAssets (56)Timeline Frame 15Symbol 130 as "cur_l"
ExportAssets (56)Timeline Frame 15Symbol 133 as "cur_r"
ExportAssets (56)Timeline Frame 15Symbol 136 as "cur_b"
ExportAssets (56)Timeline Frame 15Symbol 168 as "con_scr"
ExportAssets (56)Timeline Frame 15Symbol 176 as "lens2"
ExportAssets (56)Timeline Frame 15Symbol 188 as "window1"
ExportAssets (56)Timeline Frame 15Symbol 194 as "window3"
ExportAssets (56)Timeline Frame 15Symbol 204 as "window2"
ExportAssets (56)Timeline Frame 15Symbol 205 as "window0"
ExportAssets (56)Timeline Frame 15Symbol 232 as "con_pro"
ExportAssets (56)Timeline Frame 15Symbol 274 as "con_cha"
ExportAssets (56)Timeline Frame 15Symbol 280 as "window4"
ExportAssets (56)Timeline Frame 15Symbol 3 as "con_m"

Labels

"fr"Frame 14
"fr"Symbol 3 MovieClip [con_m] Frame 2
"fr"Symbol 171 MovieClip Frame 18
"fr"Symbol 174 MovieClip Frame 3
"fr"Symbol 222 MovieClip Frame 2




http://swfchan.com/3/14660/info.shtml
Created: 3/6 -2019 11:46:32 Last modified: 3/6 -2019 11:46:32 Server time: 29/04 -2024 04:22:27