Frame 1 (56 B)
var beheaded = 0;
var textN = "beheaded infidels = 0";
Instance of Symbol 7 MovieClip in Frame 1 (83 B)
onClipEvent (enterFrame) {
_root.textN = "beheaded infidels: " + _root.beheaded;
}
Frame 2 (8 B)
stop();
Frame 3 (8 B)
stop();
Instance of Symbol 25 MovieClip in Symbol 33 MovieClip Frame 1 (545 B)
onClipEvent (load) {
var text1x = -30;
var text2x = 538;
var text3x = 1150;
var dancex = -210;
}
onClipEvent (enterFrame) {
if (text1x <= -1000) {
text1x = 1006;
}
if (text2x <= -1000) {
text2x = 1006;
}
if (text3x <= -1000) {
text3x = 1006;
}
if (dancex <= -1000) {
dancex = 1006;
}
text1x = text1x - 1;
text2x = text2x - 1;
text3x = text3x - 1;
dancex = dancex - 1;
this._parent.text1._x = text1x;
this._parent.text2._x = text2x;
this._parent.text3._x = text3x;
this._parent.dancingpantsu._x = dancex;
}
Symbol 51 Button (34 B)
on (release) {
gotoAndStop (3);
}
Symbol 92 MovieClip Frame 4 (37 B)
_root.beheaded = _root.beheaded + 1;
Symbol 92 MovieClip Frame 16 (22 B)
_root.gotoAndStop(2);