Frame 1
stop();
Frame 2
pontospara = 0;
stop();
Instance of Symbol 14 MovieClip "nuvemc4" in Frame 2
onClipEvent (load) {
this._x = -50;
}
onClipEvent (enterFrame) {
this._x = this._x - velocidade;
if (this._x < -30) {
this._x = 800;
this._y = 300 - (Math.random() * 200);
do {
escala = Math.random() * 100;
} while (escala < 20);
this._xscale = escala;
this._yscale = escala;
do {
velocidade = Math.random() * 5;
} while (velocidade < 2);
}
}
Instance of Symbol 14 MovieClip "nuvemc4" in Frame 2
onClipEvent (load) {
this._x = -50;
}
onClipEvent (enterFrame) {
this._x = this._x - velocidade;
if (this._x < -30) {
this._x = 800;
this._y = 300 - (Math.random() * 200);
do {
escala = Math.random() * 100;
} while (escala < 20);
this._xscale = escala;
this._yscale = escala;
do {
velocidade = Math.random() * 5;
} while (velocidade < 2);
}
}
Instance of Symbol 18 MovieClip "miautapete" in Frame 2
onClipEvent (load) {
moveSpeed = 10;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + moveSpeed;
tellTarget ("../miautapete") {
gotoAndStop (1);
};
} else if (Key.isDown(37)) {
this._x = this._x - moveSpeed;
tellTarget ("../miautapete") {
gotoAndStop (2);
};
}
if (_root.paraqueda.hitTest(_x + x, _y + y, true)) {
_root.pontospara = _root.pontospara + 1;
tellTarget ("../paraqueda") {
gotoAndPlay (3);
};
}
if (_root.paraqueda1.hitTest(_x + x, _y + y, true)) {
_root.pontospara = _root.pontospara + 1;
tellTarget ("../paraqueda1") {
gotoAndPlay (3);
};
}
if (_root.parakima.hitTest(_x + x, _y + y, true)) {
tellTarget ("../parakima") {
gotoAndPlay (3);
};
}
if (_root["prote\u00E7\u00E3o"].hitTest(_x + x, _y + y, true)) {
this._x = 400;
this._y = 500;
}
if (_root.parakima1.hitTest(_x + x, _y + y, true)) {
tellTarget ("../parakima1") {
gotoAndPlay (3);
};
}
}
Frame 3
stop();
Frame 4
stop();
Symbol 10 Button
on (release) {
gotoAndPlay (2);
}
Symbol 18 MovieClip Frame 1
stop();
Symbol 18 MovieClip Frame 2
stop();
Instance of Symbol 21 MovieClip "paraint" in Symbol 23 MovieClip Frame 1
onClipEvent (load) {
this._y = 800;
}
onClipEvent (enterFrame) {
this._y = this._y + velocidade;
if (this._y > 780) {
this._x = 560 + (Math.random() * 200);
this._y = 20;
do {
escala = Math.random() * 100;
} while (escala < 50);
this._xscale = escala;
this._yscale = escala;
do {
velocidade = Math.random() * 10;
} while (velocidade < 2);
}
}
Symbol 23 MovieClip Frame 2
gotoAndPlay (1);
Instance of Symbol 25 MovieClip "paraint" in Symbol 26 MovieClip Frame 1
onClipEvent (load) {
this._y = 760;
}
onClipEvent (enterFrame) {
this._y = this._y + velocidade;
if (this._y > 750) {
this._x = 560 - (Math.random() * 200);
this._y = 20;
do {
escala = Math.random() * 100;
} while (escala < 40);
this._xscale = escala;
this._yscale = escala;
do {
velocidade = Math.random() * 10;
} while (velocidade < 2);
}
}
Symbol 26 MovieClip Frame 2
gotoAndPlay (1);
Symbol 26 MovieClip Frame 3
tellTarget ("../vidaspara") {
nextFrame();
};
Instance of Symbol 21 MovieClip "paraint" in Symbol 27 MovieClip Frame 1
onClipEvent (load) {
this._y = 800;
}
onClipEvent (enterFrame) {
this._y = this._y + velocidade;
if (this._y > 780) {
this._x = 300 - (Math.random() * 200);
this._y = 20;
do {
escala = Math.random() * 100;
} while (escala < 40);
this._xscale = escala;
this._yscale = escala;
do {
velocidade = Math.random() * 10;
} while (velocidade < 2);
}
}
Symbol 27 MovieClip Frame 2
gotoAndPlay (1);
Instance of Symbol 25 MovieClip "paraint" in Symbol 28 MovieClip Frame 1
onClipEvent (load) {
this._y = 760;
}
onClipEvent (enterFrame) {
this._y = this._y + velocidade;
if (this._y > 750) {
this._x = 300 - (Math.random() * 200);
this._y = 20;
do {
escala = Math.random() * 100;
} while (escala < 40);
this._xscale = escala;
this._yscale = escala;
do {
velocidade = Math.random() * 10;
} while (velocidade < 2);
}
}
Symbol 28 MovieClip Frame 2
gotoAndPlay (1);
Symbol 28 MovieClip Frame 3
tellTarget ("../vidaspara") {
nextFrame();
};
Symbol 34 MovieClip Frame 1
stop();
Symbol 34 MovieClip Frame 2
stop();
Symbol 34 MovieClip Frame 3
stop();
Symbol 34 MovieClip Frame 4
gotoAndPlay (5);
Symbol 34 MovieClip Frame 5
tellTarget (_root) {
gotoAndPlay ("fimpara");
};
Symbol 35 MovieClip Frame 1
Set("..:timerpara", "120");
Symbol 35 MovieClip Frame 13
Set("..:timerpara", ..:timerpara - 1);
if (..:timerpara == 0) {
tellTarget ("_root") {
gotoAndPlay ("ganhapara");
};
} else {
gotoAndPlay (2);
}
Symbol 38 Button
on (release) {
gotoAndPlay (1);
}