Frame 11
stop();
Frame 12
stop();
Frame 13
life = "1000";
stop();
Frame 15
stop();
Instance of Symbol 207 MovieClip "Batobelmont" in Frame 15
onClipEvent (load) {
oldx = _x;
oldy = _y;
moveSpeed = 15;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) {
} else {
this._x = this._x + moveSpeed;
this.legs.play();
}
} else if (Key.isDown(37)) {
if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) {
} else {
this._x = this._x - moveSpeed;
this.legs.play();
}
}
}
Instance of Symbol 209 MovieClip in Frame 15
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont)) {
_root.play();
_root.Batobelmont._x = _root.Batobelmont.oldx;
_root.Batobelmont._y = _root.Batobelmont.oldy;
}
}
Instance of Symbol 211 MovieClip in Frame 15
onClipEvent (load) {
x = Batobelmont_x;
y = Batobelmont_y;
}
Instance of Symbol 213 MovieClip in Frame 15
onClipEvent (load) {
if (life <= 1000) {
_root.gotoAndStop("Game Over", 1);
}
}
Frame 16
stop();
Instance of Symbol 209 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont)) {
_root.Batobelmont._x = _root.Batobelmont.oldx;
_root.Batobelmont._y = _root.Batobelmont.oldy;
_root.play();
}
}
Instance of Symbol 207 MovieClip "Batobelmont" in Frame 16
onClipEvent (load) {
oldx = _x;
oldy = _y;
moveSpeed = 15;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) {
} else {
this._x = this._x + moveSpeed;
this.legs.play();
}
} else if (Key.isDown(37)) {
if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) {
} else {
this._x = this._x - moveSpeed;
this.legs.play();
}
}
}
Frame 17
stop();
Instance of Symbol 270 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Instance of Symbol 207 MovieClip "Batobelmont" in Frame 17
onClipEvent (load) {
oldx = _x;
oldy = _y;
moveSpeed = 15;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) {
} else {
this._x = this._x + moveSpeed;
this.legs.play();
}
} else if (Key.isDown(37)) {
if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) {
} else {
this._x = this._x - moveSpeed;
this.legs.play();
}
}
}
Frame 18
stop();
Instance of Symbol 310 MovieClip "suord" in Frame 18
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Instance of Symbol 209 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont)) {
stopAllSounds();
_root.Batobelmont._x = _root.Batobelmont.oldx;
_root.Batobelmont._y = _root.Batobelmont.oldy;
_root.play();
}
}
Frame 19
life = "1000";
Frame 20
stop();
Instance of Symbol 207 MovieClip "Batobelmont" in Frame 20
onClipEvent (load) {
oldx = _x;
oldy = _y;
moveSpeed = 15;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) {
} else {
this._x = this._x + moveSpeed;
this.legs.play();
}
} else if (Key.isDown(37)) {
if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) {
} else {
this._x = this._x - moveSpeed;
this.legs.play();
}
}
}
Frame 21
stop();
Instance of Symbol 207 MovieClip "Batobelmont" in Frame 21
onClipEvent (load) {
oldx = _x;
oldy = _y;
moveSpeed = 15;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) {
} else {
this._x = this._x + moveSpeed;
this.legs.play();
}
} else if (Key.isDown(37)) {
if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) {
} else {
this._x = this._x - moveSpeed;
this.legs.play();
}
}
}
Instance of Symbol 209 MovieClip in Frame 21
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont)) {
_root.Batobelmont._x = _root.Batobelmont.oldx;
_root.Batobelmont._y = _root.Batobelmont.oldy;
_root.play();
}
}
Instance of Symbol 310 MovieClip "suord" in Frame 21
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Instance of Symbol 310 MovieClip "suord2" in Frame 21
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Frame 22
stop();
Instance of Symbol 338 MovieClip "ball" in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 50;
}
}
Frame 23
stop();
Instance of Symbol 209 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont)) {
_root.Batobelmont._x = _root.Batobelmont.oldx;
_root.Batobelmont._y = _root.Batobelmont.oldy;
_root.play();
}
}
Instance of Symbol 310 MovieClip "suord" in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Instance of Symbol 270 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Frame 25
stop();
Instance of Symbol 209 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont)) {
stopAllSounds();
_root.Batobelmont._x = _root.Batobelmont.oldx;
_root.Batobelmont._y = _root.Batobelmont.oldy;
_root.play();
}
}
Instance of Symbol 310 MovieClip "suord" in Frame 25
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Instance of Symbol 270 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Instance of Symbol 310 MovieClip "suord2" in Frame 25
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Instance of Symbol 207 MovieClip "Batobelmont" in Frame 25
onClipEvent (load) {
oldx = _x;
oldy = _y;
moveSpeed = 15;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) {
} else {
this._x = this._x + moveSpeed;
this.legs.play();
}
} else if (Key.isDown(37)) {
if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) {
} else {
this._x = this._x - moveSpeed;
this.legs.play();
}
}
}
Frame 26
life = "1000";
Frame 27
stop();
Instance of Symbol 207 MovieClip "Batobelmont" in Frame 27
onClipEvent (load) {
oldx = _x;
oldy = _y;
moveSpeed = 15;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) {
} else {
this._x = this._x + moveSpeed;
this.legs.play();
}
} else if (Key.isDown(37)) {
if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) {
} else {
this._x = this._x - moveSpeed;
this.legs.play();
}
}
}
Frame 28
stop();
Instance of Symbol 209 MovieClip in Frame 28
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont)) {
_root.Batobelmont._x = _root.Batobelmont.oldx;
_root.Batobelmont._y = _root.Batobelmont.oldy;
_root.play();
}
}
Instance of Symbol 310 MovieClip "suord" in Frame 28
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Instance of Symbol 310 MovieClip "suord2" in Frame 28
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Frame 29
stop();
Frame 30
stop();
Instance of Symbol 270 MovieClip in Frame 30
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Frame 31
stop();
Instance of Symbol 338 MovieClip "ball" in Frame 31
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 50;
}
}
Instance of Symbol 310 MovieClip "suord" in Frame 31
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Instance of Symbol 310 MovieClip "suord2" in Frame 31
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Instance of Symbol 270 MovieClip in Frame 31
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Frame 32
stopAllSounds();
life = "1000";
boss = "50";
Frame 33
stop();
Instance of Symbol 207 MovieClip "Batobelmont" in Frame 33
onClipEvent (load) {
oldx = _x;
oldy = _y;
moveSpeed = 15;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) {
} else {
this._x = this._x + moveSpeed;
this.legs.play();
}
} else if (Key.isDown(37)) {
if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) {
} else {
this._x = this._x - moveSpeed;
this.legs.play();
}
}
}
Frame 34
stop();
Instance of Symbol 367 MovieClip "bat" in Frame 34
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.whip.las)) {
_root.boss = _root.boss - 5;
}
}
Frame 38
gotoAndPlay (40);
Instance of Symbol 209 MovieClip in Frame 38
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont)) {
gotoAndPlay (40);
}
}
Frame 39
stopAllSounds();
stop();
Frame 40
stop();
Frame 41
stop();
Instance of Symbol 207 MovieClip "Batobelmont" in Frame 41
onClipEvent (load) {
oldx = _x;
oldy = _y;
moveSpeed = 15;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.Walls.hitTest(getBounds(_root).xMax, _y, true)) {
} else {
this._x = this._x + moveSpeed;
this.legs.play();
}
} else if (Key.isDown(37)) {
if (_root.Walls.hitTest(getBounds(_root).xMin, _y, true)) {
} else {
this._x = this._x - moveSpeed;
this.legs.play();
}
}
}
Symbol 13 Button
on (release) {
_root.play();
}
Symbol 14 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop (3);
}
Symbol 14 MovieClip Frame 2
gotoAndPlay (1);
Symbol 25 Button
on (keyPress "<Down>") {
play();
}
on (keyPress "<Up>") {
gotoAndPlay (12);
}
on (keyPress "<Enter>") {
gotoAndPlay (13);
}
Symbol 27 Button
on (keyPress "<Down>") {
gotoAndPlay (11);
}
on (keyPress "<Up>") {
gotoAndPlay (11);
}
Symbol 29 Button
on (keyPress "<Enter>") {
gotoAndPlay (41);
}
Symbol 45 MovieClip Frame 57
stop();
Symbol 47 Button
on (release) {
play();
}
Symbol 60 MovieClip Frame 1
stop();
Instance of Symbol 52 MovieClip "medu" in Symbol 60 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Symbol 60 MovieClip Frame 15
stop();
Symbol 61 MovieClip Frame 23
gotoAndPlay (1);
Symbol 69 Button
on (keyPress "z") {
play();
}
Symbol 79 MovieClip Frame 1
stop();
Instance of Symbol 75 MovieClip "las" in Symbol 79 MovieClip Frame 5
onClipEvent (load) {
if (hitTest(_root.medu.medu.medu)) {
_root.medu.stop();
_root.medu.medu.play();
}
}
onClipEvent (load) {
if (hitTest(_root.snake)) {
_root.snake.gotoAndPlay(35);
}
}
onClipEvent (load) {
if (hitTest(_root.suord)) {
_root.suord.gotoAndPlay(100);
}
}
onClipEvent (load) {
if (hitTest(_root.suord2)) {
_root.suord2.gotoAndPlay(100);
}
}
onClipEvent (load) {
if (hitTest(_root.ball)) {
_root.ball.gotoAndPlay(25);
}
}
onClipEvent (load) {
if (hitTest(_root.snake2)) {
_root.snake2.gotoAndPlay(35);
}
}
Symbol 86 Button
on (keyPress "<Down>") {
play();
}
on (keyPress "x") {
gotoAndPlay (3);
}
Symbol 88 MovieClip Frame 1
stop();
Symbol 89 Button
on (keyPress "<Down>") {
play();
}
on (keyPress "x") {
gotoAndPlay (3);
}
Symbol 92 Button
on (keyPress "<Left>") {
gotoAndPlay (29);
}
Symbol 101 MovieClip Frame 1
stop();
Instance of Symbol 75 MovieClip in Symbol 101 MovieClip Frame 5
onClipEvent (load) {
if (hitTest(_root.medu.medu.medu)) {
_root.medu.stop();
_root.medu.medu.play();
}
}
onClipEvent (load) {
if (hitTest(_root.snake)) {
_root.snake.gotoAndPlay(35);
}
}
onClipEvent (load) {
if (hitTest(_root.suord)) {
_root.suord.gotoAndPlay(100);
}
}
onClipEvent (load) {
if (hitTest(_root.suord2)) {
_root.suord2.gotoAndPlay(100);
}
}
onClipEvent (load) {
if (hitTest(_root.ball)) {
_root.ball.gotoAndPlay(25);
}
}
onClipEvent (load) {
if (hitTest(_root.snake2)) {
_root.snake2.gotoAndPlay(35);
}
}
Symbol 102 Button
on (keyPress "<Up>") {
gotoAndPlay (1);
}
on (keyPress "x") {
gotoAndPlay (3);
}
Symbol 107 MovieClip Frame 1
stop();
Symbol 108 Button
on (keyPress "x") {
gotoAndPlay (3);
}
on (keyPress "<Left>") {
gotoAndPlay (30);
}
Symbol 110 Button
on (keyPress "<Down>") {
play();
}
Symbol 119 MovieClip Frame 1
stop();
Instance of Symbol 75 MovieClip in Symbol 119 MovieClip Frame 5
onClipEvent (load) {
if (hitTest(_root.medu.medu.medu)) {
_root.medu.stop();
_root.medu.medu.play();
}
}
onClipEvent (load) {
if (hitTest(_root.snake)) {
_root.snake.gotoAndPlay(35);
}
}
onClipEvent (load) {
if (hitTest(_root.suord)) {
_root.suord.gotoAndPlay(100);
}
}
onClipEvent (load) {
if (hitTest(_root.suord2)) {
_root.suord2.gotoAndPlay(100);
}
}
onClipEvent (load) {
if (hitTest(_root.ball)) {
_root.ball.gotoAndPlay(25);
}
}
onClipEvent (load) {
if (hitTest(_root.snake2)) {
_root.snake2.gotoAndPlay(35);
}
}
Symbol 121 Button
on (keyPress "x") {
gotoAndPlay (11);
}
Symbol 122 Button
on (keyPress "<Left>") {
gotoAndPlay (32);
}
Symbol 124 Button
on (keyPress "<Left>") {
gotoAndPlay (33);
}
Symbol 125 Button
on (keyPress "<Left>") {
gotoAndPlay (34);
}
Symbol 126 Button
on (keyPress "<Left>") {
gotoAndPlay (35);
}
Symbol 127 Button
on (keyPress "<Left>") {
gotoAndPlay (36);
}
Symbol 128 Button
on (keyPress "<Left>") {
gotoAndPlay (37);
}
Symbol 130 Button
on (keyPress "<Left>") {
gotoAndPlay (39);
}
Symbol 132 Button
on (keyPress "<Left>") {
gotoAndPlay (40);
}
Symbol 134 Button
on (keyPress "<Left>") {
gotoAndPlay (41);
}
Symbol 136 Button
on (keyPress "<Left>") {
gotoAndPlay (42);
}
Symbol 138 Button
on (keyPress "<Left>") {
gotoAndPlay (43);
}
Symbol 140 Button
on (keyPress "<Left>") {
gotoAndPlay (44);
}
Symbol 142 Button
on (keyPress "<Left>") {
gotoAndPlay (45);
}
Symbol 143 Button
on (keyPress "<Left>") {
gotoAndPlay (46);
}
Symbol 144 Button
on (keyPress "<Left>") {
gotoAndPlay (47);
}
Symbol 145 Button
on (keyPress "<Left>") {
gotoAndPlay (48);
}
Symbol 146 Button
on (keyPress "<Left>") {
gotoAndPlay (49);
}
Symbol 147 Button
on (keyPress "<Left>") {
gotoAndPlay (50);
}
Symbol 148 Button
on (keyPress "<Left>") {
gotoAndPlay (51);
}
Symbol 149 Button
on (keyPress "<Left>") {
gotoAndPlay (52);
}
Symbol 150 Button
on (keyPress "<Left>") {
gotoAndPlay (53);
}
Symbol 151 Button
on (keyPress "<Left>") {
gotoAndPlay (54);
}
Symbol 152 Button
on (keyPress "<Left>") {
gotoAndPlay (55);
}
Symbol 154 Button
on (keyPress "<Down>") {
play();
}
on (keyPress "x") {
gotoAndPlay (31);
}
Symbol 155 Button
on (keyPress "<Right>") {
gotoAndPlay (1);
}
Symbol 157 Button
on (keyPress "<Up>") {
gotoAndPlay (29);
}
Symbol 158 Button
on (keyPress "x") {
gotoAndPlay (31);
}
Symbol 159 Button
on (keyPress "<Right>") {
gotoAndPlay (2);
}
Symbol 161 Button
on (keyPress "<Right>") {
gotoAndPlay (3);
}
Symbol 163 Button
on (keyPress "x") {
gotoAndPlay (39);
}
Symbol 164 Button
on (keyPress "<Right>") {
gotoAndPlay (4);
}
Symbol 166 Button
on (keyPress "<Right>") {
gotoAndPlay (5);
}
Symbol 168 Button
on (keyPress "<Right>") {
gotoAndPlay (6);
}
Symbol 170 Button
on (keyPress "<Right>") {
gotoAndPlay (7);
}
Symbol 172 Button
on (keyPress "<Right>") {
gotoAndPlay (8);
}
Symbol 174 Button
on (keyPress "<Right>") {
gotoAndPlay (9);
}
Symbol 177 Button
on (keyPress "<Right>") {
gotoAndPlay (11);
}
Symbol 179 Button
on (keyPress "<Right>") {
gotoAndPlay (12);
}
Symbol 181 Button
on (keyPress "<Right>") {
gotoAndPlay (13);
}
Symbol 183 Button
on (keyPress "<Right>") {
gotoAndPlay (14);
}
Symbol 185 Button
on (keyPress "<Right>") {
gotoAndPlay (15);
}
Symbol 187 Button
on (keyPress "<Right>") {
gotoAndPlay (16);
}
Symbol 189 Button
on (keyPress "<Right>") {
gotoAndPlay (17);
}
Symbol 191 Button
on (keyPress "<Right>") {
gotoAndPlay (18);
}
Symbol 193 Button
on (keyPress "<Right>") {
gotoAndPlay (19);
}
Symbol 194 Button
on (keyPress "<Right>") {
gotoAndPlay (20);
}
Symbol 196 Button
on (keyPress "<Right>") {
gotoAndPlay (21);
}
Symbol 198 Button
on (keyPress "<Right>") {
gotoAndPlay (22);
}
Symbol 200 Button
on (keyPress "<Right>") {
gotoAndPlay (23);
}
Symbol 202 Button
on (keyPress "<Right>") {
gotoAndPlay (24);
}
Symbol 203 Button
on (keyPress "<Right>") {
gotoAndPlay (25);
}
Symbol 204 Button
on (keyPress "<Right>") {
gotoAndPlay (26);
}
Symbol 205 Button
on (keyPress "<Right>") {
gotoAndPlay (27);
}
Symbol 207 MovieClip Frame 1
stop();
Instance of Symbol 91 MovieClip "shit" in Symbol 207 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.bill)) {
gotoAndPlay (1);
}
}
Symbol 207 MovieClip Frame 2
stop();
Symbol 207 MovieClip Frame 10
gotoAndPlay (1);
Symbol 207 MovieClip Frame 28
gotoAndPlay (1);
Symbol 207 MovieClip Frame 29
stop();
Symbol 207 MovieClip Frame 30
stop();
Symbol 207 MovieClip Frame 38
gotoAndPlay (29);
Symbol 207 MovieClip Frame 56
gotoAndPlay (29);
Symbol 215 Button
on (release) {
life = "0";
}
Symbol 218 Button
on (keyPress "<Right>") {
if (life <= 0) {
gotoAndPlay (39);
}
}
Instance of Symbol 229 MovieClip in Symbol 249 MovieClip Frame 5
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont.shit)) {
_root.life = _root.life - 10;
}
}
Symbol 249 MovieClip Frame 30
gotoAndPlay (1);
Symbol 249 MovieClip Frame 44
stop();
Symbol 310 MovieClip Frame 99
gotoAndPlay (1);
Symbol 310 MovieClip Frame 103
stop();
Symbol 319 Button
on (release) {
play();
}
Symbol 320 MovieClip Frame 1
stop();
Symbol 320 MovieClip Frame 2
stop();
Instance of Symbol 209 MovieClip in Symbol 320 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont)) {
_root.Batobelmont._x = _root.Batobelmont.oldx;
_root.Batobelmont._y = _root.Batobelmont.oldy;
_root.play();
}
}
Symbol 338 MovieClip Frame 24
gotoAndPlay (1);
Symbol 338 MovieClip Frame 28
stop();
Symbol 348 Button
on (release) {
play();
}
Symbol 349 MovieClip Frame 1
stop();
Symbol 349 MovieClip Frame 2
stop();
Instance of Symbol 209 MovieClip in Symbol 349 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont)) {
_root.Batobelmont._x = _root.Batobelmont.oldx;
_root.Batobelmont._y = _root.Batobelmont.oldy;
_root.play();
}
}
Symbol 358 MovieClip Frame 1
stop();
Symbol 358 MovieClip Frame 2
stop();
Instance of Symbol 209 MovieClip in Symbol 358 MovieClip Frame 2
onClipEvent (enterFrame) {
if (hitTest(_root.Batobelmont)) {
_root.Batobelmont._x = _root.Batobelmont.oldx;
_root.Batobelmont._y = _root.Batobelmont.oldy;
_root.play();
}
}
Symbol 370 Button
on (keyPress "<Right>") {
if (boss <= 0) {
_root.play();
}
}
on (keyPress "<Left>") {
if (boss <= 0) {
_root.play();
}
}
on (keyPress "<Up>") {
if (boss <= 0) {
_root.play();
}
}
on (keyPress "<Down>") {
if (boss <= 0) {
_root.play();
}
}
on (keyPress "x") {
if (boss <= 0) {
_root.play();
}
}
on (keyPress "z") {
if (boss <= 0) {
_root.play();
}
}
Symbol 371 Button
on (keyPress "<Right>") {
if (boss <= 0) {
_root.play();
}
}
on (keyPress "<Left>") {
if (boss <= 0) {
_root.play();
}
}
on (keyPress "<Up>") {
if (boss <= 0) {
_root.play();
}
}
on (keyPress "<Down>") {
if (boss <= 0) {
_root.play();
}
}
Symbol 379 Button
on (release) {
gotoAndPlay (1);
}
Symbol 383 Button
on (release) {
gotoAndPlay (1);
}
Symbol 389 Button
on (release) {
gotoAndPlay (1);
}