STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228113
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/10136803?noj=FRM10136803-9DC" width="1" height="1"></div>

Armor Games Pinball.swf

This is the info page for
Flash #30795

(Click the ID number above for more basic data on this flash file.)


Text
Score:

Score:

LOADING

LOADING

Please play Virtua Worm while you wait...
Or visit:

Armor Games

Tamugaia Project

100

%

100

K

PLAY!

By Josh Tamugaia for Armor Games - 2006

VISIT

VISIT

.COM

.COM

PLAY!

<-- Read Instructions and Stuff

General Instructions:
Hit "Z" key for the left flipper.
Hit "/" key for the right flipper.
If you want to quit the game at any time, press "Q".
This game is developed by Josh Tam for ArmorGames.com
Credits:
Creator - Josh Tam
http://tam.atspace.com
Sponsor and Highscores - Dan McNeely of Armor Games
http://www.armorgames.com
Thank you for playing!
Pinball games are quite hard to create in Flash, especially
making the ball's physics work its way throughout the course.
I am definitely not a math/physics expert yet I succeeded! But
still, the game may contain bugs.  Please report bugs to me at
josh_tamugaia@yahoo.com I will try my best to fix them in the
next version so that you can have more fun!
~ Josh "Joshiwara" Tam

READY

GET SET

GO

D

DW

DWA

DWAR

DWARF

50

BONUS STAGE

5

Score :

00000000

Balls :

9

EXTRA BALL

SUPER BONUS 50000

500

SCORE BONUS

King

BALLS LEFT :

555

Click

Type name

555

x

x

555

Total Score:

Bonus

Try Again

555

Select Stage
Elves
Dwarf
Ogre
Controls
Back

TUTORIAL

Select a stage and point around for vital information.

SHIFT Z X C V B N M ,   .   /  SHIFT

Keyboard

Press "Q" to drop the ball if you decide to quit.

ActionScript [AS1/AS2]

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."; }

Library Items

