Combined Code
frame 1 {
Mouse.hide();
cursor.onMouseMove = function () {
this._x = _root._xmouse;
this._y = _root._ymouse;
updateAfterEvent();
};
cursor.onEnterFrame = function () {
if (this._rotation == 0) {
this._rotation = 0;
} else {
if (this._rotation >= 1 || this._rotation <= 0) {
this._rotation += 45;
}
}
};
}
frame 1 {
var n = 0;
}
movieClip 12 {
frame 1 {
stop();
}
}
instance of movieClip 12 {
onClipEvent (press) {
this.gotoAndPlay(1);
_root.cursor._rotation = 45;
++_root.n;
}
}
movieClip 22 {
frame 1 {
stop();
}
}
instance of movieClip 22 {
onClipEvent (press) {
this.gotoAndPlay(1);
_root.cursor._rotation = 45;
++_root.n;
}
}
movieClip 46 {
frame 1 {
stop();
}
}
instance of movieClip 46 {
onClipEvent (press) {
this.gotoAndPlay(1);
_root.cursor._rotation = 45;
++_root.n;
}
}
movieClip 68 {
frame 1 {
stop();
}
}
instance of movieClip 68 {
onClipEvent (press) {
this.gotoAndPlay(1);
_root.cursor._rotation = 45;
++_root.n;
}
}
movieClip 90 {
frame 1 {
stop();
}
}
instance of movieClip 90 {
onClipEvent (press) {
this.gotoAndPlay(1);
_root.cursor._rotation = 45;
++_root.n;
}
}
movieClip 110 {
frame 1 {
stop();
}
}
instance of movieClip 110 {
onClipEvent (press) {
this.gotoAndPlay(1);
_root.cursor._rotation = 45;
++_root.n;
}
}
movieClip 128 {
frame 1 {
stop();
}
frame 1 {
stop();
}
}
instance of movieClip 128 {
onClipEvent (press) {
this.gotoAndPlay(1);
_root.cursor._rotation = 45;
++_root.n;
}
}
movieClip 150 {
frame 1 {
stop();
}
frame 1 {
stop();
}
}
instance of movieClip 150 {
onClipEvent (press) {
this.gotoAndPlay(1);
_root.cursor._rotation = 45;
++_root.n;
}
}
movieClip 172 {
frame 1 {
stop();
}
}
instance of movieClip 172 {
onClipEvent (press) {
this.gotoAndPlay(1);
_root.cursor._rotation = 45;
++_root.n;
}
}
button 175 {
on (press) {
System.useCodepage = true;
getURL('https://twitter.com/intent/tweet?source=webclient&text=%e3%80%90%e4%b8%ad%e4%ba%8c%e6%81%8b%e3%80%91' + n + '%e5%9b%9e%e5%85%ad%e8%8a%b1%e3%81%a1%e3%82%83%e3%82%93%e3%82%92%e3%81%82%e3%81%86%e3%81%82%e3%81%86%e3%81%95%e3%81%9b%e3%81%be%e3%81%97%e3%81%9f%e3%80%80http://auaurikka.web.fc2.com/&hashtags=%e3%81%82%e3%81%86%e3%81%82%e3%81%86%e5%85%ad%e8%8a%b1%e3%81%a1%e3%82%83%e3%82%93', '_blank');
}
}
// unknown tag 88 length 28
movieClip 181 {
}