Frame 2
bytesloaded = getBytesLoaded();
totalbytes = getBytesTotal();
percent = Math.ceil((bytesloaded / totalbytes) * 100) + "%";
if (bytesloaded == totalbytes) {
gotoAndPlay (4);
}
Frame 3
gotoAndPlay (2);
Frame 4
stop();
Frame 5
_root.score = 0;
_root.shoot = 0;
_root.health = 100;
stop();
Instance of Symbol 19 MovieClip in Frame 5
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 21 MovieClip in Frame 5
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 5
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 5
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 30 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 30 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 31 MovieClip in Frame 5
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
this._visible = false;
}
Instance of Symbol 30 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 30 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 30 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 30 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 35 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_root.shoot == 6) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(6);
}
}
Instance of Symbol 42 MovieClip "bullet" in Frame 5
onClipEvent (load) {
shooting = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.SPACE) and (!shooting)) and (0 < _root.score)) {
this.gotoAndStop(2);
shooting = true;
shotdi = _root.hero._xscale / 5;
_root.score = _root.score - 1;
}
if ((_x < 0) or (550 < _x)) {
shooting = false;
}
if (!shooting) {
_x = _root.hero._x;
_y = _root.hero._y;
this.gotoAndStop(1);
} else {
_x = (_x + shotdi);
}
_root.hero._alpha = _root.hero._alpha + 5;
if (_root.health < 1) {
_root.gotoAndPlay(7);
}
}
Instance of Symbol 51 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((153 < x) || (x < 50)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 21 MovieClip in Frame 5
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 5
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 54 MovieClip in Frame 5
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
this._x = _root.box._x;
}
Instance of Symbol 71 MovieClip "hero" in Frame 5
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (Key.isDown(Key.RIGHT)) {
this._x = this._x + 5;
_root.hero.play();
_xscale = 50;
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.hero.play();
_xscale = -50;
}
if (9 >= this._x) {
this._x = 9;
}
if (this._x >= 549) {
this._x = 549;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 12;
jumping = true;
}
if (Key.isDown(Key.UP) && (!jumping)) {
platform = "no";
vel_y = 30;
jumping = true;
_root.hero.gotoAndPlay(6);
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
platform = "off";
gravity = "on";
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.DOWN) && (!Key.isDown(Key.RIGHT))) && (!Key.isDown(Key.LEFT))) {
gotoAndStop (15);
}
}
Instance of Symbol 73 MovieClip "box" in Frame 5
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
point = new Object();
point.x = _x;
point.y = _y;
_parent.localToGlobal(point);
if (_root.back.hitTest(point.x - xstep, point.y + ystep, true)) {
xstep = 0;
ystep = 0;
hit1 = true;
} else {
hit1 = false;
}
if (Key.isDown(Key.LEFT) && (15 < this._x)) {
xstep = 12;
ystep = -ystep;
if (this.hitTest(_root.hero._x - 10, _root.hero._y + y, true) and (!hit1)) {
_x = (_x - speed);
}
}
if (Key.isDown(Key.RIGHT) && (this._x < 535)) {
xstep = -12;
ystep = -ystep;
if (this.hitTest(_root.hero._x + 10, _root.hero._y + y, true) and (!hit1)) {
_x = (_x + speed);
}
}
}
Instance of Symbol 74 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 600;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((500 < x) || (x < 50)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 21 MovieClip in Frame 5
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 5
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Frame 6
_root.shoot = 0;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 31 MovieClip in Frame 6
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
this._visible = false;
}
Instance of Symbol 82 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 82 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 82 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 82 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 82 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 82 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 82 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 21 MovieClip in Frame 6
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 6
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 88 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((200 < x) || (x < 100)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 89 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((300 < x) || (x < 200)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 90 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((500 < x) || (x < 50)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 91 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (_root.shoot == 7) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(8);
}
}
Instance of Symbol 98 MovieClip in Frame 6
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((295 < x) || (x < 195)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 71 MovieClip "hero" in Frame 6
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (Key.isDown(Key.RIGHT)) {
this._x = this._x + 5;
_root.hero.play();
_xscale = 50;
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.hero.play();
_xscale = -50;
}
if (9 >= this._x) {
this._x = 9;
}
if (this._x >= 549) {
this._x = 549;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 12;
jumping = true;
}
if (Key.isDown(Key.UP) && (!jumping)) {
platform = "no";
vel_y = 30;
jumping = true;
_root.hero.gotoAndPlay(6);
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
platform = "off";
gravity = "on";
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.DOWN) && (!Key.isDown(Key.RIGHT))) && (!Key.isDown(Key.LEFT))) {
gotoAndStop (15);
}
}
Frame 7
_root.score = 0;
stop();
Frame 8
_root.shoot = 0;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 19 MovieClip in Frame 8
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 31 MovieClip in Frame 8
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
this._visible = false;
}
Instance of Symbol 21 MovieClip in Frame 8
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 8
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 8
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 8
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 8
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 82 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 113 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_root.shoot == 10) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(9);
}
}
Instance of Symbol 71 MovieClip "hero" in Frame 8
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (Key.isDown(Key.RIGHT)) {
this._x = this._x + 5;
_root.hero.play();
_xscale = 50;
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.hero.play();
_xscale = -50;
}
if (9 >= this._x) {
this._x = 9;
}
if (this._x >= 549) {
this._x = 549;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 12;
jumping = true;
}
if (Key.isDown(Key.UP) && (!jumping)) {
platform = "no";
vel_y = 30;
jumping = true;
_root.hero.gotoAndPlay(6);
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
platform = "off";
gravity = "on";
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.DOWN) && (!Key.isDown(Key.RIGHT))) && (!Key.isDown(Key.LEFT))) {
gotoAndStop (15);
}
}
Instance of Symbol 115 MovieClip in Frame 8
onClipEvent (load) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
}
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
_root.hero.onwall = true;
if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) {
_root.hero._x = m_bounds.xMax + 10;
}
if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) {
_root.hero._x = m_bounds.xMin - 10;
}
}
}
Instance of Symbol 119 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
_root.hero.vel_y = 40;
this.gotoAndPlay(2);
}
}
Instance of Symbol 82 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 82 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 82 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 82 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 82 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 82 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 82 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 82 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 82 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 120 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((150 < x) || (x < 50)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 121 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((527 < x) || (x < 427)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 122 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((335 < x) || (x < 235)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 42 MovieClip "bullet" in Frame 8
onClipEvent (load) {
shooting = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.SPACE) and (!shooting)) and (0 < _root.score)) {
this.gotoAndStop(2);
shooting = true;
shotdi = _root.hero._xscale / 5;
_root.score = _root.score - 1;
}
if ((_x < 0) or (550 < _x)) {
shooting = false;
}
if (!shooting) {
_x = _root.hero._x;
_y = _root.hero._y;
this.gotoAndStop(1);
} else {
_x = (_x + shotdi);
}
_root.hero._alpha = _root.hero._alpha + 5;
if (_root.health < 1) {
_root.gotoAndPlay(7);
}
}
Frame 9
_root.shoot = 0;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 21 MovieClip in Frame 9
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 9
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 9
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 130 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.shoot == 12) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(12);
}
}
Instance of Symbol 21 MovieClip in Frame 9
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 9
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 71 MovieClip "hero" in Frame 9
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (Key.isDown(Key.RIGHT)) {
this._x = this._x + 5;
_root.hero.play();
_xscale = 50;
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.hero.play();
_xscale = -50;
}
if (9 >= this._x) {
this._x = 9;
}
if (this._x >= 549) {
this._x = 549;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 12;
jumping = true;
}
if (Key.isDown(Key.UP) && (!jumping)) {
platform = "no";
vel_y = 30;
jumping = true;
_root.hero.gotoAndPlay(6);
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
platform = "off";
gravity = "on";
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.DOWN) && (!Key.isDown(Key.RIGHT))) && (!Key.isDown(Key.LEFT))) {
gotoAndStop (15);
}
}
Instance of Symbol 135 MovieClip "box" in Frame 9
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
point = new Object();
point.x = _x;
point.y = _y;
_parent.localToGlobal(point);
if (_root.back.hitTest(point.x - xstep, point.y + ystep, true)) {
xstep = 0;
ystep = 0;
hit1 = true;
} else {
hit1 = false;
}
if (Key.isDown(Key.LEFT) && (15 < this._x)) {
xstep = 12;
ystep = -ystep;
if (this.hitTest(_root.hero._x - 10, _root.hero._y + y, true) and (!hit1)) {
_x = (_x - speed);
}
}
if (Key.isDown(Key.RIGHT) && (this._x < 535)) {
xstep = -12;
ystep = -ystep;
if (this.hitTest(_root.hero._x + 10, _root.hero._y + y, true) and (!hit1)) {
_x = (_x + speed);
}
}
}
Instance of Symbol 137 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 138 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((473 < x) || (x < 373)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 88 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((200 < x) || (x < 100)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 139 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((405 < x) || (x < 305)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 140 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((318 < x) || (x < 218)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 141 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((531 < x) || (x < 431)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Frame 10
stop();
Frame 11
stop();
Frame 12
_root.shoot = 0;
_root.bear = 10;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 19 MovieClip in Frame 12
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 31 MovieClip in Frame 12
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
this._visible = false;
}
Instance of Symbol 21 MovieClip in Frame 12
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 12
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 12
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 156 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.bear < 1) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(10);
}
}
Instance of Symbol 71 MovieClip "hero" in Frame 12
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (Key.isDown(Key.RIGHT)) {
this._x = this._x + 5;
_root.hero.play();
_xscale = 50;
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.hero.play();
_xscale = -50;
}
if (9 >= this._x) {
this._x = 9;
}
if (this._x >= 549) {
this._x = 549;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 12;
jumping = true;
}
if (Key.isDown(Key.UP) && (!jumping)) {
platform = "no";
vel_y = 30;
jumping = true;
_root.hero.gotoAndPlay(6);
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
platform = "off";
gravity = "on";
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.DOWN) && (!Key.isDown(Key.RIGHT))) && (!Key.isDown(Key.LEFT))) {
gotoAndStop (15);
}
}
Instance of Symbol 42 MovieClip "bullet" in Frame 12
onClipEvent (load) {
shooting = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.SPACE) and (!shooting)) and (0 < _root.score)) {
this.gotoAndStop(2);
shooting = true;
shotdi = _root.hero._xscale / 5;
_root.score = _root.score - 1;
}
if ((_x < 0) or (550 < _x)) {
shooting = false;
}
if (!shooting) {
_x = _root.hero._x;
_y = _root.hero._y;
this.gotoAndStop(1);
} else {
_x = (_x + shotdi);
}
_root.hero._alpha = _root.hero._alpha + 5;
if (_root.health < 1) {
_root.gotoAndPlay(7);
}
}
Instance of Symbol 166 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 5;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet) && (_root.bullet._currentframe == 2)) {
this.gotoAndPlay(2);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
_root.bear = _root.bear - 1;
}
}
onClipEvent (load) {
velocity = 7;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((500 < x) || (x < 50)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
onClipEvent (enterFrame) {
if (_root.bear < 1) {
gotoAndStop (4);
}
}
Instance of Symbol 169 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 169 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 169 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 169 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 169 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 169 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 169 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 169 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 169 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Frame 13
_root.shoot = 0;
_root.health = 100;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 175 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (_root.shoot == 9) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(14);
}
}
Instance of Symbol 137 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 186 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 600;
}
}
onClipEvent (load) {
velocity = 10;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((500 < x) || (x < 50)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 192 MovieClip in Frame 13
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 600;
}
}
onClipEvent (load) {
velocity = 7;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((500 < x) || (x < 50)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 193 MovieClip "bullet" in Frame 13
onClipEvent (load) {
shooting = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.SPACE) and (!shooting)) and (0 < _root.score)) {
this.gotoAndStop(2);
shooting = true;
shotdi = _root.hero._xscale / 5;
_root.score = _root.score - 1;
}
if ((_x < 0) or (550 < _x)) {
shooting = false;
}
if (!shooting) {
_x = _root.hero._x;
_y = _root.hero._y;
this.gotoAndStop(1);
} else {
_x = (_x + shotdi);
}
_root.hero._alpha = _root.hero._alpha + 5;
if (_root.health < 1) {
_root.gotoAndPlay(15);
}
}
Frame 14
_root.shoot = 0;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 198 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.shoot == 12) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(16);
}
}
Instance of Symbol 193 MovieClip "bullet" in Frame 14
onClipEvent (load) {
shooting = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.SPACE) and (!shooting)) and (0 < _root.score)) {
this.gotoAndStop(2);
shooting = true;
shotdi = _root.hero._xscale / 5;
_root.score = _root.score - 1;
}
if ((_x < 0) or (550 < _x)) {
shooting = false;
}
if (!shooting) {
_x = _root.hero._x;
_y = _root.hero._y;
this.gotoAndStop(1);
} else {
_x = (_x + shotdi);
}
_root.hero._alpha = _root.hero._alpha + 5;
if (_root.health < 1) {
_root.gotoAndPlay(15);
}
}
Instance of Symbol 200 MovieClip in Frame 14
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
this._x = _root.rock._x;
}
Instance of Symbol 21 MovieClip in Frame 14
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 14
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 14
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 207 MovieClip "hero" in Frame 14
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (Key.isDown(Key.RIGHT)) {
this._x = this._x + 5;
_root.hero.play();
_xscale = 50;
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.hero.play();
_xscale = -50;
}
if (9 >= this._x) {
this._x = 9;
}
if (this._x >= 549) {
this._x = 549;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 12;
jumping = true;
}
if (Key.isDown(Key.UP) && (!jumping)) {
platform = "no";
vel_y = 30;
jumping = true;
_root.hero.gotoAndPlay(6);
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
platform = "off";
gravity = "on";
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.DOWN) && (!Key.isDown(Key.RIGHT))) && (!Key.isDown(Key.LEFT))) {
gotoAndStop (15);
}
if (ba) {
bl = crap;
}
if (ba) {
bl = crap;
}
}
Instance of Symbol 209 MovieClip "rock" in Frame 14
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
point = new Object();
point.x = _x;
point.y = _y;
_parent.localToGlobal(point);
if (_root.hero.hitTest(point.x - xstep, point.y + ystep, true)) {
xstep = 0;
ystep = 0;
hit1 = true;
} else {
hit1 = false;
}
if (Key.isDown(Key.LEFT) && (15 < this._x)) {
xstep = 12;
ystep = -ystep;
if (this.hitTest(_root.hero._x - 10, _root.hero._y + y, true) and (!hit1)) {
_x = (_x - speed);
_rotation = (_rotation - 5);
}
}
if (Key.isDown(Key.RIGHT) && (this._x < 535)) {
xstep = -12;
ystep = -ystep;
if (this.hitTest(_root.hero._x + 10, _root.hero._y + y, true) and (!hit1)) {
_x = (_x + speed);
_rotation = (_rotation + 5);
}
}
}
Instance of Symbol 210 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 600;
}
}
onClipEvent (load) {
velocity = 10;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((500 < x) || (x < 51)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 211 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((317 < x) || (x < 217)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 213 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 214 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 600;
}
}
onClipEvent (load) {
velocity = 7;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((500 < x) || (x < 51)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Frame 15
_root.score = 0;
stop();
Frame 16
_root.shoot = 0;
_root.key = false;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 19 MovieClip in Frame 16
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 31 MovieClip in Frame 16
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
this._visible = false;
}
Instance of Symbol 221 MovieClip "door" in Frame 16
onClipEvent (enterFrame) {
if (_root.key == true) {
gotoAndStop (2);
}
if (_root.shoot == 6) {
_root.one.gotoAndStop(2);
_root.two.gotoAndStop(2);
_root.three.gotoAndStop(2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(17);
}
}
Instance of Symbol 193 MovieClip "bullet" in Frame 16
onClipEvent (load) {
shooting = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.SPACE) and (!shooting)) and (0 < _root.score)) {
this.gotoAndStop(2);
shooting = true;
shotdi = _root.hero._xscale / 5;
_root.score = _root.score - 1;
}
if ((_x < 0) or (550 < _x)) {
shooting = false;
}
if (!shooting) {
_x = _root.hero._x;
_y = _root.hero._y;
this.gotoAndStop(1);
} else {
_x = (_x + shotdi);
}
_root.hero._alpha = _root.hero._alpha + 5;
if (_root.health < 1) {
_root.gotoAndPlay(15);
}
}
Instance of Symbol 21 MovieClip in Frame 16
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 16
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 16
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 16
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 16
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 115 MovieClip in Frame 16
onClipEvent (load) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
}
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
_root.hero.onwall = true;
if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) {
_root.hero._x = m_bounds.xMax + 10;
}
if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) {
_root.hero._x = m_bounds.xMin - 10;
}
}
}
Instance of Symbol 119 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
_root.hero.vel_y = 40;
this.gotoAndPlay(2);
}
}
Instance of Symbol 228 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 600;
}
}
onClipEvent (load) {
velocity = 10;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((500 < x) || (x < 49)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 229 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((517 < x) || (x < 417)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 230 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((428 < x) || (x < 50)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 231 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 600;
}
}
onClipEvent (load) {
velocity = 7;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((405 < x) || (x < 305)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 233 MovieClip "one" in Frame 16
onClipEvent (load) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
}
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
_root.hero.onwall = true;
if ((_root.hero.my_bounds.xMin < m_bounds.xMax) and (m_bounds.xMax < _root.hero.my_bounds.xMax)) {
_root.hero._x = m_bounds.xMax + 10;
}
if ((m_bounds.xMin < _root.hero.my_bounds.xMax) and (_root.hero.my_bounds.xMin < m_bounds.xMin)) {
_root.hero._x = m_bounds.xMin - 10;
}
}
}
Instance of Symbol 234 MovieClip "three" in Frame 16
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
this._visible = false;
}
Instance of Symbol 235 MovieClip "hero" in Frame 16
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (Key.isDown(Key.RIGHT)) {
this._x = this._x + 5;
_root.hero.play();
_xscale = 50;
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.hero.play();
_xscale = -50;
}
if (9 >= this._x) {
this._x = 9;
}
if (this._x >= 549) {
this._x = 549;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 12;
jumping = true;
}
if (Key.isDown(Key.UP) && (!jumping)) {
platform = "no";
vel_y = 30;
jumping = true;
_root.hero.gotoAndPlay(6);
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
platform = "off";
gravity = "on";
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.DOWN) && (!Key.isDown(Key.RIGHT))) && (!Key.isDown(Key.LEFT))) {
gotoAndStop (15);
}
if (ba) {
bl = crap;
}
if (ba) {
bl = crapp;
}
}
Instance of Symbol 237 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.key = true;
}
}
Instance of Symbol 239 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 239 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 239 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 239 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 239 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 239 MovieClip in Frame 16
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Frame 17
_root.shoot = 0;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 245 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (_root.shoot == 19) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(18);
}
}
Instance of Symbol 21 MovieClip in Frame 17
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 207 MovieClip "hero" in Frame 17
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (Key.isDown(Key.RIGHT)) {
this._x = this._x + 5;
_root.hero.play();
_xscale = 50;
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.hero.play();
_xscale = -50;
}
if (9 >= this._x) {
this._x = 9;
}
if (this._x >= 549) {
this._x = 549;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 12;
jumping = true;
}
if (Key.isDown(Key.UP) && (!jumping)) {
platform = "no";
vel_y = 30;
jumping = true;
_root.hero.gotoAndPlay(6);
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
platform = "off";
gravity = "on";
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.DOWN) && (!Key.isDown(Key.RIGHT))) && (!Key.isDown(Key.LEFT))) {
gotoAndStop (15);
}
if (ba) {
bl = crap;
}
if (ba) {
bl = crap;
}
}
Instance of Symbol 135 MovieClip "box" in Frame 17
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
point = new Object();
point.x = _x;
point.y = _y;
_parent.localToGlobal(point);
if (_root.back.hitTest(point.x - xstep, point.y + ystep, true)) {
xstep = 0;
ystep = 0;
hit1 = true;
} else {
hit1 = false;
}
if (Key.isDown(Key.LEFT) && (15 < this._x)) {
xstep = 12;
ystep = -ystep;
if (this.hitTest(_root.hero._x - 10, _root.hero._y + y, true) and (!hit1)) {
_x = (_x - speed);
}
}
if (Key.isDown(Key.RIGHT) && (this._x < 535)) {
xstep = -12;
ystep = -ystep;
if (this.hitTest(_root.hero._x + 10, _root.hero._y + y, true) and (!hit1)) {
_x = (_x + speed);
}
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 254 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.shoot = _root.shoot + 1;
_root.score = _root.score + 1;
}
}
Instance of Symbol 210 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 600;
}
}
onClipEvent (load) {
velocity = 10;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((500 < x) || (x < 51)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 255 MovieClip in Frame 17
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((168 < x) || (x < 68)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Frame 18
_root.shoot = 0;
_root.buff = 15;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 21 MovieClip in Frame 18
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 260 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (_root.buff < 1) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(19);
}
}
Instance of Symbol 21 MovieClip in Frame 18
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 71 MovieClip "hero" in Frame 18
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (Key.isDown(Key.RIGHT)) {
this._x = this._x + 5;
_root.hero.play();
_xscale = 50;
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.hero.play();
_xscale = -50;
}
if (9 >= this._x) {
this._x = 9;
}
if (this._x >= 549) {
this._x = 549;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 12;
jumping = true;
}
if (Key.isDown(Key.UP) && (!jumping)) {
platform = "no";
vel_y = 30;
jumping = true;
_root.hero.gotoAndPlay(6);
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
platform = "off";
gravity = "on";
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.DOWN) && (!Key.isDown(Key.RIGHT))) && (!Key.isDown(Key.LEFT))) {
gotoAndStop (15);
}
}
Instance of Symbol 272 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 5;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet) && (_root.bullet._currentframe == 2)) {
this.gotoAndPlay(2);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
_root.buff = _root.buff - 1;
}
}
onClipEvent (load) {
velocity = 7;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((500 < x) || (x < 50)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
onClipEvent (enterFrame) {
if (_root.buff < 1) {
gotoAndStop (4);
}
}
Instance of Symbol 273 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (1);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 273 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (1);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 273 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (1);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 273 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (1);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 273 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (1);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 273 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (1);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 273 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (1);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 273 MovieClip in Frame 18
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (1);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Frame 19
stop();
Frame 20
_root.shoot = 0;
_root.health = 100;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 19 MovieClip in Frame 20
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 278 MovieClip in Frame 20
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 16;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
this._visible = false;
}
Instance of Symbol 282 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (_root.shoot == 7) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(22);
}
}
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 16;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 16;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 16;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 16;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 283 MovieClip in Frame 20
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 16;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 306 MovieClip "hero" in Frame 20
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (Key.isDown(Key.RIGHT)) {
this._x = this._x + 5;
_root.hero.play();
_xscale = 50;
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.hero.play();
_xscale = -50;
}
if (9 >= this._x) {
this._x = 9;
}
if (this._x >= 549) {
this._x = 549;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 12;
jumping = true;
}
if (Key.isDown(Key.UP) && (!jumping)) {
platform = "no";
vel_y = 30;
jumping = true;
_root.hero.gotoAndPlay(6);
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
platform = "off";
gravity = "on";
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.DOWN) && (!Key.isDown(Key.RIGHT))) && (!Key.isDown(Key.LEFT))) {
gotoAndStop (15);
}
}
Instance of Symbol 308 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((147 < x) || (x < 47)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 309 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 309 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 309 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 309 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 309 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 309 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 309 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 310 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((386 < x) || (x < 286)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 312 MovieClip in Frame 20
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
_root.health = _root.health - 3;
}
}
Instance of Symbol 313 MovieClip "bullet" in Frame 20
onClipEvent (load) {
shooting = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.SPACE) and (!shooting)) and (0 < _root.score)) {
this.gotoAndStop(2);
shooting = true;
shotdi = _root.hero._xscale / 5;
_root.score = _root.score - 1;
}
if ((_x < 0) or (550 < _x)) {
shooting = false;
}
if (!shooting) {
_x = _root.hero._x;
_y = _root.hero._y;
this.gotoAndStop(1);
} else {
_x = (_x + shotdi);
}
_root.hero._alpha = _root.hero._alpha + 5;
if (_root.health < 1) {
_root.gotoAndPlay(21);
}
}
Frame 21
_root.score = 0;
stop();
Frame 22
_root.shoot = 0;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 19 MovieClip in Frame 22
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 278 MovieClip in Frame 22
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 16;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
this._visible = false;
}
Instance of Symbol 321 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (_root.shoot == 10) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(23);
}
}
Instance of Symbol 283 MovieClip in Frame 22
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 16;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 283 MovieClip in Frame 22
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 16;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 283 MovieClip in Frame 22
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 16;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 283 MovieClip in Frame 22
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 16;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 283 MovieClip in Frame 22
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 16;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 306 MovieClip "hero" in Frame 22
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (Key.isDown(Key.RIGHT)) {
this._x = this._x + 5;
_root.hero.play();
_xscale = 50;
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.hero.play();
_xscale = -50;
}
if (9 >= this._x) {
this._x = 9;
}
if (this._x >= 549) {
this._x = 549;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 12;
jumping = true;
}
if (Key.isDown(Key.UP) && (!jumping)) {
platform = "no";
vel_y = 30;
jumping = true;
_root.hero.gotoAndPlay(6);
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
platform = "off";
gravity = "on";
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.DOWN) && (!Key.isDown(Key.RIGHT))) && (!Key.isDown(Key.LEFT))) {
gotoAndStop (15);
}
}
Instance of Symbol 312 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
_root.health = _root.health - 3;
}
}
Instance of Symbol 327 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 327 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 327 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 327 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 327 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 327 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 327 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 327 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 327 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 327 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 328 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((280 < x) || (x < 180)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 329 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((500 < x) || (x < 50)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 331 MovieClip in Frame 22
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((350 < x) || (x < 250)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 313 MovieClip "bullet" in Frame 22
onClipEvent (load) {
shooting = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.SPACE) and (!shooting)) and (0 < _root.score)) {
this.gotoAndStop(2);
shooting = true;
shotdi = _root.hero._xscale / 5;
_root.score = _root.score - 1;
}
if ((_x < 0) or (550 < _x)) {
shooting = false;
}
if (!shooting) {
_x = _root.hero._x;
_y = _root.hero._y;
this.gotoAndStop(1);
} else {
_x = (_x + shotdi);
}
_root.hero._alpha = _root.hero._alpha + 5;
if (_root.health < 1) {
_root.gotoAndPlay(21);
}
}
Frame 23
_root.shoot = 0;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 336 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (_root.shoot == 12) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(24);
}
}
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 342 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 135 MovieClip "box" in Frame 23
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
point = new Object();
point.x = _x;
point.y = _y;
_parent.localToGlobal(point);
if (_root.back.hitTest(point.x - xstep, point.y + ystep, true)) {
xstep = 0;
ystep = 0;
hit1 = true;
} else {
hit1 = false;
}
if (Key.isDown(Key.LEFT) && (15 < this._x)) {
xstep = 12;
ystep = -ystep;
if (this.hitTest(_root.hero._x - 10, _root.hero._y + y, true) and (!hit1)) {
_x = (_x - speed);
}
}
if (Key.isDown(Key.RIGHT) && (this._x < 535)) {
xstep = -12;
ystep = -ystep;
if (this.hitTest(_root.hero._x + 10, _root.hero._y + y, true) and (!hit1)) {
_x = (_x + speed);
}
}
}
Instance of Symbol 343 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((473 < x) || (x < 373)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 312 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
_root.health = _root.health - 3;
}
}
Instance of Symbol 344 MovieClip in Frame 23
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((175 < x) || (x < 75)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Frame 24
_root.shoot = 0;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 349 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.shoot == 15) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(25);
}
}
Instance of Symbol 355 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((320 < x) || (x < 220)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 356 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((330 < x) || (x < 230)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 357 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 1;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet)) {
this.gotoAndStop(5);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
}
}
onClipEvent (load) {
velocity = 5;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((340 < x) || (x < 240)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 358 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Frame 25
_root.shoot = 0;
_root.shark = 20;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 363 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (_root.shark < 1) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(26);
}
}
Instance of Symbol 373 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 5;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet) && (_root.bullet._currentframe == 2)) {
this.gotoAndPlay(2);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
_root.shark = _root.shark - 1;
}
}
onClipEvent (load) {
velocity = 9;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((500 < x) || (x < 50)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
onClipEvent (enterFrame) {
if (_root.shark < 1) {
gotoAndStop (4);
}
}
Instance of Symbol 137 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 137 MovieClip in Frame 25
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Frame 26
stop();
Frame 27
_root.shoot = 0;
_root.wolf = 30;
_root.health = 100;
_root.hero._x = 4.9;
_root.hero._y = 364.4;
stop();
Instance of Symbol 19 MovieClip in Frame 27
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
}
Instance of Symbol 21 MovieClip in Frame 27
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 31 MovieClip in Frame 27
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
if (m_bounds.Ymax >= (_root.hero.t_edge - 12)) {
_root.hero.vel_y = 0;
}
}
this._visible = false;
}
Instance of Symbol 380 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (_root.wolf < 1) {
gotoAndStop (2);
}
if (hitTest(_root.hero) && (this._currentframe == 2)) {
_root.gotoAndStop(28);
}
}
Instance of Symbol 313 MovieClip "bullet" in Frame 27
onClipEvent (load) {
shooting = false;
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.SPACE) and (!shooting)) and (0 < _root.score)) {
this.gotoAndStop(2);
shooting = true;
shotdi = _root.hero._xscale / 5;
_root.score = _root.score - 1;
}
if ((_x < 0) or (550 < _x)) {
shooting = false;
}
if (!shooting) {
_x = _root.hero._x;
_y = _root.hero._y;
this.gotoAndStop(1);
} else {
_x = (_x + shotdi);
}
_root.hero._alpha = _root.hero._alpha + 5;
if (_root.health < 1) {
_root.gotoAndPlay(21);
}
}
Instance of Symbol 21 MovieClip in Frame 27
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 27
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 71 MovieClip "hero" in Frame 27
onClipEvent (load) {
vel_y = 0;
accel = 4;
jumping = false;
}
onClipEvent (enterFrame) {
my_bounds = new Object();
my_bounds = this.getBounds(_root);
t_edge = my_bounds.Ymin;
b_edge = my_bounds.Ymax;
if (Key.isDown(Key.RIGHT)) {
this._x = this._x + 5;
_root.hero.play();
_xscale = 50;
}
if (Key.isDown(Key.LEFT)) {
this._x = this._x - 5;
_root.hero.play();
_xscale = -50;
}
if (9 >= this._x) {
this._x = 9;
}
if (this._x >= 549) {
this._x = 549;
}
if (((gravity eq "on") and (platform eq "off")) and (!jumping)) {
this._y = this._y + 12;
jumping = true;
}
if (Key.isDown(Key.UP) && (!jumping)) {
platform = "no";
vel_y = 30;
jumping = true;
_root.hero.gotoAndPlay(6);
}
if (jumping == true) {
if (platform eq "on") {
gravity = "on";
vel_y = 0;
jumping = false;
} else {
gravity = "off";
}
vel_y = vel_y - accel;
if (vel_y < -12) {
vel_y = -12;
}
this._y = this._y - vel_y;
}
platform = "off";
gravity = "on";
}
onClipEvent (enterFrame) {
if ((Key.isDown(Key.DOWN) && (!Key.isDown(Key.RIGHT))) && (!Key.isDown(Key.LEFT))) {
gotoAndStop (15);
}
}
Instance of Symbol 21 MovieClip in Frame 27
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 21 MovieClip in Frame 27
onClipEvent (enterFrame) {
m_bounds = new Object();
m_bounds = this.getBounds(_root);
if (hitTest(_root.hero)) {
if (m_bounds.Ymin >= _root.hero.b_edge) {
_root.hero._y = m_bounds.Ymax - 15;
_root.hero.platform = "on";
}
}
}
Instance of Symbol 213 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 213 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
gotoAndPlay (2);
_root.score = _root.score + 1;
_root.shoot = _root.shoot + 1;
}
}
Instance of Symbol 391 MovieClip in Frame 27
onClipEvent (enterFrame) {
if (hitTest(_root.hero) && (this._currentframe == 1)) {
_root.health = _root.health - 5;
_root.hero._alpha = 50;
}
if (hitTest(_root.bullet) && (_root.bullet._currentframe == 2)) {
this.gotoAndPlay(2);
_root.bullet.gotoAndStop(2);
_root.bullet._x = 551;
_root.wolf = _root.wolf - 1;
}
}
onClipEvent (load) {
velocity = 10;
}
onClipEvent (enterFrame) {
var x;
x = _x + velocity;
if ((500 < x) || (x < 50)) {
velocity = velocity * -1;
_xscale = (_xscale * -1);
}
_x = (_x + velocity);
}
onClipEvent (enterFrame) {
if (_root.wolf < 1) {
gotoAndStop (4);
}
}
Frame 28
stop();
Frame 29
stop();
Symbol 10 Button
on (release) {
gotoAndPlay (11);
}
Symbol 16 Button
on (release) {
gotoAndPlay (29);
}
Symbol 19 MovieClip Frame 1
stop();
Symbol 19 MovieClip Frame 2
stop();
Symbol 21 MovieClip Frame 1
stop();
Symbol 21 MovieClip Frame 2
stop();
Symbol 30 MovieClip Frame 1
stop();
Symbol 30 MovieClip Frame 2
stop();
Symbol 31 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 2
stop();
Symbol 35 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 2
stop();
Symbol 38 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 1
stop();
Symbol 42 MovieClip Frame 2
stop();
Symbol 50 MovieClip Frame 6
stop();
Symbol 51 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 51 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 54 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 2
stop();
Symbol 71 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 5
gotoAndPlay (1);
Symbol 71 MovieClip Frame 14
gotoAndPlay (1);
Symbol 71 MovieClip Frame 15
stop();
Symbol 74 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 74 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 82 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 2
stop();
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 88 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 89 MovieClip Frame 1
stop();
Symbol 89 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 89 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 90 MovieClip Frame 1
stop();
Symbol 90 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 90 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 91 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 2
stop();
Symbol 98 MovieClip Frame 1
stop();
Symbol 98 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 98 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 100 MovieClip Frame 20
stop();
Symbol 103 Button
on (release) {
gotoAndPlay (11);
}
Symbol 113 MovieClip Frame 1
stop();
Symbol 113 MovieClip Frame 2
stop();
Symbol 119 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 120 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 121 MovieClip Frame 1
stop();
Symbol 121 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 121 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 122 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 130 MovieClip Frame 1
stop();
Symbol 130 MovieClip Frame 2
stop();
Symbol 134 MovieClip Frame 1
stop();
Instance of Symbol 134 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (hitTest(_root.hero)) {
_root.hero.vel_y = 40;
this.gotoAndPlay(2);
}
}
Symbol 137 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 2
stop();
Symbol 138 MovieClip Frame 1
stop();
Symbol 138 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 138 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 139 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 140 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 140 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 141 MovieClip Frame 1
stop();
Symbol 141 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 141 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 145 Button
on (release) {
gotoAndPlay (13);
}
Symbol 147 Button
on (release) {
gotoAndPlay (5);
}
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 2
stop();
Symbol 166 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 3
gotoAndPlay (1);
Symbol 166 MovieClip Frame 4
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 166 MovieClip Frame 4
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 169 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 2
stop();
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 2
stop();
Symbol 186 MovieClip Frame 1
stop();
Symbol 186 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 186 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 192 MovieClip Frame 1
stop();
Symbol 192 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 192 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 2
stop();
Symbol 198 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 2
stop();
Symbol 200 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 2
stop();
Symbol 207 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 5
gotoAndPlay (1);
Symbol 207 MovieClip Frame 14
gotoAndPlay (1);
Symbol 207 MovieClip Frame 15
stop();
Symbol 210 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 210 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 211 MovieClip Frame 1
stop();
Symbol 211 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 211 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 2
stop();
Symbol 214 MovieClip Frame 1
stop();
Symbol 214 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 214 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 216 Button
on (release) {
gotoAndPlay (10);
}
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 2
stop();
Symbol 228 MovieClip Frame 1
stop();
Symbol 228 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 228 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 229 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 229 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 230 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 230 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 231 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 233 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 2
stop();
Symbol 234 MovieClip Frame 1
stop();
Symbol 234 MovieClip Frame 2
stop();
Symbol 235 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 5
gotoAndPlay (1);
Symbol 235 MovieClip Frame 14
gotoAndPlay (1);
Symbol 235 MovieClip Frame 15
stop();
Symbol 237 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 2
stop();
Symbol 239 MovieClip Frame 1
stop();
Symbol 239 MovieClip Frame 2
stop();
Symbol 241 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 2
stop();
Symbol 245 MovieClip Frame 1
stop();
Symbol 245 MovieClip Frame 2
stop();
Symbol 254 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 2
stop();
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 255 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 260 MovieClip Frame 1
stop();
Symbol 260 MovieClip Frame 2
stop();
Symbol 272 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 3
gotoAndPlay (1);
Symbol 272 MovieClip Frame 4
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 272 MovieClip Frame 4
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 273 MovieClip Frame 1
stop();
Symbol 273 MovieClip Frame 2
stop();
Symbol 275 Button
on (release) {
gotoAndPlay (20);
}
Symbol 278 MovieClip Frame 1
stop();
Symbol 278 MovieClip Frame 2
stop();
Symbol 282 MovieClip Frame 1
stop();
Symbol 282 MovieClip Frame 2
stop();
Symbol 283 MovieClip Frame 1
stop();
Symbol 283 MovieClip Frame 2
stop();
Symbol 306 MovieClip Frame 1
stop();
Symbol 306 MovieClip Frame 5
gotoAndPlay (1);
Symbol 306 MovieClip Frame 14
gotoAndPlay (1);
Symbol 306 MovieClip Frame 15
stop();
Symbol 308 MovieClip Frame 1
stop();
Symbol 308 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 308 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 309 MovieClip Frame 1
stop();
Symbol 309 MovieClip Frame 2
stop();
Symbol 310 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 310 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 312 MovieClip Frame 1
stop();
Symbol 312 MovieClip Frame 2
stop();
Symbol 313 MovieClip Frame 1
stop();
Symbol 313 MovieClip Frame 2
stop();
Symbol 315 Button
on (release) {
gotoAndPlay (19);
}
Symbol 321 MovieClip Frame 1
stop();
Symbol 321 MovieClip Frame 2
stop();
Symbol 327 MovieClip Frame 1
stop();
Symbol 327 MovieClip Frame 2
stop();
Symbol 328 MovieClip Frame 1
stop();
Symbol 328 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 328 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 329 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 329 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 331 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 331 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 336 MovieClip Frame 1
stop();
Symbol 336 MovieClip Frame 2
stop();
Symbol 342 MovieClip Frame 1
stop();
Symbol 342 MovieClip Frame 2
stop();
Symbol 343 MovieClip Frame 1
stop();
Symbol 343 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 343 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 344 MovieClip Frame 1
stop();
Symbol 344 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 344 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 349 MovieClip Frame 1
stop();
Symbol 349 MovieClip Frame 2
stop();
Symbol 355 MovieClip Frame 1
stop();
Symbol 355 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 355 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 356 MovieClip Frame 1
stop();
Symbol 356 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 356 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 357 MovieClip Frame 1
stop();
Symbol 357 MovieClip Frame 2
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 357 MovieClip Frame 2
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 358 MovieClip Frame 1
stop();
Symbol 358 MovieClip Frame 2
stop();
Symbol 363 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 2
stop();
Symbol 373 MovieClip Frame 1
stop();
Symbol 373 MovieClip Frame 3
gotoAndPlay (1);
Symbol 373 MovieClip Frame 4
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 373 MovieClip Frame 4
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 375 Button
on (release) {
gotoAndPlay (27);
}
Symbol 380 MovieClip Frame 1
stop();
Symbol 380 MovieClip Frame 2
stop();
Symbol 391 MovieClip Frame 1
stop();
Symbol 391 MovieClip Frame 3
gotoAndPlay (1);
Symbol 391 MovieClip Frame 4
stop();
Instance of Symbol 50 MovieClip "smoke" in Symbol 391 MovieClip Frame 4
onClipEvent (enterFrame) {
setProperty(_root.smoke, _y , _root.skunk._y);
setProperty(_root.smoke, _x , _root.skunk._x);
}
Symbol 398 Button
on (release) {
gotoAndPlay (4);
}
Symbol 407 Button
on (release) {
gotoAndPlay (4);
}