Frame 1
stop();
Instance of Symbol 4 MovieClip "size" in Frame 1
onClipEvent (load) {
total = int(_root.getBytesTotal());
}
onClipEvent (enterFrame) {
loaded = int(_root.getBytesLoaded());
percent = int((loaded / total) * 100);
_root.percent = percent + " %";
if (percent >= 100) {
tellTarget ("_root") {
play();
};
}
}
Frame 2
function go() {
track.start(0, 10000000);
playing = true;
objects_speed = 1;
}
movieWidth = 550;
filmHeight = 500;
stop();
Instance of Symbol 31 MovieClip "albastru" in Frame 2
on (press) {
startDrag (this, true);
play();
}
on (release) {
stopDrag();
}
onClipEvent (enterFrame) {
if (_y < (_root.movieWidth + radius)) {
_y = (_y + _root.objects_speed);
} else {
this.removeMovieClip();
}
}
onClipEvent (load) {
goal = _root.world;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(goal) && (!goal.jumping)) {
if (!started) {
_root.cola = 1;
_root.s = _root.s - 3;
stopDrag();
_x = 50;
_y = 10;
}
}
}
onClipEvent (load) {
mm1 = _root.vas.albastru;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(mm1) && (!mm1.jumping)) {
if (!started) {
_root.s = _root.s + 6;
stopDrag();
_x = 50;
_y = 10;
_root.vas.albastru.gotoAndPlay(2);
}
}
}
Instance of Symbol 35 MovieClip "rosu" in Frame 2
on (press) {
startDrag (this, true);
play();
}
on (release) {
stopDrag();
}
onClipEvent (enterFrame) {
if (_y < (_root.movieWidth + radius)) {
_y = (_y + _root.objects_speed);
} else {
this.removeMovieClip();
}
}
onClipEvent (load) {
goal = _root.world;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(goal) && (!goal.jumping)) {
if (!started) {
_root.s = _root.s - 2;
stopDrag();
_x = 300;
_y = 10;
}
}
}
onClipEvent (load) {
mm1 = _root.vas.rosu;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(mm1) && (!mm1.jumping)) {
if (!started) {
_root.s = _root.s + 4;
stopDrag();
_x = 300;
_y = 10;
_root.vas.rosu.gotoAndPlay(2);
}
}
}
Instance of Symbol 39 MovieClip "alb" in Frame 2
on (press) {
startDrag (this, true);
play();
}
on (release) {
stopDrag();
}
onClipEvent (enterFrame) {
if (_y < (_root.movieWidth + radius)) {
_y = (_y + _root.objects_speed);
} else {
this.removeMovieClip();
}
}
onClipEvent (load) {
goal = _root.world;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(goal) && (!goal.jumping)) {
if (!started) {
_root.cola = 1;
_root.s = _root.s - 1;
stopDrag();
_x = 100;
_y = 10;
}
}
}
onClipEvent (load) {
mm1 = _root.vas.alb;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(mm1) && (!mm1.jumping)) {
if (!started) {
_root.s = _root.s + 3;
stopDrag();
_x = 100;
_y = 10;
_root.vas.alb.gotoAndPlay(2);
}
}
}
Instance of Symbol 31 MovieClip in Frame 2
on (press) {
startDrag (this, true);
}
on (release) {
stopDrag();
}
Instance of Symbol 41 MovieClip "container" in Frame 2
onClipEvent (enterFrame) {
_root.shieldbar._xscale = _root.shield;
if (_root.s >= 100) {
_root.objects_speed = 3;
}
}
Instance of Symbol 48 MovieClip "m" in Frame 2
onClipEvent (load) {
goal = _root.nor3;
started = false;
radius = _height / 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(goal) && (!goal.jumping)) {
if (!started) {
_root.nor3.gotoAndPlay(1);
}
}
}
Frame 3
function go() {
track.start(0, 10000000);
playing = true;
objects_speed = 1;
}
movieWidth = 550;
filmHeight = 500;
stop();
Instance of Symbol 31 MovieClip "albastru" in Frame 3
on (press) {
startDrag (this, true);
play();
}
on (release) {
stopDrag();
}
onClipEvent (enterFrame) {
if (_y < (_root.movieWidth + radius)) {
_y = (_y + _root.objects_speed);
} else {
this.removeMovieClip();
}
}
onClipEvent (load) {
goal = _root.world;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(goal) && (!goal.jumping)) {
if (!started) {
_root.cola = 1;
_root.shield = _root.shield - 2;
stopDrag();
_x = 50;
_y = 10;
}
}
}
onClipEvent (load) {
mm1 = _root.vas.albastru;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(mm1) && (!mm1.jumping)) {
if (!started) {
_root.s = _root.s + 6;
stopDrag();
_x = 50;
_y = 10;
_root.vas.albastru.gotoAndPlay(2);
}
}
}
Instance of Symbol 35 MovieClip "rosu" in Frame 3
on (press) {
startDrag (this, true);
play();
}
on (release) {
stopDrag();
}
onClipEvent (enterFrame) {
if (_y < (_root.movieWidth + radius)) {
_y = (_y + _root.objects_speed);
} else {
this.removeMovieClip();
}
}
onClipEvent (load) {
goal = _root.world;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(goal) && (!goal.jumping)) {
if (!started) {
_root.shield = _root.shield - 2;
stopDrag();
_x = 300;
_y = 10;
}
}
}
onClipEvent (load) {
mm1 = _root.vas.rosu;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(mm1) && (!mm1.jumping)) {
if (!started) {
_root.s = _root.s + 4;
stopDrag();
_x = 300;
_y = 10;
_root.vas.rosu.gotoAndPlay(2);
}
}
}
Instance of Symbol 39 MovieClip "alb" in Frame 3
on (press) {
startDrag (this, true);
play();
}
on (release) {
stopDrag();
}
onClipEvent (enterFrame) {
if (_y < (_root.movieWidth + radius)) {
_y = (_y + _root.objects_speed);
} else {
this.removeMovieClip();
}
}
onClipEvent (load) {
goal = _root.world;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(goal) && (!goal.jumping)) {
if (!started) {
_root.cola = 1;
_root.shield = _root.shield - 2;
stopDrag();
_x = 100;
_y = 10;
}
}
}
onClipEvent (load) {
mm1 = _root.vas.alb;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(mm1) && (!mm1.jumping)) {
if (!started) {
_root.s = _root.s + 3;
stopDrag();
_x = 100;
_y = 10;
_root.vas.alb.gotoAndPlay(2);
}
}
}
Instance of Symbol 41 MovieClip "container" in Frame 3
onClipEvent (enterFrame) {
_root.shieldbar._xscale = _root.shield;
if (_root.shield <= 0) {
_root.gotoAndStop("gata");
}
if (_root.s >= 1000) {
_root.gotoAndStop("final");
}
}
onClipEvent (enterFrame) {
_root.shieldbar._xscale = _root.shield;
if (_root.shield == 90) {
_root.perna.gotoAndStop(2);
}
_root.shieldbar._xscale = _root.shield;
if (_root.shield == 80) {
_root.perna.gotoAndStop(2);
}
_root.shieldbar._xscale = _root.shield;
if (_root.shield == 70) {
_root.perna.gotoAndStop(2);
}
_root.shieldbar._xscale = _root.shield;
if (_root.shield == 40) {
_root.perna.gotoAndStop(2);
}
_root.shieldbar._xscale = _root.shield;
if (_root.shield == 30) {
_root.perna.gotoAndStop(2);
}
_root.shieldbar._xscale = _root.shield;
if (_root.shield == 22) {
_root.perna.gotoAndStop(2);
}
_root.shieldbar._xscale = _root.shield;
if (_root.shield == 20) {
_root.perna.gotoAndStop(2);
}
_root.shieldbar._xscale = _root.shield;
if (_root.shield == 16) {
_root.perna.gotoAndStop(2);
}
_root.shieldbar._xscale = _root.shield;
if (_root.shield == 10) {
_root.perna.gotoAndStop(2);
}
_root.shieldbar._xscale = _root.shield;
if (_root.shield == 8) {
_root.perna.gotoAndStop(2);
}
_root.shieldbar._xscale = _root.shield;
if (_root.shield == 6) {
_root.perna.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.s >= 100) {
_root.objects_speed = 2;
_root.dif = 1;
}
if (_root.s >= 200) {
_root.objects_speed = 3;
_root.dif = 2;
}
if (_root.s >= 300) {
_root.objects_speed = 4;
_root.dif = 3;
}
if (_root.s >= 400) {
_root.objects_speed = 5;
_root.dif = 4;
}
if (_root.s >= 500) {
_root.objects_speed = 6;
_root.dif = 5;
}
if (_root.s >= 600) {
_root.objects_speed = 7;
_root.dif = 6;
}
if (_root.s >= 800) {
_root.objects_speed = 8;
_root.dif = 7;
}
if (_root.s >= 850) {
_root.objects_speed = 10;
_root.dif = 8;
}
if (_root.s >= 900) {
_root.objects_speed = 12;
_root.dif = 9;
}
if (_root.s >= 920) {
_root.objects_speed = 14;
_root.dif = 10;
}
if (_root.s >= 960) {
_root.objects_speed = 16;
_root.dif = 11;
}
}
Instance of Symbol 31 MovieClip "albastru2" in Frame 3
on (press) {
startDrag (this, true);
play();
}
on (release) {
stopDrag();
}
onClipEvent (enterFrame) {
if (_y < (_root.movieWidth + radius)) {
_y = (_y + _root.objects_speed);
} else {
this.removeMovieClip();
}
}
onClipEvent (load) {
goal = _root.world;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(goal) && (!goal.jumping)) {
if (!started) {
_root.cola = 1;
_root.shield = _root.shield - 2;
stopDrag();
_x = 250;
_y = 10;
}
}
}
onClipEvent (load) {
mm1 = _root.vas.albastru;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(mm1) && (!mm1.jumping)) {
if (!started) {
_root.s = _root.s + 6;
stopDrag();
_x = 250;
_y = 10;
_root.vas.albastru.gotoAndPlay(2);
}
}
}
Instance of Symbol 35 MovieClip "rosu12" in Frame 3
on (press) {
startDrag (this, true);
play();
}
on (release) {
stopDrag();
}
onClipEvent (enterFrame) {
if (_y < (_root.movieWidth + radius)) {
_y = (_y + _root.objects_speed);
} else {
this.removeMovieClip();
}
}
onClipEvent (load) {
goal = _root.world;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(goal) && (!goal.jumping)) {
if (!started) {
_root.shield = _root.shield - 2;
stopDrag();
_x = 500;
_y = 10;
}
}
}
onClipEvent (load) {
mm1 = _root.vas.rosu;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(mm1) && (!mm1.jumping)) {
if (!started) {
_root.s = _root.s + 4;
stopDrag();
_x = 500;
_y = 10;
_root.vas.rosu.gotoAndPlay(2);
}
}
}
Instance of Symbol 39 MovieClip "alb1" in Frame 3
on (press) {
startDrag (this, true);
play();
}
on (release) {
stopDrag();
}
onClipEvent (enterFrame) {
if (_y < (_root.movieWidth + radius)) {
_y = (_y + _root.objects_speed);
} else {
this.removeMovieClip();
}
}
onClipEvent (load) {
goal = _root.world;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(goal) && (!goal.jumping)) {
if (!started) {
_root.cola = 1;
_root.shield = _root.shield - 2;
stopDrag();
_x = 400;
_y = 10;
}
}
}
onClipEvent (load) {
mm1 = _root.vas.alb;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(mm1) && (!mm1.jumping)) {
if (!started) {
_root.s = _root.s + 3;
stopDrag();
_x = 400;
_y = 10;
_root.vas.alb.gotoAndPlay(2);
}
}
}
Instance of Symbol 80 MovieClip "perna" in Frame 3
on (press) {
startDrag (this, true);
}
on (release) {
stopDrag();
}
onClipEvent (load) {
mm1 = _root.vas;
started = false;
radius = _height / 2;
}
onClipEvent (enterFrame) {
if (this.hitTest(mm1) && (!mm1.jumping)) {
if (!started) {
_root.s = _root.s + 5;
_root.shield = _root.shield + 5;
stopDrag();
_root.perna.gotoAndStop(1);
}
}
}
Frame 4
stop();
Instance of Symbol 31 MovieClip in Frame 4
on (press) {
startDrag (this, true);
}
on (release) {
stopDrag();
}
Frame 5
stop();
Symbol 24 MovieClip Frame 60
_root.go();
Symbol 24 MovieClip Frame 71
stop();
Symbol 31 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 1
stop();
Symbol 39 MovieClip Frame 1
stop();
Symbol 52 Button
on (press) {
gotoAndStop (3);
_root.s = 0;
_root.shield = 100;
_root.dif = 0;
}
Symbol 60 Button
on (press) {
gotoAndStop (3);
_root.s = 0;
_root.shield = 100;
}
Symbol 68 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 15
gotoAndStop (1);
Symbol 71 MovieClip Frame 1
stop();
Symbol 71 MovieClip Frame 15
gotoAndStop (1);
Symbol 74 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 16
gotoAndStop (1);
Symbol 75 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 2
stop();
Symbol 92 MovieClip Frame 1
stop();
Symbol 93 MovieClip Frame 35
stop();
Symbol 96 MovieClip Frame 35
stop();
Symbol 99 MovieClip Frame 24
stop();