Frame 1
stop();
Frame 2
stop();
Frame 3
stop();
Frame 4
stop();
Instance of Symbol 59 MovieClip "ice1" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 66 MovieClip "man" in Frame 4
onClipEvent (enterFrame) {
if (((_root.bullettimebox == 50) && (_root.icespeed > (_root.icespeed2 - 3))) && (Key.isDown(38))) {
_root.icespeed = _root.icespeed - _root.bulletspeed;
_root.btimeon = "yes";
_root.bcountup = "no";
}
if (_root.btimeon == "yes") {
_root.bullettimebox = _root.bullettimebox - 1;
}
if (_root.bullettimebox == 0) {
_root.btimeon = "no";
_root.icespeed = _root.icespeed + _root.bulletspeed;
_root.bullettimebox++;
_root.bcountup = "yes";
}
if ((_root.bcountup == "yes") && (_root.bullettimebox < 50)) {
_root.bullettimebox = _root.bullettimebox + 0.5;
}
if (_root.adrenaline < 200) {
_root.adrenaline++;
}
if (_root.move == "yes") {
_root.score++;
}
if ((_root.move == "yes") && (Key.isDown(39))) {
this._x = this._x + _root.manspeed;
}
if ((_root.move == "yes") && (Key.isDown(37))) {
this._x = this._x + (_root.manspeed * -1);
}
if (((_root.move == "yes") && (_root.adrenaline > 9)) && (Key.isDown(39) && (Key.isDown(32)))) {
this._x = (this._x + _root.manspeed) + 5;
_root.adrenaline = _root.adrenaline - 10;
}
if (((_root.move == "yes") && (_root.adrenaline > 9)) && (Key.isDown(37) && (Key.isDown(32)))) {
this._x = this._x + ((_root.manspeed + 5) * -1);
_root.adrenaline = _root.adrenaline - 10;
}
if (((_root.icehit == "yes") && (_root.move == "yes")) && ((((((((((((((((((((((((((((this.hitTest(_root.leftspike) || (this.hitTest(_root.rightspike))) || (_root.ice1.hitTest(this))) || (_root.ice2.hitTest(this))) || (_root.ice3.hitTest(this))) || (_root.ice4.hitTest(this))) || (_root.ice5.hitTest(this))) || (_root.ice6.hitTest(this))) || (_root.ice7.hitTest(this))) || (_root.ice8.hitTest(this))) || (_root.ice9.hitTest(this))) || (_root.ice10.hitTest(this))) || (_root.ice11.hitTest(this))) || (_root.ice12.hitTest(this))) || (_root.ice13.hitTest(this))) || (_root.ice14.hitTest(this))) || (_root.ice15.hitTest(this))) || (_root.ice16.hitTest(this))) || (_root.ice17.hitTest(this))) || (_root.ice18.hitTest(this))) || (_root.ice19.hitTest(this))) || (_root.ice20.hitTest(this))) || (_root.ice21.hitTest(this))) || (_root.ice22.hitTest(this))) || (_root.ice23.hitTest(this))) || (_root.ice24.hitTest(this))) || (_root.ice25.hitTest(this))) || (_root.ice26.hitTest(this))) || (_root.ice27.hitTest(this)))) {
_root.man.gotoAndPlay(2);
_root.icehit = "no";
_root.move = "no";
_root.again._alpha = 100;
_root.bulletable = "no";
_root.bcountup = "no";
_root.btimeon = "no";
}
}
onClipEvent (load) {
_root.icehit = "yes";
_root.move = "yes";
_root.manspeed = 5;
_root.scorevalue = 1;
_root.bulletable = "yes";
_root.icespeed2 = _root.icespeed;
_root.btimeon = "no";
_root.bcountup = "no";
_root.bullettimebox = 50;
}
Instance of Symbol 59 MovieClip "ice2" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice3" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice4" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice5" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice6" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice7" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice8" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice9" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice10" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice11" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice12" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice13" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice14" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice15" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice16" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice17" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice18" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice19" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice20" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice21" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice22" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice23" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice24" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice25" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice26" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Instance of Symbol 59 MovieClip "ice27" in Frame 4
onClipEvent (enterFrame) {
if (_root.move == "yes") {
this._y = this._y + _root.icespeed;
}
if (this.hitTest(_root.ground)) {
this._y = _root.spawn._y;
this._x = Math.random() * 400;
}
}
Symbol 15 MovieClip [bmc] Frame 1
stop();
myColor = new Color(colorChip1);
myColor.setRGB(rgb);
myColor2 = new Color(colorChip2);
myColor2.setRGB(rgb);
Symbol 15 MovieClip [bmc] Frame 2
myColor = new Color(colorChip1);
myColor.setRGB(rgb);
Symbol 15 MovieClip [bmc] Frame 3
myColor = new Color(colorChip1);
myColor.setRGB(rgb);
Symbol 29 Button
on (press) {
gotoAndPlay (3);
}
Symbol 30 Button
on (press) {
gotoAndPlay (2);
}
Symbol 40 Button
on (press) {
gotoAndPlay (1);
}
Symbol 43 Button
on (press) {
_root.icespeed = 6;
gotoAndPlay (4);
_root.bulletspeed = 4;
}
Symbol 45 Button
on (press) {
_root.icespeed = 10;
gotoAndPlay (4);
_root.bulletspeed = 8;
}
Symbol 47 Button
on (press) {
_root.icespeed = 14;
gotoAndPlay (4);
_root.bulletspeed = 12;
}
Symbol 52 Button
on (press) {
gotoAndPlay (1);
}
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 13
stop();
Symbol 75 Button
on (press) {
if ((_root.move == "no") && (_root.score > _root.highscore)) {
_root.highscore = _root.score;
_root.highscorebox = _root.highscore;
}
if (_root.move == "no") {
gotoAndPlay (3);
_root.score = 0;
}
}