Frame 1
function sisutemu(menu, obj) {
gotoAndStop (2);
}
se_01 = new Sound(this);
se_02 = new Sound(this);
se_03 = new Sound(this);
se_04 = new Sound(this);
se_start = new Sound(this);
se_end = new Sound(this);
se_ok = new Sound(this);
se_ng = new Sound(this);
se_batu = new Sound(this);
se_maru = new Sound(this);
se_01.attachSound("01");
se_02.attachSound("02");
se_03.attachSound("03");
se_04.attachSound("04");
se_start.attachSound("start");
se_end.attachSound("end");
se_ok.attachSound("ok");
se_ng.attachSound("ng");
se_batu.attachSound("batu");
se_maru.attachSound("maru");
if (_root.MODE != "ALL") {
menu_cm = new ContextMenu();
menu_cm.builtInItems.forward_back = false;
menu_cm.builtInItems.loop = false;
menu_cm.builtInItems.play = false;
menu_cm.builtInItems.print = false;
menu_cm.builtInItems.quality = true;
menu_cm.builtInItems.rewind = false;
menu_cm.builtInItems.save = false;
menu_cm.builtInItems.zoom = true;
MenuItem2 = new ContextMenuItem();
MenuItem2.caption = "\u30BD\u30D5\u30C8\u30EA\u30BB\u30C3\u30C8";
MenuItem2.enabled = true;
MenuItem2.onSelect = sisutemu;
MenuItem2.separatorBefore = true;
MenuItem2.visible = true;
menu_cm.customItems.push(MenuItem2);
_root.menu = menu_cm;
}
stop();
Frame 2
stopAllSounds();
TRY = 1;
win = 0;
stop();
Frame 4
stop();
GAME.arm_pos = 1;
var mouse_obj = new Object();
mouse_obj.onMouseWheel = function (delta, target) {
if (delta < 0) {
if (GAME.arm_pos > 1) {
GAME.arm_pos = GAME.arm_pos - 3;
}
} else if (delta > 0) {
if (GAME.arm_pos < 22) {
GAME.arm_pos = GAME.arm_pos + 3;
}
}
};
Mouse.addListener(mouse_obj);
Instance of Symbol 83 MovieClip "GAME" in Frame 4
onClipEvent (load) {
_parent.score = 0;
this.MAMI._xscale = mami_w;
old_pos = 1;
flg = "on";
_parent.game_flg = "on";
_parent.se_01.start();
}
onClipEvent (enterFrame) {
if (_parent.game_flg == "on") {
if (arm_pos != old_pos) {
old_pos = arm_pos;
this.MOVE.gotoAndStop(arm_pos);
if ((arm_pos == 1) and (flg == "off")) {
flg = "on";
this.MOVE.ARM.gotoAndStop(1);
_parent.se_01.start();
} else if ((arm_pos == 22) and (flg == "on")) {
flg = "off";
_parent.score = _parent.score + 1;
this.MAMI._xscale = (_parent.score * 0.5) + 72;
this.MAMI.gotoAndStop(2);
this.MOVE.ARM.gotoAndStop(2);
_parent.se_02.start();
}
}
}
}
Frame 5
stop();
Frame 6
stop();
Mouse.show();
url = "http://kazumi386.org/~kairo/mmgame/110409.htm";
Instance of Symbol 89 MovieClip in Frame 6
onClipEvent (load) {
this.MAMI.gotoAndStop(1);
this.MAMI._xscale = (_parent.score * 0.5) + 72;
}
Instance of Symbol 93 MovieClip in Frame 6
onClipEvent (load) {
if (_parent.score > 0) {
mes = escape(("\u30B1\u30FC\u30AD\u3092" + _parent.score) + "\u500B\u3082\u98DF\u3079\u305F\u3089\u2026\u592A\u308B\u3057\u304B\u306A\u3044\u3058\u3083\u306A\u3044\uFF01\u3000");
} else {
mes = escape("\u30B1\u30FC\u30AD\u304C\u98DF\u3079\u3089\u308C\u306A\u3044\u306A\u3089\u2026\u6B7B\u306C\u3057\u304B\u306A\u3044\u3058\u3083\u306A\u3044\uFF01\u3000");
}
mes2 = escape(" #kairogames");
url_dat = (("http://twitter.com/home/?status=" + mes) + _parent.url) + mes2;
}
Symbol 22 MovieClip Frame 13
stop();
Instance of Symbol 19 MovieClip in Symbol 22 MovieClip Frame 13
onClipEvent (enterFrame) {
loaded = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (loaded == 100) {
_parent.gotoAndPlay(14);
}
}
Symbol 22 MovieClip Frame 26
if (_root.MODE != "ALL") {
_parent.gotoAndPlay(2);
} else {
_parent.gotoAndPlay(3);
}
stop();
Symbol 32 Button
on (press) {
stopAllSounds();
gotoAndPlay (4);
}
Symbol 33 Button
on (press) {
getURL ("http://adequate.blog.shinobi.jp/Entry/213/", "_blank");
}
Symbol 62 MovieClip Frame 26
_parent.gotoAndStop(1);
Symbol 63 MovieClip Frame 1
stop();
Instance of Symbol 51 MovieClip in Symbol 63 MovieClip Frame 1
onClipEvent (load) {
flg = "off";
_alpha = 0;
}
onClipEvent (enterFrame) {
if (((flg == "off") and (_parent._parent.flg == "on")) and (_parent._parent.arm_pos >= 15)) {
flg = "on";
_alpha = 100;
} else if ((flg == "on") and ((_parent._parent.flg == "off") or (_parent._parent.arm_pos < 15))) {
flg = "off";
_alpha = 0;
}
}
Symbol 63 MovieClip Frame 2
stop();
Instance of Symbol 68 MovieClip "ARM" in Symbol 69 MovieClip Frame 1
onClipEvent (load) {
if (_parent._parent.flg == "on") {
gotoAndStop (1);
} else {
gotoAndStop (2);
}
}
Instance of Symbol 69 MovieClip "MOVE" in Symbol 83 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(_parent.arm_pos);
}
Instance of Symbol 82 MovieClip in Symbol 83 MovieClip Frame 1
onClipEvent (load) {
x = 1;
i = Math.floor(_parent._parent.score / x);
i = (i % 10) + 1;
oldi = i;
gotoAndStop(i);
}
onClipEvent (enterFrame) {
i = Math.floor(_parent._parent.score / x);
i = (i % 10) + 1;
if (oldi != i) {
oldi = i;
gotoAndStop(i);
if (_parent._parent.score >= x) {
_alpha = 100;
}
}
}
Instance of Symbol 82 MovieClip in Symbol 83 MovieClip Frame 1
onClipEvent (load) {
x = 10;
i = Math.floor(_parent._parent.score / x);
i = (i % 10) + 1;
oldi = i;
gotoAndStop(i);
if (_parent._parent.score < x) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
i = Math.floor(_parent._parent.score / x);
i = (i % 10) + 1;
if (oldi != i) {
oldi = i;
gotoAndStop(i);
if (_parent._parent.score >= x) {
_alpha = 100;
}
}
}
Instance of Symbol 82 MovieClip in Symbol 83 MovieClip Frame 1
onClipEvent (load) {
x = 100;
i = Math.floor(_parent._parent.score / x);
i = (i % 10) + 1;
oldi = i;
gotoAndStop(i);
if (_parent._parent.score < x) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
i = Math.floor(_parent._parent.score / x);
i = (i % 10) + 1;
if (oldi != i) {
oldi = i;
gotoAndStop(i);
if (_parent._parent.score >= x) {
_alpha = 100;
}
}
}
Symbol 86 MovieClip Frame 601
_parent.GAME.game_flg = "off";
Symbol 86 MovieClip Frame 624
_parent.gotoAndPlay(6);
Instance of Symbol 82 MovieClip in Symbol 89 MovieClip Frame 1
onClipEvent (load) {
x = 1;
i = Math.floor(_parent._parent.score / x);
i = (i % 10) + 1;
oldi = i;
gotoAndStop(i);
}
onClipEvent (enterFrame) {
i = Math.floor(_parent._parent.score / x);
i = (i % 10) + 1;
if (oldi != i) {
oldi = i;
gotoAndStop(i);
if (_parent._parent.score >= x) {
_alpha = 100;
}
}
}
Instance of Symbol 82 MovieClip in Symbol 89 MovieClip Frame 1
onClipEvent (load) {
x = 10;
i = Math.floor(_parent._parent.score / x);
i = (i % 10) + 1;
oldi = i;
gotoAndStop(i);
if (_parent._parent.score < x) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
i = Math.floor(_parent._parent.score / x);
i = (i % 10) + 1;
if (oldi != i) {
oldi = i;
gotoAndStop(i);
if (_parent._parent.score >= x) {
_alpha = 100;
}
}
}
Instance of Symbol 82 MovieClip in Symbol 89 MovieClip Frame 1
onClipEvent (load) {
x = 100;
i = Math.floor(_parent._parent.score / x);
i = (i % 10) + 1;
oldi = i;
gotoAndStop(i);
if (_parent._parent.score < x) {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
i = Math.floor(_parent._parent.score / x);
i = (i % 10) + 1;
if (oldi != i) {
oldi = i;
gotoAndStop(i);
if (_parent._parent.score >= x) {
_alpha = 100;
}
}
}
Symbol 90 Button
on (press) {
getURL (url_dat, "_blank");
}
Symbol 91 Button
on (press) {
stopAllSounds();
_parent.gotoAndPlay(3);
}