Symbol 1 GraphicUsed by:4
Symbol 2 ShapeTweeningUsed by:4
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:1 2 3Used by:44
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:10 12
Symbol 7 ShapeTweeningUsed by:10
Symbol 8 SoundUsed by:10 12
Symbol 9 GraphicUsed by:10 12
Symbol 10 MovieClipUses:6 7 8 9Used by:44
Symbol 11 ShapeTweeningUsed by:12
Symbol 12 MovieClipUses:6 11 8 9Used by:44
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:44
Symbol 15 GraphicUsed by:44
Symbol 16 FontUsed by:17 18 19 20 22 23 24 29 30 31 32 35 47 65 70 72 263 377 378 381 406 407 408 409 410 411 412 414
Symbol 17 TextUses:16Used by:44
Symbol 18 EditableTextUses:16Used by:44
Symbol 19 TextUses:16Used by:21
Symbol 20 TextUses:16Used by:21
Symbol 21 MovieClipUses:19 20Used by:44
Symbol 22 TextUses:16Used by:44
Symbol 23 TextUses:16Used by:44 314  Timeline
Symbol 24 TextUses:16Used by:44  Timeline
Symbol 25 GraphicUsed by:27 28 36 387 398 413 418 419 420 421 429 430 431 432 435 436 437 438 439 442 443 444 445 446
Symbol 26 GraphicUsed by:27 28 36 369 387 398 413 418 419 420 421 429 430 431 432 435 436 437 438 439 442 443 444 445 446
Symbol 27 ButtonUses:25 26Used by:44  Timeline
Symbol 28 ButtonUses:25 26Used by:44 314  Timeline
Symbol 29 EditableTextUses:16Used by:44
Symbol 30 TextUses:16Used by:44
Symbol 31 EditableTextUses:16Used by:44
Symbol 32 TextUses:16Used by:44
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:44
Symbol 35 TextUses:16Used by:44
Symbol 36 ButtonUses:25 26Used by:44
Symbol 37 GraphicUsed by:41
Symbol 38 GraphicUsed by:41
Symbol 39 GraphicUsed by:41
Symbol 40 GraphicUsed by:41
Symbol 41 MovieClipUses:37 38 39 40Used by:44
Symbol 42 ShapeTweeningUsed by:44
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:4 10 12 14 15 17 18 21 22 23 24 27 28 29 30 31 32 34 35 36 41 42 43Used by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:48
Symbol 47 TextUses:16Used by:48
Symbol 48 MovieClipUses:46 47Used by:Timeline
Symbol 49 ShapeTweeningUsed by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 GraphicUsed by:58
Symbol 52 GraphicUsed by:58
Symbol 53 FontUsed by:54 55 56 57
Symbol 54 TextUses:53Used by:58
Symbol 55 TextUses:53Used by:58
Symbol 56 TextUses:53Used by:58
Symbol 57 TextUses:53Used by:58
Symbol 58 ButtonUses:51 52 54 55 56 57Used by:Timeline
Symbol 59 SoundUsed by:Timeline
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:62
Symbol 62 MovieClipUses:61Used by:Timeline
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:216 255 296  Timeline
Symbol 65 EditableTextUses:16Used by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 GraphicUsed by:69
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:67 68Used by:74
Symbol 70 TextUses:16Used by:74
Symbol 71 GraphicUsed by:74
Symbol 72 TextUses:16Used by:74
Symbol 73 GraphicUsed by:74
Symbol 74 ButtonUses:69 70 71 72 73Used by:Timeline
Symbol 75 ShapeTweeningUsed by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 FontUsed by:78 79 80 175 310 311 312 313 417 423 424 425 448 449 450
Symbol 78 TextUses:77Used by:Timeline
Symbol 79 TextUses:77Used by:Timeline
Symbol 80 TextUses:77Used by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:Timeline
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 GraphicUsed by:88
Symbol 87 SoundUsed by:88 296
Symbol 88 MovieClipUses:86 87Used by:Timeline
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:Timeline
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:Timeline
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:296 305 328 353  Timeline
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:255 296 305 328 353  Timeline
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:Timeline
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:Timeline
Symbol 101 GraphicUsed by:102 190 197
Symbol 102 MovieClipUses:101Used by:123 216 296  Timeline
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:Timeline
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:Timeline
Symbol 107 BitmapUsed by:110
Symbol 108 BitmapUsed by:110
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:107 108 109Used by:Timeline
Symbol 111 GraphicUsed by:115
Symbol 112 SoundUsed by:115 369
Symbol 113 GraphicUsed by:115
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:111 112 113 114Used by:Timeline
Symbol 116 GraphicUsed by:123
Symbol 117 ShapeTweeningUsed by:123
Symbol 118 SoundUsed by:123
Symbol 119 ShapeTweeningUsed by:123
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:123
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:102 116 117 118 119 121 122Used by:Timeline
Symbol 124 GraphicUsed by:126
Symbol 125 SoundUsed by:126
Symbol 126 MovieClipUses:124 125Used by:Timeline
Symbol 127 GraphicUsed by:132
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:132
Symbol 130 SoundUsed by:132 267 333 369
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:127 129 130 131Used by:Timeline
Symbol 133 GraphicUsed by:136
Symbol 134 GraphicUsed by:136
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:133 134 135Used by:151
Symbol 137 GraphicUsed by:140
Symbol 138 GraphicUsed by:140
Symbol 139 SoundUsed by:140 255 261
Symbol 140 MovieClipUses:137 138 139Used by:151
Symbol 141 GraphicUsed by:144
Symbol 142 GraphicUsed by:144
Symbol 143 GraphicUsed by:144
Symbol 144 MovieClipUses:141 142 143Used by:151 217
Symbol 145 FontUsed by:146 147 148 149 150 192 366
Symbol 146 TextUses:145Used by:151
Symbol 147 TextUses:145Used by:151
Symbol 148 TextUses:145Used by:151
Symbol 149 TextUses:145Used by:151
Symbol 150 TextUses:145Used by:151
Symbol 151 MovieClipUses:136 140 144 146 147 148 149 150Used by:Timeline
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:163
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:163
Symbol 156 GraphicUsed by:163
Symbol 157 GraphicUsed by:162
Symbol 158 ShapeTweeningUsed by:162
Symbol 159 SoundUsed by:162 216 328
Symbol 160 ShapeTweeningUsed by:162
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:157 158 159 160 161Used by:163
Symbol 163 MovieClipUses:153 155 156 162Used by:Timeline
Symbol 164 GraphicUsed by:198
Symbol 165 ShapeTweeningUsed by:168
Symbol 166 ShapeTweeningUsed by:168
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:165 166 167Used by:198
Symbol 169 GraphicUsed by:178
Symbol 170 GraphicUsed by:178
Symbol 171 GraphicUsed by:178
Symbol 172 GraphicUsed by:178
Symbol 173 GraphicUsed by:178
Symbol 174 GraphicUsed by:178
Symbol 175 TextUses:77Used by:178
Symbol 176 GraphicUsed by:178
Symbol 177 SoundUsed by:178 255 353
Symbol 178 MovieClipUses:169 170 171 172 173 174 175 176 177Used by:198
Symbol 179 GraphicUsed by:198
Symbol 180 GraphicUsed by:198
Symbol 181 GraphicUsed by:183
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:181 182Used by:198
Symbol 184 ShapeTweeningUsed by:186
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:184 185Used by:198
Symbol 187 ShapeTweeningUsed by:190
Symbol 188 ShapeTweeningUsed by:190
Symbol 189 GraphicUsed by:190 197
Symbol 190 MovieClipUses:101 187 188 189Used by:198
Symbol 191 GraphicUsed by:194
Symbol 192 TextUses:145Used by:194
Symbol 193 GraphicUsed by:194
Symbol 194 MovieClipUses:191 192 193Used by:198
Symbol 195 ShapeTweeningUsed by:197
Symbol 196 ShapeTweeningUsed by:197
Symbol 197 MovieClipUses:101 195 196 189Used by:198
Symbol 198 MovieClipUses:164 168 178 179 180 183 186 190 194 197Used by:Timeline
Symbol 199 GraphicUsed by:202
Symbol 200 GraphicUsed by:202
Symbol 201 SoundUsed by:202
Symbol 202 MovieClipUses:199 200 201Used by:Timeline
Symbol 203 GraphicUsed by:Timeline
Symbol 204 GraphicUsed by:211
Symbol 205 GraphicUsed by:211
Symbol 206 GraphicUsed by:211
Symbol 207 GraphicUsed by:211
Symbol 208 GraphicUsed by:211
Symbol 209 GraphicUsed by:211
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:204 205 206 207 208 209 210Used by:Timeline
Symbol 212 GraphicUsed by:217
Symbol 213 GraphicUsed by:216
Symbol 214 GraphicUsed by:216
Symbol 215 GraphicUsed by:216
Symbol 216 MovieClipUses:213 214 102 64 215 159Used by:217
Symbol 217 MovieClipUses:212 144 216Used by:Timeline
Symbol 218 GraphicUsed by:238
Symbol 219 GraphicUsed by:222
Symbol 220 SoundUsed by:222 225 228 231 271 274 277 280 283
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:219 220 221Used by:238
Symbol 223 GraphicUsed by:225
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClipUses:223 220 224Used by:238
Symbol 226 GraphicUsed by:228
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:226 220 227Used by:238
Symbol 229 GraphicUsed by:231
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:229 220 230Used by:238
Symbol 232 GraphicUsed by:236
Symbol 233 GraphicUsed by:236
Symbol 234 GraphicUsed by:236
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:232 233 234 235Used by:238
Symbol 237 GraphicUsed by:238
Symbol 238 MovieClipUses:218 222 225 228 231 236 237Used by:Timeline
Symbol 239 GraphicUsed by:240
Symbol 240 MovieClipUses:239Used by:255
Symbol 241 GraphicUsed by:255
Symbol 242 GraphicUsed by:246
Symbol 243 GraphicUsed by:246
Symbol 244 GraphicUsed by:246
Symbol 245 GraphicUsed by:246
Symbol 246 MovieClipUses:242 243 244 245Used by:255
Symbol 247 GraphicUsed by:255
Symbol 248 GraphicUsed by:255
Symbol 249 GraphicUsed by:255
Symbol 250 ShapeTweeningUsed by:255
Symbol 251 GraphicUsed by:255
Symbol 252 GraphicUsed by:255
Symbol 253 ShapeTweeningUsed by:255
Symbol 254 GraphicUsed by:255
Symbol 255 MovieClipUses:96 240 241 246 247 139 248 249 64 250 251 252 253 177 254Used by:Timeline
Symbol 256 BitmapUsed by:257
Symbol 257 GraphicUses:256Used by:258
Symbol 258 MovieClipUses:257Used by:Timeline
Symbol 259 GraphicUsed by:261
Symbol 260 GraphicUsed by:261
Symbol 261 MovieClipUses:259 139 260Used by:267
Symbol 262 GraphicUsed by:266
Symbol 263 EditableTextUses:16Used by:266
Symbol 264 GraphicUsed by:266
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:262 263 264 265Used by:267
Symbol 267 MovieClipUses:261 266 130Used by:Timeline
Symbol 268 GraphicUsed by:271 274 277 280 283 369
Symbol 269 GraphicUsed by:271
Symbol 270 GraphicUsed by:271
Symbol 271 MovieClipUses:268 269 220 270Used by:285
Symbol 272 GraphicUsed by:274
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:268 272 220 273Used by:285
Symbol 275 GraphicUsed by:277
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:275 268 220 276Used by:285
Symbol 278 GraphicUsed by:280
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:278 268 220 279Used by:285
Symbol 281 GraphicUsed by:283
Symbol 282 GraphicUsed by:283
Symbol 283 MovieClipUses:281 268 220 282Used by:285
Symbol 284 GraphicUsed by:285
Symbol 285 MovieClipUses:271 274 277 280 283 284Used by:Timeline
Symbol 286 GraphicUsed by:296
Symbol 287 GraphicUsed by:289
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:287 288Used by:296
Symbol 290 GraphicUsed by:296
Symbol 291 GraphicUsed by:296
Symbol 292 GraphicUsed by:296
Symbol 293 GraphicUsed by:296
Symbol 294 GraphicUsed by:296
Symbol 295 GraphicUsed by:296
Symbol 296 MovieClipUses:286 94 96 289 87 290 291 292 293 294 102 295 64Used by:Timeline
Symbol 297 GraphicUsed by:304
Symbol 298 GraphicUsed by:299
Symbol 299 MovieClipUses:298Used by:304
Symbol 300 GraphicUsed by:301
Symbol 301 MovieClipUses:300Used by:304
Symbol 302 GraphicUsed by:303
Symbol 303 MovieClipUses:302Used by:304
Symbol 304 MovieClipUses:297 299 301 303Used by:306
Symbol 305 MovieClipUses:94 96Used by:306 358
Symbol 306 MovieClipUses:304 305Used by:Timeline
Symbol 307 GraphicUsed by:308
Symbol 308 MovieClipUses:307Used by:Timeline
Symbol 309 GraphicUsed by:314
Symbol 310 TextUses:77Used by:314
Symbol 311 EditableTextUses:77Used by:314
Symbol 312 TextUses:77Used by:314
Symbol 313 EditableTextUses:77Used by:314
Symbol 314 MovieClipUses:309 310 311 312 313 23 28Used by:Timeline
Symbol 315 GraphicUsed by:317
Symbol 316 SoundUsed by:317  Timeline
Symbol 317 MovieClipUses:315 316Used by:Timeline
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClipUses:318Used by:Timeline
Symbol 320 GraphicUsed by:321
Symbol 321 MovieClipUses:320Used by:Timeline
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClipUses:322Used by:Timeline
Symbol 324 BitmapUsed by:325
Symbol 325 GraphicUses:324Used by:326  Timeline
Symbol 326 MovieClipUses:325Used by:Timeline
Symbol 327 GraphicUsed by:329
Symbol 328 MovieClipUses:94 96 159Used by:329
Symbol 329 MovieClipUses:327 328Used by:Timeline
Symbol 330 GraphicUsed by:333
Symbol 331 FontUsed by:332 336 351 371
Symbol 332 TextUses:331Used by:333
Symbol 333 MovieClipUses:330 332 130Used by:Timeline
Symbol 334 ShapeTweeningUsed by:339
Symbol 335 GraphicUsed by:339
Symbol 336 TextUses:331Used by:339
Symbol 337 ShapeTweeningUsed by:339
Symbol 338 GraphicUsed by:339
Symbol 339 MovieClipUses:334 335 336 337 338Used by:Timeline
Symbol 340 ShapeTweeningUsed by:Timeline
Symbol 341 GraphicUsed by:Timeline
Symbol 342 GraphicUsed by:369
Symbol 343 GraphicUsed by:344
Symbol 344 MovieClipUses:343Used by:369
Symbol 345 GraphicUsed by:346
Symbol 346 MovieClipUses:345Used by:369
Symbol 347 GraphicUsed by:348
Symbol 348 MovieClipUses:347Used by:369
Symbol 349 GraphicUsed by:350
Symbol 350 MovieClipUses:349Used by:369
Symbol 351 TextUses:331Used by:353
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:94 96 351 352 177Used by:369
Symbol 354 ShapeTweeningUsed by:369
Symbol 355 ShapeTweeningUsed by:369
Symbol 356 GraphicUsed by:369
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClipUses:357 305Used by:369
Symbol 359 ShapeTweeningUsed by:369
Symbol 360 ShapeTweeningUsed by:369
Symbol 361 ShapeTweeningUsed by:369
Symbol 362 ShapeTweeningUsed by:369
Symbol 363 ShapeTweeningUsed by:369
Symbol 364 GraphicUsed by:369
Symbol 365 GraphicUsed by:367
Symbol 366 TextUses:145Used by:367
Symbol 367 MovieClipUses:365 366Used by:369
Symbol 368 ShapeTweeningUsed by:369
Symbol 369 MovieClipUses:342 344 346 348 350 353 354 355 356 358 130 359 360 361 362 112 268 363 364 367 368 26Used by:Timeline
Symbol 370 GraphicUsed by:Timeline
Symbol 371 TextUses:331Used by:Timeline
Symbol 372 ShapeTweeningUsed by:Timeline
Symbol 373 SoundUsed by:Timeline
Symbol 374 GraphicUsed by:Timeline
Symbol 375 BitmapUsed by:376
Symbol 376 GraphicUses:375Used by:Timeline
Symbol 377 TextUses:16Used by:Timeline
Symbol 378 EditableTextUses:16Used by:Timeline
Symbol 379 BitmapUsed by:380 388
Symbol 380 GraphicUses:379Used by:384 385
Symbol 381 TextUses:16Used by:384 385
Symbol 382 GraphicUsed by:384 385
Symbol 383 GraphicUsed by:384 385
Symbol 384 ButtonUses:380 381 382 383Used by:Timeline
Symbol 385 ButtonUses:380 381 382 383Used by:Timeline
Symbol 386 GraphicUsed by:Timeline
Symbol 387 ButtonUses:25 26Used by:Timeline
Symbol 388 GraphicUses:379Used by:389
Symbol 389 MovieClipUses:388Used by:Timeline
Symbol 390 BitmapUsed by:391 392 393 394 395 402 403 404
Symbol 391 GraphicUses:390Used by:405
Symbol 392 GraphicUses:390Used by:405
Symbol 393 GraphicUses:390Used by:405
Symbol 394 GraphicUses:390Used by:405
Symbol 395 GraphicUses:390Used by:405
Symbol 396 FontUsed by:397
Symbol 397 EditableTextUses:396Used by:405
Symbol 398 ButtonUses:25 26Used by:405
Symbol 399 GraphicUsed by:401
Symbol 400 GraphicUsed by:401
Symbol 401 MovieClipUses:399 400Used by:405
Symbol 402 GraphicUses:390Used by:405
Symbol 403 GraphicUses:390Used by:405
Symbol 404 GraphicUses:390Used by:405
Symbol 405 MovieClipUses:391 392 393 394 395 397 398 401 402 403 404Used by:Timeline
Symbol 406 EditableTextUses:16Used by:Timeline
Symbol 407 TextUses:16Used by:Timeline
Symbol 408 EditableTextUses:16Used by:Timeline
Symbol 409 EditableTextUses:16Used by:Timeline
Symbol 410 TextUses:16Used by:Timeline
Symbol 411 TextUses:16Used by:Timeline
Symbol 412 TextUses:16Used by:Timeline
Symbol 413 ButtonUses:25 26Used by:422  Timeline
Symbol 414 EditableTextUses:16Used by:Timeline
Symbol 415 GraphicUsed by:Timeline
Symbol 416 GraphicUsed by:422
Symbol 417 TextUses:77Used by:422
Symbol 418 ButtonUses:25 26Used by:422
Symbol 419 ButtonUses:25 26Used by:422
Symbol 420 ButtonUses:25 26Used by:422
Symbol 421 ButtonUses:25 26Used by:422
Symbol 422 MovieClipUses:416 417 418 419 420 421 413Used by:Timeline
Symbol 423 EditableTextUses:77Used by:Timeline
Symbol 424 TextUses:77Used by:Timeline
Symbol 425 TextUses:77Used by:Timeline
Symbol 426 BitmapUsed by:427
Symbol 427 GraphicUses:426Used by:428
Symbol 428 MovieClipUses:427Used by:Timeline
Symbol 429 ButtonUses:25 26Used by:Timeline
Symbol 430 ButtonUses:25 26Used by:Timeline
Symbol 431 ButtonUses:25 26Used by:Timeline
Symbol 432 ButtonUses:25 26Used by:Timeline
Symbol 433 BitmapUsed by:434
Symbol 434 GraphicUses:433Used by:Timeline
Symbol 435 ButtonUses:25 26Used by:Timeline
Symbol 436 ButtonUses:25 26Used by:Timeline
Symbol 437 ButtonUses:25 26Used by:Timeline
Symbol 438 ButtonUses:25 26Used by:Timeline
Symbol 439 ButtonUses:25 26Used by:Timeline
Symbol 440 BitmapUsed by:441
Symbol 441 GraphicUses:440Used by:Timeline
Symbol 442 ButtonUses:25 26Used by:Timeline
Symbol 443 ButtonUses:25 26Used by:Timeline
Symbol 444 ButtonUses:25 26Used by:Timeline
Symbol 445 ButtonUses:25 26Used by:Timeline
Symbol 446 ButtonUses:25 26Used by:Timeline
Symbol 447 GraphicUsed by:Timeline
Symbol 448 TextUses:77Used by:Timeline
Symbol 449 TextUses:77Used by:Timeline
Symbol 450 TextUses:77Used by:Timeline

