Frame 1
Stage.showMenu = false;
Frame 3
stop();
Frame 4
score = 0;
_global.l = 4;
lives = _global.l;
_global.k = 0;
_global.d = 0;
play();
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.blue.hitTest(this._x, this._y, true)) {
_root.blue._x = this._x;
_root.blue._y = this._y;
_root.score = _root.score + 50;
_root.blue._name = "blue_x";
}
if (_root.blue_x.hitTest(this._x, this._y, true)) {
_root.blue_x._x = this._x;
_root.blue_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.green.hitTest(this._x, this._y, true)) {
_root.green._x = this._x;
_root.green._y = this._y;
_root.score = _root.score + 50;
_root.green._name = "green_x";
}
if (_root.green_x.hitTest(this._x, this._y, true)) {
_root.green_x._x = this._x;
_root.green_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.yellow.hitTest(this._x, this._y, true)) {
_root.yellow._x = this._x;
_root.yellow._y = this._y;
_root.score = _root.score + 50;
_root.yellow._name = "yellow_x";
}
if (_root.yellow_x.hitTest(this._x, this._y, true)) {
_root.yellow_x._x = this._x;
_root.yellow_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.pink.hitTest(this._x, this._y, true)) {
_root.pink._x = this._x;
_root.pink._y = this._y;
_root.score = _root.score + 50;
_root.pink._name = "pink_x";
}
if (_root.pink_x.hitTest(this._x, this._y, true)) {
_root.pink_x._x = this._x;
_root.pink_x._y = this._y;
}
}
Instance of Symbol 56 MovieClip "key" in Frame 4
onClipEvent (enterFrame) {
if (_root.pico.hitTest(this)) {
_root.exit.play();
_global.k = 10;
this._x = 1000;
}
}
Instance of Symbol 67 MovieClip "exit" in Frame 4
onClipEvent (enterFrame) {
if (_global.k > 5) {
if (_root.pico.hitTest(this)) {
_root.pico._x = this._x;
_root.pico._y = this._y;
_root.pico._alpha = _root.pico._alpha - 5;
}
}
}
Instance of Symbol 86 MovieClip "pico" in Frame 4
onClipEvent (load) {
_global.speed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale > 26) {
if (Key.isDown(38)) {
this.play();
_global.speed = _global.speed + 4;
} else {
this.stop();
}
if (this._x > Stage.width) {
this._x = this._x - 1;
_global.speed = 0;
}
if (this._y > Stage.height) {
this._y = this._y - 1;
_global.speed = 0;
}
if (this._x < 0) {
this._x = this._x + 1;
_global.speed = 0;
}
if (this._y < 0) {
this._y = this._y + 1;
_global.speed = 0;
}
if (Math.abs(_global.speed) > 20) {
_global.speed = _global.speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 11);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 11);
}
_global.speed = _global.speed * 0.6;
x = Math.sin(_rotation * (Math.PI/180)) * _global.speed;
y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1;
if (!_root.metal.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
_global.speed = _global.speed * -0.8;
}
}
}
Frame 5
lives = _global.l;
if (_root.pico._alpha < 1) {
gotoAndStop (8);
}
if (_global.d > 4) {
gotoAndStop (7);
}
if (_global.l < 0) {
_global.l = 0;
gotoAndPlay (79);
}
if (_root.pico._xscale < 1) {
_global.l = _global.l - 1;
lives = _global.l;
gotoAndStop (7);
}
Frame 6
gotoAndPlay (5);
Frame 7
score = score - 100;
if (score < 0) {
score = 0;
}
Frame 9
lives = _global.l;
_global.d = 0;
_global.k = 0;
play();
Instance of Symbol 54 MovieClip in Frame 9
onClipEvent (enterFrame) {
if (_root.yellow.hitTest(this._x, this._y, true)) {
_root.yellow._x = this._x;
_root.yellow._y = this._y;
_root.score = _root.score + 50;
_root.yellow._name = "yellow_x";
}
if (_root.yellow_x.hitTest(this._x, this._y, true)) {
_root.yellow_x._x = this._x;
_root.yellow_x._y = this._y;
}
}
Instance of Symbol 56 MovieClip "key" in Frame 9
onClipEvent (enterFrame) {
if (_root.pico.hitTest(this)) {
_root.exit.play();
_global.k = 10;
this._x = 1000;
}
}
Instance of Symbol 67 MovieClip "exit" in Frame 9
onClipEvent (enterFrame) {
if (_global.k > 5) {
if (_root.pico.hitTest(this)) {
_root.pico._x = this._x;
_root.pico._y = this._y;
_root.pico._alpha = _root.pico._alpha - 5;
}
}
}
Instance of Symbol 86 MovieClip "pico" in Frame 9
onClipEvent (load) {
_global.speed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale > 26) {
if (Key.isDown(38)) {
this.play();
_global.speed = _global.speed + 4;
} else {
this.stop();
}
if (this._x > Stage.width) {
this._x = this._x - 1;
_global.speed = 0;
}
if (this._y > Stage.height) {
this._y = this._y - 1;
_global.speed = 0;
}
if (this._x < 0) {
this._x = this._x + 1;
_global.speed = 0;
}
if (this._y < 0) {
this._y = this._y + 1;
_global.speed = 0;
}
if (Math.abs(_global.speed) > 20) {
_global.speed = _global.speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 11);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 11);
}
_global.speed = _global.speed * 0.6;
x = Math.sin(_rotation * (Math.PI/180)) * _global.speed;
y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1;
if (!_root.metal.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
_global.speed = _global.speed * -0.8;
}
if (_global.hit > 0) {
_x = (_x - x);
_y = (_y - y);
}
}
}
Frame 10
lives = _global.l;
if (_root.pico._alpha < 1) {
gotoAndStop (13);
}
if (_global.d > 4) {
gotoAndStop (12);
}
if (_global.l < 0) {
_global.l = 0;
gotoAndPlay (79);
}
if (_root.pico._xscale < 1) {
_global.l = _global.l - 1;
lives = _global.l;
gotoAndStop (12);
}
Frame 11
gotoAndPlay (10);
Frame 12
score = score - 100;
if (score < 0) {
score = 0;
}
Frame 14
lives = _global.l;
_global.d = 0;
_global.k = 0;
play();
Instance of Symbol 56 MovieClip "key" in Frame 14
onClipEvent (enterFrame) {
if (_root.pico.hitTest(this)) {
_root.exit.play();
_global.k = 10;
this._x = 1000;
}
}
Instance of Symbol 67 MovieClip "exit" in Frame 14
onClipEvent (enterFrame) {
if (_global.k > 5) {
if (_root.pico.hitTest(this)) {
_root.pico._x = this._x;
_root.pico._y = this._y;
_root.pico._alpha = _root.pico._alpha - 5;
}
}
}
Instance of Symbol 54 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.green.hitTest(this._x, this._y, true)) {
_root.green._x = this._x;
_root.green._y = this._y;
_root.score = _root.score + 50;
_root.green._name = "green_x";
}
if (_root.green_x.hitTest(this._x, this._y, true)) {
_root.green_x._x = this._x;
_root.green_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 14
onClipEvent (enterFrame) {
if (_root.blue.hitTest(this._x, this._y, true)) {
_root.blue._x = this._x;
_root.blue._y = this._y;
_root.score = _root.score + 50;
_root.blue._name = "blue_x";
}
if (_root.blue_x.hitTest(this._x, this._y, true)) {
_root.blue_x._x = this._x;
_root.blue_x._y = this._y;
}
}
Instance of Symbol 86 MovieClip "pico" in Frame 14
onClipEvent (load) {
_global.speed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale > 26) {
if (Key.isDown(38)) {
this.play();
_global.speed = _global.speed + 4;
} else {
this.stop();
}
if (this._x > Stage.width) {
this._x = this._x - 1;
_global.speed = 0;
}
if (this._y > Stage.height) {
this._y = this._y - 1;
_global.speed = 0;
}
if (this._x < 0) {
this._x = this._x + 1;
_global.speed = 0;
}
if (this._y < 0) {
this._y = this._y + 1;
_global.speed = 0;
}
if (Math.abs(_global.speed) > 20) {
_global.speed = _global.speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 11);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 11);
}
_global.speed = _global.speed * 0.6;
x = Math.sin(_rotation * (Math.PI/180)) * _global.speed;
y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1;
if (!_root.metal.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
_global.speed = _global.speed * -0.8;
}
}
}
Frame 15
lives = _global.l;
if (_root.pico._alpha < 1) {
gotoAndStop (18);
}
if (_global.d > 4) {
gotoAndStop (17);
}
if (_global.l < 0) {
_global.l = 0;
gotoAndPlay (79);
}
if (_root.pico._xscale < 1) {
_global.l = _global.l - 1;
lives = _global.l;
gotoAndStop (17);
}
Frame 16
gotoAndPlay (15);
Frame 17
score = score - 100;
if (score < 0) {
score = 0;
}
Frame 19
lives = _global.l;
_global.d = 0;
_global.k = 0;
play();
Instance of Symbol 56 MovieClip "key" in Frame 19
onClipEvent (enterFrame) {
if (_root.pico.hitTest(this)) {
_root.exit.play();
_global.k = 10;
this._x = 1000;
}
}
Instance of Symbol 67 MovieClip "exit" in Frame 19
onClipEvent (enterFrame) {
if (_global.k > 5) {
if (_root.pico.hitTest(this)) {
_root.pico._x = this._x;
_root.pico._y = this._y;
_root.pico._alpha = _root.pico._alpha - 5;
}
}
}
Instance of Symbol 54 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.yellow.hitTest(this._x, this._y, true)) {
_root.yellow._x = this._x;
_root.yellow._y = this._y;
_root.score = _root.score + 50;
_root.fade._alpha = _root.fade._alpha - 3;
_root.yellow._name = "yellow_x";
}
if (_root.yellow_x.hitTest(this._x, this._y, true)) {
_root.fade._alpha = _root.fade._alpha - 3;
_root.yellow_x._x = this._x;
_root.yellow_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 19
onClipEvent (enterFrame) {
if (_root.pink.hitTest(this._x, this._y, true)) {
_root.pink._x = this._x;
_root.pink._y = this._y;
_root.score = _root.score + 50;
_root.pink._name = "pink_x";
}
if (_root.pink_x.hitTest(this._x, this._y, true)) {
_root.pink_x._x = this._x;
_root.pink_x._y = this._y;
}
}
Instance of Symbol 130 MovieClip "fade" in Frame 19
onClipEvent (enterFrame) {
if (_global.fade > 5) {
this.alpha = this.alpha - 3;
}
}
Instance of Symbol 86 MovieClip "pico" in Frame 19
onClipEvent (load) {
_global.speed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale > 26) {
if (Key.isDown(38)) {
this.play();
_global.speed = _global.speed + 4;
} else {
this.stop();
}
if (this._x > Stage.width) {
this._x = this._x - 1;
_global.speed = 0;
}
if (this._y > Stage.height) {
this._y = this._y - 1;
_global.speed = 0;
}
if (this._x < 0) {
this._x = this._x + 1;
_global.speed = 0;
}
if (this._y < 0) {
this._y = this._y + 1;
_global.speed = 0;
}
if (Math.abs(_global.speed) > 20) {
_global.speed = _global.speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 11);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 11);
}
_global.speed = _global.speed * 0.6;
x = Math.sin(_rotation * (Math.PI/180)) * _global.speed;
y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1;
if (!_root.metal.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
_global.speed = _global.speed * -0.8;
}
}
}
Frame 20
lives = _global.l;
if (_root.pico._alpha < 1) {
gotoAndStop (23);
}
if (_global.d > 4) {
gotoAndStop (22);
}
if (_global.l < 0) {
_global.l = 0;
gotoAndPlay (79);
}
if (_root.pico._xscale < 1) {
_global.l = _global.l - 1;
lives = _global.l;
gotoAndStop (22);
}
Frame 21
gotoAndPlay (20);
Frame 22
score = score - 100;
if (score < 0) {
score = 0;
}
Frame 24
lives = _global.l;
_global.d = 0;
_global.k = 0;
play();
Instance of Symbol 56 MovieClip "key" in Frame 24
onClipEvent (enterFrame) {
if (_root.pico.hitTest(this)) {
_root.exit.play();
_global.k = 10;
this._x = 1000;
}
}
Instance of Symbol 67 MovieClip "exit" in Frame 24
onClipEvent (enterFrame) {
if (_global.k > 5) {
if (_root.pico.hitTest(this)) {
_root.pico._x = this._x;
_root.pico._y = this._y;
_root.pico._alpha = _root.pico._alpha - 5;
}
}
}
Instance of Symbol 54 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.yellow.hitTest(this._x, this._y, true)) {
_root.yellow._x = this._x;
_root.yellow._y = this._y;
_root.score = _root.score + 50;
_root.fade._alpha = _root.fade._alpha - 3;
_root.yellow._name = "yellow_x";
}
if (_root.yellow_x.hitTest(this._x, this._y, true)) {
_root.fade._alpha = _root.fade._alpha - 3;
_root.yellow_x._x = this._x;
_root.yellow_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.green.hitTest(this._x, this._y, true)) {
_root.green._x = this._x;
_root.green._y = this._y;
_root.score = _root.score + 50;
_root.green._name = "green_x";
}
if (_root.green_x.hitTest(this._x, this._y, true)) {
_root.green_x._x = this._x;
_root.green_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.blue.hitTest(this._x, this._y, true)) {
_root.blue._x = this._x;
_root.blue._y = this._y;
_root.score = _root.score + 50;
_root.blue._name = "blue_x";
}
if (_root.blue_x.hitTest(this._x, this._y, true)) {
_root.blue_x._x = this._x;
_root.blue_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.pink.hitTest(this._x, this._y, true)) {
_root.pink._x = this._x;
_root.pink._y = this._y;
_root.score = _root.score + 50;
_root.pink._name = "pink_x";
}
if (_root.pink_x.hitTest(this._x, this._y, true)) {
_root.pink_x._x = this._x;
_root.pink_x._y = this._y;
}
}
Instance of Symbol 137 MovieClip in Frame 24
onClipEvent (enterFrame) {
if (_root.pico.hitTest(this)) {
_global.l = _global.l + 1;
this._x = 1000;
}
}
Instance of Symbol 86 MovieClip "pico" in Frame 24
onClipEvent (load) {
_global.speed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale > 26) {
if (Key.isDown(38)) {
this.play();
_global.speed = _global.speed + 4;
} else {
this.stop();
}
if (this._x > Stage.width) {
this._x = this._x - 1;
_global.speed = 0;
}
if (this._y > Stage.height) {
this._y = this._y - 1;
_global.speed = 0;
}
if (this._x < 0) {
this._x = this._x + 1;
_global.speed = 0;
}
if (this._y < 0) {
this._y = this._y + 1;
_global.speed = 0;
}
if (Math.abs(_global.speed) > 20) {
_global.speed = _global.speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 11);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 11);
}
_global.speed = _global.speed * 0.6;
x = Math.sin(_rotation * (Math.PI/180)) * _global.speed;
y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1;
if (!_root.metal.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
_global.speed = _global.speed * -0.8;
}
}
}
Frame 25
lives = _global.l;
if (_root.pico._alpha < 1) {
gotoAndStop (28);
}
if (_global.d > 4) {
gotoAndStop (27);
}
if (_global.l < 0) {
_global.l = 0;
gotoAndPlay (79);
}
if (_root.pico._xscale < 1) {
_global.l = _global.l - 1;
lives = _global.l;
gotoAndStop (27);
}
Frame 26
gotoAndPlay (25);
Frame 27
score = score - 100;
if (score < 0) {
score = 0;
}
Frame 29
lives = _global.l;
_global.d = 0;
_global.k = 0;
play();
Instance of Symbol 56 MovieClip "key" in Frame 29
onClipEvent (enterFrame) {
if (_root.pico.hitTest(this)) {
_root.exit.play();
_global.k = 10;
this._x = 1000;
}
}
Instance of Symbol 67 MovieClip "exit" in Frame 29
onClipEvent (enterFrame) {
if (_global.k > 5) {
if (_root.pico.hitTest(this)) {
_root.pico._x = this._x;
_root.pico._y = this._y;
_root.pico._alpha = _root.pico._alpha - 5;
}
}
}
Instance of Symbol 54 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (_root.blue.hitTest(this._x, this._y, true)) {
_root.blue._x = this._x;
_root.blue._y = this._y;
_root.score = _root.score + 50;
_root.blue._name = "blue_x";
}
if (_root.blue_x.hitTest(this._x, this._y, true)) {
_root.blue_x._x = this._x;
_root.blue_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (_root.pink.hitTest(this._x, this._y, true)) {
_root.pink._x = this._x;
_root.pink._y = this._y;
_root.score = _root.score + 50;
_root.pink._name = "pink_x";
}
if (_root.pink_x.hitTest(this._x, this._y, true)) {
_root.pink_x._x = this._x;
_root.pink_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 29
onClipEvent (enterFrame) {
if (_root.green.hitTest(this._x, this._y, true)) {
_root.green._x = this._x;
_root.green._y = this._y;
_root.score = _root.score + 50;
_root.green._name = "green_x";
}
if (_root.green_x.hitTest(this._x, this._y, true)) {
_root.green_x._x = this._x;
_root.green_x._y = this._y;
}
}
Instance of Symbol 86 MovieClip "pico" in Frame 29
onClipEvent (load) {
_global.speed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale > 26) {
if (Key.isDown(38)) {
this.play();
_global.speed = _global.speed + 4;
} else {
this.stop();
}
if (this._x > Stage.width) {
this._x = this._x - 1;
_global.speed = 0;
}
if (this._y > Stage.height) {
this._y = this._y - 1;
_global.speed = 0;
}
if (this._x < 0) {
this._x = this._x + 1;
_global.speed = 0;
}
if (this._y < 0) {
this._y = this._y + 1;
_global.speed = 0;
}
if (Math.abs(_global.speed) > 20) {
_global.speed = _global.speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 11);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 11);
}
_global.speed = _global.speed * 0.6;
x = Math.sin(_rotation * (Math.PI/180)) * _global.speed;
y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1;
if (!_root.metal.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
_global.speed = _global.speed * -0.8;
}
}
}
Frame 30
lives = _global.l;
if (_root.pico._alpha < 1) {
gotoAndStop (33);
}
if (_global.d > 4) {
gotoAndStop (32);
}
if (_global.l < 0) {
_global.l = 0;
gotoAndPlay (79);
}
if (_root.pico._xscale < 1) {
_global.l = _global.l - 1;
lives = _global.l;
gotoAndStop (32);
}
Frame 31
gotoAndPlay (30);
Frame 32
score = score - 100;
if (score < 0) {
score = 0;
}
Frame 34
lives = _global.l;
_global.d = 0;
_global.k = 0;
play();
Instance of Symbol 56 MovieClip "key" in Frame 34
onClipEvent (enterFrame) {
if (_root.pico.hitTest(this)) {
_root.exit.play();
_global.k = 10;
this._x = 1000;
}
}
Instance of Symbol 67 MovieClip "exit" in Frame 34
onClipEvent (enterFrame) {
if (_global.k > 5) {
if (_root.pico.hitTest(this)) {
_root.pico._x = this._x;
_root.pico._y = this._y;
_root.pico._alpha = _root.pico._alpha - 5;
}
}
}
Instance of Symbol 54 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.blue.hitTest(this._x, this._y, true)) {
_root.blue._x = this._x;
_root.blue._y = this._y;
_root.score = _root.score + 50;
_root.blue._name = "blue_x";
}
if (_root.blue_x.hitTest(this._x, this._y, true)) {
_root.blue_x._x = this._x;
_root.blue_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.pink.hitTest(this._x, this._y, true)) {
_root.pink._x = this._x;
_root.pink._y = this._y;
_root.score = _root.score + 50;
_root.pink._name = "pink_x";
}
if (_root.pink_x.hitTest(this._x, this._y, true)) {
_root.pink_x._x = this._x;
_root.pink_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.green.hitTest(this._x, this._y, true)) {
_root.green._x = this._x;
_root.green._y = this._y;
_root.score = _root.score + 50;
_root.green._name = "green_x";
}
if (_root.green_x.hitTest(this._x, this._y, true)) {
_root.green_x._x = this._x;
_root.green_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 34
onClipEvent (enterFrame) {
if (_root.yellow.hitTest(this._x, this._y, true)) {
_root.yellow._x = this._x;
_root.yellow._y = this._y;
_root.score = _root.score + 50;
_root.yellow._name = "yellow_x";
}
if (_root.yellow_x.hitTest(this._x, this._y, true)) {
_root.yellow_x._x = this._x;
_root.yellow_x._y = this._y;
}
}
Instance of Symbol 86 MovieClip "pico" in Frame 34
onClipEvent (load) {
_global.speed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale > 26) {
if (Key.isDown(38)) {
this.play();
_global.speed = _global.speed + 4;
} else {
this.stop();
}
if (this._x > Stage.width) {
this._x = this._x - 1;
_global.speed = 0;
}
if (this._y > Stage.height) {
this._y = this._y - 1;
_global.speed = 0;
}
if (this._x < 0) {
this._x = this._x + 1;
_global.speed = 0;
}
if (this._y < 0) {
this._y = this._y + 1;
_global.speed = 0;
}
if (Math.abs(_global.speed) > 20) {
_global.speed = _global.speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 11);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 11);
}
_global.speed = _global.speed * 0.6;
x = Math.sin(_rotation * (Math.PI/180)) * _global.speed;
y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1;
if (!_root.metal.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
_global.speed = _global.speed * -0.8;
}
}
}
Frame 35
lives = _global.l;
if (_root.pico._alpha < 1) {
gotoAndStop (38);
}
if (_global.d > 4) {
gotoAndStop (37);
}
if (_global.l < 0) {
_global.l = 0;
gotoAndPlay (79);
}
if (_root.pico._xscale < 1) {
_global.l = _global.l - 1;
lives = _global.l;
gotoAndStop (37);
}
Frame 36
gotoAndPlay (35);
Frame 37
score = score - 100;
if (score < 0) {
score = 0;
}
Frame 39
lives = _global.l;
_global.d = 0;
_global.k = 0;
play();
Instance of Symbol 56 MovieClip "key" in Frame 39
onClipEvent (enterFrame) {
if (_root.pico.hitTest(this)) {
_root.exit.play();
_global.k = 10;
this._x = 1000;
}
}
Instance of Symbol 67 MovieClip "exit" in Frame 39
onClipEvent (enterFrame) {
if (_global.k > 5) {
if (_root.pico.hitTest(this)) {
_root.pico._x = this._x;
_root.pico._y = this._y;
_root.pico._alpha = _root.pico._alpha - 5;
}
}
}
Instance of Symbol 54 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.pink.hitTest(this._x, this._y, true)) {
_root.pink._x = this._x;
_root.pink._y = this._y;
_root.score = _root.score + 50;
_root.pink._name = "pink_x";
}
if (_root.pink_x.hitTest(this._x, this._y, true)) {
_root.pink_x._x = this._x;
_root.pink_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 39
onClipEvent (enterFrame) {
if (_root.green.hitTest(this._x, this._y, true)) {
_root.green._x = this._x;
_root.green._y = this._y;
_root.score = _root.score + 50;
_root.green._name = "green_x";
}
if (_root.green_x.hitTest(this._x, this._y, true)) {
_root.green_x._x = this._x;
_root.green_x._y = this._y;
}
}
Instance of Symbol 86 MovieClip "pico" in Frame 39
onClipEvent (load) {
_global.speed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale > 26) {
if (Key.isDown(38)) {
this.play();
_global.speed = _global.speed + 4;
} else {
this.stop();
}
if (this._x > Stage.width) {
this._x = this._x - 1;
_global.speed = 0;
}
if (this._y > Stage.height) {
this._y = this._y - 1;
_global.speed = 0;
}
if (this._x < 0) {
this._x = this._x + 1;
_global.speed = 0;
}
if (this._y < 0) {
this._y = this._y + 1;
_global.speed = 0;
}
if (Math.abs(_global.speed) > 20) {
_global.speed = _global.speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 11);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 11);
}
_global.speed = _global.speed * 0.6;
x = Math.sin(_rotation * (Math.PI/180)) * _global.speed;
y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1;
if (!_root.metal.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
_global.speed = _global.speed * -0.8;
}
}
}
Frame 40
lives = _global.l;
if (_root.pico._alpha < 1) {
gotoAndStop (43);
}
if (_global.d > 4) {
gotoAndStop (42);
}
if (_global.l < 0) {
_global.l = 0;
gotoAndPlay (79);
}
if (_root.pico._xscale < 1) {
_global.l = _global.l - 1;
lives = _global.l;
gotoAndStop (42);
}
Frame 41
gotoAndPlay (40);
Frame 42
score = score - 100;
if (score < 0) {
score = 0;
}
Frame 44
lives = _global.l;
_global.d = 0;
_global.k = 0;
play();
Instance of Symbol 56 MovieClip "key" in Frame 44
onClipEvent (enterFrame) {
if (_root.pico.hitTest(this)) {
_root.exit.play();
_global.k = 10;
this._x = 1000;
}
}
Instance of Symbol 67 MovieClip "exit" in Frame 44
onClipEvent (enterFrame) {
if (_global.k > 5) {
if (_root.pico.hitTest(this)) {
_root.pico._x = this._x;
_root.pico._y = this._y;
_root.pico._alpha = _root.pico._alpha - 5;
}
}
}
Instance of Symbol 54 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (_root.blue.hitTest(this._x, this._y, true)) {
_root.blue._x = this._x;
_root.blue._y = this._y;
_root.score = _root.score + 50;
_root.blue._name = "blue_x";
}
if (_root.blue_x.hitTest(this._x, this._y, true)) {
_root.blue_x._x = this._x;
_root.blue_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (_root.yellow.hitTest(this._x, this._y, true)) {
_root.yellow._x = this._x;
_root.yellow._y = this._y;
_root.score = _root.score + 50;
_root.yellow._name = "yellow_x";
}
if (_root.yellow_x.hitTest(this._x, this._y, true)) {
_root.yellow_x._x = this._x;
_root.yellow_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 44
onClipEvent (enterFrame) {
if (_root.pink.hitTest(this._x, this._y, true)) {
_root.pink._x = this._x;
_root.pink._y = this._y;
_root.score = _root.score + 50;
_root.pink._name = "pink_x";
}
if (_root.pink_x.hitTest(this._x, this._y, true)) {
_root.pink_x._x = this._x;
_root.pink_x._y = this._y;
}
}
Instance of Symbol 86 MovieClip "pico" in Frame 44
onClipEvent (load) {
_global.speed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale > 26) {
if (Key.isDown(38)) {
this.play();
_global.speed = _global.speed + 4;
} else {
this.stop();
}
if (this._x > Stage.width) {
this._x = this._x - 1;
_global.speed = 0;
}
if (this._y > Stage.height) {
this._y = this._y - 1;
_global.speed = 0;
}
if (this._x < 0) {
this._x = this._x + 1;
_global.speed = 0;
}
if (this._y < 0) {
this._y = this._y + 1;
_global.speed = 0;
}
if (Math.abs(_global.speed) > 20) {
_global.speed = _global.speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 11);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 11);
}
_global.speed = _global.speed * 0.6;
x = Math.sin(_rotation * (Math.PI/180)) * _global.speed;
y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1;
if (!_root.metal.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
_global.speed = _global.speed * -0.8;
}
}
}
Frame 45
lives = _global.l;
if (_root.pico._alpha < 1) {
gotoAndStop (48);
}
if (_global.d > 4) {
gotoAndStop (47);
}
if (_global.l < 0) {
_global.l = 0;
gotoAndPlay (79);
}
if (_root.pico._xscale < 1) {
_global.l = _global.l - 1;
lives = _global.l;
gotoAndStop (47);
}
Frame 46
gotoAndPlay (45);
Frame 47
score = score - 100;
if (score < 0) {
score = 0;
}
Frame 49
lives = _global.l;
_global.d = 0;
_global.k = 0;
play();
Instance of Symbol 56 MovieClip "key" in Frame 49
onClipEvent (enterFrame) {
if (_root.pico.hitTest(this)) {
_root.exit.play();
_global.k = 10;
this._x = 1000;
}
}
Instance of Symbol 67 MovieClip "exit" in Frame 49
onClipEvent (enterFrame) {
if (_global.k > 5) {
if (_root.pico.hitTest(this)) {
_root.pico._x = this._x;
_root.pico._y = this._y;
_root.pico._alpha = _root.pico._alpha - 5;
}
}
}
Instance of Symbol 137 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.pico.hitTest(this)) {
_global.l = _global.l + 1;
this._x = 1000;
}
}
Instance of Symbol 54 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.blue.hitTest(this._x, this._y, true)) {
_root.blue._x = this._x;
_root.blue._y = this._y;
_root.score = _root.score + 50;
_root.blue._name = "blue_x";
}
if (_root.blue_x.hitTest(this._x, this._y, true)) {
_root.blue_x._x = this._x;
_root.blue_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.green.hitTest(this._x, this._y, true)) {
_root.green._x = this._x;
_root.green._y = this._y;
_root.score = _root.score + 50;
_root.green._name = "green_x";
}
if (_root.green_x.hitTest(this._x, this._y, true)) {
_root.green_x._x = this._x;
_root.green_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.yellow.hitTest(this._x, this._y, true)) {
_root.yellow._x = this._x;
_root.yellow._y = this._y;
_root.score = _root.score + 50;
_root.yellow._name = "yellow_x";
}
if (_root.yellow_x.hitTest(this._x, this._y, true)) {
_root.yellow_x._x = this._x;
_root.yellow_x._y = this._y;
}
}
Instance of Symbol 54 MovieClip in Frame 49
onClipEvent (enterFrame) {
if (_root.pink.hitTest(this._x, this._y, true)) {
_root.pink._x = this._x;
_root.pink._y = this._y;
_root.score = _root.score + 50;
_root.pink._name = "pink_x";
}
if (_root.pink_x.hitTest(this._x, this._y, true)) {
_root.pink_x._x = this._x;
_root.pink_x._y = this._y;
}
}
Instance of Symbol 86 MovieClip "pico" in Frame 49
onClipEvent (load) {
_global.speed = 0;
}
onClipEvent (enterFrame) {
if (this._xscale > 26) {
if (Key.isDown(38)) {
this.play();
_global.speed = _global.speed + 4;
} else {
this.stop();
}
if (this._x > Stage.width) {
this._x = this._x - 1;
_global.speed = 0;
}
if (this._y > Stage.height) {
this._y = this._y - 1;
_global.speed = 0;
}
if (this._x < 0) {
this._x = this._x + 1;
_global.speed = 0;
}
if (this._y < 0) {
this._y = this._y + 1;
_global.speed = 0;
}
if (Math.abs(_global.speed) > 20) {
_global.speed = _global.speed * 0.7;
}
if (Key.isDown(37)) {
_rotation = (_rotation - 11);
}
if (Key.isDown(39)) {
_rotation = (_rotation + 11);
}
_global.speed = _global.speed * 0.6;
x = Math.sin(_rotation * (Math.PI/180)) * _global.speed;
y = (Math.cos(_rotation * (Math.PI/180)) * _global.speed) * -1;
if (!_root.metal.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
_global.speed = _global.speed * -0.8;
}
}
}
Frame 50
lives = _global.l;
if (_root.pico._alpha < 1) {
gotoAndStop (53);
}
if (_global.d > 4) {
gotoAndStop (52);
}
if (_global.l < 0) {
_global.l = 0;
gotoAndPlay (79);
}
if (_root.pico._xscale < 1) {
_global.l = _global.l - 1;
lives = _global.l;
gotoAndStop (52);
}
Frame 51
gotoAndPlay (50);
Frame 52
score = score - 100;
if (score < 0) {
score = 0;
}
Frame 78
stop();
Frame 103
stop();
Symbol 11 Button
on (release) {
_root.play();
}
Symbol 12 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 12 MovieClip Frame 2
gotoAndPlay (1);
Symbol 20 Button
on (release) {
gotoAndStop (3);
}
Symbol 26 Button
on (rollOver) {
play();
}
Symbol 27 Button
on (rollOut) {
gotoAndPlay (9);
}
Symbol 30 Button
on (rollOut) {
play();
}
Symbol 32 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 8
stop();
Symbol 36 Button
on (rollOut) {
gotoAndPlay (9);
}
Symbol 40 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 8
stop();
Symbol 44 Button
on (rollOut) {
gotoAndPlay (9);
}
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 8
stop();
Instance of Symbol 32 MovieClip "low" in Symbol 49 MovieClip Frame 1
on (release) {
_quality = "low";
}
Instance of Symbol 40 MovieClip "med" in Symbol 49 MovieClip Frame 1
on (release) {
_quality = "medium";
}
Instance of Symbol 48 MovieClip "high" in Symbol 49 MovieClip Frame 1
on (release) {
_quality = "high";
}
Symbol 52 Button
on (release) {
gotoAndStop (4);
}
Symbol 67 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 10
stop();
Symbol 69 MovieClip Frame 1
onEnterFrame = function () {
if (this.hitTest(_root.pico)) {
x = Math.sin(_root.pico._rotation * (Math.PI/180)) * _global.speed;
y = (Math.cos(_root.pico._rotation * (Math.PI/180)) * _global.speed) * -1;
_x = (_x + x);
_y = (_y + y);
}
if (this.hitTest(_root.trap)) {
_global.l = _global.l - 1;
_global.d = 5;
}
if (this._x > Stage.width) {
_x = (_x - x);
_y = (_y - y);
}
if (this._y > Stage.height) {
_x = (_x - x);
_y = (_y - y);
}
if (this._x < 0) {
_x = (_x - x);
_y = (_y - y);
}
if (this._y < 0) {
_x = (_x - x);
_y = (_y - y);
}
};
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 21
gotoAndPlay (2);
Symbol 94 Button
on (release) {
gotoAndStop (3);
}
Symbol 97 Button
on (keyPress "<Space>") {
gotoAndStop (9);
}
Symbol 99 MovieClip Frame 14
stop();
Symbol 106 Button
on (release) {
gotoAndPlay (4);
}
Symbol 108 MovieClip Frame 14
stop();
Symbol 111 Button
on (release) {
gotoAndStop (9);
}
Symbol 118 Button
on (keyPress "<Space>") {
gotoAndStop (14);
}
Symbol 119 Button
on (release) {
gotoAndPlay (9);
}
Symbol 120 Button
on (release) {
gotoAndStop (14);
}
Symbol 122 MovieClip Frame 1
onEnterFrame = function () {
if (_root.pico.hitTest(this._x, this._y, true)) {
_root.pico._x = this._x;
_root.pico._y = this._y;
_root.pico._xscale = _root.pico._xscale - 1;
_root.pico._rotation = _root.pico._rotation + 10;
_root.pico._yscale = _root.pico._xscale;
}
};
Symbol 126 Button
on (keyPress "<Space>") {
gotoAndStop (19);
}
Symbol 127 Button
on (release) {
gotoAndPlay (14);
}
Symbol 128 Button
on (release) {
gotoAndStop (19);
}
Symbol 133 Button
on (keyPress "<Space>") {
gotoAndStop (24);
}
Symbol 134 Button
on (release) {
gotoAndPlay (19);
}
Symbol 135 Button
on (release) {
gotoAndStop (24);
}
Symbol 140 Button
on (keyPress "<Space>") {
gotoAndStop (29);
}
Symbol 141 Button
on (release) {
gotoAndPlay (24);
}
Symbol 142 Button
on (release) {
gotoAndStop (29);
}
Symbol 146 Button
on (keyPress "<Space>") {
gotoAndStop (34);
}
Symbol 147 Button
on (release) {
gotoAndPlay (29);
}
Symbol 148 Button
on (release) {
gotoAndStop (34);
}
Symbol 152 Button
on (keyPress "<Space>") {
gotoAndStop (39);
}
Symbol 153 Button
on (release) {
gotoAndPlay (34);
}
Symbol 154 Button
on (release) {
gotoAndStop (39);
}
Symbol 158 Button
on (keyPress "<Space>") {
gotoAndStop (44);
}
Symbol 159 Button
on (release) {
gotoAndPlay (39);
}
Symbol 160 Button
on (release) {
gotoAndStop (44);
}
Symbol 164 Button
on (keyPress "<Space>") {
gotoAndStop (49);
}
Symbol 165 Button
on (release) {
gotoAndPlay (44);
}
Symbol 166 Button
on (release) {
gotoAndStop (49);
}
Symbol 170 Button
on (keyPress "<Space>") {
gotoAndStop (54);
}
Symbol 171 Button
on (release) {
gotoAndPlay (49);
}
Symbol 172 Button
on (release) {
gotoAndStop (54);
}
Symbol 174 Button
on (release) {
gotoAndStop (3);
}