Frame 141
onLoad = function () {
var _local1 = "None";
};
onEnterFrame = function () {
if (_root.selectedPart == "pumpkin") {
trace("PUMP");
} else if (_root.selectedPart == "oldman") {
trace("OLDY!");
}
};
stop();
Instance of Symbol 43 MovieClip "cape" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "cape";
}
on (release) {
stopDrag();
}
Instance of Symbol 45 MovieClip "broom" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "broom";
}
on (release) {
stopDrag();
}
Instance of Symbol 47 MovieClip "devil" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "devil";
}
on (release) {
stopDrag();
}
Instance of Symbol 49 MovieClip "pumpkin" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "pumpkin";
}
on (release) {
stopDrag();
}
Instance of Symbol 51 MovieClip "scary" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "scary";
}
on (release) {
stopDrag();
}
Instance of Symbol 53 MovieClip "weirdo" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "weirdo";
}
on (release) {
stopDrag();
}
Instance of Symbol 55 MovieClip "frank" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "frank";
}
on (release) {
stopDrag();
}
Instance of Symbol 57 MovieClip "witch" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "witch";
}
on (release) {
stopDrag();
}
Instance of Symbol 60 MovieClip "oldman" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "oldman";
}
on (release) {
stopDrag();
}
Instance of Symbol 63 MovieClip "hat" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "hat";
}
on (release) {
stopDrag();
}
Instance of Symbol 65 MovieClip "mh6" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "mh8";
}
on (release) {
stopDrag();
}
Instance of Symbol 67 MovieClip "mh7" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "mh7";
}
on (release) {
stopDrag();
}
Instance of Symbol 69 MovieClip "mh5" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "mh5";
}
on (release) {
stopDrag();
}
Instance of Symbol 71 MovieClip "mh3" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "mh3";
}
on (release) {
stopDrag();
}
Instance of Symbol 73 MovieClip "mh4" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "mh4";
}
on (release) {
stopDrag();
}
Instance of Symbol 75 MovieClip "kr2" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "kr2";
}
on (release) {
stopDrag();
}
Instance of Symbol 77 MovieClip "kr3" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "kr3";
}
on (release) {
stopDrag();
}
Instance of Symbol 79 MovieClip "kr1" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "kr1";
}
on (release) {
stopDrag();
}
Instance of Symbol 81 MovieClip "kr4" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "kr4";
}
on (release) {
stopDrag();
}
Instance of Symbol 84 MovieClip "mh" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "mh";
}
on (release) {
stopDrag();
}
Instance of Symbol 87 MovieClip "mh2" in Frame 141
on (press) {
startDrag ("");
_root.selectedPart = "mh2";
}
on (release) {
stopDrag();
}
Instance of Symbol 95 MovieClip in Frame 141
on (press) {
if (_root.selectedPart == "pumpkin") {
_root.pumpkin._xscale = _root.pumpkin._xscale + 3;
_root.pumpkin._yscale = _root.pumpkin._yscale + 3;
} else if (_root.selectedPart == "oldman") {
_root.oldman._xscale = _root.oldman._xscale + 3;
_root.oldman._yscale = _root.oldman._yscale + 3;
} else if (_root.selectedPart == "mh") {
_root.mh._xscale = _root.mh._xscale + 3;
_root.mh._yscale = _root.mh._yscale + 3;
} else if (_root.selectedPart == "mh3") {
_root.mh3._xscale = _root.mh3._xscale + 3;
_root.mh3._yscale = _root.mh3._yscale + 3;
} else if (_root.selectedPart == "mh2") {
_root.mh2._xscale = _root.mh2._xscale + 3;
_root.mh2._yscale = _root.mh2._yscale + 3;
} else if (_root.selectedPart == "mh4") {
_root.mh4._xscale = _root.mh4._xscale + 3;
_root.mh4._yscale = _root.mh4._yscale + 3;
} else if (_root.selectedPart == "mh5") {
_root.mh5._xscale = _root.mh5._xscale + 3;
_root.mh5._yscale = _root.mh5._yscale + 3;
} else if (_root.selectedPart == "mh6") {
_root.mh6._xscale = _root.mh6._xscale + 3;
_root.mh6._yscale = _root.mh6._yscale + 3;
} else if (_root.selectedPart == "mh7") {
_root.mh7._xscale = _root.mh7._xscale + 3;
_root.mh7._yscale = _root.mh7._yscale + 3;
} else if (_root.selectedPart == "kr1") {
_root.kr1._xscale = _root.kr1._xscale + 3;
_root.kr1._yscale = _root.kr1._yscale + 3;
} else if (_root.selectedPart == "kr") {
_root.kr._xscale = _root.kr._xscale + 3;
_root.kr._yscale = _root.kr._yscale + 3;
} else if (_root.selectedPart == "kr2") {
_root.kr2._xscale = _root.kr2._xscale + 3;
_root.kr2._yscale = _root.kr2._yscale + 3;
} else if (_root.selectedPart == "kr3") {
_root.kr3._xscale = _root.kr3._xscale + 3;
_root.kr3._yscale = _root.kr3._yscale + 3;
} else if (_root.selectedPart == "kr4") {
_root.kr4._xscale = _root.kr4._xscale + 3;
_root.kr4._yscale = _root.kr4._yscale + 3;
} else if (_root.selectedPart == "broom") {
_root.broom._xscale = _root.broom._xscale + 3;
_root.broom._yscale = _root.broom._yscale + 3;
} else if (_root.selectedPart == "witch") {
_root.witch._xscale = _root.witch._xscale + 3;
_root.witch._yscale = _root.witch._yscale + 3;
} else if (_root.selectedPart == "devil") {
_root.devil._xscale = _root.devil._xscale + 3;
_root.devil._yscale = _root.devil._yscale + 3;
} else if (_root.selectedPart == "scary") {
_root.scary._xscale = _root.scary._xscale + 3;
_root.scary._yscale = _root.scary._yscale + 3;
} else if (_root.selectedPart == "hat") {
_root.hat._xscale = _root.hat._xscale + 3;
_root.hat._yscale = _root.hat._yscale + 3;
} else if (_root.selectedPart == "frank") {
_root.frank._xscale = _root.frank._xscale + 3;
_root.frank._yscale = _root.frank._yscale + 3;
} else if (_root.selectedPart == "weirdo") {
_root.weirdo._xscale = _root.weirdo._xscale + 3;
_root.weirdo._yscale = _root.weirdo._yscale + 3;
} else if (_root.selectedPart == "cape") {
_root.cape._xscale = _root.cape._xscale + 3;
_root.cape._yscale = _root.cape._yscale + 3;
}
}
Instance of Symbol 97 MovieClip in Frame 141
on (press) {
if (_root.selectedPart == "pumpkin") {
_root.pumpkin._xscale = _root.pumpkin._xscale - 3;
_root.pumpkin._yscale = _root.pumpkin._yscale - 3;
} else if (_root.selectedPart == "oldman") {
_root.oldman._xscale = _root.oldman._xscale - 3;
_root.oldman._yscale = _root.oldman._yscale - 3;
} else if (_root.selectedPart == "mh") {
_root.mh._xscale = _root.mh._xscale - 3;
_root.mh._yscale = _root.mh._yscale - 3;
} else if (_root.selectedPart == "mh3") {
_root.mh3._xscale = _root.mh3._xscale - 3;
_root.mh3._yscale = _root.mh3._yscale - 3;
} else if (_root.selectedPart == "mh2") {
_root.mh2._xscale = _root.mh2._xscale - 3;
_root.mh2._yscale = _root.mh2._yscale - 3;
} else if (_root.selectedPart == "mh4") {
_root.mh4._xscale = _root.mh4._xscale - 3;
_root.mh4._yscale = _root.mh4._yscale - 3;
} else if (_root.selectedPart == "mh5") {
_root.mh5._xscale = _root.mh5._xscale - 3;
_root.mh5._yscale = _root.mh5._yscale - 3;
} else if (_root.selectedPart == "mh6") {
_root.mh6._xscale = _root.mh6._xscale - 3;
_root.mh6._yscale = _root.mh6._yscale - 3;
} else if (_root.selectedPart == "mh7") {
_root.mh7._xscale = _root.mh7._xscale - 3;
_root.mh7._yscale = _root.mh7._yscale - 3;
} else if (_root.selectedPart == "kr1") {
_root.kr1._xscale = _root.kr1._xscale - 3;
_root.kr1._yscale = _root.kr1._yscale - 3;
} else if (_root.selectedPart == "kr") {
_root.kr._xscale = _root.kr._xscale - 3;
_root.kr._yscale = _root.kr._yscale - 3;
} else if (_root.selectedPart == "kr2") {
_root.kr2._xscale = _root.kr2._xscale - 3;
_root.kr2._yscale = _root.kr2._yscale - 3;
} else if (_root.selectedPart == "kr3") {
_root.kr3._xscale = _root.kr3._xscale - 3;
_root.kr3._yscale = _root.kr3._yscale - 3;
} else if (_root.selectedPart == "kr4") {
_root.kr4._xscale = _root.kr4._xscale - 3;
_root.kr4._yscale = _root.kr4._yscale - 3;
} else if (_root.selectedPart == "broom") {
_root.broom._xscale = _root.broom._xscale - 3;
_root.broom._yscale = _root.broom._yscale - 3;
} else if (_root.selectedPart == "witch") {
_root.witch._xscale = _root.witch._xscale - 3;
_root.witch._yscale = _root.witch._yscale - 3;
} else if (_root.selectedPart == "devil") {
_root.devil._xscale = _root.devil._xscale - 3;
_root.devil._yscale = _root.devil._yscale - 3;
} else if (_root.selectedPart == "scary") {
_root.scary._xscale = _root.scary._xscale - 3;
_root.scary._yscale = _root.scary._yscale - 3;
} else if (_root.selectedPart == "hat") {
_root.hat._xscale = _root.hat._xscale - 3;
_root.hat._yscale = _root.hat._yscale - 3;
} else if (_root.selectedPart == "frank") {
_root.frank._xscale = _root.frank._xscale - 3;
_root.frank._yscale = _root.frank._yscale - 3;
} else if (_root.selectedPart == "weirdo") {
_root.weirdo._xscale = _root.weirdo._xscale - 3;
_root.weirdo._yscale = _root.weirdo._yscale - 3;
} else if (_root.selectedPart == "cape") {
_root.cape._xscale = _root.cape._xscale - 3;
_root.cape._yscale = _root.cape._yscale - 3;
}
}
Symbol 13 Button
on (release) {
getURL ("http://www.newgrounds.com", "blank");
}
Symbol 18 Button
on (release) {
_root.play();
}
Symbol 19 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 19 MovieClip Frame 2
gotoAndPlay (1);
Instance of Symbol 59 MovieClip in Symbol 60 MovieClip Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 62 MovieClip in Symbol 63 MovieClip Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 83 MovieClip in Symbol 84 MovieClip Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Instance of Symbol 86 MovieClip in Symbol 87 MovieClip Frame 1
on (press) {
startDrag (this);
}
on (release) {
stopDrag();
}
Symbol 91 Button
on (press) {
if (_root.selectedPart == "pumpkin") {
_root.pumpkin._rotation = _root.pumpkin._rotation - 3;
} else if (_root.selectedPart == "oldman") {
_root.oldman._rotation = _root.oldman._rotation - 3;
} else if (_root.selectedPart == "kr1") {
_root.kr1._rotation = _root.kr1._rotation - 3;
} else if (_root.selectedPart == "kr2") {
_root.kr2._rotation = _root.kr2._rotation - 3;
} else if (_root.selectedPart == "kr3") {
_root.kr3._rotation = _root.kr3._rotation - 3;
} else if (_root.selectedPart == "kr4") {
_root.kr4._rotation = _root.kr4._rotation - 3;
} else if (_root.selectedPart == "mh") {
_root.mh._rotation = _root.mh._rotation - 3;
} else if (_root.selectedPart == "mh1") {
_root.mh1._rotation = _root.mh1._rotation - 3;
} else if (_root.selectedPart == "mh2") {
_root.mh2._rotation = _root.mh2._rotation - 3;
} else if (_root.selectedPart == "mh3") {
_root.mh3._rotation = _root.mh3._rotation - 3;
} else if (_root.selectedPart == "mh4") {
_root.mh4._rotation = _root.mh4._rotation - 3;
} else if (_root.selectedPart == "mh5") {
_root.mh5._rotation = _root.mh5._rotation - 3;
} else if (_root.selectedPart == "mh6") {
_root.mh6._rotation = _root.mh6._rotation - 3;
} else if (_root.selectedPart == "mh7") {
_root.mh7._rotation = _root.mh7._rotation - 3;
} else if (_root.selectedPart == "devil") {
_root.devil._rotation = _root.devil._rotation - 3;
} else if (_root.selectedPart == "weirdo") {
_root.weirdo._rotation = _root.weirdo._rotation - 3;
} else if (_root.selectedPart == "cape") {
_root.cape._rotation = _root.cape._rotation - 3;
} else if (_root.selectedPart == "scary") {
_root.scary._rotation = _root.scary._rotation - 3;
} else if (_root.selectedPart == "witch") {
_root.witch._rotation = _root.witch._rotation - 3;
} else if (_root.selectedPart == "broom") {
_root.broom._rotation = _root.broom._rotation - 3;
} else if (_root.selectedPart == "hat") {
_root.hat._rotation = _root.hat._rotation - 3;
} else if (_root.selectedPart == "frank") {
_root.frank._rotation = _root.frank._rotation - 3;
}
}
Symbol 92 Button
on (press) {
if (_root.selectedPart == "pumpkin") {
_root.pumpkin._rotation = _root.pumpkin._rotation + 3;
} else if (_root.selectedPart == "oldman") {
_root.oldman._rotation = _root.oldman._rotation + 3;
} else if (_root.selectedPart == "kr1") {
_root.kr1._rotation = _root.kr1._rotation + 3;
} else if (_root.selectedPart == "kr2") {
_root.kr2._rotation = _root.kr2._rotation + 3;
} else if (_root.selectedPart == "kr3") {
_root.kr3._rotation = _root.kr3._rotation + 3;
} else if (_root.selectedPart == "kr4") {
_root.kr4._rotation = _root.kr4._rotation + 3;
} else if (_root.selectedPart == "mh") {
_root.mh._rotation = _root.mh._rotation + 3;
} else if (_root.selectedPart == "mh1") {
_root.mh1._rotation = _root.mh1._rotation + 3;
} else if (_root.selectedPart == "mh2") {
_root.mh2._rotation = _root.mh2._rotation + 3;
} else if (_root.selectedPart == "mh3") {
_root.mh3._rotation = _root.mh3._rotation + 3;
} else if (_root.selectedPart == "mh4") {
_root.mh4._rotation = _root.mh4._rotation + 3;
} else if (_root.selectedPart == "mh5") {
_root.mh5._rotation = _root.mh5._rotation + 3;
} else if (_root.selectedPart == "mh6") {
_root.mh6._rotation = _root.mh6._rotation + 3;
} else if (_root.selectedPart == "mh7") {
_root.mh7._rotation = _root.mh7._rotation + 3;
} else if (_root.selectedPart == "devil") {
_root.devil._rotation = _root.devil._rotation + 3;
} else if (_root.selectedPart == "weirdo") {
_root.weirdo._rotation = _root.weirdo._rotation + 3;
} else if (_root.selectedPart == "cape") {
_root.cape._rotation = _root.cape._rotation + 3;
} else if (_root.selectedPart == "scary") {
_root.scary._rotation = _root.scary._rotation + 3;
} else if (_root.selectedPart == "witch") {
_root.witch._rotation = _root.witch._rotation + 3;
} else if (_root.selectedPart == "broom") {
_root.broom._rotation = _root.broom._rotation + 3;
} else if (_root.selectedPart == "hat") {
_root.hat._rotation = _root.hat._rotation + 3;
} else if (_root.selectedPart == "frank") {
_root.frank._rotation = _root.frank._rotation + 3;
}
}