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

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

Super Tramp.swf

This is the info page for
Flash #12660

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


Text
loading

play

play

WWW.LOSTSOLUTION.NET

fat people are harder to kidnap!

-PUZZ-

LEVEL EDITOR!

HELP

HELP

CREDITS

CREDITS

more
games

more
games

help

bounce is a simple puzzle
game, all you have to do
is collect all the stars
by avoiding bombs, mines
and spikes!

SUPER-TRAMP

by puzz and bakerrr

lostsolution.net

Armorgames.com

MENU

MENU

practice

get used to the
gameplay

collect all
stars to complete
the level!

level

avoid mines, bombs
and spikes!

/50

jd

5

no level 50

the makers of the game
were to lazy!

JOIN THE LOSTSOLUTION
FORUMS FOR GREAT FUN
AND SPECIAL STUFF SUCH
AS ENDLESS SPAm FIGHTS!

click and drag

BACKGROUND

>>

<<

and toast

BOUNCE

Created by
Bakerrr
&
Puzz

original concept
art, animation
by
bakerrr
Coding
additional  art
and  menu design
by
-puzz-
we would  both
like to thank
www.armorgames.com
for the sponsorship
and
all the staff at
www.lostsolution.net
and
GABE THE PIRATE!
ARRRRRRRRRRR
for level designing!

ActionScript [AS1/AS2]

