Frame 1
Stage.showMenu = false;
stop();
Instance of Symbol 48 MovieClip in Frame 1
onClipEvent (load) {
gotoAndPlay (50);
}
Instance of Symbol 48 MovieClip in Frame 1
onClipEvent (load) {
gotoAndPlay (90);
}
Instance of Symbol 48 MovieClip in Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 53 MovieClip in Frame 1
onClipEvent (load) {
Mouse.hide();
this.startDrag(true);
speed = 20;
track2x = this._x;
track2y = this._y;
}
onClipEvent (enterFrame) {
track1x = this._x;
track1y = this._y;
dist = Math.sqrt(Math.pow(track2x - track1x, 2) + Math.pow(track2y - track1y, 2));
if (dist < speed) {
(this());// not popped
} else {
(this.gotoAndPlay(46));// not popped
}
track2x = this._x;
track2y = this._y;
}
onClipEvent (mouseMove) {
gotoAndPlay (1);
}
onClipEvent (mouseDown) {
gotoAndPlay (39);
}
Instance of Symbol 48 MovieClip in Frame 2
onClipEvent (load) {
gotoAndPlay (90);
}
Instance of Symbol 48 MovieClip in Frame 2
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 48 MovieClip in Frame 2
onClipEvent (load) {
gotoAndPlay (50);
}
Frame 5
crt = "MINT";
text_hold.text = "-----------------";
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) {
gotoAndPlay (90);
}
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 48 MovieClip in Frame 5
onClipEvent (load) {
gotoAndPlay (50);
}
Frame 6
stopAllSounds();
Instance of Symbol 61 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (_root.hero.hero.norm) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y - 30);
};
tellTarget (_root.foreground) {
_y = (_y - 30);
};
}
}
if (_root.hero.hero.swim) {
tellTarget (_root.backdrop) {
_y = (_y - 5);
};
tellTarget (_root.foreground) {
_y = (_y - 5);
};
}
}
Frame 7
stopAllSounds();
stop();
Instance of Symbol 836 MovieClip "backdrop" in Frame 7
onClipEvent (enterFrame) {
speed = 15;
}
Instance of Symbol 61 MovieClip "restart" in Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.backdrop.backdrop.checkpoint)) {
tellTarget (_root.backdrop.backdrop) {
nextFrame();
};
}
if (this.hitTest(_root.backdrop.backdrop.backtrack)) {
tellTarget (_root.backdrop.backdrop) {
prevFrame();
};
}
}
Instance of Symbol 877 MovieClip "hero" in Frame 7
onClipEvent (enterFrame) {
if (_root.hero.hero.nonboat) {
if (_root.win.no) {
if (Key.isDown(39)) {
if (_root.hero.hero.mov) {
tellTarget (_root.hero) {
gotoAndStop (1);
};
tellTarget (_root.hero.hero.run) {
gotoAndPlay (2);
};
tellTarget (_root.backdrop) {
_x = (_x - speed);
};
tellTarget (_root.foreground) {
_x = (_x - speed);
};
}
if (hero.swim) {
if (hero.swimming) {
tellTarget (_root.hero.hero) {
gotoAndPlay (171);
};
tellTarget (_root.hero) {
gotoAndStop (1);
};
}
tellTarget (_root.backdrop) {
_x = (_x - speed);
};
tellTarget (_root.foreground) {
_x = (_x - speed);
};
}
}
if (Key.isDown(37)) {
if (_root.hero.hero.mov) {
tellTarget (_root.hero) {
gotoAndStop (2);
};
tellTarget (_root.hero.hero.run) {
gotoAndPlay (2);
};
tellTarget (_root.backdrop) {
_x = (_x + speed);
};
tellTarget (_root.foreground) {
_x = (_x + speed);
};
}
if (hero.swim) {
if (hero.swimming) {
tellTarget (_root.hero.hero) {
gotoAndPlay (171);
};
tellTarget (_root.hero) {
gotoAndStop (2);
};
}
tellTarget (_root.backdrop) {
_x = (_x + speed);
};
tellTarget (_root.foreground) {
_x = (_x + speed);
};
}
}
if (Key.isDown(83)) {
if (_root.hero.hero.jumpable.yes) {
tellTarget (_root.hero.hero) {
gotoAndPlay (47);
};
tellTarget (_root.jump) {
gotoAndPlay (2);
};
}
if (hero.swim) {
if (hero.swimming) {
tellTarget (hero) {
gotoAndPlay (171);
};
}
tellTarget (_root.jumpc) {
play();
};
}
}
if (Key.isDown(40)) {
tellTarget (_root.hero.hero.crouch) {
gotoAndPlay (2);
};
}
}
}
if (_root.hero.hero.boat) {
if (_root.win.no) {
if (Key.isDown(39)) {
tellTarget (_root.speed) {
gotoAndPlay (2);
};
}
}
if (Key.isDown(37)) {
tellTarget (_root.speed) {
gotoAndPlay (5);
};
}
if (Key.isDown(83)) {
if (_root.hero.hero.jump) {
tellTarget (_root.hero.hero) {
play();
};
}
}
}
}
Instance of Symbol 903 MovieClip "foreground" in Frame 7
onClipEvent (enterFrame) {
speed = 15;
}
Frame 8
prevFrame();
Symbol 25 Button
on (press) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 33 MovieClip Frame 1
stop();
Symbol 37 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 44 MovieClip Frame 81
tellTarget (_root) {
gotoAndStop (2);
};
_root.play();
Symbol 45 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 45 MovieClip Frame 2
gotoAndPlay (1);
Symbol 53 MovieClip Frame 38
stop();
Symbol 53 MovieClip Frame 45
gotoAndPlay (1);
Symbol 62 Button
on (press) {
tellTarget (_root) {
gotoAndStop (5);
};
}
Symbol 65 Button
on (press) {
tellTarget (_root.stuff) {
gotoAndStop (1);
};
tellTarget (_root) {
gotoAndStop (3);
};
}
Symbol 68 Button
on (press) {
tellTarget (_root.stuff) {
gotoAndStop (2);
};
tellTarget (_root) {
gotoAndStop (3);
};
}
Symbol 71 Button
on (press) {
tellTarget (_root) {
gotoAndStop (4);
};
}
Symbol 72 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 4
stop();
Symbol 74 MovieClip Frame 2
tellTarget (three) {
gotoAndStop (3);
};
Symbol 74 MovieClip Frame 6
tellTarget (two) {
gotoAndStop (2);
};
Symbol 74 MovieClip Frame 16
tellTarget (four) {
gotoAndStop (4);
};
Symbol 74 MovieClip Frame 24
stop();
Symbol 108 Button
on (press) {
_root.prevFrame();
}
Symbol 119 MovieClip Frame 1
stop();
Symbol 120 Button
on (keyPress "m") {
play();
}
on (keyPress "M") {
play();
}
Symbol 122 MovieClip Frame 1
stop();
_root.setVolume(50);
Symbol 122 MovieClip Frame 2
stop();
_root.setVolume(0);
Instance of Symbol 61 MovieClip in Symbol 122 MovieClip Frame 2
onClipEvent (enterFrame) {
stopAllSounds();
}
Symbol 125 MovieClip Frame 2
stop();
Symbol 126 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 3
tellTarget (_root.map) {
gotoAndStop (4);
};
tellTarget (_root.snow) {
gotoAndStop (2);
};
tellTarget (_root.backdrop) {
gotoAndStop (4);
};
tellTarget (_root.foreground) {
gotoAndStop (4);
};
gotoAndStop (1);
Symbol 126 MovieClip Frame 5
tellTarget (_root.map) {
gotoAndStop (6);
};
tellTarget (_root.backdrop) {
gotoAndStop (5);
};
tellTarget (_root.foreground) {
gotoAndStop (6);
};
gotoAndStop (1);
Symbol 126 MovieClip Frame 7
tellTarget (_root.map) {
gotoAndStop (7);
};
tellTarget (_root.backdrop) {
gotoAndStop (6);
};
tellTarget (_root.foreground) {
gotoAndStop (6);
};
gotoAndStop (1);
Symbol 126 MovieClip Frame 9
tellTarget (_root.map) {
gotoAndStop (8);
};
tellTarget (_root.backdrop) {
gotoAndStop (7);
};
tellTarget (_root.foreground) {
gotoAndStop (8);
};
gotoAndStop (1);
Symbol 126 MovieClip Frame 11
tellTarget (_root.map) {
gotoAndStop (9);
};
tellTarget (_root.backdrop) {
gotoAndStop (8);
};
tellTarget (_root.foreground) {
gotoAndStop (9);
};
gotoAndStop (1);
Symbol 126 MovieClip Frame 13
tellTarget (_root) {
gotoAndStop (7);
};
tellTarget (_root.map) {
gotoAndStop (10);
};
tellTarget (_root.backdrop) {
gotoAndStop (10);
};
tellTarget (_root.foreground) {
gotoAndStop (10);
};
gotoAndStop (1);
Symbol 126 MovieClip Frame 15
tellTarget (_root.map) {
gotoAndStop (5);
};
tellTarget (_root.backdrop) {
gotoAndStop (11);
};
tellTarget (_root.foreground) {
gotoAndStop (9);
};
gotoAndStop (1);
Symbol 126 MovieClip Frame 17
tellTarget (_root.map) {
gotoAndStop (12);
};
tellTarget (_root.backdrop) {
gotoAndStop (11);
};
tellTarget (_root.foreground) {
gotoAndStop (9);
};
gotoAndStop (1);
Symbol 126 MovieClip Frame 19
tellTarget (_root.map) {
gotoAndStop (5);
};
tellTarget (_root.backdrop) {
gotoAndStop (9);
};
tellTarget (_root.foreground) {
gotoAndStop (9);
};
gotoAndStop (1);
Symbol 126 MovieClip Frame 21
tellTarget (_root.map) {
gotoAndStop (11);
};
tellTarget (_root.backdrop) {
gotoAndStop (12);
};
tellTarget (_root.foreground) {
gotoAndStop (9);
};
gotoAndStop (1);
Symbol 126 MovieClip Frame 23
tellTarget (_root.map) {
gotoAndStop (11);
};
tellTarget (_root.backdrop) {
gotoAndStop (13);
};
tellTarget (_root.foreground) {
gotoAndStop (9);
};
gotoAndStop (1);
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 4
gotoAndStop (1);
Symbol 135 MovieClip Frame 1
stop();
Instance of Symbol 134 MovieClip in Symbol 135 MovieClip Frame 1
on (press) {
tellTarget (_parent) {
play();
};
}
Symbol 135 MovieClip Frame 10
tellTarget (_root.select) {
gotoAndPlay (12);
};
Instance of Symbol 203 MovieClip in Symbol 204 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Symbol 212 MovieClip Frame 1
stopAllSounds();
Instance of Symbol 210 MovieClip in Symbol 212 MovieClip Frame 311
onClipEvent (load) {
gotoAndPlay (5);
}
Instance of Symbol 210 MovieClip in Symbol 212 MovieClip Frame 311
onClipEvent (load) {
gotoAndPlay (23);
}
Instance of Symbol 210 MovieClip in Symbol 212 MovieClip Frame 311
onClipEvent (load) {
gotoAndPlay (13);
}
Instance of Symbol 210 MovieClip in Symbol 212 MovieClip Frame 311
onClipEvent (load) {
gotoAndPlay (5);
}
Instance of Symbol 210 MovieClip in Symbol 212 MovieClip Frame 311
onClipEvent (load) {
gotoAndPlay (23);
}
Instance of Symbol 210 MovieClip in Symbol 212 MovieClip Frame 311
onClipEvent (load) {
gotoAndPlay (13);
}
Instance of Symbol 211 MovieClip in Symbol 212 MovieClip Frame 311
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 211 MovieClip in Symbol 212 MovieClip Frame 311
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 211 MovieClip in Symbol 212 MovieClip Frame 311
onClipEvent (load) {
gotoAndPlay (30);
}
Instance of Symbol 211 MovieClip in Symbol 212 MovieClip Frame 311
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 211 MovieClip in Symbol 212 MovieClip Frame 311
onClipEvent (load) {
gotoAndPlay (5);
}
Symbol 212 MovieClip Frame 351
tellTarget (black) {
play();
};
Symbol 212 MovieClip Frame 369
stop();
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 9
stop();
Symbol 214 MovieClip Frame 1
stop();
Symbol 220 Button
on (press) {
if (_root.nine.pass) {
if (_root.eight.pass) {
if (_root.seven.pass) {
if (_root.six.pass) {
if (_root.five.pass) {
if (_root.four.pass) {
if (_root.three.pass) {
if (_root.two.pass) {
if (_root.one.pass) {
tellTarget (_root.level) {
gotoAndStop (10);
tellTarget (_root) {
nextFrame();
};
};
}
}
}
}
}
}
}
}
}
}
on (press) {
if (_root.eight.pass) {
if (_root.seven.pass) {
if (_root.six.pass) {
if (_root.five.pass) {
if (_root.four.pass) {
if (_root.three.pass) {
if (_root.two.pass) {
if (_root.one.pass) {
tellTarget (_root.level) {
gotoAndStop (9);
};
tellTarget (_root) {
nextFrame();
};
}
}
}
}
}
}
}
}
}
on (press) {
if (_root.seven.pass) {
if (_root.six.pass) {
if (_root.five.pass) {
if (_root.four.pass) {
if (_root.three.pass) {
if (_root.two.pass) {
if (_root.one.pass) {
tellTarget (_root.level) {
gotoAndStop (8);
};
tellTarget (_root) {
nextFrame();
};
}
}
}
}
}
}
}
}
on (press) {
if (_root.six.pass) {
if (_root.five.pass) {
if (_root.four.pass) {
if (_root.three.pass) {
if (_root.two.pass) {
if (_root.one.pass) {
tellTarget (_root.level) {
gotoAndStop (7);
};
tellTarget (_root) {
nextFrame();
};
}
}
}
}
}
}
}
on (press) {
if (_root.five.pass) {
if (_root.four.pass) {
if (_root.three.pass) {
if (_root.two.pass) {
if (_root.one.pass) {
tellTarget (_root.level) {
gotoAndStop (6);
};
tellTarget (_root) {
nextFrame();
};
}
}
}
}
}
}
on (press) {
if (_root.four.pass) {
if (_root.three.pass) {
if (_root.two.pass) {
if (_root.one.pass) {
tellTarget (_root.level) {
gotoAndStop (5);
};
tellTarget (_root) {
nextFrame();
};
}
}
}
}
}
on (press) {
if (_root.three.pass) {
if (_root.two.pass) {
if (_root.one.pass) {
tellTarget (_root.level) {
gotoAndStop (4);
};
tellTarget (_root) {
nextFrame();
};
}
}
}
}
on (press) {
if (_root.two.pass) {
if (_root.one.pass) {
tellTarget (_root.level) {
gotoAndStop (3);
};
tellTarget (_root) {
nextFrame();
};
}
}
}
on (press) {
if (_root.one.pass) {
tellTarget (_root.level) {
gotoAndStop (2);
};
tellTarget (_root) {
nextFrame();
};
}
}
on (press) {
tellTarget (_root) {
gotoAndStop (6);
};
}
Symbol 221 Button
on (press) {
gotoAndStop (2);
}
Symbol 231 MovieClip Frame 1
gotoAndStop (8);
Symbol 231 MovieClip Frame 2
tellTarget (_root.golden.a) {
prevFrame();
};
Symbol 231 MovieClip Frame 3
tellTarget (_root.golden.a) {
nextFrame();
};
Symbol 231 MovieClip Frame 4
tellTarget (_root.golden.a) {
prevFrame();
};
Symbol 231 MovieClip Frame 8
stop();
Symbol 231 MovieClip Frame 9
gotoAndStop (2);
Symbol 233 MovieClip Frame 1
gotoAndStop (8);
Symbol 233 MovieClip Frame 2
tellTarget (_root.golden.b) {
prevFrame();
};
Symbol 233 MovieClip Frame 7
tellTarget (_root.golden.b) {
prevFrame();
};
Symbol 233 MovieClip Frame 8
tellTarget (_root.golden.b) {
nextFrame();
};
stop();
Symbol 233 MovieClip Frame 9
gotoAndStop (2);
Symbol 235 MovieClip Frame 1
gotoAndStop (8);
Symbol 235 MovieClip Frame 5
tellTarget (_root.golden.c) {
prevFrame();
};
Symbol 235 MovieClip Frame 6
tellTarget (_root.golden.c) {
nextFrame();
};
Symbol 235 MovieClip Frame 7
tellTarget (_root.golden.c) {
prevFrame();
};
Symbol 235 MovieClip Frame 8
stop();
Symbol 235 MovieClip Frame 9
gotoAndStop (2);
Symbol 237 MovieClip Frame 1
gotoAndStop (8);
Symbol 237 MovieClip Frame 4
tellTarget (_root.golden.d) {
prevFrame();
};
Symbol 237 MovieClip Frame 5
tellTarget (_root.golden.d) {
nextFrame();
};
Symbol 237 MovieClip Frame 6
tellTarget (_root.golden.d) {
prevFrame();
};
Symbol 237 MovieClip Frame 8
stop();
Symbol 237 MovieClip Frame 9
gotoAndStop (2);
Symbol 240 Button
on (press) {
tellTarget (one) {
nextFrame();
};
}
Symbol 241 Button
on (press) {
tellTarget (two) {
nextFrame();
};
}
Symbol 242 Button
on (press) {
tellTarget (three) {
nextFrame();
};
}
Symbol 243 Button
on (press) {
tellTarget (four) {
nextFrame();
};
}
Symbol 244 Button
on (press) {
tellTarget (one) {
prevFrame();
};
}
Symbol 245 Button
on (press) {
tellTarget (two) {
prevFrame();
};
}
Symbol 246 Button
on (press) {
tellTarget (three) {
prevFrame();
};
}
Symbol 247 Button
on (press) {
tellTarget (four) {
prevFrame();
};
}
Symbol 249 MovieClip Frame 1
gotoAndStop (8);
Symbol 249 MovieClip Frame 2
tellTarget (_root.golden.e) {
prevFrame();
};
Symbol 249 MovieClip Frame 7
tellTarget (_root.golden.e) {
prevFrame();
};
Symbol 249 MovieClip Frame 8
tellTarget (_root.golden.e) {
nextFrame();
};
stop();
Symbol 249 MovieClip Frame 9
gotoAndStop (2);
Symbol 251 MovieClip Frame 1
gotoAndStop (8);
Symbol 251 MovieClip Frame 2
tellTarget (_root.golden.f) {
nextFrame();
};
Symbol 251 MovieClip Frame 3
tellTarget (_root.golden.f) {
prevFrame();
};
Symbol 251 MovieClip Frame 8
tellTarget (_root.golden.f) {
prevFrame();
};
stop();
Symbol 251 MovieClip Frame 9
gotoAndStop (2);
Symbol 253 MovieClip Frame 1
gotoAndStop (8);
Symbol 253 MovieClip Frame 4
tellTarget (_root.golden.g) {
prevFrame();
};
Symbol 253 MovieClip Frame 5
tellTarget (_root.golden.g) {
nextFrame();
};
Symbol 253 MovieClip Frame 6
tellTarget (_root.golden.g) {
prevFrame();
};
Symbol 253 MovieClip Frame 8
stop();
Symbol 253 MovieClip Frame 9
gotoAndStop (2);
Symbol 255 MovieClip Frame 1
gotoAndStop (8);
Symbol 255 MovieClip Frame 5
tellTarget (_root.golden.h) {
prevFrame();
};
Symbol 255 MovieClip Frame 6
tellTarget (_root.golden.h) {
nextFrame();
};
Symbol 255 MovieClip Frame 7
tellTarget (_root.golden.h) {
prevFrame();
};
Symbol 255 MovieClip Frame 8
stop();
Symbol 255 MovieClip Frame 9
gotoAndStop (2);
Symbol 256 Button
on (press) {
tellTarget (five) {
nextFrame();
};
}
Symbol 257 Button
on (press) {
tellTarget (six) {
nextFrame();
};
}
Symbol 258 Button
on (press) {
tellTarget (seven) {
nextFrame();
};
}
Symbol 259 Button
on (press) {
tellTarget (eight) {
nextFrame();
};
}
Symbol 260 Button
on (press) {
tellTarget (five) {
prevFrame();
};
}
Symbol 261 Button
on (press) {
tellTarget (six) {
prevFrame();
};
}
Symbol 262 Button
on (press) {
tellTarget (seven) {
prevFrame();
};
}
Symbol 263 Button
on (press) {
tellTarget (eight) {
prevFrame();
};
}
Symbol 265 MovieClip Frame 1
gotoAndStop (8);
Symbol 265 MovieClip Frame 3
tellTarget (_root.golden.i) {
prevFrame();
};
Symbol 265 MovieClip Frame 4
tellTarget (_root.golden.i) {
nextFrame();
};
Symbol 265 MovieClip Frame 5
tellTarget (_root.golden.i) {
prevFrame();
};
Symbol 265 MovieClip Frame 8
stop();
Symbol 265 MovieClip Frame 9
gotoAndStop (2);
Symbol 266 Button
on (press) {
tellTarget (nine) {
nextFrame();
};
}
Symbol 267 Button
on (press) {
tellTarget (nine) {
prevFrame();
};
}
Symbol 276 Button
on (press) {
tellTarget (_root) {
nextFrame();
};
}
Symbol 279 Button
on (press) {
tellTarget (_root.select) {
gotoAndPlay (2);
};
tellTarget (_root) {
nextFrame();
};
}
Symbol 280 MovieClip Frame 1
stop();
Symbol 282 Button
on (press) {
tellTarget (_root.select) {
gotoAndPlay (6);
};
tellTarget (_root) {
nextFrame();
};
}
Symbol 283 MovieClip Frame 1
stop();
Symbol 285 Button
on (press) {
tellTarget (_root.select) {
gotoAndPlay (4);
};
tellTarget (_root) {
nextFrame();
};
}
Symbol 286 MovieClip Frame 1
stop();
Symbol 288 Button
on (press) {
tellTarget (_root.select) {
gotoAndPlay (16);
};
tellTarget (_root) {
nextFrame();
};
}
Symbol 289 MovieClip Frame 1
stop();
Symbol 291 Button
on (press) {
tellTarget (_root.select) {
gotoAndPlay (8);
};
tellTarget (_root) {
nextFrame();
};
}
Symbol 292 MovieClip Frame 1
stop();
Symbol 294 Button
on (press) {
tellTarget (_root.select) {
gotoAndPlay (10);
};
tellTarget (_root) {
nextFrame();
};
}
Symbol 295 MovieClip Frame 1
stop();
Symbol 297 Button
on (press) {
tellTarget (_root.select) {
gotoAndPlay (18);
};
tellTarget (_root) {
nextFrame();
};
}
Symbol 298 MovieClip Frame 1
stop();
Symbol 300 Button
on (press) {
tellTarget (_root.select) {
gotoAndPlay (20);
};
tellTarget (_root) {
nextFrame();
};
}
Symbol 301 MovieClip Frame 1
stop();
Symbol 303 Button
on (press) {
tellTarget (_root.select) {
gotoAndPlay (22);
};
tellTarget (_root) {
nextFrame();
};
}
Symbol 304 MovieClip Frame 1
stop();
Instance of Symbol 280 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.b) {
nextFrame();
}
}
Instance of Symbol 283 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.c) {
nextFrame();
}
}
Instance of Symbol 286 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.c) {
nextFrame();
}
}
Instance of Symbol 289 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.g) {
nextFrame();
}
}
Instance of Symbol 292 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.d) {
nextFrame();
}
}
Instance of Symbol 295 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.e) {
nextFrame();
}
}
Instance of Symbol 298 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.f) {
nextFrame();
}
}
Instance of Symbol 301 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.i) {
nextFrame();
}
}
Instance of Symbol 304 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.h) {
nextFrame();
}
}
Symbol 308 MovieClip Frame 1
stop();
Symbol 308 MovieClip Frame 2
tellTarget (_root.backdrop) {
_y = (_y + 50);
};
tellTarget (_root.foreground) {
_y = (_y + 50);
};
Symbol 308 MovieClip Frame 3
tellTarget (_root.backdrop) {
_y = (_y + 50);
};
tellTarget (_root.foreground) {
_y = (_y + 50);
};
Symbol 308 MovieClip Frame 4
tellTarget (_root.backdrop) {
_y = (_y + 50);
};
tellTarget (_root.foreground) {
_y = (_y + 50);
};
Symbol 308 MovieClip Frame 5
tellTarget (_root.backdrop) {
_y = (_y + 50);
};
tellTarget (_root.foreground) {
_y = (_y + 50);
};
Symbol 308 MovieClip Frame 6
tellTarget (_root.backdrop) {
_y = (_y + 50);
};
tellTarget (_root.foreground) {
_y = (_y + 50);
};
Symbol 308 MovieClip Frame 7
tellTarget (_root.backdrop) {
_y = (_y + 40);
};
tellTarget (_root.foreground) {
_y = (_y + 40);
};
Symbol 308 MovieClip Frame 8
tellTarget (_root.backdrop) {
_y = (_y + 40);
};
tellTarget (_root.foreground) {
_y = (_y + 40);
};
Symbol 308 MovieClip Frame 9
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
Symbol 308 MovieClip Frame 10
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
Symbol 308 MovieClip Frame 11
tellTarget (_root.backdrop) {
_y = (_y + 20);
};
tellTarget (_root.foreground) {
_y = (_y + 20);
};
Symbol 309 MovieClip Frame 1
stop();
Symbol 309 MovieClip Frame 2
tellTarget (_root.backdrop) {
nextFrame();
_x = 0;
_y = 0;
};
tellTarget (_root.foreground) {
nextFrame();
_x = 0;
_y = 0;
};
tellTarget (_root.map) {
nextFrame();
};
Symbol 313 MovieClip Frame 1
points = 0;
coins = 0;
Instance of Symbol 61 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.points > 99) {
tellTarget (_root.lives) {
play();
};
_root.lives.lives.lives = _root.lives.lives.lives + 1;
_parent.points = _parent.points - 100;
}
}
Symbol 314 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 2
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
tellTarget (_root.hero.hero) {
gotoAndPlay (47);
};
Symbol 314 MovieClip Frame 3
tellTarget (_root.backdrop) {
_y = (_y + 20);
};
tellTarget (_root.foreground) {
_y = (_y + 20);
};
Symbol 314 MovieClip Frame 4
tellTarget (_root.backdrop) {
_y = (_y + 20);
};
tellTarget (_root.foreground) {
_y = (_y + 20);
};
Symbol 314 MovieClip Frame 5
tellTarget (_root.backdrop) {
_y = (_y + 20);
};
tellTarget (_root.foreground) {
_y = (_y + 20);
};
Symbol 314 MovieClip Frame 6
tellTarget (_root.backdrop) {
_y = (_y + 10);
};
tellTarget (_root.foreground) {
_y = (_y + 10);
};
Symbol 316 MovieClip Frame 1
lives = 5;
Symbol 317 MovieClip Frame 46
stop();
Symbol 318 MovieClip Frame 1
stop();
Symbol 318 MovieClip Frame 2
tellTarget (_root.backdrop) {
_y = (_y + 40);
};
tellTarget (_root.foreground) {
_y = (_y + 40);
};
Symbol 318 MovieClip Frame 3
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
Symbol 318 MovieClip Frame 4
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
Symbol 318 MovieClip Frame 5
tellTarget (_root.backdrop) {
_y = (_y + 20);
};
tellTarget (_root.foreground) {
_y = (_y + 20);
};
Symbol 319 MovieClip Frame 1
stop();
Symbol 321 MovieClip Frame 1
gold = 0;
Symbol 322 MovieClip Frame 1
stop();
Symbol 323 MovieClip Frame 11
stop();
Symbol 346 MovieClip Frame 1
stop();
Symbol 346 MovieClip Frame 50
tellTarget (_parent.crack) {
nextFrame();
};
Symbol 351 MovieClip Frame 1
stop();
Symbol 351 MovieClip Frame 6
stop();
Symbol 351 MovieClip Frame 7
stop();
Instance of Symbol 61 MovieClip in Symbol 352 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Symbol 357 MovieClip Frame 115
stop();
Instance of Symbol 61 MovieClip in Symbol 363 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 363 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 363 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Symbol 373 MovieClip Frame 1
stop();
Symbol 375 MovieClip Frame 2
stop();
Symbol 401 MovieClip Frame 1
stop();
Symbol 401 MovieClip Frame 4
stop();
Symbol 406 MovieClip Frame 1
stop();
Symbol 406 MovieClip Frame 2
stop();
Instance of Symbol 61 MovieClip in Symbol 408 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet._y, _root.hero.hero.feet._x, true)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
if (_root.hero.righ) {
if (_root.hero.hero.sds) {
tellTarget (_root.hero) {
tellTarget (_root.backdrop) {
_y = (_y - 12);
};
tellTarget (_root.foreground) {
_y = (_y - 12);
};
};
}
}
if (_root.hero.lef) {
if (_root.hero.hero.sds) {
tellTarget (_root.hero) {
tellTarget (_root.backdrop) {
_y = (_y + 12);
};
tellTarget (_root.foreground) {
_y = (_y + 12);
};
};
}
}
}
}
Instance of Symbol 61 MovieClip in Symbol 410 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet._y, _root.hero.hero.feet._x, true)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
if (_root.hero.righ) {
if (_root.hero.hero.sds) {
tellTarget (_root.hero) {
tellTarget (_root.backdrop) {
_y = (_y + 12);
};
tellTarget (_root.foreground) {
_y = (_y + 12);
};
};
}
}
if (_root.hero.lef) {
if (_root.hero.hero.sds) {
tellTarget (_root.hero) {
tellTarget (_root.backdrop) {
_y = (_y - 12);
};
tellTarget (_root.foreground) {
_y = (_y - 12);
};
};
}
}
}
}
Instance of Symbol 61 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 414 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 416 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 418 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 420 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_parent) {
gotoAndStop (21);
};
_root.points.points = _root.points.points + 1;
}
}
Symbol 420 MovieClip Frame 20
gotoAndPlay (1);
Instance of Symbol 61 MovieClip in Symbol 421 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.lives) {
play();
};
_root.lives.lives.lives = _root.lives.lives.lives + 1;
tellTarget (_parent) {
gotoAndStop (21);
};
}
}
Symbol 421 MovieClip Frame 20
gotoAndPlay (1);
Instance of Symbol 61 MovieClip in Symbol 424 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_parent) {
gotoAndStop (21);
};
_root.points.coins = _root.points.coins + 1;
}
}
Symbol 424 MovieClip Frame 20
gotoAndPlay (1);
Instance of Symbol 61 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
gotoAndStop (1);
};
tellTarget (_parent) {
gotoAndStop (21);
};
}
}
Symbol 427 MovieClip Frame 20
gotoAndPlay (1);
Symbol 437 MovieClip Frame 14
gotoAndPlay (1);
Symbol 437 MovieClip Frame 22
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 437 MovieClip Frame 23
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 437 MovieClip Frame 24
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 437 MovieClip Frame 25
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 437 MovieClip Frame 26
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 437 MovieClip Frame 27
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 437 MovieClip Frame 28
stop();
Symbol 438 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.bee.alive) {
if (_parent.lef) {
tellTarget (_parent) {
_x = (_x + 12);
};
}
if (_parent.righ) {
tellTarget (_parent) {
_x = (_x - 12);
};
}
if (this.hitTest(_root.backdrop.backdrop.ba)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.be)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.bee.alive) {
if (_parent._parent.boss.ice.fall) {
tellTarget (_parent.bee) {
gotoAndPlay (15);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.bee.alive) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_parent.bee) {
gotoAndPlay (15);
};
tellTarget (_root.jump) {
gotoAndPlay (1);
};
tellTarget (_root.jumpb) {
gotoAndPlay (1);
};
}
}
}
Symbol 438 MovieClip Frame 2
stop();
Instance of Symbol 61 MovieClip in Symbol 444 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hero.grab) {
if (this.hitTest(_root.hero.hero.grab)) {
tellTarget (_root.hero.hero) {
gotoAndPlay (130);
};
tellTarget (_root.jump) {
gotoAndStop (1);
};
tellTarget (_root.jumpb) {
gotoAndStop (1);
};
}
}
}
Symbol 447 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 447 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
tellTarget (_parent) {
play();
};
}
}
Symbol 448 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 448 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 448 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Symbol 451 MovieClip Frame 3
stop();
Instance of Symbol 61 MovieClip in Symbol 458 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 458 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 460 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 460 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 460 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 460 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Symbol 469 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 469 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_parent) {
play();
};
}
}
}
Symbol 469 MovieClip Frame 5
stop();
Instance of Symbol 61 MovieClip in Symbol 471 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 471 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Symbol 472 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 472 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 472 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 472 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 483 MovieClip in Symbol 484 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (90);
}
Instance of Symbol 483 MovieClip in Symbol 484 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (60);
}
Instance of Symbol 483 MovieClip in Symbol 484 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (55);
}
Instance of Symbol 483 MovieClip in Symbol 484 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 483 MovieClip in Symbol 484 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (50);
}
Instance of Symbol 483 MovieClip in Symbol 484 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (90);
}
Instance of Symbol 483 MovieClip in Symbol 484 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (60);
}
Instance of Symbol 483 MovieClip in Symbol 484 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (55);
}
Instance of Symbol 483 MovieClip in Symbol 484 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 483 MovieClip in Symbol 484 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (50);
}
Instance of Symbol 61 MovieClip in Symbol 489 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 5);
};
tellTarget (_root.foreground) {
_y = (_y + 5);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 489 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 489 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 489 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 491 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 493 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y - 30);
};
tellTarget (_root.foreground) {
_y = (_y - 30);
};
}
}
}
Symbol 504 MovieClip Frame 14
gotoAndPlay (1);
Symbol 505 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.lef) {
tellTarget (_parent) {
_x = (_x + 12);
};
}
if (_parent.righ) {
tellTarget (_parent) {
_x = (_x - 12);
};
}
if (this.hitTest(_root.backdrop.backdrop.ba)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.be)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
if (_parent.lef) {
tellTarget (_parent) {
_x = (_x + 5);
};
}
if (_parent.righ) {
tellTarget (_parent) {
_x = (_x - 5);
};
}
tellTarget (_parent.bee) {
gotoAndPlay (15);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_parent) {
_y = (_y + 4);
};
tellTarget (_parent.bee) {
gotoAndPlay (15);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 505 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_parent) {
_y = (_y - 4);
};
tellTarget (_parent.bee) {
gotoAndPlay (15);
};
}
}
Symbol 505 MovieClip Frame 2
stop();
Instance of Symbol 61 MovieClip in Symbol 505 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
if (_parent.lef) {
tellTarget (_parent) {
_x = (_x + 5);
};
}
if (_parent.righ) {
tellTarget (_parent) {
_x = (_x - 5);
};
}
tellTarget (_parent.bee) {
gotoAndPlay (15);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 506 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.gold) {
play();
};
_root.gold.gold.gold = _root.gold.gold.gold + 1;
tellTarget (_parent) {
gotoAndStop (21);
};
}
}
Symbol 506 MovieClip Frame 20
gotoAndPlay (1);
Symbol 506 MovieClip Frame 21
tellTarget (_root.golden.a) {
nextFrame();
};
Instance of Symbol 61 MovieClip in Symbol 509 MovieClip Frame 7
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 511 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Symbol 513 MovieClip Frame 1
stop();
Symbol 522 MovieClip Frame 1
stop();
Symbol 523 MovieClip Frame 1
stop();
Instance of Symbol 484 MovieClip in Symbol 523 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
if (_root.hero.hero.norm) {
tellTarget (_root.hero.hero) {
gotoAndPlay (151);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 523 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.swim) {
tellTarget (_root.hero.hero.splash) {
play();
};
tellTarget (_root.hero.hero) {
gotoAndPlay (47);
};
tellTarget (_root.jump) {
play();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 523 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.swim) {
tellTarget (_root.hero.hero) {
gotoAndPlay (47);
};
}
}
}
Instance of Symbol 506 MovieClip in Symbol 523 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.golden.a.a) {
gotoAndStop (21);
}
}
Instance of Symbol 61 MovieClip in Symbol 523 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 509 MovieClip in Symbol 523 MovieClip Frame 3
onClipEvent (load) {
gotoAndPlay (40);
}
Instance of Symbol 509 MovieClip in Symbol 523 MovieClip Frame 3
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 61 MovieClip "backtrack" in Symbol 523 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.restart)) {
tellTarget (_root.dd) {
gotoAndStop (1);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 523 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.dd) {
gotoAndStop (2);
};
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 523 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.win) {
play();
};
if (_root.level.aa) {
tellTarget (_root.level) {
nextFrame();
};
}
}
}
Symbol 525 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 531 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.righ) {
tellTarget (_root.backdrop) {
_x = (_x - 7);
};
tellTarget (_root.foreground) {
_x = (_x - 7);
};
}
if (_root.hero.lef) {
tellTarget (_root.backdrop) {
_x = (_x + 7);
};
tellTarget (_root.foreground) {
_x = (_x + 7);
};
}
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 531 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 531 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Symbol 532 MovieClip Frame 1
stop();
Symbol 532 MovieClip Frame 2
stop();
Symbol 532 MovieClip Frame 3
tellTarget (_root.map) {
prevFrame();
};
Symbol 532 MovieClip Frame 4
gotoAndStop (2);
Instance of Symbol 61 MovieClip in Symbol 534 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 534 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 534 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 534 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 536 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 536 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 536 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 536 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 540 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 540 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 542 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 542 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 544 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.hero.hero.grab) {
if (this.hitTest(_root.hero.hero.grab)) {
tellTarget (_root.hero.hero) {
gotoAndPlay (130);
};
tellTarget (_root.jump) {
gotoAndStop (1);
};
tellTarget (_root.jumpb) {
gotoAndStop (1);
};
}
}
if (this.hitTest(_root.hero.hero.ice)) {
tellTarget (_root.backdrop) {
_y = (_y - 4);
};
tellTarget (_root.foreground) {
_y = (_y - 4);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 547 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.gold) {
play();
};
_root.gold.gold.gold = _root.gold.gold.gold + 1;
tellTarget (_parent) {
gotoAndStop (21);
};
}
}
Symbol 547 MovieClip Frame 20
gotoAndPlay (1);
Symbol 547 MovieClip Frame 21
tellTarget (_root.golden.b) {
nextFrame();
};
Instance of Symbol 61 MovieClip in Symbol 552 MovieClip Frame 1
on (keyPress "<Up>") {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.b) {
play();
};
tellTarget (_root.foreground) {
gotoAndStop (9);
};
tellTarget (_root.map) {
gotoAndStop (4);
};
tellTarget (_root.snow) {
nextFrame();
};
tellTarget (_parent._parent) {
nextFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 554 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet._y, _root.hero.hero.feet._x, true)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
if (_root.hero.righ) {
if (_root.hero.hero.sds) {
tellTarget (_root.hero) {
tellTarget (_root.backdrop) {
_y = (_y - 12);
};
tellTarget (_root.foreground) {
_y = (_y - 12);
};
};
}
}
if (_root.hero.lef) {
if (_root.hero.hero.sds) {
tellTarget (_root.hero) {
tellTarget (_root.backdrop) {
_y = (_y + 12);
};
tellTarget (_root.foreground) {
_y = (_y + 12);
};
};
}
}
}
}
Instance of Symbol 61 MovieClip in Symbol 557 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet._y, _root.hero.hero.feet._x, true)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
if (_root.hero.righ) {
if (_root.hero.hero.sds) {
tellTarget (_root.hero) {
tellTarget (_root.backdrop) {
_y = (_y + 12);
};
tellTarget (_root.foreground) {
_y = (_y + 12);
};
};
}
}
if (_root.hero.lef) {
if (_root.hero.hero.sds) {
tellTarget (_root.hero) {
tellTarget (_root.backdrop) {
_y = (_y - 12);
};
tellTarget (_root.foreground) {
_y = (_y - 12);
};
};
}
}
}
}
Symbol 558 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 558 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_parent) {
gotoAndPlay (2);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 558 MovieClip Frame 2
on (keyPress "<Up>") {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.b) {
play();
};
tellTarget (_root.foreground) {
gotoAndStop (4);
};
tellTarget (_root.map) {
gotoAndStop (4);
};
tellTarget (_root.snow) {
prevFrame();
};
tellTarget (_parent._parent._parent) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 564 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.win) {
play();
};
if (_root.level.ab) {
tellTarget (_root.level) {
nextFrame();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 564 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Symbol 565 MovieClip Frame 1
stop();
Instance of Symbol 525 MovieClip in Symbol 565 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attacka)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackb)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackc)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackd)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attacke)) {
play();
}
}
Instance of Symbol 61 MovieClip in Symbol 565 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 547 MovieClip in Symbol 565 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.golden.b.a) {
gotoAndStop (21);
}
}
Instance of Symbol 525 MovieClip in Symbol 565 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attacka)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackb)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackc)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackd)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attacke)) {
play();
}
}
Instance of Symbol 61 MovieClip in Symbol 565 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Symbol 565 MovieClip Frame 3
tellTarget (map) {
play();
};
tellTarget (_root.foreground) {
gotoAndStop (5);
};
Instance of Symbol 61 MovieClip in Symbol 565 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Symbol 565 MovieClip Frame 4
tellTarget (_root.map) {
nextFrame();
};
tellTarget (_root.snow) {
prevFrame();
};
Instance of Symbol 61 MovieClip in Symbol 565 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.win) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 568 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 570 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 574 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 576 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 579 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 584 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.gold) {
play();
};
_root.gold.gold.gold = _root.gold.gold.gold + 1;
tellTarget (_parent) {
gotoAndStop (21);
};
}
}
Symbol 584 MovieClip Frame 20
gotoAndPlay (1);
Symbol 584 MovieClip Frame 21
tellTarget (_root.golden.c) {
nextFrame();
};
Instance of Symbol 61 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 25);
};
tellTarget (_root.foreground) {
_y = (_y + 25);
};
}
if (_root.hero.hero.allow) {
tellTarget (_root.hero.hero) {
gotoAndPlay (83);
};
}
tellTarget (_root.hero.hero.jumpable) {
nextFrame();
};
}
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (40);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (60);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (80);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (100);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (120);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (140);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (160);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (180);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (200);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (220);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (240);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (260);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (280);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (300);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (320);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (340);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (360);
}
Instance of Symbol 588 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (380);
}
Instance of Symbol 61 MovieClip in Symbol 589 MovieClip Frame 120
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 15);
};
tellTarget (_root.foreground) {
_y = (_y + 15);
};
}
tellTarget (_root.hero.hero.jumpable) {
nextFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 589 MovieClip Frame 300
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 20);
};
tellTarget (_root.foreground) {
_y = (_y + 20);
};
}
tellTarget (_root.hero.hero.jumpable) {
nextFrame();
};
}
}
Symbol 601 MovieClip Frame 4
tellTarget (_parent) {
_y = (_y - 15);
};
Symbol 601 MovieClip Frame 5
tellTarget (_parent) {
_y = (_y - 10);
};
Symbol 601 MovieClip Frame 6
tellTarget (_parent) {
_y = (_y - 10);
};
Symbol 601 MovieClip Frame 7
tellTarget (_parent) {
_y = (_y - 10);
};
Symbol 601 MovieClip Frame 8
tellTarget (_parent) {
_y = (_y - 10);
};
Symbol 601 MovieClip Frame 9
tellTarget (_parent) {
_y = (_y - 10);
};
Symbol 601 MovieClip Frame 10
tellTarget (_parent) {
_y = (_y - 10);
};
Symbol 601 MovieClip Frame 11
tellTarget (_parent) {
_y = (_y - 10);
};
Symbol 601 MovieClip Frame 12
tellTarget (_parent) {
_y = (_y - 5);
};
Symbol 601 MovieClip Frame 17
tellTarget (_parent) {
_y = (_y + 10);
};
Symbol 601 MovieClip Frame 18
tellTarget (_parent) {
_y = (_y + 10);
};
Symbol 601 MovieClip Frame 19
tellTarget (_parent) {
_y = (_y + 10);
};
Symbol 601 MovieClip Frame 20
tellTarget (_parent) {
_y = (_y + 20);
};
Symbol 601 MovieClip Frame 21
tellTarget (_parent) {
_y = (_y + 20);
};
Symbol 601 MovieClip Frame 22
tellTarget (_parent) {
_y = (_y + 20);
};
Symbol 601 MovieClip Frame 25
gotoAndPlay (1);
Symbol 601 MovieClip Frame 33
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 601 MovieClip Frame 34
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 601 MovieClip Frame 35
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 601 MovieClip Frame 36
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 601 MovieClip Frame 37
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 601 MovieClip Frame 38
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 601 MovieClip Frame 39
stop();
Symbol 602 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.bee.jump) {
if (_parent.lef) {
tellTarget (_parent) {
_x = (_x + 12);
};
}
if (_parent.righ) {
tellTarget (_parent) {
_x = (_x - 12);
};
}
if (this.hitTest(_root.backdrop.backdrop.ba)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.be)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 602 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.bee.alive) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.norm) {
tellTarget (_parent.bee) {
gotoAndPlay (26);
};
tellTarget (_root.jump) {
gotoAndPlay (1);
};
tellTarget (_root.jumpb) {
gotoAndPlay (1);
};
}
}
}
}
Symbol 602 MovieClip Frame 2
stop();
Symbol 603 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 584 MovieClip in Symbol 603 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.golden.c.a) {
gotoAndStop (21);
}
}
Instance of Symbol 61 MovieClip in Symbol 603 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.win) {
play();
};
if (_root.level.ac) {
tellTarget (_root.level) {
nextFrame();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 603 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 603 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 624 MovieClip in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (15);
}
Instance of Symbol 624 MovieClip in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (18);
}
Instance of Symbol 624 MovieClip in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (9);
}
Instance of Symbol 624 MovieClip in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (4);
}
Symbol 632 Button
on (rollOver) {
tellTarget (speech) {
gotoAndStop (4);
};
}
on (press) {
if (_root.points.coins > 3) {
_root.lives.lives.lives = _root.lives.lives.lives + 1;
_root.points.coins = _root.points.coins - 4;
tellTarget (_root.nois) {
play();
};
}
}
Symbol 635 Button
on (press) {
tellTarget (_root) {
prevFrame();
};
}
Symbol 636 Button
on (rollOver) {
tellTarget (speech) {
gotoAndStop (6);
};
}
on (press) {
if (_root.points.coins > 5) {
_root.points.coins = _root.points.coins - 6;
tellTarget (speech) {
gotoAndStop (7);
};
}
}
Symbol 643 Button
on (rollOver) {
tellTarget (speech) {
gotoAndStop (5);
};
}
on (press) {
if (_root.golden.a.a) {
if (_root.golden.b.a) {
if (_root.golden.c.a) {
if (_root.golden.d.a) {
if (_root.golden.e.a) {
if (_root.golden.f.a) {
if (_root.golden.g.a) {
if (_root.golden.h.a) {
if (_root.golden.i.a) {
tellTarget (_root) {
gotoAndStop (9);
};
}
}
}
}
}
}
}
}
}
}
Symbol 649 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.golden.a.a) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 652 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.golden.b.a) {
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 656 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.c) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 656 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.golden.c.a) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 658 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 658 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.d) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
Symbol 658 MovieClip Frame 4
gotoAndPlay (1);
Instance of Symbol 61 MovieClip in Symbol 658 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.golden.d.a) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 660 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 660 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.e) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
Symbol 660 MovieClip Frame 4
gotoAndPlay (1);
Instance of Symbol 61 MovieClip in Symbol 660 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.golden.e.a) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 662 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.f) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
Symbol 662 MovieClip Frame 4
gotoAndPlay (1);
Instance of Symbol 61 MovieClip in Symbol 662 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.golden.f.a) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 664 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 664 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.h) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
Symbol 664 MovieClip Frame 4
gotoAndPlay (1);
Instance of Symbol 61 MovieClip in Symbol 664 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.golden.h.a) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 665 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 665 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.f) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
Symbol 665 MovieClip Frame 4
gotoAndPlay (1);
Instance of Symbol 61 MovieClip in Symbol 665 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.golden.g.a) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 667 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level) {
gotoAndStop (5);
}
}
Instance of Symbol 61 MovieClip in Symbol 667 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.level.i) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
}
Symbol 667 MovieClip Frame 4
gotoAndPlay (1);
Instance of Symbol 61 MovieClip "i" in Symbol 667 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.golden.a) {
tellTarget (_parent) {
nextFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 667 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.golden.i.a) {
tellTarget (_parent) {
nextFrame();
};
}
}
Symbol 668 MovieClip Frame 1
stop();
Symbol 669 MovieClip Frame 1
stop();
Symbol 669 MovieClip Frame 2
tellTarget (pass.a) {
stop();
};
tellTarget (pass.b) {
stop();
};
tellTarget (pass.c) {
stop();
};
tellTarget (pass.d) {
stop();
};
tellTarget (pass.e) {
stop();
};
tellTarget (pass.f) {
stop();
};
tellTarget (pass.g) {
stop();
};
tellTarget (pass.h) {
stop();
};
tellTarget (pass.i) {
stop();
};
Symbol 679 MovieClip Frame 2
stop();
Symbol 679 MovieClip Frame 7
tellTarget (pass) {
nextFrame();
};
Instance of Symbol 61 MovieClip in Symbol 680 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Symbol 693 MovieClip Frame 2
tellTarget (_parent.e) {
nextFrame();
};
Symbol 693 MovieClip Frame 40
gotoAndPlay (1);
Symbol 693 MovieClip Frame 44
stop();
Instance of Symbol 61 MovieClip in Symbol 698 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Symbol 698 MovieClip Frame 20
gotoAndPlay (1);
Symbol 698 MovieClip Frame 29
stop();
Symbol 700 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 700 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_parent._parent._parent.righ) {
tellTarget (_parent.a) {
_x = (_x - 10);
};
}
if (_parent._parent._parent.lef) {
tellTarget (_parent.a) {
_x = (_x - 10);
};
}
}
Symbol 700 MovieClip Frame 3
tellTarget (a) {
gotoAndPlay (21);
};
Instance of Symbol 61 MovieClip in Symbol 700 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_parent._parent._parent.righ) {
tellTarget (_parent.a) {
_x = (_x - 10);
};
}
if (_parent._parent._parent.lef) {
tellTarget (_parent.a) {
_x = (_x - 10);
};
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.righ) {
tellTarget (_parent.b) {
_x = (_x - 10);
};
}
if (_parent._parent._parent.lef) {
tellTarget (_parent.b) {
_x = (_x - 10);
};
}
}
Symbol 700 MovieClip Frame 4
tellTarget (b) {
gotoAndPlay (21);
};
Instance of Symbol 61 MovieClip in Symbol 700 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_parent._parent._parent.righ) {
tellTarget (_parent.a) {
_x = (_x - 10);
};
}
if (_parent._parent._parent.lef) {
tellTarget (_parent.a) {
_x = (_x - 10);
};
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.righ) {
tellTarget (_parent.b) {
_x = (_x - 10);
};
}
if (_parent._parent._parent.lef) {
tellTarget (_parent.b) {
_x = (_x - 10);
};
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.righ) {
tellTarget (_parent.c) {
_x = (_x - 10);
};
}
if (_parent._parent._parent.lef) {
tellTarget (_parent.c) {
_x = (_x - 10);
};
}
}
Symbol 700 MovieClip Frame 5
tellTarget (c) {
gotoAndPlay (21);
};
Instance of Symbol 61 MovieClip in Symbol 700 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_parent._parent._parent.righ) {
tellTarget (_parent.a) {
_x = (_x - 10);
};
}
if (_parent._parent._parent.lef) {
tellTarget (_parent.a) {
_x = (_x - 10);
};
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.righ) {
tellTarget (_parent.b) {
_x = (_x - 10);
};
}
if (_parent._parent._parent.lef) {
tellTarget (_parent.b) {
_x = (_x - 10);
};
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.righ) {
tellTarget (_parent.c) {
_x = (_x - 10);
};
}
if (_parent._parent._parent.lef) {
tellTarget (_parent.c) {
_x = (_x - 10);
};
}
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.righ) {
tellTarget (_parent.d) {
_x = (_x - 10);
};
}
if (_parent._parent._parent.lef) {
tellTarget (_parent.d) {
_x = (_x - 10);
};
}
}
Symbol 700 MovieClip Frame 6
tellTarget (d) {
gotoAndPlay (21);
};
Symbol 700 MovieClip Frame 7
gotoAndStop (2);
Symbol 701 MovieClip Frame 1
stop();
Symbol 701 MovieClip Frame 2
gotoAndPlay (1);
Symbol 701 MovieClip Frame 12
tellTarget (bee) {
gotoAndPlay (41);
};
Symbol 701 MovieClip Frame 22
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 701 MovieClip Frame 23
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 701 MovieClip Frame 24
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 701 MovieClip Frame 25
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 701 MovieClip Frame 26
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 701 MovieClip Frame 27
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 701 MovieClip Frame 28
stop();
Symbol 702 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 702 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.bee.alive) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 702 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.bee.alive) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_parent.bee) {
gotoAndPlay (15);
};
tellTarget (_root.jump) {
gotoAndPlay (1);
};
tellTarget (_root.jumpb) {
gotoAndPlay (1);
};
}
}
}
Symbol 702 MovieClip Frame 2
stop();
Instance of Symbol 61 MovieClip in Symbol 703 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.gold) {
play();
};
_root.gold.gold.gold = _root.gold.gold.gold + 1;
tellTarget (_parent) {
gotoAndStop (21);
};
}
}
Symbol 703 MovieClip Frame 20
gotoAndPlay (1);
Symbol 703 MovieClip Frame 21
tellTarget (_root.golden.d) {
nextFrame();
};
Instance of Symbol 483 MovieClip in Symbol 710 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (90);
}
Instance of Symbol 483 MovieClip in Symbol 710 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (60);
}
Instance of Symbol 483 MovieClip in Symbol 710 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (55);
}
Instance of Symbol 483 MovieClip in Symbol 710 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 483 MovieClip in Symbol 710 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (50);
}
Instance of Symbol 483 MovieClip in Symbol 710 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (90);
}
Instance of Symbol 483 MovieClip in Symbol 710 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (60);
}
Instance of Symbol 483 MovieClip in Symbol 710 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (55);
}
Instance of Symbol 483 MovieClip in Symbol 710 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 483 MovieClip in Symbol 710 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (50);
}
Symbol 711 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.swim) {
tellTarget (_root.hero.hero) {
gotoAndPlay (47);
};
tellTarget (_root.jump) {
play();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.swim) {
tellTarget (_root.hero.hero) {
gotoAndPlay (47);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 702 MovieClip in Symbol 711 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop (2);
}
Instance of Symbol 703 MovieClip in Symbol 711 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.golden.d.a) {
gotoAndStop (21);
}
}
Instance of Symbol 706 MovieClip in Symbol 711 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
if (_root.hero.hero.norm) {
tellTarget (_root.hero.hero) {
gotoAndPlay (151);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 711 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.swim) {
tellTarget (_root.hero.hero.splash) {
play();
};
tellTarget (_root.hero.hero) {
gotoAndPlay (47);
};
tellTarget (_root.jump) {
play();
};
}
}
}
Instance of Symbol 708 MovieClip in Symbol 711 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
if (_root.hero.hero.norm) {
tellTarget (_root.hero.hero) {
gotoAndPlay (151);
};
}
}
}
Instance of Symbol 710 MovieClip in Symbol 711 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
if (_root.hero.hero.norm) {
tellTarget (_root.hero.hero) {
gotoAndPlay (151);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 711 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.swim) {
tellTarget (_root.hero.hero.splash) {
play();
};
tellTarget (_root.hero.hero) {
gotoAndPlay (47);
};
tellTarget (_root.jump) {
play();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 711 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.swim) {
tellTarget (_root.hero.hero) {
gotoAndPlay (47);
};
}
}
}
Instance of Symbol 710 MovieClip in Symbol 711 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
if (_root.hero.hero.norm) {
tellTarget (_root.hero.hero) {
gotoAndPlay (151);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 711 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.swim) {
tellTarget (_root.hero.hero) {
gotoAndPlay (47);
};
tellTarget (_root.jump) {
play();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 711 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 711 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 711 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.win) {
play();
};
if (_root.level.ad) {
tellTarget (_root.level) {
nextFrame();
};
}
}
}
Instance of Symbol 702 MovieClip in Symbol 711 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop (2);
}
Instance of Symbol 61 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 720 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 728 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet._y, _root.hero.hero.feet._x, true)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
if (_root.hero.righ) {
if (_root.hero.hero.sds) {
tellTarget (_root.hero) {
tellTarget (_root.backdrop) {
_y = (_y + 12);
};
tellTarget (_root.foreground) {
_y = (_y + 12);
};
};
}
}
if (_root.hero.lef) {
if (_root.hero.hero.sds) {
tellTarget (_root.hero) {
tellTarget (_root.backdrop) {
_y = (_y - 12);
};
tellTarget (_root.foreground) {
_y = (_y - 12);
};
};
}
}
}
}
Instance of Symbol 61 MovieClip in Symbol 730 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet._y, _root.hero.hero.feet._x, true)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
if (_root.hero.righ) {
if (_root.hero.hero.sds) {
tellTarget (_root.hero) {
tellTarget (_root.backdrop) {
_y = (_y - 12);
};
tellTarget (_root.foreground) {
_y = (_y - 12);
};
};
}
}
if (_root.hero.lef) {
if (_root.hero.hero.sds) {
tellTarget (_root.hero) {
tellTarget (_root.backdrop) {
_y = (_y + 12);
};
tellTarget (_root.foreground) {
_y = (_y + 12);
};
};
}
}
}
}
Instance of Symbol 61 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 739 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.lef) {
tellTarget (_parent._parent._parent) {
_x = (_x + 8);
};
}
if (_parent._parent._parent.righ) {
tellTarget (_parent._parent._parent) {
_x = (_x - 8);
};
}
if (this.hitTest(_root.backdrop.backdrop.ba)) {
tellTarget (_parent._parent._parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bb)) {
tellTarget (_parent._parent._parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bc)) {
tellTarget (_parent._parent._parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bd)) {
tellTarget (_parent._parent._parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.be)) {
tellTarget (_parent._parent._parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bf)) {
tellTarget (_parent._parent._parent) {
play();
};
}
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Symbol 741 MovieClip Frame 1
stop();
Symbol 741 MovieClip Frame 2
stop();
Instance of Symbol 61 MovieClip in Symbol 743 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 743 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 743 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 743 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.edge)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 744 MovieClip Frame 1
on (keyPress "<Up>") {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.b) {
play();
};
tellTarget (_parent._parent) {
nextFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 745 MovieClip Frame 1
on (keyPress "<Up>") {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.b) {
play();
};
tellTarget (_root.foreground) {
gotoAndStop (9);
};
tellTarget (_parent._parent) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 746 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.gold) {
play();
};
_root.gold.gold.gold = _root.gold.gold.gold + 1;
tellTarget (_parent) {
gotoAndStop (21);
};
}
}
Symbol 746 MovieClip Frame 20
gotoAndPlay (1);
Symbol 746 MovieClip Frame 21
tellTarget (_root.golden.i) {
nextFrame();
};
Symbol 747 MovieClip Frame 1
stop();
Instance of Symbol 725 MovieClip in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 725 MovieClip in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 725 MovieClip in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 731 MovieClip in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 732 MovieClip in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 731 MovieClip in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 731 MovieClip in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 747 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 509 MovieClip in Symbol 747 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (40);
}
Instance of Symbol 509 MovieClip in Symbol 747 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 61 MovieClip in Symbol 747 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 747 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 747 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.win) {
play();
};
if (_root.level.ae) {
tellTarget (_root.level) {
nextFrame();
};
}
}
}
Instance of Symbol 725 MovieClip in Symbol 747 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 731 MovieClip in Symbol 747 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 725 MovieClip in Symbol 747 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 725 MovieClip in Symbol 747 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 731 MovieClip in Symbol 747 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 731 MovieClip in Symbol 747 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 731 MovieClip in Symbol 747 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 725 MovieClip in Symbol 747 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 746 MovieClip in Symbol 747 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.golden.e.a) {
gotoAndStop (21);
}
}
Instance of Symbol 61 MovieClip in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_parent) {
gotoAndPlay (11);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_parent) {
gotoAndPlay (23);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_parent) {
gotoAndPlay (36);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 766 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_parent) {
gotoAndPlay (64);
};
tellTarget (_root.jumpb) {
play();
};
}
}
Symbol 766 MovieClip Frame 10
gotoAndPlay (1);
Instance of Symbol 61 MovieClip in Symbol 766 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Symbol 766 MovieClip Frame 22
gotoAndPlay (1);
Instance of Symbol 61 MovieClip in Symbol 766 MovieClip Frame 26
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 766 MovieClip Frame 28
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Symbol 766 MovieClip Frame 35
gotoAndPlay (1);
Instance of Symbol 61 MovieClip in Symbol 766 MovieClip Frame 42
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 766 MovieClip Frame 60
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Symbol 766 MovieClip Frame 63
gotoAndPlay (1);
Symbol 766 MovieClip Frame 64
tellTarget (leg) {
gotoAndStop (1);
};
tellTarget (legb) {
gotoAndStop (1);
};
Symbol 766 MovieClip Frame 79
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 766 MovieClip Frame 80
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 766 MovieClip Frame 81
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 766 MovieClip Frame 82
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 766 MovieClip Frame 83
tellTarget (_parent) {
_y = (_y + 100);
};
Symbol 766 MovieClip Frame 84
stop();
Symbol 767 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 767 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.bee.alive) {
if (_parent.lef) {
tellTarget (_parent) {
_x = (_x + 6);
};
}
if (_parent.righ) {
tellTarget (_parent) {
_x = (_x - 6);
};
}
if (this.hitTest(_root.backdrop.backdrop.ba)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.be)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bf)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
}
Symbol 767 MovieClip Frame 2
stop();
Instance of Symbol 61 MovieClip in Symbol 767 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_parent.bee.alive) {
if (_parent.lef) {
tellTarget (_parent) {
_x = (_x + 6);
};
}
if (_parent.righ) {
tellTarget (_parent) {
_x = (_x - 6);
};
}
if (this.hitTest(_root.backdrop.backdrop.ba)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bb)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bc)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bd)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.be)) {
tellTarget (_parent) {
play();
};
}
if (this.hitTest(_root.backdrop.backdrop.bf)) {
tellTarget (_parent) {
play();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 769 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
tellTarget (_parent) {
play();
};
}
}
Symbol 769 MovieClip Frame 2
stop();
Instance of Symbol 61 MovieClip in Symbol 769 MovieClip Frame 20
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
tellTarget (_parent) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 770 MovieClip Frame 70
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 771 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.gold) {
play();
};
_root.gold.gold.gold = _root.gold.gold.gold + 1;
tellTarget (_parent) {
gotoAndStop (21);
};
}
}
Symbol 771 MovieClip Frame 20
gotoAndPlay (1);
Symbol 771 MovieClip Frame 21
tellTarget (_root.golden.f) {
nextFrame();
};
Instance of Symbol 61 MovieClip in Symbol 772 MovieClip Frame 1
on (keyPress "<Up>") {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.b) {
play();
};
tellTarget (_root.foreground) {
gotoAndStop (9);
};
tellTarget (_root.sky) {
gotoAndStop (1);
};
tellTarget (_parent._parent) {
nextFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 773 MovieClip Frame 1
on (keyPress "<Up>") {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.b) {
play();
};
tellTarget (_root.foreground) {
gotoAndStop (9);
};
tellTarget (_root.sky) {
gotoAndStop (5);
};
tellTarget (_root.snow) {
prevFrame();
};
tellTarget (_parent._parent) {
prevFrame();
};
}
}
Symbol 774 MovieClip Frame 1
stop();
Instance of Symbol 525 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attacka)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackb)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackc)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackd)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attacke)) {
play();
}
}
Instance of Symbol 769 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (5);
}
Instance of Symbol 769 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 769 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (15);
}
Instance of Symbol 769 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 769 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (25);
}
Instance of Symbol 769 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (30);
}
Instance of Symbol 769 MovieClip in Symbol 774 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 61 MovieClip in Symbol 774 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 702 MovieClip in Symbol 774 MovieClip Frame 2
onClipEvent (load) {
gotoAndStop (2);
}
Instance of Symbol 702 MovieClip in Symbol 774 MovieClip Frame 2
onClipEvent (load) {
gotoAndStop (2);
}
Instance of Symbol 702 MovieClip in Symbol 774 MovieClip Frame 2
onClipEvent (load) {
gotoAndStop (2);
}
Instance of Symbol 771 MovieClip in Symbol 774 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.golden.f.a) {
gotoAndStop (21);
}
}
Instance of Symbol 61 MovieClip in Symbol 774 MovieClip Frame 3
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Symbol 774 MovieClip Frame 4
tellTarget (_root.map) {
gotoAndStop (12);
};
Instance of Symbol 525 MovieClip in Symbol 774 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attacka)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackb)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackc)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackd)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attacke)) {
play();
}
}
Instance of Symbol 525 MovieClip in Symbol 774 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attacka)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackb)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackc)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attackd)) {
play();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.guy.guy.attacke)) {
play();
}
}
Instance of Symbol 61 MovieClip in Symbol 774 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.win) {
play();
};
if (_root.level.af) {
tellTarget (_root.level) {
nextFrame();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 774 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 774 MovieClip Frame 4
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 776 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.speed.b) {
tellTarget (_parent) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
}
if (_root.speed.c) {
tellTarget (_parent) {
nextFrame();
};
}
if (_root.speed.a) {
tellTarget (_parent) {
nextFrame();
nextFrame();
};
}
}
Symbol 776 MovieClip Frame 130
gotoAndPlay (1);
Symbol 776 MovieClip Frame 131
gotoAndPlay (1);
Symbol 776 MovieClip Frame 132
gotoAndPlay (1);
Symbol 776 MovieClip Frame 133
gotoAndPlay (1);
Instance of Symbol 777 MovieClip in Symbol 778 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
if (_root.hero.hero.norm) {
tellTarget (_root.hero.hero) {
gotoAndPlay (151);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 779 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.speed.b) {
tellTarget (_parent) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
}
if (_root.speed.c) {
tellTarget (_parent) {
nextFrame();
};
}
if (_root.speed.a) {
tellTarget (_parent) {
nextFrame();
nextFrame();
};
}
}
Symbol 779 MovieClip Frame 41
stop();
Symbol 779 MovieClip Frame 42
stop();
Instance of Symbol 61 MovieClip in Symbol 785 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.speed.b) {
tellTarget (_parent) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
}
if (_root.speed.c) {
tellTarget (_parent) {
nextFrame();
};
}
if (_root.speed.a) {
tellTarget (_parent) {
nextFrame();
nextFrame();
};
}
}
Symbol 785 MovieClip Frame 41
stop();
Symbol 785 MovieClip Frame 42
stop();
Instance of Symbol 61 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.speed.b) {
tellTarget (_parent) {
play();
};
}
if (_root.speed.c) {
tellTarget (_parent) {
stop();
};
}
if (_root.speed.a) {
tellTarget (_parent) {
play();
};
}
}
Symbol 788 MovieClip Frame 368
tellTarget (_root.foreground.fore) {
play();
};
tellTarget (_root.win) {
gotoAndPlay (25);
};
Symbol 788 MovieClip Frame 400
tellTarget (_root) {
prevFrame();
};
Symbol 790 MovieClip Frame 2
stop();
Instance of Symbol 61 MovieClip in Symbol 794 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.speed.b) {
tellTarget (_parent) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
}
if (_root.speed.c) {
tellTarget (_parent) {
nextFrame();
};
}
if (_root.speed.a) {
tellTarget (_parent) {
nextFrame();
nextFrame();
};
}
}
Symbol 794 MovieClip Frame 41
stop();
Symbol 794 MovieClip Frame 42
stop();
Instance of Symbol 61 MovieClip in Symbol 798 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.speed.b) {
tellTarget (_parent) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
}
if (_root.speed.c) {
tellTarget (_parent) {
nextFrame();
};
}
if (_root.speed.a) {
tellTarget (_parent) {
nextFrame();
nextFrame();
};
}
}
Symbol 798 MovieClip Frame 41
gotoAndPlay (1);
Symbol 798 MovieClip Frame 42
gotoAndPlay (1);
Instance of Symbol 798 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 798 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 798 MovieClip in Symbol 799 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (30);
}
Symbol 800 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.bee.alive) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.bee.alive) {
if (_parent._parent.boss.ice.fall) {
tellTarget (_parent.bee) {
gotoAndPlay (15);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.bee.alive) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_parent.bee) {
gotoAndPlay (15);
};
tellTarget (_root.jump) {
gotoAndPlay (1);
};
tellTarget (_root.jumpb) {
gotoAndPlay (1);
};
}
}
}
Symbol 800 MovieClip Frame 2
stop();
Instance of Symbol 61 MovieClip in Symbol 801 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.speed.b) {
tellTarget (_parent) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
}
if (_root.speed.c) {
tellTarget (_parent) {
nextFrame();
};
}
if (_root.speed.a) {
tellTarget (_parent) {
nextFrame();
nextFrame();
};
}
}
Symbol 801 MovieClip Frame 100
stop();
Symbol 801 MovieClip Frame 101
stop();
Symbol 802 MovieClip Frame 14
gotoAndPlay (1);
Symbol 802 MovieClip Frame 18
tellTarget (_parent) {
play();
};
Symbol 803 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 803 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 803 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_parent.bee) {
gotoAndPlay (15);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 804 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.speed.b) {
tellTarget (_parent) {
_x = (_x - 7);
};
}
if (_root.speed.c) {
tellTarget (_parent) {
_x = (_x + 4);
};
}
}
Symbol 804 MovieClip Frame 141
stop();
Instance of Symbol 61 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.gold) {
play();
};
_root.gold.gold.gold = _root.gold.gold.gold + 1;
tellTarget (_parent) {
gotoAndStop (21);
};
}
}
Symbol 805 MovieClip Frame 20
gotoAndPlay (1);
Symbol 805 MovieClip Frame 21
tellTarget (_root.golden.g) {
nextFrame();
};
Instance of Symbol 805 MovieClip in Symbol 806 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.golden.g.a) {
gotoAndStop (21);
}
}
Symbol 806 MovieClip Frame 21
stop();
Instance of Symbol 61 MovieClip in Symbol 807 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.speed.b) {
tellTarget (_parent) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
}
if (_root.speed.c) {
tellTarget (_parent) {
nextFrame();
};
}
if (_root.speed.a) {
tellTarget (_parent) {
nextFrame();
nextFrame();
};
}
}
Symbol 807 MovieClip Frame 140
stop();
Symbol 807 MovieClip Frame 141
stop();
Instance of Symbol 61 MovieClip in Symbol 809 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.speed.b) {
tellTarget (_parent) {
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
nextFrame();
};
}
if (_root.speed.c) {
tellTarget (_parent) {
nextFrame();
};
}
if (_root.speed.a) {
tellTarget (_parent) {
nextFrame();
nextFrame();
};
}
}
Symbol 809 MovieClip Frame 61
stop();
Symbol 809 MovieClip Frame 62
stop();
Symbol 811 MovieClip Frame 2
tellTarget (_root.hero.hero) {
gotoAndStop (191);
};
tellTarget (_root.hero) {
gotoAndStop (3);
};
Symbol 811 MovieClip Frame 1597
tellTarget (_root.win) {
gotoAndPlay (25);
};
if (_root.level.ag) {
tellTarget (_root.level) {
nextFrame();
};
}
Symbol 811 MovieClip Frame 1630
tellTarget (_root) {
prevFrame();
};
Symbol 818 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 821 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.head.crack.dead) {
tellTarget (_parent) {
gotoAndPlay (211);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 821 MovieClip Frame 45
onClipEvent (enterFrame) {
if (_parent.head.crack.dead) {
tellTarget (_parent) {
gotoAndPlay (211);
};
}
}
Instance of Symbol 813 MovieClip in Symbol 821 MovieClip Frame 78
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 813 MovieClip in Symbol 821 MovieClip Frame 80
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 813 MovieClip in Symbol 821 MovieClip Frame 82
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 813 MovieClip in Symbol 821 MovieClip Frame 84
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 818 MovieClip in Symbol 821 MovieClip Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_parent) {
_x = (_x - 10);
};
}
}
Instance of Symbol 818 MovieClip in Symbol 821 MovieClip Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_parent) {
_x = (_x + 10);
};
}
}
Symbol 821 MovieClip Frame 197
tellTarget (_parent.eggs) {
play();
};
Symbol 821 MovieClip Frame 210
gotoAndPlay (1);
Symbol 821 MovieClip Frame 231
stop();
Instance of Symbol 746 MovieClip in Symbol 821 MovieClip Frame 231
onClipEvent (enterFrame) {
if (_root.golden.i.a) {
gotoAndStop (21);
}
}
Instance of Symbol 61 MovieClip in Symbol 821 MovieClip Frame 231
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.win) {
nextFrame();
};
tellTarget (_root.csg) {
play();
};
}
}
Instance of Symbol 725 MovieClip in Symbol 823 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Symbol 823 MovieClip Frame 15
stop();
Symbol 823 MovieClip Frame 21
stop();
Symbol 824 MovieClip Frame 1
stop();
Symbol 824 MovieClip Frame 9
tellTarget (_root.backdrop.backdrop.boss.head.bomb) {
play();
};
Symbol 824 MovieClip Frame 10
stop();
Symbol 825 MovieClip Frame 15
stop();
Instance of Symbol 61 MovieClip in Symbol 825 MovieClip Frame 15
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.dash) {
tellTarget (_parent.egg) {
play();
};
}
}
}
Symbol 825 MovieClip Frame 22
stop();
Symbol 826 MovieClip Frame 1
stop();
Symbol 826 MovieClip Frame 2
stop();
Symbol 826 MovieClip Frame 3
stop();
tellTarget (a) {
play();
};
tellTarget (b) {
play();
};
tellTarget (c) {
play();
};
tellTarget (d) {
play();
};
tellTarget (e) {
play();
};
Symbol 826 MovieClip Frame 4
stop();
Symbol 826 MovieClip Frame 5
stop();
tellTarget (a) {
play();
};
tellTarget (b) {
play();
};
tellTarget (c) {
play();
};
tellTarget (d) {
play();
};
tellTarget (e) {
play();
};
Symbol 826 MovieClip Frame 6
stop();
Symbol 826 MovieClip Frame 7
stop();
tellTarget (a) {
play();
};
tellTarget (b) {
play();
};
tellTarget (c) {
play();
};
tellTarget (d) {
play();
};
tellTarget (e) {
play();
};
Symbol 826 MovieClip Frame 8
stop();
Symbol 826 MovieClip Frame 9
stop();
tellTarget (a) {
play();
};
tellTarget (b) {
play();
};
tellTarget (c) {
play();
};
tellTarget (d) {
play();
};
tellTarget (e) {
play();
};
Symbol 826 MovieClip Frame 10
stop();
Symbol 826 MovieClip Frame 11
stop();
tellTarget (a) {
play();
};
tellTarget (b) {
play();
};
tellTarget (c) {
play();
};
tellTarget (d) {
play();
};
tellTarget (e) {
play();
};
Symbol 826 MovieClip Frame 12
gotoAndStop (2);
Instance of Symbol 61 MovieClip in Symbol 827 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 827 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 828 MovieClip Frame 1
on (keyPress "<Up>") {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.b) {
play();
};
tellTarget (_root.foreground) {
gotoAndStop (9);
};
tellTarget (_parent._parent) {
nextFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 831 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 831 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.death.restart)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 833 MovieClip Frame 1
on (keyPress "<Up>") {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.b) {
play();
};
tellTarget (_root.foreground) {
gotoAndStop (9);
};
tellTarget (_parent._parent) {
prevFrame();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 834 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.gold) {
play();
};
_root.gold.gold.gold = _root.gold.gold.gold + 1;
tellTarget (_parent) {
gotoAndStop (21);
};
}
}
Symbol 834 MovieClip Frame 20
gotoAndPlay (1);
Symbol 834 MovieClip Frame 21
tellTarget (_root.golden.h) {
nextFrame();
};
Symbol 835 MovieClip Frame 1
tellTarget (_root.map) {
gotoAndStop (11);
};
stop();
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 731 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 731 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 731 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 731 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 731 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 61 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 835 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.death) {
play();
};
}
}
Symbol 835 MovieClip Frame 2
tellTarget (_root.map) {
gotoAndStop (2);
};
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 769 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndPlay (35);
}
Instance of Symbol 61 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.win) {
play();
};
if (_root.level.ah) {
tellTarget (_root.level) {
nextFrame();
};
}
}
}
Instance of Symbol 702 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndStop (2);
}
Instance of Symbol 702 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (load) {
gotoAndStop (2);
}
Instance of Symbol 725 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 725 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 725 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 834 MovieClip in Symbol 835 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.golden.h.a) {
gotoAndStop (21);
}
}
Symbol 836 MovieClip Frame 1
stop();
Symbol 836 MovieClip Frame 3
stop();
Instance of Symbol 523 MovieClip "backdrop" in Symbol 836 MovieClip Frame 3
/* no clip actions */
Symbol 836 MovieClip Frame 4
stop();
Symbol 836 MovieClip Frame 5
stop();
Symbol 836 MovieClip Frame 6
tellTarget (_root.win) {
nextFrame();
};
tellTarget (_root.hero) {
_x = (_x - 200);
};
Symbol 836 MovieClip Frame 10
tellTarget (_root.hero.hero) {
gotoAndStop (191);
};
Symbol 836 MovieClip Frame 11
tellTarget (_root.hero.hero) {
gotoAndStop (191);
};
Symbol 837 MovieClip Frame 1
stop();
Symbol 849 MovieClip Frame 1
stop();
Symbol 850 MovieClip Frame 1
stop();
Instance of Symbol 308 MovieClip in Symbol 850 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_parent._parent.allow) {
tellTarget (_parent._parent) {
gotoAndPlay (58);
};
}
}
Symbol 851 MovieClip Frame 25
stop();
tellTarget (_parent._parent) {
gotoAndPlay (83);
};
Symbol 852 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 852 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.fall) {
tellTarget (_parent._parent) {
gotoAndPlay (95);
};
}
tellTarget (_parent._parent.dasha) {
gotoAndStop (1);
};
}
Symbol 853 MovieClip Frame 1
stop();
Symbol 853 MovieClip Frame 2
play();
Instance of Symbol 308 MovieClip in Symbol 853 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_parent._parent.allow) {
tellTarget (_parent._parent) {
gotoAndPlay (23);
};
}
}
Symbol 853 MovieClip Frame 4
tellTarget (_parent) {
gotoAndPlay (41);
};
Symbol 853 MovieClip Frame 5
tellTarget (_parent) {
gotoAndPlay (42);
};
Symbol 853 MovieClip Frame 6
tellTarget (_parent) {
gotoAndPlay (43);
};
Symbol 854 MovieClip Frame 1
stop();
Symbol 866 MovieClip Frame 10
stop();
Instance of Symbol 61 MovieClip in Symbol 872 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.speed.b) {
tellTarget (_parent) {
play();
};
}
if (_root.speed.c) {
tellTarget (_parent) {
gotoAndStop (5);
};
}
if (_root.speed.a) {
tellTarget (_parent) {
play();
};
}
}
Symbol 872 MovieClip Frame 4
gotoAndPlay (1);
Symbol 874 MovieClip Frame 2
stop();
Symbol 875 MovieClip Frame 22
gotoAndPlay (1);
Symbol 875 MovieClip Frame 40
if (run.run) {
gotoAndPlay (26);
}
Symbol 875 MovieClip Frame 46
gotoAndPlay (1);
Symbol 875 MovieClip Frame 47
tellTarget (jumpable) {
nextFrame();
};
Symbol 875 MovieClip Frame 57
gotoAndPlay (1);
Instance of Symbol 61 MovieClip in Symbol 875 MovieClip Frame 61
onClipEvent (enterFrame) {
if (_parent.crouch.no) {
tellTarget (_parent) {
gotoAndPlay (80);
};
}
}
Symbol 875 MovieClip Frame 79
gotoAndPlay (64);
Symbol 875 MovieClip Frame 82
gotoAndPlay (1);
Symbol 875 MovieClip Frame 94
gotoAndPlay (87);
Symbol 875 MovieClip Frame 99
gotoAndPlay (1);
Symbol 875 MovieClip Frame 101
tellTarget (dasha) {
nextFrame();
};
tellTarget (jumpable) {
nextFrame();
};
Instance of Symbol 857 MovieClip in Symbol 875 MovieClip Frame 101
onClipEvent (enterFrame) {
if (_root.hero.lef) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
if (_root.hero.righ) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
Symbol 875 MovieClip Frame 110
gotoAndPlay (1);
Symbol 875 MovieClip Frame 117
gotoAndPlay (1);
Symbol 875 MovieClip Frame 129
stop();
Symbol 875 MovieClip Frame 130
tellTarget (jumpable) {
prevFrame();
};
Symbol 875 MovieClip Frame 150
gotoAndPlay (134);
Symbol 875 MovieClip Frame 170
gotoAndPlay (155);
Symbol 875 MovieClip Frame 179
gotoAndPlay (155);
Symbol 875 MovieClip Frame 185
gotoAndPlay (155);
Symbol 875 MovieClip Frame 190
stop();
Instance of Symbol 866 MovieClip "water" in Symbol 875 MovieClip Frame 191
onClipEvent (load) {
gotoAndStop (10);
}
Symbol 875 MovieClip Frame 192
tellTarget (_root.hero) {
_y = (_y - 25);
};
Symbol 875 MovieClip Frame 193
tellTarget (_root.hero) {
_y = (_y - 25);
};
Symbol 875 MovieClip Frame 194
tellTarget (_root.hero) {
_y = (_y - 25);
};
Symbol 875 MovieClip Frame 195
tellTarget (_root.hero) {
_y = (_y - 20);
};
Symbol 875 MovieClip Frame 196
tellTarget (_root.hero) {
_y = (_y - 10);
};
Symbol 875 MovieClip Frame 197
tellTarget (water) {
play();
};
Symbol 875 MovieClip Frame 198
tellTarget (_root.hero) {
_y = (_y + 15);
};
Symbol 875 MovieClip Frame 199
tellTarget (_root.hero) {
_y = (_y + 45);
};
Symbol 875 MovieClip Frame 200
tellTarget (_root.hero) {
_y = (_y + 45);
};
Symbol 875 MovieClip Frame 204
gotoAndStop (191);
Symbol 876 Button
on (keyPress "a") {
if (_root.win.no) {
if (hero.dasha.yes) {
tellTarget (hero) {
gotoAndPlay (100);
};
}
}
}
on (keyPress "A") {
if (_root.win.no) {
if (hero.dasha.yes) {
tellTarget (hero) {
gotoAndPlay (100);
};
}
}
}
Symbol 877 MovieClip Frame 1
stop();
Symbol 877 MovieClip Frame 2
stop();
Symbol 877 MovieClip Frame 3
stop();
Instance of Symbol 61 MovieClip in Symbol 882 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 882 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 882 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 882 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 882 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.stage) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 884 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 894 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.hit)) {
tellTarget (_root.health) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 894 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x + 15);
};
tellTarget (_root.foreground) {
_x = (_x + 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x + 40);
};
tellTarget (_root.foreground) {
_x = (_x + 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 894 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_x = (_x - 15);
};
tellTarget (_root.foreground) {
_x = (_x - 15);
};
}
if (_root.hero.hero.dash) {
tellTarget (_root.backdrop) {
_x = (_x - 40);
};
tellTarget (_root.foreground) {
_x = (_x - 40);
};
}
}
}
Instance of Symbol 61 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
if (_root.hero.hero.nondash) {
tellTarget (_root.backdrop) {
_y = (_y + 25);
};
tellTarget (_root.foreground) {
_y = (_y + 25);
};
}
tellTarget (_root.hero.hero.jumpable) {
prevFrame();
};
}
}
Symbol 902 MovieClip Frame 1
stop();
Symbol 902 MovieClip Frame 40
stop();
Symbol 903 MovieClip Frame 1
stop();
Symbol 903 MovieClip Frame 4
stop();
Instance of Symbol 895 MovieClip in Symbol 903 MovieClip Frame 4
onClipEvent (load) {
gotoAndPlay (15);
}
Instance of Symbol 895 MovieClip in Symbol 903 MovieClip Frame 4
onClipEvent (load) {
gotoAndPlay (35);
}
Symbol 903 MovieClip Frame 6
stop();
Symbol 917 MovieClip Frame 1
stop();
Symbol 917 MovieClip Frame 2
if (_root.hero.hero.norm) {
tellTarget (_root.hero.hero) {
gotoAndPlay (111);
};
}
if (_root.hero.hero.swim) {
tellTarget (_root.hero.hero) {
gotoAndPlay (180);
};
}
Symbol 917 MovieClip Frame 21
stop();
Symbol 917 MovieClip Frame 22
if (_root.hero.hero.norm) {
tellTarget (_root.hero.hero) {
gotoAndPlay (111);
};
}
if (_root.hero.hero.swim) {
tellTarget (_root.hero.hero) {
gotoAndPlay (180);
};
}
Symbol 917 MovieClip Frame 41
stop();
Symbol 917 MovieClip Frame 42
if (_root.hero.hero.norm) {
tellTarget (_root.hero.hero) {
gotoAndPlay (111);
};
}
if (_root.hero.hero.swim) {
tellTarget (_root.hero.hero) {
gotoAndPlay (180);
};
}
Symbol 917 MovieClip Frame 51
if (_root.hero.hero.norm) {
tellTarget (_root.hero.hero) {
gotoAndPlay (118);
};
}
if (_root.hero.hero.swim) {
tellTarget (_root.hero.hero) {
gotoAndPlay (186);
};
}
Symbol 917 MovieClip Frame 55
tellTarget (_root.death) {
play();
};
stop();
Symbol 918 MovieClip Frame 1
stop();
Symbol 918 MovieClip Frame 2
tellTarget (_root.hero.hero) {
gotoAndPlay (47);
};
Symbol 918 MovieClip Frame 22
tellTarget (_root.hero.hero) {
gotoAndPlay (47);
};
Symbol 918 MovieClip Frame 42
if (_root.hero.hero.nonboat) {
tellTarget (_root.hero.hero) {
gotoAndPlay (47);
};
}
Symbol 918 MovieClip Frame 60
tellTarget (_root) {
prevFrame();
};
Symbol 929 MovieClip Frame 1
stop();
Symbol 929 MovieClip Frame 2
stop();
Symbol 929 MovieClip Frame 3
Symbol 929 MovieClip Frame 22
stop();
Symbol 929 MovieClip Frame 42
stop();
Symbol 929 MovieClip Frame 43
Symbol 929 MovieClip Frame 52
stop();
tellTarget (_root.backdrop.backdrop) {
gotoAndStop (5);
};
Symbol 929 MovieClip Frame 60
gotoAndStop (53);
Symbol 931 MovieClip Frame 1
stop();
Symbol 959 MovieClip Frame 470
tellTarget (_root) {
gotoAndStop (2);
};
Symbol 960 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 960 MovieClip Frame 2
onClipEvent (enterFrame) {
tellTarget (_root.hero.hero.jumpable) {
nextFrame();
};
}
Instance of Symbol 61 MovieClip in Symbol 960 MovieClip Frame 13
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.hero.feet)) {
tellTarget (_root.backdrop) {
_y = (_y + 30);
};
tellTarget (_root.foreground) {
_y = (_y + 30);
};
}
}
Symbol 960 MovieClip Frame 27
stopAllSounds();
Symbol 960 MovieClip Frame 29
if (_root.lives.lives.lives < 1) {
stop();
}
Symbol 960 MovieClip Frame 30
_root.lives.lives.lives = _root.lives.lives.lives - 1;
tellTarget (_root.lives) {
play();
};
Symbol 960 MovieClip Frame 35
tellTarget (_root) {
prevFrame();
};
Symbol 961 Button
on (keyPress "Q") {
if (_root.win.no) {
nextFrame();
}
}
on (keyPress "q") {
if (_root.win.no) {
nextFrame();
}
}
Symbol 965 Button
on (press) {
stopAllSounds();
tellTarget (_root) {
gotoAndStop (2);
};
}
Symbol 967 Button
on (press) {
tellTarget (_root) {
prevFrame();
};
}
Symbol 969 Button
on (press) {
gotoAndStop (1);
}
Symbol 970 Button
on (keyPress "Q") {
if (_root.win.no) {
prevFrame();
}
}
on (keyPress "q") {
if (_root.win.no) {
prevFrame();
}
}
Symbol 971 MovieClip Frame 1
stop();
Symbol 975 MovieClip Frame 40
stop();
Symbol 979 Button
on (press) {
tellTarget (_root) {
gotoAndStop (6);
};
}
Symbol 980 Button
on (press) {
tellTarget (_parent) {
nextFrame();
};
}
Symbol 981 MovieClip Frame 1
stop();
Instance of Symbol 61 MovieClip in Symbol 987 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mini.mallet.shot)) {
tellTarget (_parent) {
gotoAndPlay (13);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 987 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mini.b)) {
tellTarget (_root.mini.death) {
play();
};
}
}
Instance of Symbol 61 MovieClip in Symbol 987 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.slow) {
tellTarget (_parent) {
_x = (_x - 12);
};
}
if (_parent._parent.medd) {
tellTarget (_parent) {
_x = (_x - 15);
};
}
if (_parent._parent.high) {
tellTarget (_parent) {
_x = (_x - 18);
};
}
if (_parent._parent.vhigh) {
tellTarget (_parent) {
_x = (_x - 21);
};
}
if (_parent._parent.ext) {
tellTarget (_parent) {
_x = (_x - 27);
};
}
}
Symbol 987 MovieClip Frame 12
gotoAndPlay (1);
Symbol 987 MovieClip Frame 36
_x = (_x + 700);
_parent._parent.score = _parent._parent.score + 10;
Symbol 988 MovieClip Frame 120
tellTarget (_parent) {
nextFrame();
};
Instance of Symbol 61 MovieClip in Symbol 989 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.slow) {
tellTarget (_parent) {
_x = (_x + 12);
};
}
if (_parent._parent.medd) {
tellTarget (_parent) {
_x = (_x + 15);
};
}
if (_parent._parent.high) {
tellTarget (_parent) {
_x = (_x + 18);
};
}
if (_parent._parent.vhigh) {
tellTarget (_parent) {
_x = (_x + 21);
};
}
if (_parent._parent.ext) {
tellTarget (_parent) {
_x = (_x + 27);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 989 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mini.mallet.shot)) {
tellTarget (_parent) {
gotoAndPlay (13);
};
}
}
Instance of Symbol 61 MovieClip in Symbol 989 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.mini.a)) {
tellTarget (_root.mini.death) {
play();
};
}
}
Symbol 989 MovieClip Frame 12
gotoAndPlay (1);
Symbol 989 MovieClip Frame 36
_x = (_x - 700);
_parent._parent.score = _parent._parent.score + 10;
Symbol 990 MovieClip Frame 1
stop();
Symbol 993 MovieClip Frame 1
stop();
Symbol 995 Button
on (press) {
tellTarget (_parent) {
prevFrame();
};
}
Symbol 998 MovieClip Frame 1
stop();
Symbol 998 MovieClip Frame 2
Mouse.show();
stop();
Symbol 998 MovieClip Frame 4
gotoAndStop (2);
Symbol 1000 MovieClip Frame 1
Mouse.show();
stop();
stopAllSounds();
Symbol 1000 MovieClip Frame 2
score = 0;
stop();
Instance of Symbol 993 MovieClip "mallet" in Symbol 1000 MovieClip Frame 2
onClipEvent (load) {
Mouse.hide();
this.startDrag(true);
speed = 20;
track2x = this._x;
track2y = this._y;
}
onClipEvent (mouseDown) {
play();
}