Frame 1
function doSomething() {
getURL ("http://animenewsrider.com/", _blank);
}
function doSomething2() {
getURL ("http://animenewsrider.com/", _blank);
}
a = 0;
b = 0;
a1 = 0;
b1 = 0;
par1 = 0;
timok = 1;
tim = 0;
cursor = 0;
long = 65;
Stage.scaleMode = "noScale";
MENU = new ContextMenu();
MENU.hideBuiltInItems();
Functioned = new ContextMenuItem("AnimeNewsRider.com", doSomething);
Functioned2 = new ContextMenuItem("Kawaii & Neki", doSomething2);
MENU.customItems.push(Functioned);
MENU.customItems.push(Functioned2);
_root.menu = MENU;
Frame 2
stop();
Instance of Symbol 13 MovieClip in Frame 2
onClipEvent (enterFrame) {
if ((_root.timok == 0) && (_root.tim < _root.long)) {
_root.tim++;
_root.zzz = _root.tim;
_root.miku.gotoAndStop(2);
}
if ((_root.timok == 0) && (_root.tim == _root.long)) {
_root.timok = 1;
_root.tim = 0;
_root.zzz = _root.tim;
_root.miku.gotoAndStop(1);
}
}
Instance of Symbol 36 MovieClip in Frame 2
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
Mouse.show();
_root.cursor = 0;
_root.item1._x = 500;
_root.item1._y = 330;
_root.item2._x = 590;
_root.item2._y = 330;
}
}
Instance of Symbol 10 MovieClip [item1] "item1" in Frame 2
onClipEvent (enterFrame) {
if (_root.cursor == 1) {
_root.item1._x = _root._xmouse;
_root.item1._y = _root._ymouse;
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
Mouse.hide();
_root.cursor = 1;
}
}
Instance of Symbol 39 MovieClip "item2" in Frame 2
onClipEvent (enterFrame) {
if (_root.cursor == 2) {
_root.item2._x = _root._xmouse;
_root.item2._y = _root._ymouse;
}
}
onClipEvent (mouseDown) {
if (this.hitTest(_root._xmouse, _root._ymouse)) {
Mouse.hide();
_root.cursor = 2;
}
}
Symbol 15 Button
on (press) {
mySound.stop();
_root.miku.gotoAndStop(1);
_root.b = 0;
if (_root.timok == 1) {
mySound1 = new Sound();
mySound1.attachSound("pososi");
mySound1.start(0, 1);
_root.long = 20;
_root.timok = 0;
_root.miku.gotoAndStop(2);
}
}
Symbol 17 Button
on (press) {
mySound.stop();
_root.miku.gotoAndStop(1);
_root.b = 0;
if (_root.timok == 1) {
mySound1 = new Sound();
mySound1.attachSound("suka");
mySound1.start(0, 1);
_root.long = 10;
_root.timok = 0;
_root.miku.gotoAndStop(2);
}
}
Symbol 19 Button
on (press) {
mySound.stop();
_root.miku.gotoAndStop(1);
_root.b = 0;
if (_root.timok == 1) {
mySound1 = new Sound();
mySound1.attachSound("pizda");
mySound1.start(0, 1);
_root.long = 10;
_root.timok = 0;
_root.miku.gotoAndStop(2);
}
}
Symbol 21 Button
on (press) {
mySound.stop();
_root.miku.gotoAndStop(1);
_root.b = 0;
if (_root.timok == 1) {
mySound1 = new Sound();
mySound1.attachSound("gandon");
mySound1.start(0, 1);
_root.long = 20;
_root.timok = 0;
_root.miku.gotoAndStop(2);
}
}
Symbol 23 Button
on (press) {
mySound.stop();
_root.miku.gotoAndStop(1);
_root.b = 0;
if (_root.timok == 1) {
mySound1 = new Sound();
mySound1.attachSound("mudak");
mySound1.start(0, 1);
_root.long = 25;
_root.timok = 0;
_root.miku.gotoAndStop(2);
}
}
Symbol 25 MovieClip Frame 1
stop();
Symbol 32 Button
on (rollOver) {
if ((_root.tim == 0) && (_root.cursor == 0)) {
if (this.hitTest(_root._ymouse, _root._xmouse)) {
if ((_root.a == 0) && (_root.b == 0)) {
mySound = new Sound();
mySound.attachSound("sikatina");
mySound.start(0, 100);
_root.b = 1;
_root.miku.gotoAndStop(2);
}
}
}
if ((_root.tim == 0) && (_root.cursor == 1)) {
if (this.hitTest(_root._ymouse, _root._xmouse)) {
if ((_root.a == 0) && (_root.b == 0)) {
mySound = new Sound();
mySound.attachSound("idinaher");
mySound.start(0, 100);
_root.b = 1;
_root.miku.gotoAndStop(2);
}
}
}
if ((_root.tim == 0) && (_root.cursor == 2)) {
if (this.hitTest(_root._ymouse, _root._xmouse)) {
if ((_root.a == 0) && (_root.b == 0)) {
mySound = new Sound();
mySound.attachSound("horosaya");
mySound.start(0, 100);
_root.b = 1;
_root.miku.gotoAndStop(2);
}
}
}
}
on (rollOut) {
mySound.stop();
_root.miku.gotoAndStop(1);
_root.b = 0;
}
on (press) {
mySound.stop();
_root.miku.gotoAndStop(1);
_root.b = 0;
if ((_root.timok == 1) && (_root.cursor == 0)) {
mySound1 = new Sound();
mySound1.attachSound("nazmi");
mySound1.start(0, 1);
_root.long = 65;
_root.timok = 0;
_root.miku.gotoAndStop(2);
}
}