Frame 1
percent = math.round((getBytesLoaded() / getBytesTotal()) * 100);
_root.terrorintro._x = 50 + (percent * 4.4);
if (percent eq 100) {
gotoAndStop (4);
}
Frame 3
gotoAndPlay (1);
Frame 5
score = _root.tenp._x * 100;
life = 4 - _root.lifep._x;
if (4 < _root.lifep._x) {
life = 0;
tellTarget ("_root") {
gotoAndStop ("gameover");
};
}
if ((_root.lifep._x >= 0) && (_root.lifep._x < 1)) {
_root.life1._alpha = 100;
_root.life2._alpha = 100;
_root.life3._alpha = 100;
_root.life4._alpha = 100;
}
if ((_root.lifep._x >= 1) && (_root.lifep._x < 2)) {
_root.life1._alpha = 100;
_root.life2._alpha = 100;
_root.life3._alpha = 100;
_root.life4._alpha = 0;
}
if ((_root.lifep._x >= 2) && (_root.lifep._x < 3)) {
_root.life1._alpha = 100;
_root.life2._alpha = 100;
_root.life3._alpha = 0;
_root.life4._alpha = 0;
}
if ((_root.lifep._x >= 3) && (_root.lifep._x < 4)) {
_root.life1._alpha = 100;
_root.life2._alpha = 0;
_root.life3._alpha = 0;
_root.life4._alpha = 0;
}
if ((_root.lifep._x >= 4) && (_root.lifep._x < 5)) {
_root.life1._alpha = 0;
_root.life2._alpha = 0;
_root.life3._alpha = 0;
_root.life4._alpha = 0;
}
Instance of Symbol 34 MovieClip "skyA" in Frame 5
onClipEvent (enterFrame) {
_x = (_x - 0.3);
if (-340 >= _x) {
_x = 940;
}
}
Instance of Symbol 37 MovieClip "skyB" in Frame 5
onClipEvent (enterFrame) {
_x = (_root.skyA._x + _root.skyA._width);
if (-340 >= _x) {
_x = 940;
}
}
Instance of Symbol 37 MovieClip "skyC" in Frame 5
onClipEvent (enterFrame) {
_x = (_root.skyA._x - _root.skyA._width);
if (-340 >= _x) {
_x = 940;
}
}
Instance of Symbol 40 MovieClip "sidewalk1" in Frame 5
onClipEvent (enterFrame) {
_x = (_x - 1);
if (-340 >= _x) {
_x = 940;
}
}
Instance of Symbol 40 MovieClip "sidewalk2" in Frame 5
onClipEvent (enterFrame) {
_x = (_x - 1);
if (-340 >= _x) {
_x = 940;
}
}
Instance of Symbol 43 MovieClip in Frame 5
onClipEvent (enterFrame) {
_x = (_x - 0.5);
if (-379 >= _x) {
_x = 901;
}
}
Instance of Symbol 46 MovieClip in Frame 5
onClipEvent (enterFrame) {
_x = (_x - 0.5);
if (-341 >= _x) {
_x = 939;
}
}
Instance of Symbol 49 MovieClip "bulet" in Frame 5
onClipEvent (load) {
if (String(_name) != "bulet") {
_x = (_root.terror._x + 10);
_y = _root.terror._y;
}
}
onClipEvent (enterFrame) {
if ((_y >= 165) && (200 >= _y)) {
_alpha = ((_y - 160) * 2.5);
}
if (200 < _y) {
_alpha = 100;
}
this._x = this._x + 5;
if (this.hitTest(_root.tinkyaction)) {
tellTarget ("_root.tinkytenp") {
gotoAndPlay ("alpha100");
};
}
if (this.hitTest(_root.tinkyaction.tinkytarget)) {
tellTarget ("_root.tinkyaction") {
gotoAndPlay ("tinkykilled");
};
mynamea = _name;
removeMovieClip("_root." add mynamea);
}
if (this.hitTest(_root.poaction)) {
tellTarget ("_root.potenp") {
gotoAndPlay ("alpha100");
};
}
if (this.hitTest(_root.poaction.potarget)) {
tellTarget ("_root.poaction") {
gotoAndPlay ("pokilled");
};
mynamea = _name;
removeMovieClip("_root." add mynamea);
}
if (this.hitTest(_root.lalaaction)) {
tellTarget ("_root.lalatenp") {
gotoAndPlay ("alpha100");
};
}
if (this.hitTest(_root.lalaaction.lalatarget)) {
tellTarget ("_root.lalaaction") {
gotoAndPlay ("lalakilled");
};
mynamea = _name;
removeMovieClip("_root." add mynamea);
}
if (this.hitTest(_root.dipsyaction)) {
tellTarget ("_root.dipsytenp") {
gotoAndPlay ("alpha100");
};
}
if (this.hitTest(_root.dipsyaction.dipsytarget)) {
tellTarget ("_root.dipsyaction") {
gotoAndPlay ("dipsykilled");
};
mynamea = _name;
removeMovieClip("_root." add mynamea);
}
if (this.hitTest(_root.wall1)) {
mynamea = _name;
removeMovieClip("_root." add mynamea);
}
if (this._x >= 608) {
this._x = 608;
}
}
Instance of Symbol 50 MovieClip "buletb" in Frame 5
onClipEvent (load) {
if (String(_name) != "buletb") {
_x = (_root.terror._x - 10);
_y = _root.terror._y;
}
}
onClipEvent (enterFrame) {
if ((_y >= 165) && (200 >= _y)) {
_alpha = ((_y - 160) * 2.5);
}
if (200 < _y) {
_alpha = 100;
}
this._x = this._x - 5;
if (this.hitTest(_root.poaction)) {
tellTarget ("_root.potenp") {
gotoAndPlay ("alpha100");
};
}
if (this.hitTest(_root.poaction.potarget)) {
tellTarget ("_root.poaction") {
gotoAndPlay ("pokilled");
};
mynameb = _name;
removeMovieClip("_root." add mynameb);
}
if (this.hitTest(_root.tinkyaction)) {
tellTarget ("_root.tinkytenp") {
gotoAndPlay ("alpha100");
};
}
if (this.hitTest(_root.tinkyaction.tinkytarget)) {
tellTarget ("_root.tinkyaction") {
gotoAndPlay ("tinkykilled");
};
mynamea = _name;
removeMovieClip("_root." add mynamea);
}
if (this.hitTest(_root.lalaaction)) {
tellTarget ("_root.lalatenp") {
gotoAndPlay ("alpha100");
};
}
if (this.hitTest(_root.lalaaction.lalatarget)) {
tellTarget ("_root.lalaaction") {
gotoAndPlay ("lalakilled");
};
mynamea = _name;
removeMovieClip("_root." add mynamea);
}
if (this.hitTest(_root.dipsyaction)) {
tellTarget ("_root.dipsytenp") {
gotoAndPlay ("alpha100");
};
}
if (this.hitTest(_root.dipsyaction.dipsytarget)) {
tellTarget ("_root.dipsyaction") {
gotoAndPlay ("dipsykilled");
};
mynamea = _name;
removeMovieClip("_root." add mynamea);
}
if (this.hitTest(_root.wall2)) {
mynameb = _name;
removeMovieClip("_root." add mynameb);
}
if (-8 >= this._x) {
this._x = -8;
}
}
Instance of Symbol 71 MovieClip "terror" in Frame 5
onClipEvent (enterFrame) {
if (-10 >= _x) {
_x = -10;
}
if (_x >= 610) {
_x = 610;
}
if (155 >= _y) {
_y = 155;
}
if ((_y >= 155) && (185 >= _y)) {
_alpha = ((_y - 145) * 2.5);
}
if (185 < _y) {
_alpha = 100;
}
if (_y >= 430) {
_y = 430;
}
timer = timer + 1;
if (key.isDown(37)) {
_x = (_x - 3.5);
_xscale = -100;
}
if (key.isDown(39)) {
_x = (_x + 2.5);
_xscale = 100;
}
if (key.isDown(38)) {
_y = (_y - 2.5);
}
if (key.isDown(40)) {
_y = (_y + 2.5);
}
if (this._xscale >= 100) {
if (Key.isDown(32)) {
if (16 < timer) {
newnum = newnum + 1;
duplicateMovieClip ("_root.bulet", newnum, random(99999));
setProperty(newnum, _x , circle._x);
setProperty(newnum, _y , circle._y);
timer = 0;
}
}
}
if (-100 >= this._xscale) {
if (Key.isDown(32)) {
if (16 < timer) {
newnum = newnum + 1;
duplicateMovieClip ("_root.buletb", newnum, random(99999));
setProperty(newnum, _x , circle._x);
setProperty(newnum, _y , circle._y);
timer = 0;
}
}
}
}
Instance of Symbol 73 MovieClip "tenp" in Frame 5
onClipEvent (load) {
_x = 0;
_y = -15;
}
Instance of Symbol 73 MovieClip "lifep" in Frame 5
onClipEvent (load) {
_x = 0;
_y = -25;
}
Instance of Symbol 76 MovieClip in Frame 5
onClipEvent (enterFrame) {
_x = (_x - 1.5);
if (-340 >= _x) {
_x = 940;
}
}
Instance of Symbol 79 MovieClip in Frame 5
onClipEvent (enterFrame) {
_x = (_x - 1.5);
if (-340 >= _x) {
_x = 940;
}
}
Instance of Symbol 109 MovieClip "poaction" in Frame 8
onClipEvent (enterFrame) {
timer++;
if ((150 < _x) && (_x < 880)) {
if (((2.5 + random(5)) < timer) && (timer < (0 + random(5)))) {
newnum = newnum + 1;
duplicateMovieClip ("_root.buletc", newnum, random(99999));
setProperty(newnum, _x , circle._x);
setProperty(newnum, _y , circle._y);
}
timer--;
}
}
Instance of Symbol 112 MovieClip "buletc" in Frame 8
onClipEvent (load) {
if (String(_name) != "buletc") {
_x = (_root.poaction._x - 10);
_y = _root.poaction._y;
}
}
onClipEvent (enterFrame) {
if ((_y >= 165) && (200 >= _y)) {
_alpha = ((_y - 160) * 2.5);
}
if (200 < _y) {
_alpha = 100;
}
this._x = this._x - 4.5;
if (this.hitTest(_root.terror.terrortarget)) {
tellTarget ("_root.terror") {
gotoAndPlay ("terrordeath");
};
myname = _name;
removeMovieClip("_root." add myname);
}
if (this.hitTest(_root.wall2)) {
yourname = _name;
removeMovieClip("_root." add yourname);
}
if (-7 >= this._x) {
this._x = -7;
}
}
Instance of Symbol 115 MovieClip "potenp" in Frame 8
onClipEvent (enterFrame) {
_x = _root.poaction._x;
_y = (_root.poaction._y - 39.5);
}
Instance of Symbol 128 MovieClip "lalaaction" in Frame 19
onClipEvent (enterFrame) {
timer++;
if ((150 < _x) && (_x < 880)) {
if (((2.5 + random(5)) < timer) && (timer < (0 + random(5)))) {
newnum = newnum + 1;
duplicateMovieClip ("_root.bulete", newnum, random(99999));
setProperty(newnum, _x , circle._x);
setProperty(newnum, _y , circle._y);
}
timer--;
}
}
Instance of Symbol 131 MovieClip "bulete" in Frame 19
onClipEvent (load) {
if (String(_name) != "bulete") {
_x = (_root.lalaaction._x - 10);
_y = _root.lalaaction._y;
}
}
onClipEvent (enterFrame) {
if ((_y >= 165) && (200 >= _y)) {
_alpha = ((_y - 160) * 2.5);
}
if (200 < _y) {
_alpha = 100;
}
this._x = this._x - 5;
if (this.hitTest(_root.terror.terrortarget)) {
tellTarget ("_root.terror") {
gotoAndPlay ("terrordeath");
};
myname = _name;
removeMovieClip("_root." add myname);
}
if (this.hitTest(_root.wall2)) {
yourname = _name;
removeMovieClip("_root." add yourname);
}
if (-7 >= this._x) {
this._x = -7;
}
}
Instance of Symbol 134 MovieClip "lalatenp" in Frame 19
onClipEvent (enterFrame) {
_x = _root.lalaaction._x;
_y = (_root.lalaaction._y - 39.5);
}
Instance of Symbol 146 MovieClip "tinkyaction" in Frame 28
onClipEvent (enterFrame) {
timer++;
if ((150 < _x) && (_x < 880)) {
if (((2 + random(4)) < timer) && (timer < (0 + random(5.5)))) {
newnum = newnum + 1;
duplicateMovieClip ("_root.buletd", newnum, random(99999));
setProperty(newnum, _x , circle._x);
setProperty(newnum, _y , circle._y);
}
timer--;
}
}
Instance of Symbol 149 MovieClip "buletd" in Frame 28
onClipEvent (load) {
if (String(_name) != "buletd") {
_x = (_root.tinkyaction._x - 10);
_y = _root.tinkyaction._y;
}
}
onClipEvent (enterFrame) {
if ((_y >= 165) && (200 >= _y)) {
_alpha = ((_y - 160) * 2.5);
}
if (200 < _y) {
_alpha = 100;
}
this._x = this._x - 6;
if (this.hitTest(_root.terror.terrortarget)) {
tellTarget ("_root.terror") {
gotoAndPlay ("terrordeath");
};
myname = _name;
removeMovieClip("_root." add myname);
}
if (this.hitTest(_root.wall2)) {
yourname = _name;
removeMovieClip("_root." add yourname);
}
if (-7 >= this._x) {
this._x = -7;
}
}
Instance of Symbol 152 MovieClip "tinkytenp" in Frame 28
onClipEvent (enterFrame) {
_x = _root.tinkyaction._x;
_y = (_root.tinkyaction._y - 39.5);
}
Instance of Symbol 164 MovieClip "dipsyaction" in Frame 35
onClipEvent (enterFrame) {
timer++;
if ((150 < _x) && (_x < 880)) {
if (((2 + random(4)) < timer) && (timer < (0 + random(5)))) {
newnum = newnum + 1;
duplicateMovieClip ("_root.buletf", newnum, random(99999));
setProperty(newnum, _x , circle._x);
setProperty(newnum, _y , circle._y);
}
timer--;
}
}
Instance of Symbol 167 MovieClip "buletf" in Frame 35
onClipEvent (load) {
if (String(_name) != "buletf") {
_x = (_root.dipsyaction._x - 10);
_y = _root.dipsyaction._y;
}
}
onClipEvent (enterFrame) {
if ((_y >= 165) && (200 >= _y)) {
_alpha = ((_y - 160) * 2.5);
}
if (200 < _y) {
_alpha = 100;
}
this._x = this._x - 5.5;
if (this.hitTest(_root.terror.terrortarget)) {
tellTarget ("_root.terror") {
gotoAndPlay ("terrordeath");
};
myname = _name;
removeMovieClip("_root." add myname);
}
if (this.hitTest(_root.wall2)) {
yourname = _name;
removeMovieClip("_root." add yourname);
}
if (-7 >= this._x) {
this._x = -7;
}
}
Instance of Symbol 170 MovieClip "dipsytenp" in Frame 35
onClipEvent (enterFrame) {
_x = _root.dipsyaction._x;
_y = (_root.dipsyaction._y - 39.5);
}
Frame 43
score = _root.tenp._x * 100;
life = 4 - _root.lifep._x;
if ((_root.lifep._x >= 0) && (_root.lifep._x < 1)) {
_root.life1._alpha = 100;
_root.life2._alpha = 100;
_root.life3._alpha = 100;
_root.life4._alpha = 100;
}
if ((_root.lifep._x >= 1) && (_root.lifep._x < 2)) {
_root.life1._alpha = 100;
_root.life2._alpha = 100;
_root.life3._alpha = 100;
_root.life4._alpha = 0;
}
if ((_root.lifep._x >= 2) && (_root.lifep._x < 3)) {
_root.life1._alpha = 100;
_root.life2._alpha = 100;
_root.life3._alpha = 0;
_root.life4._alpha = 0;
}
if ((_root.lifep._x >= 3) && (_root.lifep._x < 4)) {
_root.life1._alpha = 100;
_root.life2._alpha = 0;
_root.life3._alpha = 0;
_root.life4._alpha = 0;
}
if (_root.lifep._x >= 4) {
_root.life1._alpha = 0;
_root.life2._alpha = 0;
_root.life3._alpha = 0;
_root.life4._alpha = 0;
}
if (4 < _root.lifep._x) {
life = 0;
tellTarget ("_root") {
gotoAndStop ("gameover");
};
} else {
gotoAndPlay (40);
}
Frame 44
stop();
Symbol 30 Button
on (release, keyPress "<Enter>") {
gotoAndPlay (5);
}
Symbol 52 Button
on (keyPress "<Right>") {
gotoAndPlay (4);
}
on (keyPress "<Left>") {
gotoAndPlay (4);
}
on (keyPress "<Up>") {
gotoAndPlay (4);
}
on (keyPress "<Down>") {
gotoAndPlay (4);
}
Symbol 71 MovieClip Frame 1
stop();
_x = 60;
_y = 350;
_xscale = 100;
_root.lifep._x = _root.lifep._x + 1;
Instance of Symbol 7 MovieClip in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x + 1.5);
if (_x >= 1) {
_x = 0;
}
}
Instance of Symbol 11 MovieClip in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y + 1.5);
if (_y >= 1) {
_y = 0;
}
}
Instance of Symbol 5 MovieClip in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) {
_y = (_y - 1.5);
if (-1 >= _y) {
_y = 0;
}
}
Instance of Symbol 9 MovieClip in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - 1.5);
if (-1 >= _x) {
_x = 0;
}
}
Symbol 71 MovieClip Frame 3
stop();
Instance of Symbol 60 MovieClip "terrortarget" in Symbol 71 MovieClip Frame 3
onClipEvent (enterFrame) {
if (((this.hitTest(_root.poaction.potarget) || (this.hitTest(_root.tinkyaction.tinkytarget))) || (this.hitTest(_root.lalaaction.lalatarget))) || (this.hitTest(_root.dipsyaction.dipsytarget))) {
tellTarget ("_root.terror") {
gotoAndPlay ("terrordeath");
};
}
}
Symbol 71 MovieClip Frame 7
gotoAndPlay (3);
Symbol 71 MovieClip Frame 8
quarter1._alpha = quarter1._alpha - 5;
quarter2._alpha = quarter2._alpha - 5;
quarter3._alpha = quarter3._alpha - 5;
quarter4._alpha = quarter4._alpha - 5;
if (-50 >= quarter1._alpha) {
gotoAndPlay (1);
}
if (4 < _root.lifep._x) {
tellTarget ("_root") {
gotoAndPlay ("gameover");
};
}
Instance of Symbol 7 MovieClip "quarter4" in Symbol 71 MovieClip Frame 8
onClipEvent (enterFrame) {
_x = (_x - 1);
if (-35 >= _x) {
_x = 0;
}
}
Instance of Symbol 11 MovieClip "quarter3" in Symbol 71 MovieClip Frame 8
onClipEvent (enterFrame) {
_y = (_y - 1);
if (-34.5 >= _y) {
_y = 0;
}
}
Instance of Symbol 5 MovieClip "quarter2" in Symbol 71 MovieClip Frame 8
onClipEvent (enterFrame) {
_y = (_y + 1);
if (_y >= 35) {
_y = 0;
}
}
Instance of Symbol 9 MovieClip "quarter1" in Symbol 71 MovieClip Frame 8
onClipEvent (enterFrame) {
_x = (_x + 1);
if (_x >= 35) {
_x = 0;
}
}
Symbol 71 MovieClip Frame 11
gotoAndPlay (8);
Symbol 109 MovieClip Frame 1
_x = (650 + random(200));
_y = (165 + random(300));
Symbol 109 MovieClip Frame 2
xspeed = -1.5 - random(2);
yspeed = random(3) - random(3);
timer = 0;
if (((_y < 150) || (465 < y)) || (_x < -200)) {
gotoAndPlay (14);
}
if ((_y >= 150) && (185 >= _y)) {
_alpha = ((_y - 145) * 2.5);
}
if (185 < _y) {
_alpha = 100;
}
Symbol 109 MovieClip Frame 3
this._x = this._x + xspeed;
this._y = this._y + yspeed;
timer = timer + 1;
if (2 < timer) {
gotoAndPlay (2);
timer--;
}
if (((_y < 150) || (465 < y)) || (_x < -200)) {
gotoAndPlay (14);
}
if ((_y >= 150) && (185 >= _y)) {
_alpha = ((_y - 145) * 2.5);
}
if (185 < _y) {
_alpha = 100;
}
Symbol 109 MovieClip Frame 4
gotoAndPlay (3);
if (((_y < 150) || (465 < y)) || (_x < -200)) {
gotoAndPlay (14);
}
if ((_y >= 150) && (185 >= _y)) {
_alpha = ((_y - 145) * 2.5);
}
if (185 < _y) {
_alpha = 100;
}
Instance of Symbol 106 MovieClip in Symbol 109 MovieClip Frame 5
onClipEvent (enterFrame) {
this._x = this._x - 0.5;
}
Instance of Symbol 108 MovieClip in Symbol 109 MovieClip Frame 5
onClipEvent (load) {
_root.tenp._x = _root.tenp._x + 1;
}
onClipEvent (enterFrame) {
this._x = this._x - 0.5;
}
Symbol 109 MovieClip Frame 13
timer = timer + 1;
if (3 >= timer) {
gotoAndPlay (5);
}
if (3 < timer) {
gotoAndPlay (14);
}
Symbol 109 MovieClip Frame 14
gotoAndPlay(20 + random(100));
Symbol 109 MovieClip Frame 117
gotoAndPlay (1);
Symbol 115 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 10
gotoAndStop (1);
_root.tenp._x = _root.tenp._x + 0.1;
Symbol 128 MovieClip Frame 1
_x = (650 + random(150));
_y = (165 + random(300));
Symbol 128 MovieClip Frame 2
xspeed = -0.75 - random(2);
yspeed = random(3) - random(3);
timer = 0;
if (((_y < 150) || (465 < y)) || (_x < -180)) {
gotoAndPlay (14);
}
if ((_y >= 150) && (185 >= _y)) {
_alpha = ((_y - 145) * 2.5);
}
if (185 < _y) {
_alpha = 100;
}
Symbol 128 MovieClip Frame 3
this._x = this._x + xspeed;
this._y = this._y + yspeed;
timer = timer + 1;
if (2 < timer) {
gotoAndPlay (2);
timer--;
}
if (((_y < 150) || (465 < y)) || (_x < -180)) {
gotoAndPlay (14);
}
if ((_y >= 150) && (185 >= _y)) {
_alpha = ((_y - 145) * 2.5);
}
if (185 < _y) {
_alpha = 100;
}
Symbol 128 MovieClip Frame 4
gotoAndPlay (3);
if (((_y < 150) || (465 < y)) || (_x < -180)) {
gotoAndPlay (14);
}
if ((_y >= 150) && (185 >= _y)) {
_alpha = ((_y - 145) * 2.5);
}
if (185 < _y) {
_alpha = 100;
}
Instance of Symbol 125 MovieClip in Symbol 128 MovieClip Frame 5
onClipEvent (enterFrame) {
this._x = this._x - 0.5;
}
Instance of Symbol 127 MovieClip in Symbol 128 MovieClip Frame 5
onClipEvent (load) {
_root.tenp._x = _root.tenp._x + 1;
}
onClipEvent (enterFrame) {
this._x = this._x - 0.5;
}
Symbol 128 MovieClip Frame 13
timer = timer + 1;
if (3 >= timer) {
gotoAndPlay (5);
}
if (3 < timer) {
gotoAndPlay (14);
}
Symbol 128 MovieClip Frame 14
gotoAndPlay(20 + random(80));
Symbol 128 MovieClip Frame 117
gotoAndPlay (1);
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 10
gotoAndStop (1);
_root.tenp._x = _root.tenp._x + 0.1;
Symbol 146 MovieClip Frame 1
_x = (650 + random(400));
_y = (165 + random(300));
Symbol 146 MovieClip Frame 2
xspeed = -2 - random(2);
yspeed = random(4) - random(4);
timer = 0;
if (((_y < 150) || (465 < y)) || (_x < -250)) {
gotoAndPlay (14);
}
if ((_y >= 150) && (185 >= _y)) {
_alpha = ((_y - 145) * 2.5);
}
if (185 < _y) {
_alpha = 100;
}
Symbol 146 MovieClip Frame 3
this._x = this._x + xspeed;
this._y = this._y + yspeed;
timer = timer + 1;
if (4 < timer) {
gotoAndPlay (2);
timer--;
}
if (((_y < 150) || (465 < y)) || (_x < -250)) {
gotoAndPlay (14);
}
if ((_y >= 150) && (185 >= _y)) {
_alpha = ((_y - 145) * 2.5);
}
if (185 < _y) {
_alpha = 100;
}
Symbol 146 MovieClip Frame 4
gotoAndPlay (3);
if (((_y < 150) || (465 < y)) || (_x < -250)) {
gotoAndPlay (14);
}
if ((_y >= 150) && (185 >= _y)) {
_alpha = ((_y - 145) * 2.5);
}
if (185 < _y) {
_alpha = 100;
}
Instance of Symbol 143 MovieClip in Symbol 146 MovieClip Frame 5
onClipEvent (enterFrame) {
this._x = this._x - 0.5;
}
Instance of Symbol 145 MovieClip in Symbol 146 MovieClip Frame 5
onClipEvent (load) {
_root.tenp._x = _root.tenp._x + 1;
}
onClipEvent (enterFrame) {
this._x = this._x - 0.5;
}
Symbol 146 MovieClip Frame 13
timer = timer + 1;
if (3 >= timer) {
gotoAndPlay (5);
}
if (3 < timer) {
gotoAndPlay (14);
}
Symbol 146 MovieClip Frame 14
gotoAndPlay(20 + random(30));
Symbol 146 MovieClip Frame 117
gotoAndPlay (1);
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 10
gotoAndStop (1);
_root.tenp._x = _root.tenp._x + 0.1;
Symbol 164 MovieClip Frame 1
_x = (650 + random(300));
_y = (165 + random(300));
Symbol 164 MovieClip Frame 2
xspeed = -1 - random(2);
yspeed = random(3) - random(3);
timer = 0;
if (((_y < 150) || (465 < y)) || (_x < -220)) {
gotoAndPlay (14);
}
if ((_y >= 150) && (185 >= _y)) {
_alpha = ((_y - 145) * 2.5);
}
if (185 < _y) {
_alpha = 100;
}
Symbol 164 MovieClip Frame 3
this._x = this._x + xspeed;
this._y = this._y + yspeed;
timer = timer + 1;
if (3 < timer) {
gotoAndPlay (2);
timer--;
}
if (((_y < 150) || (465 < y)) || (_x < -220)) {
gotoAndPlay (14);
}
if ((_y >= 150) && (185 >= _y)) {
_alpha = ((_y - 145) * 2.5);
}
if (185 < _y) {
_alpha = 100;
}
Symbol 164 MovieClip Frame 4
gotoAndPlay (3);
if (((_y < 150) || (465 < y)) || (_x < -220)) {
gotoAndPlay (14);
}
if ((_y >= 150) && (185 >= _y)) {
_alpha = ((_y - 145) * 2.5);
}
if (185 < _y) {
_alpha = 100;
}
Instance of Symbol 161 MovieClip in Symbol 164 MovieClip Frame 5
onClipEvent (enterFrame) {
this._x = this._x - 0.5;
}
Instance of Symbol 163 MovieClip in Symbol 164 MovieClip Frame 5
onClipEvent (load) {
_root.tenp._x = _root.tenp._x + 1;
}
onClipEvent (enterFrame) {
this._x = this._x - 0.5;
}
Symbol 164 MovieClip Frame 13
timer = timer + 1;
if (3 >= timer) {
gotoAndPlay (5);
}
if (3 < timer) {
gotoAndPlay (14);
}
Symbol 164 MovieClip Frame 14
gotoAndPlay(20 + random(50));
Symbol 164 MovieClip Frame 117
gotoAndPlay (1);
Symbol 170 MovieClip Frame 1
stop();
Symbol 170 MovieClip Frame 10
gotoAndStop (1);
_root.tenp._x = _root.tenp._x + 0.1;
Symbol 176 Button
on (release) {
gotoAndPlay (5);
}