Frame 1
stop(); var typ = 1;
Frame 2
stopAllSounds(); Sound1 = new Sound(this); Sound1.attachSound("menu_s"); Sound1.start(0, 99);
Frame 3
stop(); var star = 0; var level = 1; pressed = false; stopAllSounds(); Sound2 = new Sound(this); Sound2.attachSound("vic_s"); Sound2.start(0, 99999);
Frame 4
var dead = 0; dep = 0; var star_no = 9; stopAllSounds(); Sound3 = new Sound(this); Sound3.attachSound("3_s"); Sound3.start(0, 99999);
Instance of Symbol 133 MovieClip "tramp" in Frame 4
onClipEvent (enterFrame) { if (_root.star == 9) { _root.gotoAndStop("select"); } }
Instance of Symbol 136 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 187 MovieClip in Frame 4
onClipEvent (load) { ySpeed2 = 0; gravity2 = 0.5; bounce = 1; ground = 513; } onClipEvent (enterFrame) { if (this._x < -52) { this._x = 551; } if (this._x > 551) { this._x = -52; } if (_y < ground) { ySpeed2 = ySpeed2 + gravity2; } else if (ySpeed2 > (gravity2 * 5)) { _y = ground; ySpeed2 = ySpeed2 * (-bounce); } else if (_y == ground) { root.bump = root.bump + 1; } else { ySpeed2 = 0; _y = ground; } _y = (_y + ySpeed2); }
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 4
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Instance of Symbol 189 MovieClip in Frame 4
onClipEvent (load) { X = this._x; Y = this._y; } onClipEvent (enterFrame) { Xm = _root.ball._x; Ym = _root.ball._y; Xdiff = Xm - X; Ydiff = Ym - Y; radAngle = Math.atan2(Ydiff, Xdiff); this._rotation = (radAngle * 360) / (Math.PI*2); updateAfterEvent(); }
Frame 5
star = 0; stopAllSounds(); Sound2 = new Sound(this); Sound2.attachSound("vic_s"); Sound2.start(0, 99999);
Frame 6
stopAllSounds(); Sound3 = new Sound(this); Sound3.attachSound("3_s"); Sound3.start(0, 99999);
Instance of Symbol 133 MovieClip "tramp" in Frame 6
onClipEvent (enterFrame) { if (_root.star == 23) { _root.level++; _root.ball.nextFrame(); _root.gotoAndStop("select"); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 201 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 189 MovieClip in Frame 6
onClipEvent (load) { X = this._x; Y = this._y; } onClipEvent (enterFrame) { Xm = _root.ball._x; Ym = _root.ball._y; Xdiff = Xm - X; Ydiff = Ym - Y; radAngle = Math.atan2(Ydiff, Xdiff); this._rotation = (radAngle * 360) / (Math.PI*2); updateAfterEvent(); }
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 6
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Frame 7
stopAllSounds(); Sound3 = new Sound(this); Sound3.attachSound("3_s"); Sound3.start(0, 99999);
Instance of Symbol 133 MovieClip "tramp" in Frame 7
onClipEvent (enterFrame) { if (_root.star == 13) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 201 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 8
stopAllSounds(); Sound3 = new Sound(this); Sound3.attachSound("3_s"); Sound3.start(0, 99999);
Instance of Symbol 133 MovieClip "tramp" in Frame 8
onClipEvent (enterFrame) { if (_root.star == 10) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 206 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 201 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 9
stopAllSounds(); Sound3 = new Sound(this); Sound3.attachSound("3_s"); Sound3.start(0, 99999);
Instance of Symbol 133 MovieClip "tramp" in Frame 9
onClipEvent (enterFrame) { if (_root.star == 1) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 136 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 9
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 10
stopAllSounds(); Sound3 = new Sound(this); Sound3.attachSound("3_s"); Sound3.start(0, 99999);
Instance of Symbol 133 MovieClip "tramp" in Frame 10
onClipEvent (enterFrame) { if (_root.star == 9) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 201 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip "mine" in Frame 10
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 11
stopAllSounds(); Sound3 = new Sound(this); Sound3.attachSound("3_s"); Sound3.start(0, 99999);
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 11
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Instance of Symbol 206 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 12
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 207 MovieClip "tramp" in Frame 12
onClipEvent (enterFrame) { if (_root.star == 24) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 187 MovieClip in Frame 12
onClipEvent (load) { ySpeed2 = 0; gravity2 = 0.5; bounce = 1; ground = 513; } onClipEvent (enterFrame) { if (this._x < -52) { this._x = 551; } if (this._x > 551) { this._x = -52; } if (_y < ground) { ySpeed2 = ySpeed2 + gravity2; } else if (ySpeed2 > (gravity2 * 5)) { _y = ground; ySpeed2 = ySpeed2 * (-bounce); } else if (_y == ground) { root.bump = root.bump + 1; } else { ySpeed2 = 0; _y = ground; } _y = (_y + ySpeed2); } onClipEvent (enterFrame) { if (this.bomb.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 13
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 207 MovieClip "tramp" in Frame 13
onClipEvent (enterFrame) { if (_root.star == 8) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 219 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 220 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 219 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Frame 14
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 207 MovieClip "tramp" in Frame 14
onClipEvent (enterFrame) { if (_root.star == 48) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 206 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 201 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 187 MovieClip in Frame 14
onClipEvent (load) { ySpeed2 = 0; gravity2 = 0.5; bounce = 1; ground = 513; } onClipEvent (enterFrame) { if (this._x < -52) { this._x = 551; } if (this._x > 551) { this._x = -52; } if (_y < ground) { ySpeed2 = ySpeed2 + gravity2; } else if (ySpeed2 > (gravity2 * 5)) { _y = ground; ySpeed2 = ySpeed2 * (-bounce); } else if (_y == ground) { root.bump = root.bump + 1; } else { ySpeed2 = 0; _y = ground; } _y = (_y + ySpeed2); } onClipEvent (enterFrame) { if (this.bomb.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 15
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 207 MovieClip "tramp" in Frame 15
onClipEvent (enterFrame) { if (_root.star == 17) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 201 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 16
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 207 MovieClip "tramp" in Frame 16
onClipEvent (enterFrame) { if (_root.star == 60) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 201 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 17
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 207 MovieClip "tramp" in Frame 17
onClipEvent (enterFrame) { if (_root.star == 12) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 17
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Instance of Symbol 136 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 206 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 201 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 18
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 207 MovieClip "tramp" in Frame 18
onClipEvent (enterFrame) { if (_root.star == 8) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 187 MovieClip in Frame 18
onClipEvent (load) { ySpeed2 = 0; gravity2 = 0.5; bounce = 1; ground = 513; } onClipEvent (enterFrame) { if (this._x < -52) { this._x = 551; } if (this._x > 551) { this._x = -52; } if (_y < ground) { ySpeed2 = ySpeed2 + gravity2; } else if (ySpeed2 > (gravity2 * 5)) { _y = ground; ySpeed2 = ySpeed2 * (-bounce); } else if (_y == ground) { root.bump = root.bump + 1; } else { ySpeed2 = 0; _y = ground; } _y = (_y + ySpeed2); } onClipEvent (enterFrame) { if (this.bomb.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 201 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 19
stopAllSounds(); Sound5 = new Sound(this); Sound5.attachSound("5_s"); Sound5.start();
Instance of Symbol 221 MovieClip "tramp" in Frame 19
onClipEvent (enterFrame) { if (_root.star == 6) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 206 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 20
stopAllSounds(); Sound5 = new Sound(this); Sound5.attachSound("5_s"); Sound5.start(0, 99999);
Instance of Symbol 221 MovieClip "tramp" in Frame 20
onClipEvent (enterFrame) { if (_root.star == 28) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 201 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 21
stopAllSounds(); Sound5 = new Sound(this); Sound5.attachSound("5_s"); Sound5.start(0, 99999);
Instance of Symbol 221 MovieClip "tramp" in Frame 21
onClipEvent (enterFrame) { if (_root.star == 9) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 201 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 187 MovieClip in Frame 21
onClipEvent (load) { ySpeed2 = 0; gravity2 = 0.5; bounce = 1; ground = 513; } onClipEvent (enterFrame) { if (this._x < -52) { this._x = 551; } if (this._x > 551) { this._x = -52; } if (_y < ground) { ySpeed2 = ySpeed2 + gravity2; } else if (ySpeed2 > (gravity2 * 5)) { _y = ground; ySpeed2 = ySpeed2 * (-bounce); } else if (_y == ground) { root.bump = root.bump + 1; } else { ySpeed2 = 0; _y = ground; } _y = (_y + ySpeed2); } onClipEvent (enterFrame) { if (this.bomb.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 22
stopAllSounds(); Sound5 = new Sound(this); Sound5.attachSound("5_s"); Sound5.start(0, 99999);
Instance of Symbol 221 MovieClip "tramp" in Frame 22
onClipEvent (enterFrame) { if (_root.star == 14) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 201 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 187 MovieClip in Frame 22
onClipEvent (load) { ySpeed2 = 0; gravity2 = 0.5; bounce = 1; ground = 513; } onClipEvent (enterFrame) { if (this._x < -52) { this._x = 551; } if (this._x > 551) { this._x = -52; } if (_y < ground) { ySpeed2 = ySpeed2 + gravity2; } else if (ySpeed2 > (gravity2 * 5)) { _y = ground; ySpeed2 = ySpeed2 * (-bounce); } else if (_y == ground) { root.bump = root.bump + 1; } else { ySpeed2 = 0; _y = ground; } _y = (_y + ySpeed2); } onClipEvent (enterFrame) { if (this.bomb.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 206 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 23
stopAllSounds(); Sound5 = new Sound(this); Sound5.attachSound("5_s"); Sound5.start(0, 99999);
Instance of Symbol 221 MovieClip "tramp" in Frame 23
onClipEvent (enterFrame) { if (_root.star == 16) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 136 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 206 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 24
stopAllSounds(); Sound5 = new Sound(this); Sound5.attachSound("5_s"); Sound5.start(0, 99999);
Instance of Symbol 221 MovieClip "tramp" in Frame 24
onClipEvent (enterFrame) { if (_root.star == 11) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 222 MovieClip in Frame 24
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 24
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Frame 25
stopAllSounds(); Sound5 = new Sound(this); Sound5.attachSound("5_s"); Sound5.start(0, 99999);
Instance of Symbol 221 MovieClip "tramp" in Frame 25
onClipEvent (enterFrame) { if (_root.star == 34) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 187 MovieClip in Frame 25
onClipEvent (load) { ySpeed2 = 0; gravity2 = 0.5; bounce = 1; ground = 513; } onClipEvent (enterFrame) { if (this._x < -52) { this._x = 551; } if (this._x > 551) { this._x = -52; } if (_y < ground) { ySpeed2 = ySpeed2 + gravity2; } else if (ySpeed2 > (gravity2 * 5)) { _y = ground; ySpeed2 = ySpeed2 * (-bounce); } else if (_y == ground) { root.bump = root.bump + 1; } else { ySpeed2 = 0; _y = ground; } _y = (_y + ySpeed2); } onClipEvent (enterFrame) { if (this.bomb.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 187 MovieClip in Frame 25
onClipEvent (load) { ySpeed2 = 0; gravity2 = 0.5; bounce = 1; ground = 513; } onClipEvent (enterFrame) { if (this._x < -52) { this._x = 551; } if (this._x > 551) { this._x = -52; } if (_y < ground) { ySpeed2 = ySpeed2 + gravity2; } else if (ySpeed2 > (gravity2 * 5)) { _y = ground; ySpeed2 = ySpeed2 * (-bounce); } else if (_y == ground) { root.bump = root.bump + 1; } else { ySpeed2 = 0; _y = ground; } _y = (_y + ySpeed2); } onClipEvent (enterFrame) { if (this.bomb.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 26
stopAllSounds(); Sound6 = new Sound(this); Sound6.attachSound("6_s"); Sound6.start(0, 99999);
Instance of Symbol 223 MovieClip "tramp" in Frame 26
onClipEvent (enterFrame) { if (_root.star == 22) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 222 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Frame 27
stopAllSounds(); Sound6 = new Sound(this); Sound6.attachSound("6_s"); Sound6.start(0, 99999);
Instance of Symbol 223 MovieClip "tramp" in Frame 27
onClipEvent (enterFrame) { if (_root.star == 20) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 206 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 28
stopAllSounds(); Sound6 = new Sound(this); Sound6.attachSound("6_s"); Sound6.start(0, 99999);
Instance of Symbol 223 MovieClip "tramp" in Frame 28
onClipEvent (enterFrame) { if (_root.star == 12) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 206 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 29
stopAllSounds(); Sound6 = new Sound(this); Sound6.attachSound("6_s"); Sound6.start(0, 99999);
Instance of Symbol 223 MovieClip "tramp" in Frame 29
onClipEvent (enterFrame) { if (_root.star == 23) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 201 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 30
stopAllSounds(); Sound6 = new Sound(this); Sound6.attachSound("6_s"); Sound6.start(0, 99999);
Instance of Symbol 223 MovieClip "tramp" in Frame 30
onClipEvent (enterFrame) { if (_root.star == 8) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 30
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Instance of Symbol 219 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 220 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 219 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 219 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 220 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Frame 31
stopAllSounds(); Sound6 = new Sound(this); Sound6.attachSound("6_s"); Sound6.start(0, 99999);
Instance of Symbol 223 MovieClip "tramp" in Frame 31
onClipEvent (enterFrame) { if (_root.star == 26) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 222 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 222 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 222 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 222 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 222 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Frame 32
stopAllSounds(); Sound6 = new Sound(this); Sound6.attachSound("6_s"); Sound6.start(0, 99999);
Instance of Symbol 223 MovieClip "tramp" in Frame 32
onClipEvent (enterFrame) { if (_root.star == 16) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 220 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Frame 33
stopAllSounds(); Sound3 = new Sound(this); Sound3.attachSound("3_s"); Sound3.start();
Instance of Symbol 133 MovieClip "tramp" in Frame 33
onClipEvent (enterFrame) { if (_root.star == 23) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 201 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 34
stopAllSounds(); Sound3 = new Sound(this); Sound3.attachSound("3_s"); Sound3.start(0, 99999);
Instance of Symbol 133 MovieClip "tramp" in Frame 34
onClipEvent (enterFrame) { if (_root.star == 7) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 201 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 34
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Frame 35
stopAllSounds(); Sound3 = new Sound(this); Sound3.attachSound("3_s"); Sound3.start(0, 99999);
Instance of Symbol 133 MovieClip "tramp" in Frame 35
onClipEvent (enterFrame) { if (_root.star == 5) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 35
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Frame 36
stopAllSounds(); Sound3 = new Sound(this); Sound3.attachSound("3_s"); Sound3.start(0, 99999);
Instance of Symbol 133 MovieClip "tramp" in Frame 36
onClipEvent (enterFrame) { if (_root.star == 14) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 187 MovieClip in Frame 36
onClipEvent (load) { ySpeed2 = 0; gravity2 = 0.5; bounce = 1; ground = 513; } onClipEvent (enterFrame) { if (this._x < -52) { this._x = 551; } if (this._x > 551) { this._x = -52; } if (_y < ground) { ySpeed2 = ySpeed2 + gravity2; } else if (ySpeed2 > (gravity2 * 5)) { _y = ground; ySpeed2 = ySpeed2 * (-bounce); } else if (_y == ground) { root.bump = root.bump + 1; } else { ySpeed2 = 0; _y = ground; } _y = (_y + ySpeed2); } onClipEvent (enterFrame) { if (this.bomb.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 187 MovieClip in Frame 36
onClipEvent (load) { ySpeed2 = 0; gravity2 = 0.5; bounce = 1; ground = 513; } onClipEvent (enterFrame) { if (this._x < -52) { this._x = 551; } if (this._x > 551) { this._x = -52; } if (_y < ground) { ySpeed2 = ySpeed2 + gravity2; } else if (ySpeed2 > (gravity2 * 5)) { _y = ground; ySpeed2 = ySpeed2 * (-bounce); } else if (_y == ground) { root.bump = root.bump + 1; } else { ySpeed2 = 0; _y = ground; } _y = (_y + ySpeed2); } onClipEvent (enterFrame) { if (this.bomb.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 187 MovieClip in Frame 36
onClipEvent (load) { ySpeed2 = 0; gravity2 = 0.5; bounce = 1; ground = 513; } onClipEvent (enterFrame) { if (this._x < -52) { this._x = 551; } if (this._x > 551) { this._x = -52; } if (_y < ground) { ySpeed2 = ySpeed2 + gravity2; } else if (ySpeed2 > (gravity2 * 5)) { _y = ground; ySpeed2 = ySpeed2 * (-bounce); } else if (_y == ground) { root.bump = root.bump + 1; } else { ySpeed2 = 0; _y = ground; } _y = (_y + ySpeed2); } onClipEvent (enterFrame) { if (this.bomb.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 37
stopAllSounds(); Sound3 = new Sound(this); Sound3.attachSound("3_s"); Sound3.start(0, 99999);
Instance of Symbol 133 MovieClip "tramp" in Frame 37
onClipEvent (enterFrame) { if (_root.star == 28) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 226 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } this._rotation++; }
Instance of Symbol 136 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 38
stopAllSounds(); Sound3 = new Sound(this); Sound3.attachSound("3_s"); Sound3.start(0, 99999);
Instance of Symbol 133 MovieClip "tramp" in Frame 38
onClipEvent (enterFrame) { if (_root.star == 59) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 201 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 38
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 39
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 207 MovieClip "tramp" in Frame 39
onClipEvent (enterFrame) { if (_root.star == 6) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 39
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Instance of Symbol 206 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 40
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 207 MovieClip "tramp" in Frame 40
onClipEvent (enterFrame) { if (_root.star == 100) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 40
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 41
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 207 MovieClip "tramp" in Frame 41
onClipEvent (enterFrame) { if (_root.star == 10) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 227 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } this._rotation = this._rotation + 3; }
Instance of Symbol 227 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } this._rotation = this._rotation + 3; }
Frame 42
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 207 MovieClip "tramp" in Frame 42
onClipEvent (enterFrame) { if (_root.star == 26) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 201 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 42
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 43
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 207 MovieClip "tramp" in Frame 43
onClipEvent (enterFrame) { if (_root.star == 9) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 43
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Frame 44
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 207 MovieClip "tramp" in Frame 44
onClipEvent (enterFrame) { if (_root.star == 14) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 220 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 222 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 220 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Frame 45
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 207 MovieClip "tramp" in Frame 45
onClipEvent (enterFrame) { if (_root.star == 62) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 201 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 45
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 46
stopAllSounds(); Sound5 = new Sound(this); Sound5.attachSound("5_s"); Sound5.start(0, 99999);
Instance of Symbol 221 MovieClip "tramp" in Frame 46
onClipEvent (enterFrame) { if (_root.star == 21) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 187 MovieClip in Frame 46
onClipEvent (load) { ySpeed2 = 0; gravity2 = 0.5; bounce = 1; ground = 513; } onClipEvent (enterFrame) { if (this._x < -52) { this._x = 551; } if (this._x > 551) { this._x = -52; } if (_y < ground) { ySpeed2 = ySpeed2 + gravity2; } else if (ySpeed2 > (gravity2 * 5)) { _y = ground; ySpeed2 = ySpeed2 * (-bounce); } else if (_y == ground) { root.bump = root.bump + 1; } else { ySpeed2 = 0; _y = ground; } _y = (_y + ySpeed2); } onClipEvent (enterFrame) { if (this.bomb.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 187 MovieClip in Frame 46
onClipEvent (load) { ySpeed2 = 0; gravity2 = 0.5; bounce = 1; ground = 513; } onClipEvent (enterFrame) { if (this._x < -52) { this._x = 551; } if (this._x > 551) { this._x = -52; } if (_y < ground) { ySpeed2 = ySpeed2 + gravity2; } else if (ySpeed2 > (gravity2 * 5)) { _y = ground; ySpeed2 = ySpeed2 * (-bounce); } else if (_y == ground) { root.bump = root.bump + 1; } else { ySpeed2 = 0; _y = ground; } _y = (_y + ySpeed2); } onClipEvent (enterFrame) { if (this.bomb.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 47
stopAllSounds(); Sound5 = new Sound(this); Sound5.attachSound("5_s"); Sound5.start(0, 99999);
Instance of Symbol 221 MovieClip "tramp" in Frame 47
onClipEvent (enterFrame) { if (_root.star == 30) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 222 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 222 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.poop.poopy.hitTest(_root.ball)) { _root.ball.nextFrame(); this.poop.nextFrame(); } }
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 47
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Instance of Symbol 136 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Frame 48
stopAllSounds(); Sound5 = new Sound(this); Sound5.attachSound("5_s"); Sound5.start(0, 99999);
Instance of Symbol 221 MovieClip "tramp" in Frame 48
onClipEvent (enterFrame) { if (_root.star == 2) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 49
stopAllSounds(); Sound5 = new Sound(this); Sound5.attachSound("5_s"); Sound5.start(0, 99999);
Instance of Symbol 221 MovieClip "tramp" in Frame 49
onClipEvent (enterFrame) { if (_root.star == 5) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 49
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Instance of Symbol 15 MovieClip [bally] "ball2" in Frame 49
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Instance of Symbol 201 MovieClip in Frame 49
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball) || (this.mine.hitTest(_root.ball2))) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 136 MovieClip in Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb) || (this.hitTest(_root.ball2.bb))) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb) || (this.hitTest(_root.ball2.bb))) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb) || (this.hitTest(_root.ball2.bb))) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb) || (this.hitTest(_root.ball2.bb))) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb) || (this.hitTest(_root.ball2.bb))) { this.play(); } }
Frame 50
stopAllSounds(); Sound5 = new Sound(this); Sound5.attachSound("5_s"); Sound5.start(0, 99999);
Instance of Symbol 221 MovieClip "tramp" in Frame 50
onClipEvent (enterFrame) { if (_root.star == 48) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 206 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 50
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 51
stopAllSounds(); Sound5 = new Sound(this); Sound5.attachSound("5_s"); Sound5.start(0, 99999);
Instance of Symbol 221 MovieClip "tramp" in Frame 51
onClipEvent (enterFrame) { if (_root.star == 24) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 201 MovieClip in Frame 51
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 51
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 51
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 51
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 52
stopAllSounds(); Sound5 = new Sound(this); Sound5.attachSound("5_s"); Sound5.start(0, 99999);
Instance of Symbol 221 MovieClip "tramp" in Frame 52
onClipEvent (enterFrame) { if (_root.star == 28) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 228 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } this._rotation++; }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 228 MovieClip in Frame 52
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } this._rotation++; }
Frame 53
stopAllSounds(); Sound6 = new Sound(this); Sound6.attachSound("6_s"); Sound6.start(0, 99999);
Instance of Symbol 223 MovieClip "tramp" in Frame 53
onClipEvent (enterFrame) { if (_root.star == 20) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 187 MovieClip in Frame 53
onClipEvent (load) { ySpeed2 = 0; gravity2 = 0.5; bounce = 1; ground = 513; } onClipEvent (enterFrame) { if (this._x < -52) { this._x = 551; } if (this._x > 551) { this._x = -52; } if (_y < ground) { ySpeed2 = ySpeed2 + gravity2; } else if (ySpeed2 > (gravity2 * 5)) { _y = ground; ySpeed2 = ySpeed2 * (-bounce); } else if (_y == ground) { root.bump = root.bump + 1; } else { ySpeed2 = 0; _y = ground; } _y = (_y + ySpeed2); } onClipEvent (enterFrame) { if (this.bomb.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 206 MovieClip in Frame 53
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 54
stopAllSounds(); Sound6 = new Sound(this); Sound6.attachSound("6_s"); Sound6.start(0, 99999);
Instance of Symbol 223 MovieClip "tramp" in Frame 54
onClipEvent (enterFrame) { if (_root.star == 45) { _root.level++; _root.gotoAndStop("select"); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 136 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 201 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Instance of Symbol 201 MovieClip in Frame 54
onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.ball.nextFrame(); this.nextFrame(); } }
Frame 55
stopAllSounds(); Sound2 = new Sound(this); Sound2.attachSound("vic_s"); Sound2.start(0, 99999);
Frame 56
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999); stop(); b = 1;
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 237 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.hitTest(_root.ball.bb)) { this.play(); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 257 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { trace("yay"); _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Instance of Symbol 248 MovieClip in Frame 56
on (press) { this.startDrag(true); } on (release) { this.stopDrag(); } onClipEvent (enterFrame) { if (this.mine.hitTest(_root.ball)) { _root.gotoAndStop("menu"); } }
Frame 57
stopAllSounds(); Sound4 = new Sound(this); Sound4.attachSound("4_s"); Sound4.start(0, 99999);
Instance of Symbol 15 MovieClip [bally] "ball" in Frame 57
onClipEvent (load) { rot_speed = 0; xxspeed = 0; ySpeed = 0; gravity = 1; bounce = 1; ground = 520; if (_root.typ == 1) { this.bb.gotoAndStop(1); } else if (_root.typ == 2) { this.bb.gotoAndStop(2); } } onClipEvent (enterFrame) { if (_root.ball._x < -52) { _root.ball._x = 551; } if (_root.ball._x > 551) { _root.ball._x = -52; } if (_y < ground) { ySpeed = ySpeed + gravity; } else if (ySpeed > (gravity * 5)) { _y = ground; ySpeed = ySpeed * (-bounce); } else { ySpeed = 0; _y = ground; } _y = (_y + ySpeed); } onClipEvent (enterFrame) { if (moving) { _root.ball._x = _root.ball._x + xxspeed; this._rotation = this._rotation + rot_speed; } if (Key.isDown(37)) { moving = true; xxspeed--; rot_speed--; } if (Key.isDown(39)) { moving = true; xxspeed++; rot_speed++; } else { xxspeed = xxspeed - 0; rot_speed = rot_speed - 0; } } onClipEvent (enterFrame) { if (xxspeed > 10) { xxspeed = xxspeed - 1; } if (xxspeed < -10) { xxspeed = xxspeed + 1; } if (rot_speed > 10) { rot_speed = rot_speed - 1; } if (rot_speed < -10) { rot_speed = rot_speed + 1; } }
Frame 58
stop();
Symbol 10 MovieClip [particle] Frame 1
ySpeed = -(5 + random(5)); xSpeed = -5 + random(10); this.onEnterFrame = function () { if (this._y > Stage.height) { ySpeed = (-ySpeed) + 2; xSpeed = xSpeed - _global.friction; } else { ySpeed = ySpeed + _global.mass; } if (((_yscale <= 0) || (_xscale <= 0)) || (_alpha <= 0)) { this.removeMovieClip(); } _alpha = (_alpha - 2); _yscale = (_yscale - 2); _xscale = (_xscale - 2); _y = (_y + ySpeed); _x = (_x + xSpeed); };
Symbol 14 MovieClip Frame 1
stop();
Symbol 15 MovieClip [bally] Frame 1
stop();
Symbol 28 Button
on (release) { play(); }
Symbol 42 MovieClip Frame 329
_parent.play();
Symbol 43 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop ("loaded"); }
Symbol 43 MovieClip Frame 2
gotoAndPlay (1);
Symbol 43 MovieClip Frame 26
stop();
Symbol 43 MovieClip Frame 30
_root.nextFrame();
Instance of Symbol 47 MovieClip in Symbol 50 MovieClip Frame 1
onClipEvent (enterFrame) { this._rotation = this._rotation + 1; }
Symbol 59 Button
on (release) { nextFrame(); }
Symbol 60 Button
on (release) { prevFrame(); }
Symbol 61 MovieClip Frame 1
stop(); _root.typ = 1;
Symbol 61 MovieClip Frame 2
_root.typ = 2;
Symbol 64 Button
on (press) { _root.gotoAndStop("edit"); }
Symbol 67 Button
on (press) { _root.gotoAndStop("start"); }
Symbol 70 Button
on (press) { _parent.nextFrame(); }
Symbol 73 Button
on (press) { _root.gotoAndPlay("credits"); }
Symbol 76 Button
on (press) { _root.getURL("http://armorgames.com", "_blank"); }
Symbol 84 MovieClip Frame 1
stop();
Symbol 90 Button
on (press) { getURL ("http://lostsolution.net", "_blank"); }
Symbol 92 Button
on (press) { getURL ("http://armorgames.com", "_blank"); }
Symbol 95 Button
on (press) { _root.gotoAndStop("menu"); }
Symbol 100 Button
on (release) { _root.nextFrame(); }
Symbol 116 MovieClip Frame 1
stop();
Symbol 133 MovieClip Frame 1
stop();
Instance of Symbol 116 MovieClip in Symbol 133 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Symbol 136 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 2
_root.star = _root.star + 1;
Symbol 136 MovieClip Frame 12
stop();
Symbol 184 MovieClip Frame 17
stop(); _root.gotoAndStop("select");
Symbol 187 MovieClip Frame 1
stop();
Symbol 193 Button
on (release) { _root.gotoAndStop("level" + level); }
Symbol 201 MovieClip Frame 1
stop();
Symbol 201 MovieClip Frame 2
stop();
Symbol 206 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 1
stop();
Instance of Symbol 116 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 116 MovieClip in Symbol 207 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.bump = _root.bump + 1; } }
Symbol 218 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 1
stop();
Instance of Symbol 116 MovieClip in Symbol 221 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Instance of Symbol 116 MovieClip in Symbol 221 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { _root.bump = _root.bump + 1; } }
Instance of Symbol 116 MovieClip in Symbol 223 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.ball)) { this.play(); } }
Symbol 226 MovieClip Frame 1
stop();
Symbol 226 MovieClip Frame 2
stop();
Symbol 227 MovieClip Frame 1
stop();
Symbol 227 MovieClip Frame 2
stop();
Symbol 228 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 2
stop();
Symbol 232 Button
on (press) { getURL ("http://lostsolution.net/forum/profile.php?mode=register&sid=00b64fcc31a5a81a1940aec0dd909331", "_blank"); }
Symbol 237 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 2
_root.star = _root.star + 1;
Symbol 237 MovieClip Frame 12
stop();
Symbol 245 MovieClip Frame 17
stop(); _root.gotoAndStop("menu");
Symbol 248 MovieClip Frame 1
stop();
Symbol 252 Button
on (press) { _root.tramp.nextFrame(); }
Symbol 254 Button
on (press) { _root.tramp.prevFrame(); }
Symbol 255 Button
on (press) { _root.gotoAndStop("menu"); }
Symbol 256 Button
on (press) { nextFrame(); }
Symbol 257 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 2
stop();
Symbol 264 MovieClip Frame 1130
_root.gotoAndStop("menu");

Library Items

Symbol 1 Sound [vic_s]
Symbol 2 Sound [menu_s]
Symbol 3 Sound [6_s]
Symbol 4 Sound [5_s]
Symbol 5 Sound [4_s]
Symbol 6 Sound [3_s]
Symbol 7 Sound [star_s]Used by:136
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:10 136 237
Symbol 10 MovieClip [particle]Uses:9
Symbol 11 GraphicUsed by:14
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:14 61
Symbol 14 MovieClipUses:11 13Used by:15
Symbol 15 MovieClip [bally]Uses:14Used by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:43
Symbol 19 GraphicUsed by:43
Symbol 20 GraphicUsed by:23 28 67 70 73 76 95 100 193
Symbol 21 GraphicUsed by:22 28 67 70 73 76 95 100 193
Symbol 22 MovieClipUses:21Used by:23 84 88  Timeline
Symbol 23 MovieClipUses:20 22Used by:28 43 67 70 73 76 95 100 193
Symbol 24 FontUsed by:25 26 27 39 40 62 68 69 71 72 74 75 82 83 86 87 89 91 93 94 97 98 99 191 192 194 195 196 203 229 230 231 249 250 251 253 259 262 263
Symbol 25 TextUses:24Used by:43
Symbol 26 TextUses:24Used by:28 67 100 193 256
Symbol 27 TextUses:24Used by:28 67 100 193
Symbol 28 ButtonUses:23 26 27 20 21Used by:29 43
Symbol 29 MovieClipUses:28Used by:43
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:43
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:36
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:36
Symbol 36 MovieClipUses:33 35Used by:42
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:37Used by:41
Symbol 39 TextUses:24Used by:41
Symbol 40 TextUses:24Used by:41
Symbol 41 MovieClipUses:38 39 40Used by:42
Symbol 42 MovieClipUses:36 41Used by:43
Symbol 43 MovieClipUses:18 19 23 25 28 29 31 42Used by:Timeline
Symbol 44 MovieClipUsed by:Timeline
Symbol 45 GraphicUsed by:50
Symbol 46 GraphicUsed by:47
Symbol 47 MovieClipUses:46Used by:50
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:48Used by:50
Symbol 50 MovieClipUses:45 47 49Used by:Timeline
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:Timeline
Symbol 53 FontUsed by:54 261 262 263
Symbol 54 TextUses:53Used by:Timeline
Symbol 55 GraphicUsed by:84
Symbol 56 GraphicUsed by:61
Symbol 57 GraphicUsed by:58 59 60
Symbol 58 MovieClipUses:57Used by:59 60
Symbol 59 ButtonUses:58 57Used by:61
Symbol 60 ButtonUses:58 57Used by:61
Symbol 61 MovieClipUses:56 59 60 13Used by:84
Symbol 62 TextUses:24Used by:63 64
Symbol 63 MovieClipUses:62Used by:64
Symbol 64 ButtonUses:63 62Used by:84
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:80
Symbol 67 ButtonUses:23 26 27 20 21Used by:80 84
Symbol 68 TextUses:24Used by:70
Symbol 69 TextUses:24Used by:70
Symbol 70 ButtonUses:23 68 69 20 21Used by:80
Symbol 71 TextUses:24Used by:73
Symbol 72 TextUses:24Used by:73
Symbol 73 ButtonUses:23 71 72 20 21Used by:80
Symbol 74 TextUses:24Used by:76
Symbol 75 TextUses:24Used by:76
Symbol 76 ButtonUses:23 74 75 20 21Used by:80  Timeline
Symbol 77 GraphicUsed by:80
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:80
Symbol 80 MovieClipUses:66 67 70 73 76 77 79Used by:84
Symbol 81 GraphicUsed by:84
Symbol 82 TextUses:24Used by:84
Symbol 83 TextUses:24Used by:84
Symbol 84 MovieClipUses:55 22 61 64 80 67 81 82 83Used by:Timeline
Symbol 85 GraphicUsed by:88
Symbol 86 TextUses:24Used by:88
Symbol 87 TextUses:24Used by:88
Symbol 88 MovieClipUses:85 22 86 87Used by:Timeline
Symbol 89 TextUses:24Used by:90
Symbol 90 ButtonUses:89Used by:Timeline
Symbol 91 TextUses:24Used by:92
Symbol 92 ButtonUses:91Used by:Timeline
Symbol 93 TextUses:24Used by:95 255
Symbol 94 TextUses:24Used by:95
Symbol 95 ButtonUses:23 93 94 20 21Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 TextUses:24Used by:Timeline
Symbol 98 TextUses:24Used by:Timeline
Symbol 99 TextUses:24Used by:Timeline
Symbol 100 ButtonUses:23 26 27 20 21Used by:Timeline
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:133
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103Used by:133 207 221
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:109
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:107Used by:109
Symbol 109 MovieClipUses:106 108Used by:133 207 221
Symbol 110 GraphicUsed by:116
Symbol 111 GraphicUsed by:116
Symbol 112 GraphicUsed by:116
Symbol 113 SoundUsed by:116
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114Used by:116
Symbol 116 MovieClipUses:110 111 112 113 115Used by:133 207 221 223
Symbol 117 GraphicUsed by:118
Symbol 118 MovieClipUses:117Used by:133 207
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:123
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:123
Symbol 123 MovieClipUses:120 122Used by:133 207 221
Symbol 124 GraphicUsed by:127
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125Used by:127
Symbol 127 MovieClipUses:124 126Used by:133 207 221 223
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:130
Symbol 130 MovieClipUses:129Used by:133 207 221 223
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:131Used by:133 207 221 223
Symbol 133 MovieClipUses:102 104 109 116 118 123 127 130 132Used by:Timeline
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:136 237
Symbol 136 MovieClipUses:9 135 7Used by:Timeline
Symbol 137 GraphicUsed by:187
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138Used by:187
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:140Used by:184 245
Symbol 142 GraphicUsed by:152
Symbol 143 GraphicUsed by:152
Symbol 144 GraphicUsed by:152
Symbol 145 GraphicUsed by:152
Symbol 146 GraphicUsed by:152
Symbol 147 GraphicUsed by:152
Symbol 148 GraphicUsed by:152
Symbol 149 GraphicUsed by:152
Symbol 150 GraphicUsed by:152
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:142 143 144 145 146 147 148 149 150 151Used by:184 245
Symbol 153 GraphicUsed by:184 245
Symbol 154 GraphicUsed by:165
Symbol 155 GraphicUsed by:165
Symbol 156 GraphicUsed by:165
Symbol 157 GraphicUsed by:165
Symbol 158 GraphicUsed by:165
Symbol 159 GraphicUsed by:165
Symbol 160 GraphicUsed by:165
Symbol 161 GraphicUsed by:165
Symbol 162 GraphicUsed by:165
Symbol 163 GraphicUsed by:165
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:154 155 156 157 158 159 160 161 162 163 164Used by:184 245
Symbol 166 SoundUsed by:184
Symbol 167 GraphicUsed by:184
Symbol 168 GraphicUsed by:184
Symbol 169 GraphicUsed by:184 245
Symbol 170 GraphicUsed by:184
Symbol 171 GraphicUsed by:184 245
Symbol 172 GraphicUsed by:184 245
Symbol 173 GraphicUsed by:184 245
Symbol 174 GraphicUsed by:184
Symbol 175 GraphicUsed by:184 245
Symbol 176 GraphicUsed by:184 245
Symbol 177 GraphicUsed by:184 245
Symbol 178 GraphicUsed by:184
Symbol 179 GraphicUsed by:184 245
Symbol 180 GraphicUsed by:184 245
Symbol 181 GraphicUsed by:184 245
Symbol 182 GraphicUsed by:184 245
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:141 152 153 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183Used by:185
Symbol 185 MovieClipUses:184Used by:186
Symbol 186 MovieClipUses:185Used by:187 201 206 218 226 227 228
Symbol 187 MovieClipUses:137 139 186Used by:Timeline
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:Timeline
Symbol 190 GraphicUsed by:Timeline
Symbol 191 TextUses:24Used by:Timeline
Symbol 192 TextUses:24Used by:Timeline
Symbol 193 ButtonUses:23 26 27 20 21Used by:Timeline
Symbol 194 EditableTextUses:24Used by:Timeline
Symbol 195 TextUses:24Used by:Timeline
Symbol 196 EditableTextUses:24Used by:Timeline
Symbol 197 GraphicUsed by:200
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:198Used by:200 225
Symbol 200 MovieClipUses:197 199Used by:201 217 257
Symbol 201 MovieClipUses:200 186Used by:206 248  Timeline
Symbol 202 GraphicUsed by:Timeline
Symbol 203 EditableTextUses:24Used by:Timeline
Symbol 204 GraphicUsed by:206 248
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:204 201 205 186Used by:Timeline
Symbol 207 MovieClipUses:118 104 109 116 123 127 130 132Used by:Timeline
Symbol 208 GraphicUsed by:215
Symbol 209 GraphicUsed by:210
Symbol 210 MovieClipUses:209Used by:215
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:211Used by:215
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:213Used by:215
Symbol 215 MovieClipUses:208 210 212 214Used by:216
Symbol 216 MovieClipUses:215Used by:217
Symbol 217 MovieClipUses:216 200Used by:218
Symbol 218 MovieClipUses:217 186Used by:219 220 222
Symbol 219 MovieClipUses:218Used by:Timeline
Symbol 220 MovieClipUses:218Used by:Timeline
Symbol 221 MovieClipUses:104 123 109 116 127 130 132Used by:Timeline
Symbol 222 MovieClipUses:218Used by:Timeline
Symbol 223 MovieClipUses:127 130 132 116Used by:Timeline
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClipUses:224 199Used by:226 227 228
Symbol 226 MovieClipUses:225 186Used by:Timeline
Symbol 227 MovieClipUses:225 186Used by:Timeline
Symbol 228 MovieClipUses:225 186Used by:Timeline
Symbol 229 TextUses:24Used by:Timeline
Symbol 230 TextUses:24Used by:Timeline
Symbol 231 TextUses:24Used by:232
Symbol 232 ButtonUses:231Used by:Timeline
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:233Used by:Timeline
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:235Used by:Timeline
Symbol 237 MovieClipUses:9 135Used by:Timeline
Symbol 238 GraphicUsed by:248
Symbol 239 GraphicUsed by:245
Symbol 240 GraphicUsed by:245
Symbol 241 GraphicUsed by:245
Symbol 242 GraphicUsed by:245
Symbol 243 GraphicUsed by:245
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:141 152 153 165 239 240 169 241 171 172 173 242 175 176 177 243 179 180 181 182 244Used by:246
Symbol 246 MovieClipUses:245Used by:247
Symbol 247 MovieClipUses:246Used by:248 257
Symbol 248 MovieClipUses:204 201 238 247Used by:Timeline
Symbol 249 TextUses:24Used by:Timeline
Symbol 250 TextUses:24Used by:Timeline
Symbol 251 TextUses:24Used by:252
Symbol 252 ButtonUses:251Used by:Timeline
Symbol 253 TextUses:24Used by:254
Symbol 254 ButtonUses:253Used by:Timeline
Symbol 255 ButtonUses:93Used by:Timeline
Symbol 256 ButtonUses:26Used by:Timeline
Symbol 257 MovieClipUses:200 247Used by:Timeline
Symbol 258 GraphicUsed by:264
Symbol 259 TextUses:24Used by:264
Symbol 260 GraphicUsed by:264
Symbol 261 TextUses:53Used by:264
Symbol 262 TextUses:24 53Used by:264
Symbol 263 TextUses:24 53Used by:264
Symbol 264 MovieClipUses:258 259 260 261 262 263Used by:Timeline

Instance Names

"tramp"Frame 4Symbol 133 MovieClip
"ball"Frame 4Symbol 15 MovieClip [bally]
"level"Frame 5Symbol 194 EditableText
"level"Frame 5Symbol 196 EditableText
"tramp"Frame 6Symbol 133 MovieClip
"ball"Frame 6Symbol 15 MovieClip [bally]
"level"Frame 6Symbol 203 EditableText
"tramp"Frame 7Symbol 133 MovieClip
"tramp"Frame 8Symbol 133 MovieClip
"tramp"Frame 9Symbol 133 MovieClip
"ball"Frame 9Symbol 15 MovieClip [bally]
"tramp"Frame 10Symbol 133 MovieClip
"mine"Frame 10Symbol 201 MovieClip
"ball"Frame 11Symbol 15 MovieClip [bally]
"tramp"Frame 12Symbol 207 MovieClip
"tramp"Frame 13Symbol 207 MovieClip
"tramp"Frame 14Symbol 207 MovieClip
"tramp"Frame 15Symbol 207 MovieClip
"tramp"Frame 16Symbol 207 MovieClip
"tramp"Frame 17Symbol 207 MovieClip
"ball"Frame 17Symbol 15 MovieClip [bally]
"tramp"Frame 18Symbol 207 MovieClip
"tramp"Frame 19Symbol 221 MovieClip
"tramp"Frame 20Symbol 221 MovieClip
"tramp"Frame 21Symbol 221 MovieClip
"tramp"Frame 22Symbol 221 MovieClip
"tramp"Frame 23Symbol 221 MovieClip
"tramp"Frame 24Symbol 221 MovieClip
"ball"Frame 24Symbol 15 MovieClip [bally]
"tramp"Frame 25Symbol 221 MovieClip
"tramp"Frame 26Symbol 223 MovieClip
"tramp"Frame 27Symbol 223 MovieClip
"tramp"Frame 28Symbol 223 MovieClip
"tramp"Frame 29Symbol 223 MovieClip
"tramp"Frame 30Symbol 223 MovieClip
"ball"Frame 30Symbol 15 MovieClip [bally]
"tramp"Frame 31Symbol 223 MovieClip
"tramp"Frame 32Symbol 223 MovieClip
"tramp"Frame 33Symbol 133 MovieClip
"tramp"Frame 34Symbol 133 MovieClip
"ball"Frame 34Symbol 15 MovieClip [bally]
"tramp"Frame 35Symbol 133 MovieClip
"ball"Frame 35Symbol 15 MovieClip [bally]
"tramp"Frame 36Symbol 133 MovieClip
"tramp"Frame 37Symbol 133 MovieClip
"tramp"Frame 38Symbol 133 MovieClip
"ball"Frame 38Symbol 15 MovieClip [bally]
"tramp"Frame 39Symbol 207 MovieClip
"ball"Frame 39Symbol 15 MovieClip [bally]
"tramp"Frame 40Symbol 207 MovieClip
"tramp"Frame 41Symbol 207 MovieClip
"tramp"Frame 42Symbol 207 MovieClip
"tramp"Frame 43Symbol 207 MovieClip
"ball"Frame 43Symbol 15 MovieClip [bally]
"tramp"Frame 44Symbol 207 MovieClip
"tramp"Frame 45Symbol 207 MovieClip
"ball"Frame 45Symbol 15 MovieClip [bally]
"tramp"Frame 46Symbol 221 MovieClip
"tramp"Frame 47Symbol 221 MovieClip
"ball"Frame 47Symbol 15 MovieClip [bally]
"tramp"Frame 48Symbol 221 MovieClip
"tramp"Frame 49Symbol 221 MovieClip
"ball"Frame 49Symbol 15 MovieClip [bally]
"ball2"Frame 49Symbol 15 MovieClip [bally]
"tramp"Frame 50Symbol 221 MovieClip
"tramp"Frame 51Symbol 221 MovieClip
"tramp"Frame 52Symbol 221 MovieClip
"tramp"Frame 53Symbol 223 MovieClip
"tramp"Frame 54Symbol 223 MovieClip
"tramp"Frame 56Symbol 133 MovieClip
"ball"Frame 57Symbol 15 MovieClip [bally]
"sstar"Symbol 10 MovieClip [particle] Frame 1Symbol 9 MovieClip
"bb"Symbol 15 MovieClip [bally] Frame 1Symbol 14 MovieClip
"bar"Symbol 43 MovieClip Frame 1Symbol 18 MovieClip
"stary"Symbol 136 MovieClip Frame 1Symbol 9 MovieClip
"bomb"Symbol 187 MovieClip Frame 1Symbol 139 MovieClip
"mine"Symbol 201 MovieClip Frame 1Symbol 200 MovieClip
"mine"Symbol 206 MovieClip Frame 1Symbol 201 MovieClip
"mine"Symbol 217 MovieClip Frame 1Symbol 200 MovieClip
"poopy"Symbol 218 MovieClip Frame 1Symbol 217 MovieClip
"poop"Symbol 219 MovieClip Frame 1Symbol 218 MovieClip
"poop"Symbol 220 MovieClip Frame 1Symbol 218 MovieClip
"poop"Symbol 222 MovieClip Frame 1Symbol 218 MovieClip
"mine"Symbol 226 MovieClip Frame 1Symbol 225 MovieClip
"mine"Symbol 227 MovieClip Frame 1Symbol 225 MovieClip
"mine"Symbol 228 MovieClip Frame 1Symbol 225 MovieClip
"stary"Symbol 237 MovieClip Frame 1Symbol 9 MovieClip
"mine"Symbol 248 MovieClip Frame 1Symbol 201 MovieClip
"mine"Symbol 257 MovieClip Frame 1Symbol 200 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "vic_s"
ExportAssets (56)Timeline Frame 1Symbol 2 as "menu_s"
ExportAssets (56)Timeline Frame 1Symbol 3 as "6_s"
ExportAssets (56)Timeline Frame 1Symbol 4 as "5_s"
ExportAssets (56)Timeline Frame 1Symbol 5 as "4_s"
ExportAssets (56)Timeline Frame 1Symbol 6 as "3_s"
ExportAssets (56)Timeline Frame 1Symbol 7 as "star_s"
ExportAssets (56)Timeline Frame 1Symbol 10 as "particle"
ExportAssets (56)Timeline Frame 1Symbol 15 as "bally"

Labels

"menu"Frame 2
"start"Frame 3
"select"Frame 5
"level1"Frame 6
"level2"Frame 7
"level3"Frame 8
"level4"Frame 9
"level5"Frame 10
"level6"Frame 11
"level7"Frame 12
"level8"Frame 13
"level9"Frame 14
"level10"Frame 15
"level11"Frame 16
"level12"Frame 17
"level13"Frame 18
"level14"Frame 19
"level15"Frame 20
"level16"Frame 21
"level17"Frame 22
"level18"Frame 23
"level19"Frame 24
"level20"Frame 25
"level21"Frame 26
"level22"Frame 27
"level23"Frame 28
"level24"Frame 29
"level25"Frame 30
"level26"Frame 31
"level27"Frame 32
"level28"Frame 33
"level29"Frame 34
"level30"Frame 35
"level31"Frame 36
"level32"Frame 37
"level33"Frame 38
"level34"Frame 39
"level35"Frame 40
"level36"Frame 41
"level37"Frame 42
"level38"Frame 43
"level39"Frame 44
"level40"Frame 45
"level41"Frame 46
"level42"Frame 47
"level43"Frame 48
"level44"Frame 49
"level45"Frame 50
"level46"Frame 51
"level47"Frame 52
"level48"Frame 53
"level49"Frame 54
"level50"Frame 55
"edit"Frame 56
"credits"Frame 58
"loaded"Symbol 43 MovieClip Frame 3

Dynamic Text Variables

levelSymbol 194 EditableText""
levelSymbol 196 EditableText"jd"
levelSymbol 203 EditableText"5"




http://swfchan.com/3/12660/info.shtml
Created: 5/6 -2019 18:04:20 Last modified: 5/6 -2019 18:04:20 Server time: 23/04 -2024 13:33:20