Frame 1
stop();
Frame 2
pontosreboque = 0;
contreboque = 9;
stop();
Instance of Symbol 14 MovieClip "cpeix1" 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 "cpeix1" 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 < 50);
this._xscale = escala;
this._yscale = escala;
do {
velocidade = Math.random() * 10;
} while (velocidade < 2);
}
}
Instance of Symbol 49 MovieClip "cbarco" in Frame 2
onClipEvent (load) {
moveSpeed = 10;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
this._x = this._x + moveSpeed;
} else if (Key.isDown(40)) {
tellTarget ("../cbarco/cgancho") {
gotoAndPlay (2);
};
} else if (Key.isDown(37)) {
this._x = this._x - moveSpeed;
} else if (Key.isDown(40)) {
this._x = this._x - moveSpeed;
this._y = this._y + moveSpeed;
}
if (_root.cana3.po2.hitTest(_x + x, _y + y, true)) {
_root["pontosavi\u00E3o"] = _root["pontosavi\u00E3o"] + 50;
tellTarget ("../cana3") {
gotoAndPlay (347);
};
}
if (_root.teste.fera.hitTest(_x + x, _y + y, true)) {
tellTarget ("../teste") {
gotoAndPlay (1002);
};
}
}
Instance of Symbol 50 MovieClip "cani" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.contreboque = _root.contreboque - 1;
_root.pontosreboque = _root.pontosreboque + 15;
tellTarget (_root) {
setProperty("cani", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gaan");
};
}
}
Instance of Symbol 51 MovieClip "capa" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.contreboque = _root.contreboque - 1;
_root.pontosreboque = _root.pontosreboque + 15;
tellTarget (_root) {
setProperty("capa", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gapa");
};
}
}
Instance of Symbol 52 MovieClip "cammi" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.contreboque = _root.contreboque - 1;
_root.pontosreboque = _root.pontosreboque + 15;
tellTarget (_root) {
setProperty("cammi", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gami");
};
}
}
Instance of Symbol 52 MovieClip "cammi1" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.contreboque = _root.contreboque - 1;
_root.pontosreboque = _root.pontosreboque + 15;
tellTarget (_root) {
setProperty("cammi1", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gami");
};
}
}
Instance of Symbol 53 MovieClip "caki" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.pontosreboque = _root.pontosreboque - 25;
tellTarget (_root) {
setProperty("caki", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gaki");
};
}
}
Instance of Symbol 53 MovieClip "caki2" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.pontosreboque = _root.pontosreboque - 25;
tellTarget (_root) {
setProperty("caki2", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gaki");
};
}
}
Instance of Symbol 53 MovieClip "caki3" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.pontosreboque = _root.pontosreboque - 25;
tellTarget (_root) {
setProperty("caki3", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gaki");
};
}
}
Instance of Symbol 54 MovieClip "cagr" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.pontosreboque = _root.pontosreboque - 25;
tellTarget (_root) {
setProperty("cagr", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gagr");
};
}
}
Instance of Symbol 54 MovieClip "cagr1" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.pontosreboque = _root.pontosreboque - 25;
tellTarget (_root) {
setProperty("cagr1", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gagr");
};
}
}
Instance of Symbol 51 MovieClip "capa1" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.contreboque = _root.contreboque - 1;
_root.pontosreboque = _root.pontosreboque + 15;
tellTarget (_root) {
setProperty("capa1", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gapa");
};
}
}
Instance of Symbol 52 MovieClip "cammi3" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.contreboque = _root.contreboque - 1;
_root.pontosreboque = _root.pontosreboque + 15;
tellTarget (_root) {
setProperty("cammi3", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gami");
};
}
}
Instance of Symbol 50 MovieClip "cani1" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.contreboque = _root.contreboque - 1;
_root.pontosreboque = _root.pontosreboque + 15;
tellTarget (_root) {
setProperty("cani1", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gaan");
};
}
}
Instance of Symbol 52 MovieClip "cammi4" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.contreboque = _root.contreboque - 1;
_root.pontosreboque = _root.pontosreboque + 15;
tellTarget (_root) {
setProperty("cammi4", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gami");
};
}
}
Instance of Symbol 50 MovieClip "cani2" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.contreboque = _root.contreboque - 1;
_root.pontosreboque = _root.pontosreboque + 15;
tellTarget (_root) {
setProperty("cani2", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gaan");
};
}
}
Instance of Symbol 54 MovieClip "cagr2" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.pontosreboque = _root.pontosreboque - 25;
tellTarget (_root) {
setProperty("cagr2", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gagr");
};
}
}
Instance of Symbol 53 MovieClip "caki4" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.pontosreboque = _root.pontosreboque - 25;
tellTarget (_root) {
setProperty("caki4", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gaki");
};
}
}
Instance of Symbol 54 MovieClip "cagr4" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.pontosreboque = _root.pontosreboque - 25;
tellTarget (_root) {
setProperty("cagr4", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gagr");
};
}
}
Instance of Symbol 53 MovieClip "caki1" in Frame 2
onClipEvent (enterFrame) {
if (_root.cbarco.cgancho.hitTest(_x + x, _y + y, true)) {
_root.pontosreboque = _root.pontosreboque - 25;
tellTarget (_root) {
setProperty("caki1", _y , 800);
};
tellTarget ("../cbarco/cgancho") {
gotoAndPlay ("gaki");
};
}
}
Frame 3
if (pontosreboque < 0) {
stare = "Que pena!!!";
} else {
stare = "Muito Bem!!!";
}
stop();
Symbol 7 Button
on (release) {
gotoAndPlay (2);
}
Symbol 15 MovieClip Frame 1
Set("..:timerbarco", "60");
Symbol 15 MovieClip Frame 7
if (_root.contreboque == 0) {
tellTarget ("_root") {
gotoAndPlay ("fimbarco");
};
}
Symbol 15 MovieClip Frame 13
Set("..:timerbarco", ..:timerbarco - 1);
if (..:timerbarco == 0) {
tellTarget ("_root") {
gotoAndPlay ("fimbarco");
};
} else {
gotoAndPlay (2);
}
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 20
stop();
Symbol 48 MovieClip Frame 25
gotoAndStop (1);
Symbol 48 MovieClip Frame 30
gotoAndStop (1);
Symbol 48 MovieClip Frame 35
gotoAndStop (1);
Symbol 48 MovieClip Frame 40
gotoAndStop (1);
Symbol 48 MovieClip Frame 45
gotoAndStop (1);
Symbol 49 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 1
stop();
Symbol 50 MovieClip Frame 2
stop();
Symbol 51 MovieClip Frame 1
stop();
Symbol 51 MovieClip Frame 2
stop();
Symbol 52 MovieClip Frame 1
stop();
Symbol 52 MovieClip Frame 2
stop();
Symbol 53 MovieClip Frame 1
stop();
Symbol 53 MovieClip Frame 2
Symbol 54 MovieClip Frame 1
stop();
Symbol 54 MovieClip Frame 2
stop();
Symbol 71 Button
on (release) {
gotoAndPlay (1);
}