Instance Names

"l_sidesaver"Frame 224Symbol 126 MovieClip
"r_sidesaver"Frame 224Symbol 126 MovieClip
"saver1"Frame 224Symbol 132 MovieClip
"l_sidesaver2"Frame 224Symbol 126 MovieClip
"r_sidesaver2"Frame 224Symbol 126 MovieClip
"saver2"Frame 224Symbol 132 MovieClip
"l_sidesaver3"Frame 224Symbol 126 MovieClip
"r_sidesaver3"Frame 224Symbol 126 MovieClip
"saver3"Frame 224Symbol 132 MovieClip
"dwarfbuttons"Frame 224Symbol 151 MovieClip
"goldmine"Frame 224Symbol 198 MovieClip
"ogre"Frame 224Symbol 255 MovieClip
"pinball"Frame 224Symbol 308 MovieClip
"pinball"Frame 253Symbol 308 MovieClip
"king"Frame 291Symbol 369 MovieClip
"pinball"Frame 291Symbol 308 MovieClip
"snakehead"Symbol 44 MovieClip Frame 1Symbol 14 MovieClip
"ss"Symbol 285 MovieClip Frame 1Symbol 271 MovieClip
"aa"Symbol 285 MovieClip Frame 1Symbol 274 MovieClip
"vv"Symbol 285 MovieClip Frame 1Symbol 277 MovieClip
"ee"Symbol 285 MovieClip Frame 1Symbol 280 MovieClip
"rr"Symbol 285 MovieClip Frame 1Symbol 283 MovieClip
"elf2"Symbol 306 MovieClip Frame 1Symbol 304 MovieClip
"elf1"Symbol 306 MovieClip Frame 1Symbol 304 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"loadthevars"Frame 2
"pinballmenu"Frame 3
"letsplay"Frame 224
"pinballgame"Frame 249
"bonusstage"Frame 253
"blankout"Frame 275
"bossstage"Frame 291
"dropped"Frame 325
"stillhere"Frame 419
"ohno"Frame 432
"goagain"Frame 441
"tutorialtime"Frame 459
"dwarf"Frame 470
"elves"Frame 472
"ogre"Frame 474
"controls"Frame 476
"disappear"Symbol 10 MovieClip Frame 65
"nothing"Symbol 10 MovieClip Frame 83
"disappear"Symbol 12 MovieClip Frame 65
"nothing"Symbol 12 MovieClip Frame 83
"burit"Symbol 178 MovieClip Frame 61
"hitit"Symbol 255 MovieClip Frame 9
"pushup"Symbol 296 MovieClip Frame 115
"randomer"Symbol 369 MovieClip Frame 42
"act1"Symbol 369 MovieClip Frame 45
"act2"Symbol 369 MovieClip Frame 121
"act3"Symbol 369 MovieClip Frame 191
"loser"Symbol 369 MovieClip Frame 301

Dynamic Text Variables

vwormscoreSymbol 18 EditableText"Score: "
loadedpercentSymbol 29 EditableText"100 "
totalbytesSymbol 31 EditableText"100 "
whatmenuSymbol 65 EditableText"PLAY!"
_root.bonusmSymbol 263 EditableText"5"
_root.scoreSymbol 311 EditableText"00000000"
_root.ballsleftSymbol 313 EditableText"9"
_root.ballsleftSymbol 378 EditableText"555"
_root.playernameSymbol 397 EditableText"Type name"
_root.scoreSymbol 406 EditableText"555"
_root.bonusmSymbol 408 EditableText"x"
_root.totalscoreSymbol 409 EditableText"555"
_root.ballsleftSymbol 414 EditableText"555"
_root.vitaliSymbol 423 EditableText""




http://swfchan.com/7/30795/info.shtml
Created: 19/5 -2019 03:55:16 Last modified: 19/5 -2019 03:55:16 Server time: 09/05 -2024 09:04:56