Frame 1
function doSomething() {
getURL ("https://www.facebook.com/maroc.folie", _blank);
}
function doSomething4() {
getURL ("http://mostplays.com/profiles/kifouamou/", _blank);
}
function doSomething2() {
getURL ("https://www.facebook.com/MorocCan.MorocCant", _blank);
}
function doSomething0() {
}
MENU.customItems.push(Functioned2);
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned0 = new ContextMenuItem(" \u00A9 MorroCan MorroCan'T Design 2012 ", doSomething0);
Functioned = new ContextMenuItem("Maroc Folie", doSomething);
Functioned2 = new ContextMenuItem("Programation: MorroCan MorroCan'T", doSomething2);
Functioned3 = new ContextMenuItem("Graphisme: MorroCan MorroCan'T", doSomething);
Functioned4 = new ContextMenuItem("The MorroCan Game", doSomething4);
MENU.customItems.push(Functioned0);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
MENU.customItems.push(Functioned3);
MENU.customItems.push(Functioned4);
_root.menu = MENU;
getURL ("fscommand:" + "fullscreen", "true");
this.stop();
Frame 2
this.stop();
Frame 15
if (_root.stage_clear_flg == false) {
_root.gotoAndStop("stageclear");
_root.stage_clear_flg = true;
}
this.stop();
Symbol 10 MovieClip Frame 15
this.stop();
Symbol 2 MovieClip Frame 1
this.stop();
Symbol 2 MovieClip Frame 2
this.stop();
Symbol 30 MovieClip Frame 15
this.stop();
Symbol 24 MovieClip Frame 1
this.ybak = this._y;
this.stat = "stay";
this.stop();
this.onPress = function () {
if ((this.stat != "drag") && (this.stat != "clear")) {
this.ofs_y = this._y - _parent._ymouse;
this.stat = "drag";
}
};
this.onRelease = function () {
this.stat = "fall";
this.vy = 0;
};
this.onReleaseOutside = function () {
this.stat = "fall";
this.vy = 0;
};
this.onEnterFrame = function () {
switch (this.stat) {
case "drag" :
if ((_parent._ymouse - this.ybak) > 0) {
this.stat = "fall";
}
this._x = 271;
this._y = _parent._ymouse + this.ofs_y;
if (this._y > 277) {
this._y = 277;
}
break;
case "fall" :
this._y = this._y + this.vy;
this.vy = this.vy + 2;
if (this._y <= 277) {
break;
}
this._y = 277;
this.stat = "stay";
if (this.vy >= 34) {
this.stat = "clear";
this.gotoAndPlay(2);
_parent.mc_box_ref.gotoAndPlay(2);
_parent.gotoAndPlay("clear");
}
this.vy = 0;
}
_parent.mc_box_ref._y = 233 + (277 - this._y);
this.ybak = this._parent._ymouse;
};
Symbol 24 MovieClip Frame 16
this.stop();