Frame 1
fscommand ("showmenu", false);
stop();
Frame 2
score = 0;
ballsleft = 3;
lsidesever = 1;
rsidesaver = 1;
saver = 0;
bonusm = 1;
Frame 3
fscommand ("showmenu", false);
_quality = "HIGH";
stopAllSounds();
Frame 71
stop();
Instance of Symbol 66 MovieClip in Frame 71
onClipEvent (load) {
whatmenu = "TUTORIAL";
}
on (release, rollOver) {
this._xscale = 120;
this._yscale = 120;
}
on (press, rollOut) {
this._xscale = 100;
this._yscale = 100;
}
on (press) {
_root.gotoAndPlay("tutorialtime");
}
Instance of Symbol 66 MovieClip in Frame 71
onClipEvent (load) {
whatmenu = "HIGH SCORES";
}
on (release, rollOver) {
this._xscale = 120;
this._yscale = 120;
}
on (press, rollOut) {
this._xscale = 100;
this._yscale = 100;
}
on (release) {
getURL ("http://www.armorgames.com/highscores/viewScores.php?game=armorgamespinball", "_blank");
}
Instance of Symbol 66 MovieClip in Frame 71
onClipEvent (load) {
whatmenu = "PLAY MORE ARMOR GAMES";
}
on (release, rollOver) {
this._xscale = 120;
this._yscale = 120;
}
on (press, rollOut) {
this._xscale = 100;
this._yscale = 100;
}
on (release) {
getURL ("http://armorgames.com", "_blank");
}
Instance of Symbol 66 MovieClip in Frame 71
onClipEvent (load) {
whatmenu = "FROM THE CREATOR";
}
on (release, rollOver) {
this._xscale = 120;
this._yscale = 120;
}
on (press, rollOut) {
this._xscale = 100;
this._yscale = 100;
}
on (release) {
getURL ("http://tam.atspace.com", "_blank");
}
Instance of Symbol 66 MovieClip in Frame 71
onClipEvent (load) {
whatmenu = "PLAY!";
}
on (release, rollOver) {
this._xscale = 120;
this._yscale = 120;
}
on (press, rollOut) {
this._xscale = 100;
this._yscale = 100;
}
on (press) {
_root.play();
}
Frame 224
_quality = "MEDIUM";
Instance of Symbol 83 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * 1;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 85 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * 0.01;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 85 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.1;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 88 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
this.play();
_root.pinball.xspeedadder = 12;
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 88 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
this.play();
_root.pinball.xspeedadder = -12;
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 90 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._x--;
}
if (this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) {
_root.pinball.xspeed = _root.pinball.xspeed * -1;
_root.pinball.xspeedadder = _root.pinball.xspeedadder * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 90 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._x++;
}
if (this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) {
_root.pinball.xspeed = _root.pinball.xspeed * -1;
_root.pinball.xspeedadder = _root.pinball.xspeedadder * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 92 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 94 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -2;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 96 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 83 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * 1;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 85 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * 0.01;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 85 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.1;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 88 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
this.play();
_root.pinball.xspeedadder = 12;
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 88 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
this.play();
_root.pinball.xspeedadder = -12;
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 98 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._x--;
}
if (this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) {
_root.pinball.xspeed = _root.pinball.xspeed * -1;
_root.pinball.xspeedadder = _root.pinball.xspeedadder * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 98 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._x++;
}
if (this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) {
_root.pinball.xspeed = _root.pinball.xspeed * -1;
_root.pinball.xspeedadder = _root.pinball.xspeedadder * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 100 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 102 MovieClip in Frame 224
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball)) {
_root.goldmine.gotoAndStop(1);
_root.dwarfbuttons.gotoAndStop(1);
_root.saver = 1;
_root.pinball.yspeed = 2;
}
}
Instance of Symbol 83 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * 1;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 85 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * 0.01;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 85 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.1;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 88 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
this.play();
_root.pinball.xspeedadder = 12;
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 88 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
this.play();
_root.pinball.xspeedadder = -12;
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 98 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._x--;
}
if (this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) {
_root.pinball.xspeed = _root.pinball.xspeed * -1;
_root.pinball.xspeedadder = _root.pinball.xspeedadder * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 98 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._x++;
}
if (this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) {
_root.pinball.xspeed = _root.pinball.xspeed * -1;
_root.pinball.xspeedadder = _root.pinball.xspeedadder * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 104 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 102 MovieClip in Frame 224
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball)) {
_root.saver = 1;
_root.pinball.yspeed = 2;
}
}
Instance of Symbol 106 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._x++;
}
if (this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) {
_root.pinball.xspeed = _root.pinball.xspeed * -1;
_root.pinball.xspeedadder = _root.pinball.xspeedadder * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 102 MovieClip in Frame 224
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball)) {
_root._y = 0;
_root.gotoAndPlay("dropped");
}
}
Instance of Symbol 106 MovieClip in Frame 224
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._x++;
}
if (this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) {
_root.pinball.xspeed = _root.pinball.xspeed * -1;
_root.pinball.xspeedadder = _root.pinball.xspeedadder * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 115 MovieClip in Frame 224
onClipEvent (load) {
timer = 100;
w = 1;
}
onClipEvent (enterFrame) {
timer++;
if (timer < 2) {
_root.pinball.yspeed = -(random(20) + 70);
_root.pinball.xspeedadder = ((_root.pinball._x - this._x) / 3) - 6;
}
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
if (w == 0) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.01;
} else {
timer = 0;
_root.pinball._y = _root.pinball._y - ((this._height / 2) - 10);
}
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
}
}
onClipEvent (keyDown) {
if (Key.getCode() == 90) {
this.play();
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 90) {
this.gotoAndStop(1);
}
}
Instance of Symbol 115 MovieClip in Frame 224
onClipEvent (load) {
timer = 100;
w = 1;
}
onClipEvent (enterFrame) {
timer++;
if (timer < 2) {
_root.pinball.yspeed = -(random(20) + 70);
_root.pinball.xspeedadder = ((_root.pinball._x - this._x) / 3) + 6;
}
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
if (w == 0) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.01;
} else {
timer = 0;
_root.pinball._y = _root.pinball._y - (this._height / 2);
}
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
}
}
onClipEvent (keyDown) {
if (Key.getCode() == 191) {
this.play();
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 191) {
this.gotoAndStop(1);
}
}
Instance of Symbol 123 MovieClip in Frame 224
onClipEvent (load) {
which = "l";
}
Instance of Symbol 126 MovieClip "l_sidesaver" in Frame 224
onClipEvent (load) {
which = "l";
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root[which + "sidesaver"] = 0;
_root.score = _root.score + 100;
this.gotoAndStop(2);
_root.pinball.xspeedadder = 10;
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 123 MovieClip in Frame 224
onClipEvent (load) {
which = "r";
}
Instance of Symbol 126 MovieClip "r_sidesaver" in Frame 224
onClipEvent (load) {
which = "r";
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.rsidesaver = 0;
_root.score = _root.score + 100;
this.gotoAndStop(2);
_root.pinball.xspeedadder = 10;
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 115 MovieClip in Frame 224
onClipEvent (load) {
timer = 100;
w = 1;
}
onClipEvent (enterFrame) {
timer++;
if (timer < 2) {
_root.pinball.yspeed = -(random(20) + 70);
_root.pinball.xspeedadder = ((_root.pinball._x - this._x) / 3) - 6;
}
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
if (w == 0) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.01;
} else {
timer = 0;
_root.pinball._y = _root.pinball._y - ((this._height / 2) - 10);
}
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
}
}
onClipEvent (keyDown) {
if (Key.getCode() == 90) {
this.play();
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 90) {
this.gotoAndStop(1);
}
}
Instance of Symbol 115 MovieClip in Frame 224
onClipEvent (load) {
timer = 100;
w = 1;
}
onClipEvent (enterFrame) {
timer++;
if (timer < 2) {
_root.pinball.yspeed = -(random(20) + 70);
_root.pinball.xspeedadder = ((_root.pinball._x - this._x) / 3) + 6;
}
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
if (w == 0) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.01;
} else {
timer = 0;
_root.pinball._y = _root.pinball._y - (this._height / 2);
}
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
}
}
onClipEvent (keyDown) {
if (Key.getCode() == 191) {
this.play();
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 191) {
this.gotoAndStop(1);
}
}
Instance of Symbol 123 MovieClip in Frame 224
onClipEvent (load) {
which = "l";
}
Instance of Symbol 126 MovieClip "l_sidesaver2" in Frame 224
onClipEvent (load) {
which = "l";
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root[which + "sidesaver"] = 0;
_root.score = _root.score + 100;
this.gotoAndStop(2);
_root.pinball.xspeedadder = 10;
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 123 MovieClip in Frame 224
onClipEvent (load) {
which = "r";
}
Instance of Symbol 126 MovieClip "r_sidesaver2" in Frame 224
onClipEvent (load) {
which = "r";
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.rsidesaver = 0;
_root.score = _root.score + 100;
this.gotoAndStop(2);
_root.pinball.xspeedadder = 10;
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 115 MovieClip in Frame 224
onClipEvent (load) {
timer = 100;
w = 1;
}
onClipEvent (enterFrame) {
timer++;
if (timer < 2) {
_root.pinball.yspeed = -90;
_root.pinball.xspeedadder = ((_root.pinball._x - this._x) / 3) - 6;
}
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
if (w == 0) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.01;
} else {
timer = 0;
_root.pinball._y = _root.pinball._y - ((this._height / 2) - 10);
}
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
}
}
onClipEvent (keyDown) {
if (Key.getCode() == 90) {
this.play();
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 90) {
this.gotoAndStop(1);
}
}
Instance of Symbol 115 MovieClip in Frame 224
onClipEvent (load) {
timer = 100;
w = 1;
}
onClipEvent (enterFrame) {
timer++;
if (timer < 2) {
_root.pinball.yspeed = -90;
_root.pinball.xspeedadder = ((_root.pinball._x - this._x) / 3) + 6;
}
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
if (w == 0) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.01;
} else {
timer = 0;
_root.pinball._y = _root.pinball._y - (this._height / 2);
}
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
}
}
onClipEvent (keyDown) {
if (Key.getCode() == 191) {
this.play();
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 191) {
this.gotoAndStop(1);
}
}
Instance of Symbol 123 MovieClip in Frame 224
onClipEvent (load) {
which = "l";
}
Instance of Symbol 126 MovieClip "l_sidesaver3" in Frame 224
onClipEvent (load) {
which = "l";
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root[which + "sidesaver"] = 0;
_root.score = _root.score + 100;
this.gotoAndStop(2);
_root.pinball.xspeedadder = 10;
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 123 MovieClip in Frame 224
onClipEvent (load) {
which = "r";
}
Instance of Symbol 126 MovieClip "r_sidesaver3" in Frame 224
onClipEvent (load) {
which = "r";
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.rsidesaver = 0;
_root.score = _root.score + 100;
this.gotoAndStop(2);
_root.pinball.xspeedadder = 10;
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 314 MovieClip in Frame 224
onClipEvent (keyUp) {
if (Key.getCode() == 81) {
_root.gotoAndPlay("dropped");
}
}
Frame 247
_root.score = 0;
Frame 249
stopAllSounds();
Frame 252
stop();
Frame 253
stop();
Instance of Symbol 319 MovieClip in Frame 253
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * 1;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 85 MovieClip in Frame 253
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * 0.01;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 85 MovieClip in Frame 253
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.1;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 321 MovieClip in Frame 253
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._x--;
}
if (this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) {
_root.pinball.xspeed = _root.pinball.xspeed * -1;
_root.pinball.xspeedadder = _root.pinball.xspeedadder * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 321 MovieClip in Frame 253
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._x++;
}
if (this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) {
_root.pinball.xspeed = _root.pinball.xspeed * -1;
_root.pinball.xspeedadder = _root.pinball.xspeedadder * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 323 MovieClip in Frame 253
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 102 MovieClip in Frame 253
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball)) {
_root.gotoAndStop("pinballgame");
}
}
Instance of Symbol 115 MovieClip in Frame 253
onClipEvent (load) {
timer = 100;
w = 1;
}
onClipEvent (enterFrame) {
timer++;
if (timer < 2) {
_root.pinball.yspeed = -(random(20) + 70);
_root.pinball.xspeedadder = ((_root.pinball._x - this._x) / 3) - 6;
}
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
if (w == 0) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.01;
} else {
timer = 0;
_root.pinball._y = _root.pinball._y - ((this._height / 2) - 10);
}
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
}
}
onClipEvent (keyDown) {
if (Key.getCode() == 90) {
this.play();
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 90) {
this.gotoAndStop(1);
}
}
Instance of Symbol 115 MovieClip in Frame 253
onClipEvent (load) {
timer = 100;
w = 1;
}
onClipEvent (enterFrame) {
timer++;
if (timer < 2) {
_root.pinball.yspeed = -(random(20) + 70);
_root.pinball.xspeedadder = ((_root.pinball._x - this._x) / 3) + 6;
}
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
if (w == 0) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.01;
} else {
timer = 0;
_root.pinball._y = _root.pinball._y - (this._height / 2);
}
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
}
}
onClipEvent (keyDown) {
if (Key.getCode() == 191) {
this.play();
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 191) {
this.gotoAndStop(1);
}
}
Instance of Symbol 314 MovieClip in Frame 253
onClipEvent (keyUp) {
if (Key.getCode() == 81) {
_root.gotoAndPlay("dropped");
}
}
Frame 290
_root.gotoAndPlay("pinballgame");
Frame 291
stopAllSounds();
Instance of Symbol 319 MovieClip in Frame 291
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * 1;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 85 MovieClip in Frame 291
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * 0.01;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 85 MovieClip in Frame 291
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.1;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 321 MovieClip in Frame 291
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._x--;
}
if (this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) {
_root.pinball.xspeed = _root.pinball.xspeed * -1;
_root.pinball.xspeedadder = _root.pinball.xspeedadder * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 321 MovieClip in Frame 291
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._x++;
}
if (this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) {
_root.pinball.xspeed = _root.pinball.xspeed * -1;
_root.pinball.xspeedadder = _root.pinball.xspeedadder * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 323 MovieClip in Frame 291
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 102 MovieClip in Frame 291
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball)) {
_root.gotoAndPlay("pinballgame");
}
}
Instance of Symbol 115 MovieClip in Frame 291
onClipEvent (load) {
timer = 100;
w = 1;
}
onClipEvent (enterFrame) {
timer++;
if (timer < 2) {
_root.pinball.yspeed = -(random(20) + 70);
_root.pinball.xspeedadder = ((_root.pinball._x - this._x) / 3) - 6;
}
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
if (w == 0) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.01;
} else {
timer = 0;
_root.pinball._y = _root.pinball._y - ((this._height / 2) - 10);
}
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
}
}
onClipEvent (keyDown) {
if (Key.getCode() == 90) {
this.play();
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 90) {
this.gotoAndStop(1);
}
}
Instance of Symbol 115 MovieClip in Frame 291
onClipEvent (load) {
timer = 100;
w = 1;
}
onClipEvent (enterFrame) {
timer++;
if (timer < 2) {
_root.pinball.yspeed = -(random(20) + 70);
_root.pinball.xspeedadder = ((_root.pinball._x - this._x) / 3) + 6;
}
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
if (w == 0) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.01;
} else {
timer = 0;
_root.pinball._y = _root.pinball._y - (this._height / 2);
}
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
}
}
onClipEvent (keyDown) {
if (Key.getCode() == 191) {
this.play();
}
}
onClipEvent (keyUp) {
if (Key.getCode() == 191) {
this.gotoAndStop(1);
}
}
Instance of Symbol 314 MovieClip in Frame 291
onClipEvent (keyUp) {
if (Key.getCode() == 81) {
_root.gotoAndPlay("dropped");
}
}
Frame 292
stop();
Frame 324
_root.king.gotoAndPlay("loser");
Frame 325
stopAllSounds();
_root.ballsleft--;
Frame 418
if (_root.ballsleft < 0) {
this.gotoAndPlay("ohno");
}
Frame 425
gotoAndPlay (424);
Frame 434
_root.totalscore = _root.score * _root.bonusm;
Frame 439
stop();
Instance of Symbol 389 MovieClip in Frame 439
onClipEvent (keyUp) {
if (Key.getCode() == 32) {
}
}
Frame 440
prevFrame();
Frame 453
_root.gotoAndPlay("pinballgame");
Frame 459
stopAllSounds();
Frame 468
stop();
Frame 470
stop();
Frame 472
stop();
Frame 474
stop();
Frame 476
stop();
Frame 478
prevFrame();
Symbol 10 MovieClip Frame 1
o = random(5);
s = random(360) - 180;
if (o != 0) {
this.gotoAndPlay("nothing");
}
_rotation = s;
Instance of Symbol 6 MovieClip in Symbol 10 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.snakehead)) {
_parent.gotoAndPlay("disappear");
}
}
Symbol 10 MovieClip Frame 64
gotoAndStop (1);
Symbol 10 MovieClip Frame 65
_parent.vwormscore = _parent.vwormscore + 100;
Symbol 10 MovieClip Frame 82
gotoAndPlay (1);
Symbol 10 MovieClip Frame 153
if (random(2) == 1) {
gotoAndPlay (1);
}
Symbol 12 MovieClip Frame 1
o = random(5);
s = random(360) - 180;
if (o != 0) {
this.gotoAndPlay("nothing");
}
_rotation = s;
Instance of Symbol 6 MovieClip in Symbol 12 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.snakehead)) {
_parent.gotoAndPlay("disappear");
}
}
Symbol 12 MovieClip Frame 64
gotoAndStop (1);
Symbol 12 MovieClip Frame 65
_parent.vwormscore = _parent.vwormscore + 100;
Symbol 12 MovieClip Frame 82
gotoAndPlay (1);
Symbol 12 MovieClip Frame 153
if (random(2) == 1) {
gotoAndPlay (1);
}
Symbol 27 Button
on (release) {
getURL ("http://tam.atspace.com", "_blank");
}
Symbol 28 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 36 Button
on (release) {
play();
}
Symbol 44 MovieClip Frame 1
vwormscore = 0;
totalbytes = Math.round(_root.getBytesTotal() / 1000);
Instance of Symbol 14 MovieClip "snakehead" in Symbol 44 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x - ((this._x - _parent._xmouse) / 2);
this._y = this._y - ((this._y - _parent._ymouse) / 2);
}
Instance of Symbol 14 MovieClip in Symbol 44 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x - ((this._x - _parent._xmouse) / 4);
this._y = this._y - ((this._y - _parent._ymouse) / 4);
}
Instance of Symbol 14 MovieClip in Symbol 44 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x - ((this._x - _parent._xmouse) / 6);
this._y = this._y - ((this._y - _parent._ymouse) / 6);
}
Instance of Symbol 14 MovieClip in Symbol 44 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x - ((this._x - _parent._xmouse) / 8);
this._y = this._y - ((this._y - _parent._ymouse) / 8);
}
Instance of Symbol 14 MovieClip in Symbol 44 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x - ((this._x - _parent._xmouse) / 10);
this._y = this._y - ((this._y - _parent._ymouse) / 10);
}
Instance of Symbol 14 MovieClip in Symbol 44 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x - ((this._x - _parent._xmouse) / 12);
this._y = this._y - ((this._y - _parent._ymouse) / 12);
}
Instance of Symbol 14 MovieClip in Symbol 44 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x - ((this._x - _parent._xmouse) / 14);
this._y = this._y - ((this._y - _parent._ymouse) / 14);
}
Instance of Symbol 14 MovieClip in Symbol 44 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x - ((this._x - _parent._xmouse) / 16);
this._y = this._y - ((this._y - _parent._ymouse) / 16);
}
Instance of Symbol 14 MovieClip in Symbol 44 MovieClip Frame 1
onClipEvent (enterFrame) {
this._x = this._x - ((this._x - _parent._xmouse) / 18);
this._y = this._y - ((this._y - _parent._ymouse) / 18);
}
Instance of Symbol 34 MovieClip in Symbol 44 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 10);
}
Symbol 44 MovieClip Frame 2
loadedpercent = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
Symbol 44 MovieClip Frame 3
if (_root.getBytesLoaded() != _root.getBytesTotal()) {
gotoAndPlay (2);
}
Symbol 44 MovieClip Frame 4
stop();
Symbol 44 MovieClip Frame 30
_root.play();
Symbol 58 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 88 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 1
w = 0;
stop();
Symbol 115 MovieClip Frame 2
w = 50;
Symbol 115 MovieClip Frame 3
w = 60;
Symbol 115 MovieClip Frame 5
w = 0;
gotoAndPlay (4);
Symbol 123 MovieClip Frame 1
stop();
Instance of Symbol 102 MovieClip in Symbol 123 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root[_parent.which + "sidesaver"] = 1;
_root[_parent.which + "_sidesaver"].gotoAndStop(1);
_root[_parent.which + "_sidesaver2"].gotoAndStop(1);
_root[_parent.which + "_sidesaver3"].gotoAndStop(1);
_root.score = _root.score + 100;
_parent.play();
}
}
Symbol 126 MovieClip Frame 1
stop();
Instance of Symbol 129 MovieClip in Symbol 132 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.5;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Symbol 132 MovieClip Frame 17
_root.saver = 0;
Symbol 132 MovieClip Frame 899
_root.saver = 0;
Symbol 132 MovieClip Frame 902
if (_root.saver >= 1) {
_root.saver = 1;
play();
} else {
gotoAndPlay (901);
}
Symbol 140 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 2
_root.score = _root.score + 150;
_parent.nextFrame();
Symbol 151 MovieClip Frame 1
stop();
Instance of Symbol 140 MovieClip in Symbol 151 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball)) {
this.play();
}
}
Instance of Symbol 140 MovieClip in Symbol 151 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball)) {
this.play();
}
}
Symbol 151 MovieClip Frame 6
_root.goldmine.gotoAndStop(2);
Symbol 162 MovieClip Frame 1
this.onEnterFrame = function () {
if (this.hitTest(_root.pinball)) {
play();
}
};
stop();
Symbol 162 MovieClip Frame 2
_root.score = _root.score + 150;
_root.saver = _root.saver + 0.2;
Instance of Symbol 153 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -1;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 155 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -0.08;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Symbol 178 MovieClip Frame 1
this.onEnterFrame = function () {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
this.gotoAndPlay("burit");
}
};
Symbol 178 MovieClip Frame 60
gotoAndPlay (1);
Symbol 178 MovieClip Frame 62
_root.score = _root.score + 50;
Symbol 186 MovieClip Frame 9
stop();
Symbol 190 MovieClip Frame 1
this.onEnterFrame = function () {
if (this.hitTest(_root.pinball)) {
_root.pinball._x = 2500;
_root.pinball._yspeed = 0;
_root.pinball._yspeedadder = 0;
this.play();
}
};
stop();
Symbol 190 MovieClip Frame 33
_root.pinball._x = 387;
_root.pinball._y = -355;
_root.pinball.yspeed = 0;
_root.pinball.yspeedadder = 0;
_root.dwarfbuttons.gotoAndStop(1);
_root.goldmine.gotoAndStop(1);
Symbol 197 MovieClip Frame 1
this.onEnterFrame = function () {
if (this.hitTest(_root.pinball)) {
_root.pinball._x = 2500;
_root.pinball._y = 20;
_root.pinball._yspeed = 0;
_root.pinball._yspeedadder = 0;
this.play();
}
};
stop();
Symbol 197 MovieClip Frame 33
_root.gotoAndStop("bonusstage");
Symbol 198 MovieClip Frame 1
stop();
Instance of Symbol 178 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(25);
}
Symbol 198 MovieClip Frame 2
stop();
Symbol 198 MovieClip Frame 3
stop();
Symbol 202 MovieClip Frame 1
_visible = false;
this.onEnterFrame = function () {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
play();
}
};
stop();
Symbol 211 MovieClip Frame 1
this.onEnterFrame = function () {
if (this.hitTest(_root.pinball)) {
_root.score = _root.score + 50;
this.play();
}
};
stop();
Symbol 211 MovieClip Frame 23
stop();
Symbol 211 MovieClip Frame 44
stop();
Symbol 211 MovieClip Frame 64
stop();
Symbol 211 MovieClip Frame 85
stop();
Symbol 211 MovieClip Frame 105
stop();
Symbol 211 MovieClip Frame 125
_root.goldmine.gotoAndStop(3);
stop();
Symbol 216 MovieClip Frame 1
stop();
Instance of Symbol 102 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_parent.play();
_root.score = _root.score + 100;
_root.pinball._x = -2500;
_root.pinball._y = -2500;
_root.pinball.yspeed = 0;
}
}
Symbol 216 MovieClip Frame 40
_root.saver = 1;
Symbol 216 MovieClip Frame 100
_root.pinball._x = 142;
_root.pinball._y = -342;
_root.pinball.yspeed = 0;
Symbol 222 MovieClip Frame 1
_parent.switch1 = 0;
Symbol 222 MovieClip Frame 20
_root.score = _root.score + 200;
stop();
Symbol 222 MovieClip Frame 21
_parent.switch1 = 1;
Symbol 222 MovieClip Frame 40
_root.score = _root.score + 200;
stop();
Symbol 225 MovieClip Frame 1
_parent.switch2 = 0;
Symbol 225 MovieClip Frame 19
_root.score = _root.score + 200;
stop();
Symbol 225 MovieClip Frame 20
_parent.switch2 = 1;
Symbol 225 MovieClip Frame 40
_root.score = _root.score + 200;
stop();
Symbol 228 MovieClip Frame 1
_parent.switch3 = 0;
Symbol 228 MovieClip Frame 19
_root.score = _root.score + 200;
stop();
Symbol 228 MovieClip Frame 20
_parent.switch3 = 1;
Symbol 228 MovieClip Frame 40
_root.score = _root.score + 200;
stop();
Symbol 231 MovieClip Frame 1
_parent.switch4 = 0;
Symbol 231 MovieClip Frame 19
_root.score = _root.score + 200;
stop();
Symbol 231 MovieClip Frame 20
_parent.switch4 = 1;
Symbol 231 MovieClip Frame 40
_root.score = _root.score + 200;
stop();
Symbol 238 MovieClip Frame 1
this.onEnterFrame = function () {
if ((((this.switch1 == 1) && (switch2 == 1)) && (switch3 == 1)) && (switch4 == 1)) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
};
stop();
Instance of Symbol 222 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
this.play();
}
}
Instance of Symbol 225 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
this.play();
}
}
Instance of Symbol 228 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
this.play();
}
}
Instance of Symbol 231 MovieClip in Symbol 238 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
this.play();
}
}
Symbol 238 MovieClip Frame 2
stop();
Instance of Symbol 236 MovieClip in Symbol 238 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball.yspeed = 0;
_root.pinball.yspeedadder = 0;
_root.pinball._x = 3250;
_root.pinball._y = -10000;
_root.ogre.gotoAndPlay("hitit");
}
}
Symbol 255 MovieClip Frame 1
stop();
Instance of Symbol 96 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -1;
_parent.play();
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 240 MovieClip in Symbol 255 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.pinball.yspeed = _root.pinball.yspeed * -1;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
_parent.play();
} else {
_root.pinball.down = 0;
}
}
Symbol 255 MovieClip Frame 2
_root.score = _root.score + 250;
Symbol 255 MovieClip Frame 8
gotoAndPlay (1);
Symbol 255 MovieClip Frame 67
_root.gotoAndPlay("bossstage");
Symbol 261 MovieClip Frame 1
this.onEnterFrame = function () {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
this.play();
}
};
_parent["switch" + a] = 0;
Symbol 261 MovieClip Frame 20
_root.score = _root.score + 200;
stop();
Symbol 261 MovieClip Frame 21
_parent["switch" + a] = 1;
Symbol 261 MovieClip Frame 40
_root.score = _root.score + 200;
stop();
Symbol 267 MovieClip Frame 1
this.onEnterFrame = function () {
if ((((((switch1 == 1) && (switch2 == 1)) && (switch3 == 1)) && (switch4 == 1)) && (switch5 == 1)) && (switch6 == 1)) {
this.play();
}
};
stop();
Instance of Symbol 261 MovieClip in Symbol 267 MovieClip Frame 1
onClipEvent (load) {
a = 3;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
this.play();
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 261 MovieClip in Symbol 267 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(21);
a = 2;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
this.play();
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 261 MovieClip in Symbol 267 MovieClip Frame 1
onClipEvent (load) {
a = 1;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
this.play();
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 261 MovieClip in Symbol 267 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(21);
a = 4;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
this.play();
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 261 MovieClip in Symbol 267 MovieClip Frame 1
onClipEvent (load) {
a = 5;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
this.play();
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 261 MovieClip in Symbol 267 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(21);
a = 6;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
this.play();
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
} else {
_root.pinball.down = 0;
}
}
Symbol 267 MovieClip Frame 2
_root.bonusm++;
Instance of Symbol 261 MovieClip in Symbol 267 MovieClip Frame 4
onClipEvent (load) {
a = 3;
}
Instance of Symbol 261 MovieClip in Symbol 267 MovieClip Frame 4
onClipEvent (load) {
this.gotoAndPlay(21);
a = 2;
}
Instance of Symbol 261 MovieClip in Symbol 267 MovieClip Frame 4
onClipEvent (load) {
a = 1;
}
Instance of Symbol 261 MovieClip in Symbol 267 MovieClip Frame 4
onClipEvent (load) {
this.gotoAndPlay(21);
a = 4;
}
Instance of Symbol 261 MovieClip in Symbol 267 MovieClip Frame 4
onClipEvent (load) {
a = 5;
}
Instance of Symbol 261 MovieClip in Symbol 267 MovieClip Frame 4
onClipEvent (load) {
this.gotoAndPlay(21);
a = 6;
}
Symbol 271 MovieClip Frame 1
_parent.s = 0;
Symbol 271 MovieClip Frame 20
_root.score = _root.score + 200;
stop();
Symbol 271 MovieClip Frame 21
_parent.s = 1;
Symbol 271 MovieClip Frame 40
_root.score = _root.score + 200;
stop();
Symbol 274 MovieClip Frame 1
_parent.a = 0;
Symbol 274 MovieClip Frame 20
_root.score = _root.score + 200;
stop();
Symbol 274 MovieClip Frame 21
_parent.a = 1;
Symbol 274 MovieClip Frame 40
_root.score = _root.score + 200;
stop();
Symbol 277 MovieClip Frame 1
_parent.v = 0;
Symbol 277 MovieClip Frame 20
_root.score = _root.score + 200;
stop();
Symbol 277 MovieClip Frame 21
_parent.v = 1;
Symbol 277 MovieClip Frame 40
_root.score = _root.score + 200;
stop();
Symbol 280 MovieClip Frame 1
_parent.e = 0;
Symbol 280 MovieClip Frame 20
_root.score = _root.score + 200;
stop();
Symbol 280 MovieClip Frame 21
_parent.e = 1;
Symbol 280 MovieClip Frame 40
_root.score = _root.score + 200;
stop();
Symbol 283 MovieClip Frame 1
_parent.r = 0;
Symbol 283 MovieClip Frame 20
_root.score = _root.score + 200;
stop();
Symbol 283 MovieClip Frame 21
_parent.r = 1;
Symbol 283 MovieClip Frame 40
_root.score = _root.score + 200;
stop();
Symbol 285 MovieClip Frame 1
(r = 0);
this.onEnterFrame = function () {
if (((((s == 1) && (a == 1)) && (v == 1)) && (e == 1)) && (r == 1)) {
_root.saver = 1;
ss.gotoAndPlay(1);
aa.gotoAndPlay(1);
vv.gotoAndPlay(1);
ee.gotoAndPlay(1);
rr.gotoAndPlay(1);
this.play();
}
};
stop();
Instance of Symbol 271 MovieClip "ss" in Symbol 285 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
this.play();
}
}
Instance of Symbol 274 MovieClip "aa" in Symbol 285 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
this.play();
}
}
Instance of Symbol 277 MovieClip "vv" in Symbol 285 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
this.play();
}
}
Instance of Symbol 280 MovieClip "ee" in Symbol 285 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
this.play();
}
}
Instance of Symbol 283 MovieClip "rr" in Symbol 285 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
this.play();
}
}
Instance of Symbol 94 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_parent.play();
_root.pinball.yspeed = _root.pinball.yspeed * -0.9;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 96 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
_parent.play();
_root.pinball.yspeed = _root.pinball.yspeed * -1;
} else {
_root.pinball.down = 0;
}
}
Symbol 296 MovieClip Frame 20
_root.score = _root.score + 300;
stop();
Symbol 296 MovieClip Frame 40
_root.score = _root.score + 300;
stop();
Symbol 296 MovieClip Frame 60
_root.score = _root.score + 300;
stop();
Symbol 296 MovieClip Frame 80
_root.score = _root.score + 300;
stop();
Symbol 296 MovieClip Frame 100
_root.score = _root.score + 300;
stop();
Instance of Symbol 102 MovieClip in Symbol 296 MovieClip Frame 106
onClipEvent (enterFrame) {
if (this.hitTest(_root.pinball)) {
_parent.gotoAndPlay("pushup");
}
}
Symbol 296 MovieClip Frame 108
gotoAndPlay (106);
Symbol 296 MovieClip Frame 116
_root.pinball._x = 5000;
Symbol 296 MovieClip Frame 148
_root.pinball._x = 314;
_root.pinball._y = 53;
_root.pinball.yspeed = 0;
_root.pinball.yspeedadder = 0;
Instance of Symbol 94 MovieClip in Symbol 305 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.score = _root.score + 5;
_root.pinball.yspeed = _root.pinball.yspeed * -0.6;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 96 MovieClip in Symbol 305 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
_parent._parent["elf" + me]._alpha = 50;
_root.score = _root.score + 5;
_root.pinball.yspeed = _root.pinball.yspeed * -0.6;
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 304 MovieClip "elf2" in Symbol 306 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha++;
}
}
Instance of Symbol 304 MovieClip "elf1" in Symbol 306 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha++;
}
}
Instance of Symbol 305 MovieClip in Symbol 306 MovieClip Frame 1
onClipEvent (load) {
me = 2;
this._visible = false;
}
Instance of Symbol 305 MovieClip in Symbol 306 MovieClip Frame 1
onClipEvent (load) {
me = 1;
this._visible = false;
}
Symbol 308 MovieClip Frame 1
xspeedadder = 0;
xspeed = 0;
yspeed = 0;
gravity = 3;
sideresistance = 1.1;
up = 0;
down1 = 0;
down2 = 0;
down3 = 0;
left = 0;
right = 0;
this.onEnterFrame = function () {
if ((this._x > 0) && (this._x < 500)) {
if ((this._y > 0) && (this._y < 543)) {
_root._y = 0;
} else if (this._y < -20) {
_root._y = 548;
} else if (this._y > 563) {
_root._y = -548;
}
}
if (down1) {
xspeed = 2;
xspeedadder = 0;
} else if (down2) {
xspeed = -2;
xspeedadder = 0;
}
if (xspeed > 0) {
xspeed = xspeed - 0.25;
}
if (xspeed < 0) {
xspeed = xspeed + 0.25;
}
yspeed = yspeed + gravity;
_y = (_y + (yspeed / 4));
_x = (_x + (xspeed + xspeedadder));
};
stop();
Symbol 328 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 328 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_root.score = _root.score + 250;
_root.pinball.yspeed = _root.pinball.yspeed * -1;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
_root.nextFrame();
_parent.play();
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 96 MovieClip in Symbol 328 MovieClip Frame 1
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
_root.score = _root.score + 250;
_root.pinball.yspeed = _root.pinball.yspeed * -0.8;
_root.nextFrame();
_parent.play();
} else {
_root.pinball.down = 0;
}
}
Symbol 328 MovieClip Frame 2
_parent.unloadMovie();
Instance of Symbol 328 MovieClip in Symbol 329 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
Symbol 333 MovieClip Frame 1
this.onEnterFrame = function () {
if (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
this.play();
}
};
stop();
Symbol 333 MovieClip Frame 2
_root.ballsleft++;
_root.score = _root.score + 10000;
Symbol 333 MovieClip Frame 35
_root.gotoAndPlay("blankout");
stop();
Symbol 339 MovieClip Frame 73
stop();
Symbol 353 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 353 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y--;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y + 1, true)) {
_parent.play();
_root.score = _root.score + 500;
_root.pinball.yspeed = _root.pinball.yspeed * -0.6;
_root.pinball.down = 1;
if (((this.hitTest(_root.pinball._x - 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && (((!this.hitTest(_root.pinball._x + 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down1 = 1;
} else {
_root.pinball.down1 = 0;
}
if ((((!this.hitTest(_root.pinball._x - 1, _root.pinball._y, true)) || (!this.hitTest(_root.pinball._x - 8, _root.pinball._y, true))) || (!this.hitTest(_root.pinball._x - 4, _root.pinball._y, true))) && ((this.hitTest(_root.pinball._x + 1, _root.pinball._y, true) || (this.hitTest(_root.pinball._x + 4, _root.pinball._y, true))) || (this.hitTest(_root.pinball._x + 8, _root.pinball._y, true)))) {
_root.pinball.down2 = 1;
} else {
_root.pinball.down2 = 0;
}
} else {
_root.pinball.down = 0;
}
}
Instance of Symbol 96 MovieClip in Symbol 353 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.pinball._x, _root.pinball._y, true)) {
_root.pinball._y++;
}
if (this.hitTest(_root.pinball._x, _root.pinball._y - 1, true)) {
_parent.play();
_parent._parent["elf" + me]._alpha = 50;
_root.score = _root.score + 500;
_root.pinball.yspeed = _root.pinball.yspeed * -0.6;
} else {
_root.pinball.down = 0;
}
}
Symbol 353 MovieClip Frame 2
_root.nextFrame();
Instance of Symbol 305 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 369 MovieClip Frame 43
t = random(3) + 1;
this.gotoAndPlay("act" + t);
Symbol 369 MovieClip Frame 120
gotoAndPlay ("randomer");
Symbol 369 MovieClip Frame 190
gotoAndPlay ("randomer");
Symbol 369 MovieClip Frame 300
gotoAndPlay ("randomer");
Symbol 369 MovieClip Frame 329
_root.score = _root.score + 1000000;
Symbol 369 MovieClip Frame 452
_root.gotoAndPlay("pinballgame");
Symbol 385 Button
on (release) {
_root.gotoAndPlay("goagain");
}
Symbol 387 Button
on (release) {
this.gotoAndPlay("ohno");
}
Symbol 398 Button
on (release) {
name = _root.playername;
score = _root.totalscore;
game = "armorgamespinball";
loadVariables ("http://www.armorgames.com/highscores/postScore.php", this, "POST");
getURL ("http://www.armorgames.com/highscores/viewScores.php?game=" + game, "_blank");
play();
}
Symbol 405 MovieClip Frame 5
stop();
Symbol 405 MovieClip Frame 9
stop();
Symbol 413 Button
on (release) {
_root.gotoAndPlay("loadthevars");
}
Symbol 418 Button
on (release) {
_root.gotoAndStop("elves");
stopAllSounds();
}
Symbol 419 Button
on (release) {
_root.gotoAndStop("dwarf");
stopAllSounds();
}
Symbol 420 Button
on (release) {
_root.gotoAndStop("ogre");
stopAllSounds();
}
Symbol 421 Button
on (release) {
_root.gotoAndPlay("controls");
stopAllSounds();
}
Symbol 429 Button
on (rollOver) {
_root.vitali = "Hit this red button 5 times and the gold mine in the middle will open. Enter the gold mine to warp to the ogre stage.";
}
Symbol 430 Button
on (rollOver) {
_root.vitali = "Hit the dwarves to get points. When the gold mine opens, enter it to warp to the ogre level.";
}
Symbol 431 Button
on (rollOver) {
_root.vitali = "Hit this floor button several times and the gold mine will open with blue light. Enter the gold mine to warp to the bonus stage.";
}
Symbol 432 Button
on (rollOver) {
_root.vitali = "If you fall here, you will get to the elves stage.";
}
Symbol 435 Button
on (rollOver) {
_root.vitali = "Hit the well several times to make the fountain appear. Hit the ball toward the fountain to send it back up to the dwarf stage.";
}
Symbol 436 Button
on (rollOver) {
_root.vitali = "If you manage to toggle all these switches and leave all of them ON (with a dot), your bonus multipler will be added by 1. At the end of the game, your score will be mutliplied by your bonus multiplier.";
}
Symbol 437 Button
on (rollOver) {
_root.vitali = "This elf is an obstruction but if you hit him he will also give you some points.";
}
Symbol 438 Button
on (rollOver) {
_root.vitali = "This elf is your obstruction but if you hit him he will also give you some points.";
}
Symbol 439 Button
on (rollOver) {
_root.vitali = "Falling here means losing a ball.";
}
Symbol 442 Button
on (rollOver) {
_root.vitali = "If you fall here, your ball will drop to the dwarf stage.";
}
Symbol 443 Button
on (rollOver) {
_root.vitali = "The ogre will help hit your ball to the boss stage once you are ready.";
}
Symbol 444 Button
on (rollOver) {
_root.vitali = "If you manage to close the KING flaps above the ogre, this launcher will pop up. Send your ball here and the ogre will help you hit it to the boss stage.";
}
Symbol 445 Button
on (rollOver) {
_root.vitali = "When you close these KING flaps, the launcher beside the ogre will appear. Point to it for info.";
}
Symbol 446 Button
on (rollOver) {
_root.vitali = "If you manage to get here, you get a ball saver if your existing one ran out.";
}