Frame 1
Stage.showMenu = eval (false)();
stop();
Instance of Symbol 7 MovieClip "wat" in Frame 1
onClipEvent (enterFrame) {
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
_y = (608 - (4.14 * PercentLoaded));
}
Frame 2
stop();
Frame 4
stop();
local_data = SharedObject.getLocal("user_data");
_global.score = local_data.data.score;
take = 0;
Frame 5
stop();
playz = 0;
Instance of Symbol 303 MovieClip "water" in Frame 5
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(5 * _root.pts);
}
Instance of Symbol 326 MovieClip "plat01" in Frame 5
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 5
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 5
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 5
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 5
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienad1" in Frame 5
onClipEvent (enterFrame) {
_alpha = 0;
}
Frame 6
stop();
playz = 1;
pts = 0;
ptz = 0;
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.53;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.53;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.51;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.51;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.48;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.48;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.55;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.55;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.42;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.42;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.48;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.48;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.53;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.53;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.45;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.45;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.53;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.53;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.5;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.5;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.57;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.57;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.53;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.53;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.48;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.48;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.49;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.49;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.47;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.47;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.48;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.48;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.52;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.52;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.5;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.5;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.45;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.45;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 369 MovieClip in Frame 6
onClipEvent (load) {
gravitizm = 0;
gravity = 0.51;
xspeed = 2;
slowdown = 0.1;
dead = 0;
}
onClipEvent (enterFrame) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 188) && (this.hitTest(_root.plat01))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.51;
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if ((this._x > 275) && (pos == 0)) {
xspeed = 2;
}
if ((this._x < 275) && (pos == 0)) {
xspeed = -2;
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 2;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
Instance of Symbol 303 MovieClip "water" in Frame 6
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(5 * _root.pts);
}
Instance of Symbol 326 MovieClip "plat01" in Frame 6
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 6
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 6
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 6
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 6
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienad1" in Frame 6
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 6
onClipEvent (enterFrame) {
if ((_root.pts >= 15) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 7
stop();
playz = 0;
if (local_data.data.score < 2) {
local_data.data.score = 2;
local_data.flush();
}
Instance of Symbol 303 MovieClip "water" in Frame 7
onClipEvent (load) {
dead = 10;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(10 * _root.pts);
if ((dead < 7) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 326 MovieClip "plat01" in Frame 7
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 7
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 7
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienad1" in Frame 7
onClipEvent (enterFrame) {
_alpha = 0;
}
Frame 8
stop();
playz = 1;
pts = 0;
ptz = 0;
Instance of Symbol 369 MovieClip in Frame 8
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if ((pos == 0) && (!this.hitTest(_root.wind))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 4;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 8
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if ((pos == 0) && (!this.hitTest(_root.wind))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 4;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 8
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if ((pos == 0) && (!this.hitTest(_root.wind))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 4;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 8
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if ((pos == 0) && (!this.hitTest(_root.wind))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 4;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 8
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if ((pos == 0) && (!this.hitTest(_root.wind))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 4;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 8
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if ((pos == 0) && (!this.hitTest(_root.wind))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 4;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 8
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if ((pos == 0) && (!this.hitTest(_root.wind))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 4;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 8
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if ((pos == 0) && (!this.hitTest(_root.wind))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 4;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 8
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if ((pos == 0) && (!this.hitTest(_root.wind))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 4;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 8
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if ((pos == 0) && (!this.hitTest(_root.wind))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 4;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 8
onClipEvent (load) {
dead = 10;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(10 * _root.pts);
if ((dead < 7) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 326 MovieClip "plat01" in Frame 8
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 8
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 8
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "wind" in Frame 8
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienad1" in Frame 8
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 8
onClipEvent (enterFrame) {
if ((_root.pts >= 7) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 9
stop();
playz = 1;
pts = 0;
ptz = 0;
if (local_data.data.score < 3) {
local_data.data.score = 3;
local_data.flush();
}
Instance of Symbol 303 MovieClip "water" in Frame 9
onClipEvent (load) {
dead = 15;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(6.66666666667 * _root.pts);
if ((dead < 15) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 326 MovieClip "plat01" in Frame 9
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 9
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 9
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienad1" in Frame 9
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 9
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 9
onClipEvent (enterFrame) {
_alpha = 0;
}
Frame 10
stop();
playz = 1;
pts = 0;
ptz = 0;
if (local_data.data.score < 4) {
local_data.data.score = 4;
local_data.flush();
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 10
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6.2;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 10
onClipEvent (load) {
dead = 15;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(6.66666666667 * _root.pts);
if ((dead < 15) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 326 MovieClip "plat01" in Frame 10
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 10
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 10
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "wind" in Frame 10
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienad1" in Frame 10
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 10
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 10
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 10
onClipEvent (enterFrame) {
if ((_root.pts >= 15) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 11
stop();
playz = 1;
pts = 0;
ptz = 0;
local_data.data.score = 4;
local_data.flush();
Instance of Symbol 303 MovieClip "water" in Frame 11
onClipEvent (load) {
dead = 3;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(33.3333333333 * _root.pts);
if ((dead < 2) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 326 MovieClip "plat01" in Frame 11
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 11
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienad1" in Frame 11
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 11
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 11
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 11
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat05" in Frame 11
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat06" in Frame 11
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 11
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 11
onClipEvent (enterFrame) {
if ((_root.pts >= 15) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 12
stop();
playz = 1;
pts = 0;
ptz = 0;
Instance of Symbol 369 MovieClip in Frame 12
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat02))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat03))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat04))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat05))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat06))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.marble))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.marble2))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.marble3))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.marble4))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1E-5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 12
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat02))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat03))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat04))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat05))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat06))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.marble))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.marble2))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.marble3))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.marble4))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1E-5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 12
onClipEvent (load) {
gravitizm = 0;
gravity = 0.1 + (random(10) / 10);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat02))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat03))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat04))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat05))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat06))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.marble))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.marble2))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.marble3))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.marble4))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -6.2;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1E-5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 12
onClipEvent (load) {
dead = 3;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(33.3333333333 * _root.pts);
if ((dead < 2) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 326 MovieClip "plat01" in Frame 12
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 12
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienad1" in Frame 12
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 12
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 12
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 12
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat05" in Frame 12
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat06" in Frame 12
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 12
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 12
onClipEvent (enterFrame) {
if ((_root.pts >= 2) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 13
stop();
playz = 1;
pts = 0;
ptz = 0;
if (local_data.data.score < 5) {
local_data.data.score = 5;
local_data.flush();
}
Instance of Symbol 303 MovieClip "water" in Frame 13
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(5 * _root.pts);
}
Instance of Symbol 379 MovieClip in Frame 13
onClipEvent (enterFrame) {
if ((_root.pts >= 18) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 14
stop();
playz = 1;
pts = 0;
ptz = 0;
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 14
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 268) && (this.hitTest(_root.plat01))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 7.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6;
slowdown = 0;
windacc = 0.0555;
lwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 1;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 14
onClipEvent (load) {
dead = 20;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(5 * _root.pts);
if ((dead < 18) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 326 MovieClip "wind" in Frame 14
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 14
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienad1" in Frame 14
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 14
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat01" in Frame 14
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 14
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 14
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 14
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat05" in Frame 14
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat06" in Frame 14
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat07" in Frame 14
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak2" in Frame 14
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienad2" in Frame 14
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((_root.pts >= 18) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 15
stop();
playz = 1;
pts = 0;
ptz = 0;
if (local_data.data.score < 6) {
local_data.data.score = 6;
local_data.flush();
}
Instance of Symbol 303 MovieClip "water" in Frame 15
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(3.33333333333 * _root.pts);
}
Instance of Symbol 485 MovieClip "windone" in Frame 15
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windtwo" in Frame 15
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windthree" in Frame 15
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "wind" in Frame 15
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 15
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windc" in Frame 15
onClipEvent (enterFrame) {
_alpha = 0;
}
Frame 16
stop();
playz = 1;
pts = 0;
ptz = 0;
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 16
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 148) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 16
onClipEvent (load) {
dead = 30;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(3.33333333333 * _root.pts);
if ((dead < 30) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 485 MovieClip "windone" in Frame 16
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windtwo" in Frame 16
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windthree" in Frame 16
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "wind" in Frame 16
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 16
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windc" in Frame 16
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 16
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienad1" in Frame 16
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat01" in Frame 16
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 16
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 16
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 16
onClipEvent (enterFrame) {
if ((_root.pts >= 30) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 17
stop();
playz = 1;
pts = 0;
ptz = 0;
if (local_data.data.score < 7) {
local_data.data.score = 7;
local_data.flush();
}
Instance of Symbol 303 MovieClip "water" in Frame 17
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(100 * _root.pts);
}
Instance of Symbol 485 MovieClip "windone" in Frame 17
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windtwo" in Frame 17
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "wind" in Frame 17
onClipEvent (enterFrame) {
_alpha = 0;
}
Frame 18
stop();
playz = 1;
pts = 0;
ptz = 0;
Instance of Symbol 369 MovieClip in Frame 18
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 188) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat02))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 3;
slowdown = 0;
windacc = 0.1;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
vwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 18
onClipEvent (load) {
dead = 1;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(100 * _root.pts);
if ((dead < 1) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 485 MovieClip "windone" in Frame 18
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windtwo" in Frame 18
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "wind" in Frame 18
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 18
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat01" in Frame 18
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 18
onClipEvent (enterFrame) {
if ((_root.pts >= 1) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 19
stop();
playz = 1;
pts = 0;
ptz = 0;
if (local_data.data.score < 8) {
local_data.data.score = 8;
local_data.flush();
}
Instance of Symbol 326 MovieClip "wind" in Frame 19
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windc" in Frame 19
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 19
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windd" in Frame 19
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "winde" in Frame 19
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windf" in Frame 19
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 19
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 303 MovieClip "water" in Frame 19
onClipEvent (load) {
dead = 16;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(6.25 * _root.pts);
if ((dead < 14) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 485 MovieClip "windone" in Frame 19
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windtwo" in Frame 19
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat01" in Frame 19
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windthree" in Frame 19
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windfour" in Frame 19
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 19
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak2" in Frame 19
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 19
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windfive" in Frame 19
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windsix" in Frame 19
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 19
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienad2" in Frame 19
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat05" in Frame 19
onClipEvent (enterFrame) {
_alpha = 0;
}
Frame 20
stop();
playz = 1;
pts = 0;
ptz = 0;
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 20
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 108) && (this.hitTest(_root.plat01))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat03))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 0;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 0;
}
if (((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 20
onClipEvent (load) {
dead = 16;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(6.25 * _root.pts);
if ((dead < 14) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 485 MovieClip "windone" in Frame 20
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windtwo" in Frame 20
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat01" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windthree" in Frame 20
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windfour" in Frame 20
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak2" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windfive" in Frame 20
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windsix" in Frame 20
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "wind" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windc" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windd" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "winde" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windf" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienad1" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienad2" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat05" in Frame 20
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_root.pts >= 14) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 21
stop();
playz = 1;
pts = 0;
ptz = 0;
if (local_data.data.score < 9) {
local_data.data.score = 9;
local_data.flush();
}
Instance of Symbol 326 MovieClip "wind" in Frame 21
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 21
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windc" in Frame 21
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windtwo" in Frame 21
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 303 MovieClip "water" in Frame 21
onClipEvent (load) {
dead = 11;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(9.09090909091 * _root.pts);
if ((dead < 10) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 485 MovieClip "windthree" in Frame 21
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windthree" in Frame 21
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windfour" in Frame 21
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat01" in Frame 21
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 21
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 21
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 21
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat05" in Frame 21
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat06" in Frame 21
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat07" in Frame 21
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 21
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 21
onClipEvent (enterFrame) {
if ((_root.pts >= 10) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 485 MovieClip "windone" in Frame 21
onClipEvent (load) {
_alpha = 0;
}
Frame 22
stop();
playz = 1;
pts = 0;
ptz = 0;
Instance of Symbol 369 MovieClip in Frame 22
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
sli1 = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat02))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat03))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.slide))) {
_y = 148;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide3))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.slide)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
!this.hitTest(_root.slide);
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 1;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 1;
}
if ((((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) && (!this.hitTest(_root.slide))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 22
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
sli1 = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat02))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat03))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.slide))) {
_y = 148;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide3))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.slide)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
!this.hitTest(_root.slide);
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 1;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 1;
}
if ((((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) && (!this.hitTest(_root.slide))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 22
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
sli1 = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat02))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat03))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.slide))) {
_y = 148;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide3))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.slide)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
!this.hitTest(_root.slide);
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 1;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 1;
}
if ((((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) && (!this.hitTest(_root.slide))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 22
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
sli1 = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat02))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat03))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.slide))) {
_y = 148;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide3))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.slide)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
!this.hitTest(_root.slide);
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 1;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 1;
}
if ((((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) && (!this.hitTest(_root.slide))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 22
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
sli1 = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat02))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat03))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.slide))) {
_y = 148;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide3))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.slide)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
!this.hitTest(_root.slide);
if (this.hitTest(_root.windb) && (rwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -5.9;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 1;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 1;
}
if ((((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) && (!this.hitTest(_root.slide))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 22
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
sli1 = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat02))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat03))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat06))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat07))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.slide))) {
_y = 148;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide3))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide4))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.slide)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
!this.hitTest(_root.slide);
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 1;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 1;
}
if ((((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) && (!this.hitTest(_root.slide))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 485 MovieClip "windtwo" in Frame 22
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 369 MovieClip in Frame 22
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
sli1 = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat02))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat03))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat06))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat07))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.slide))) {
_y = 148;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide3))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide4))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.slide)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
!this.hitTest(_root.slide);
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 1;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 1;
}
if ((((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) && (!this.hitTest(_root.slide))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 22
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
sli1 = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat02))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat03))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat06))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat07))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.slide))) {
_y = 148;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide3))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide4))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.slide)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
!this.hitTest(_root.slide);
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 1;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 1;
}
if ((((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) && (!this.hitTest(_root.slide))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 22
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
sli1 = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat02))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat03))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat06))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat07))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.slide))) {
_y = 148;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide3))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide4))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.slide)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
!this.hitTest(_root.slide);
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 1;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 1;
}
if ((((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) && (!this.hitTest(_root.slide))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 22
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
sli1 = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat02))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat03))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat06))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat07))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.slide))) {
_y = 148;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide3))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide4))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.slide)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
!this.hitTest(_root.slide);
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 1;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 1;
}
if ((((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) && (!this.hitTest(_root.slide))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 22
onClipEvent (load) {
gravitizm = 0;
gravity = 0.4 + (random(20) / 100);
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
kwind = 0;
qwind = 0;
wwind = 0;
sli1 = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if ((this._y > 68) && (this.hitTest(_root.plat01))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat02))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat03))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat05))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat06))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat07))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.slide))) {
_y = 148;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide2))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide3))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide4))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.slide)) || (_root.water))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.4 + (random(20) / 100);
}
if (this.hitTest(_root.sienak1) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1) && (xspeed > 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2) && (xspeed < 0)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2) && (xspeed > 0)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
!this.hitTest(_root.slide);
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
rwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
vwind = 1;
}
if (this.hitTest(_root.windd) && (kwind == 0)) {
xspeed = 5.9;
slowdown = 0;
windacc = 0.03;
kwind = 1;
}
if (this.hitTest(_root.winde) && (qwind == 0)) {
xspeed = 6.5;
slowdown = 0;
windacc = 0.03;
qwind = 1;
}
if (this.hitTest(_root.windf) && (wwind == 0)) {
xspeed = -6.5;
slowdown = 0;
windacc = 0.03;
wwind = 1;
}
if ((((((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) && (!this.hitTest(_root.windc))) && (!this.hitTest(_root.windd))) && (!this.hitTest(_root.slide))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 22
onClipEvent (load) {
dead = 11;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(9.09090909091 * _root.pts);
if ((dead < 10) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 485 MovieClip "windthree" in Frame 22
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windthree" in Frame 22
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windfour" in Frame 22
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat01" in Frame 22
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 22
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 22
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 22
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat05" in Frame 22
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat06" in Frame 22
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat07" in Frame 22
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "wind" in Frame 22
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 22
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windc" in Frame 22
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 22
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 22
onClipEvent (enterFrame) {
if ((_root.pts >= 10) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 485 MovieClip "windone" in Frame 22
onClipEvent (load) {
_alpha = 0;
}
Frame 23
stop();
playz = 1;
pts = 0;
ptz = 0;
if (local_data.data.score < 10) {
local_data.data.score = 10;
local_data.flush();
}
Instance of Symbol 303 MovieClip "water" in Frame 23
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(50 * _root.pts);
}
Instance of Symbol 326 MovieClip "wind" in Frame 23
onClipEvent (enterFrame) {
_alpha = 0;
}
Frame 24
stop();
playz = 1;
pts = 0;
ptz = 0;
Instance of Symbol 369 MovieClip in Frame 24
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 68) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat03))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat05))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 68) && (this.hitTest(_root.slide))) {
_y = 68;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.slide2))) {
_y = 148;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.slide3))) {
_y = 268;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 3;
slowdown = 0;
windacc = 0.1;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
vwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 24
onClipEvent (load) {
gravitizm = 0;
gravity = 0.22;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 68) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.plat03))) {
_y = 148;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat04))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat05))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat06))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 68) && (this.hitTest(_root.slide))) {
_y = 68;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 148) && (this.hitTest(_root.slide2))) {
_y = 148;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slide3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
xspeed = 6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.slide4))) {
_y = 108;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = 0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.slide5))) {
_y = 228;
gravity = 0;
gravitizm = 0;
xspeed = -6;
slowdown = 0;
windacc = -0.001;
sli1 = 1;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 3;
slowdown = 0;
windacc = 0.1;
rwind = 1;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -8.3;
slowdown = 0;
windacc = 0.033;
lwind = 1;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
vwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 24
onClipEvent (load) {
dead = 2;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(50 * _root.pts);
if ((dead < 2) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 326 MovieClip "wind" in Frame 24
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_root.pts >= 2) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 326 MovieClip "plat01" in Frame 24
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 24
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 24
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat05" in Frame 24
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 24
onClipEvent (enterFrame) {
_alpha = 0;
}
Frame 25
stop();
playz = 1;
pts = 0;
ptz = 0;
if (local_data.data.score < 11) {
local_data.data.score = 11;
local_data.flush();
}
Instance of Symbol 114 MovieClip "mainsc" in Frame 25
onClipEvent (load) {
speed = 0.5 + random(2);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation + _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation - _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation + _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation - _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation + _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation - (_root.mainsc.speed * 2));
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation + (_root.mainsc.speed * 2));
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation - (_root.mainsc.speed * 2));
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation - (_root.mainsc.speed * 2));
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation + (_root.mainsc.speed * 2));
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation - _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation + _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation - _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation + _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation + _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation - _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation + _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation - _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation + _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation + _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation + _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation - _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 25
onClipEvent (enterFrame) {
_rotation = (_rotation + _root.mainsc.speed);
}
Instance of Symbol 641 MovieClip "lift3" in Frame 25
onClipEvent (enterFrame) {
if (_y < 100) {
_y = (_y + 0.5);
}
if (_y < 57) {
_y = (_y + 3);
}
}
Instance of Symbol 485 MovieClip "windone" in Frame 25
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 641 MovieClip "lift" in Frame 25
onClipEvent (enterFrame) {
if (_y < 100) {
_y = (_y + 0.5);
}
if (_y < 57) {
_y = (_y + 3);
}
}
Instance of Symbol 641 MovieClip "lift2" in Frame 25
onClipEvent (enterFrame) {
if (_y < 100) {
_y = (_y + 0.5);
}
if (_y < 57) {
_y = (_y + 3);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 25
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(33.3333333333 * _root.pts);
}
Instance of Symbol 654 MovieClip in Frame 25
onClipEvent (enterFrame) {
this.gotoAndStop(1);
}
Instance of Symbol 326 MovieClip "wind" in Frame 25
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 25
onClipEvent (enterFrame) {
_alpha = 0;
}
Frame 26
stop();
playz = 1;
pts = 0;
ptz = 0;
Instance of Symbol 369 MovieClip in Frame 26
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat03))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -2;
slowdown = 0;
windacc = -0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
vwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 485 MovieClip "windone" in Frame 26
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 641 MovieClip "lift" in Frame 26
onClipEvent (enterFrame) {
if (_y < 100) {
_y = (_y + 0.5);
}
if (_y < 57) {
_y = (_y + 3);
}
}
Instance of Symbol 641 MovieClip "lift2" in Frame 26
onClipEvent (enterFrame) {
if (_y < 100) {
_y = (_y + 0.5);
}
if (_y < 57) {
_y = (_y + 3);
}
}
Instance of Symbol 369 MovieClip in Frame 26
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat03))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -2;
slowdown = 0;
windacc = -0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
vwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 26
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat03))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat04))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = -2;
slowdown = 0;
windacc = -0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 8.3;
slowdown = 0;
windacc = 0.033;
vwind = 1;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire9.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 26
onClipEvent (load) {
dead = 3;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(33.3333333333 * _root.pts);
if ((dead < 3) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 326 MovieClip "sienak2" in Frame 26
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "wind" in Frame 26
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 26
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 26
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat01" in Frame 26
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 26
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 26
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 26
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat05" in Frame 26
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat06" in Frame 26
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 26
onClipEvent (enterFrame) {
if ((_root.pts >= 3) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 27
stop();
playz = 1;
pts = 0;
ptz = 0;
if (local_data.data.score < 12) {
local_data.data.score = 12;
local_data.flush();
}
Instance of Symbol 485 MovieClip "windone" in Frame 27
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 641 MovieClip "lift" in Frame 27
onClipEvent (enterFrame) {
if (_y < 180) {
_y = (_y + 0.5);
}
if (_y < 137) {
_y = (_y + 3);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 27
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(2.5 * _root.pts);
}
Instance of Symbol 654 MovieClip in Frame 27
onClipEvent (enterFrame) {
this.gotoAndStop(1);
}
Instance of Symbol 654 MovieClip in Frame 27
onClipEvent (enterFrame) {
this.gotoAndStop(1);
}
Instance of Symbol 326 MovieClip "wind" in Frame 27
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 27
onClipEvent (enterFrame) {
_alpha = 0;
}
Frame 28
stop();
playz = 1;
pts = 0;
ptz = 0;
Instance of Symbol 641 MovieClip "lift3" in Frame 28
onClipEvent (enterFrame) {
if (_y < 180) {
_y = (_y + 0.5);
}
if (_y < 137) {
_y = (_y + 3);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 485 MovieClip "windone" in Frame 28
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 641 MovieClip "lift" in Frame 28
onClipEvent (enterFrame) {
if (_y < 180) {
_y = (_y + 0.5);
}
if (_y < 137) {
_y = (_y + 3);
}
}
Instance of Symbol 641 MovieClip "lift2" in Frame 28
onClipEvent (enterFrame) {
if (_y < 100) {
_y = (_y + 0.5);
}
if (_y < 57) {
_y = (_y + 3);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 369 MovieClip in Frame 28
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 108) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.plat02))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat03))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 308) && (this.hitTest(_root.plat05))) {
_y = 308;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble2))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble3))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -3.3;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 3.3;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 28
onClipEvent (load) {
dead = 40;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(2.5 * _root.pts);
if ((dead < 34) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 326 MovieClip "sienak2" in Frame 28
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "wind" in Frame 28
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 28
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windc" in Frame 28
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 28
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat01" in Frame 28
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 28
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 28
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 28
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 28
onClipEvent (enterFrame) {
if ((_root.pts >= 34) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 29
stop();
playz = 1;
pts = 0;
ptz = 0;
if (local_data.data.score < 13) {
local_data.data.score = 13;
local_data.flush();
}
Instance of Symbol 485 MovieClip "windone" in Frame 29
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 641 MovieClip "lift" in Frame 29
onClipEvent (enterFrame) {
if (_y < 260) {
_y = (_y + 0.5);
}
if (_y < 217) {
_y = (_y + 3);
}
}
Instance of Symbol 485 MovieClip "windtwo" in Frame 29
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 303 MovieClip "water" in Frame 29
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(25 * _root.pts);
}
Instance of Symbol 654 MovieClip in Frame 29
onClipEvent (enterFrame) {
this.gotoAndStop(1);
}
Instance of Symbol 326 MovieClip "windb" in Frame 29
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windc" in Frame 29
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 29
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 29
onClipEvent (enterFrame) {
if ((_root.pts >= 4) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 30
stop();
playz = 1;
pts = 0;
ptz = 0;
Instance of Symbol 641 MovieClip "lift2" in Frame 30
onClipEvent (enterFrame) {
if (_y < 100) {
_y = (_y + 0.5);
}
if (_y < 57) {
_y = (_y + 3);
}
}
Instance of Symbol 369 MovieClip in Frame 30
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 188) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat03))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat05))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble2))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble3))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5.5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -5.5;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -3.8;
slowdown = 0;
windacc = -0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 641 MovieClip "lift3" in Frame 30
onClipEvent (enterFrame) {
if (_y < 180) {
_y = (_y + 0.5);
}
if (_y < 137) {
_y = (_y + 3);
}
}
Instance of Symbol 641 MovieClip "lift" in Frame 30
onClipEvent (enterFrame) {
if (_y < 260) {
_y = (_y + 0.5);
}
if (_y < 217) {
_y = (_y + 3);
}
}
Instance of Symbol 485 MovieClip "windtwo" in Frame 30
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 369 MovieClip in Frame 30
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 188) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat03))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat05))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble2))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble3))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5.5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -5.5;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -3.8;
slowdown = 0;
windacc = -0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 30
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 188) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat03))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat05))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble2))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble3))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5.5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -5.5;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -3.8;
slowdown = 0;
windacc = -0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 369 MovieClip in Frame 30
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 188) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat02))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat03))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat04))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat05))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat06))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble2))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble3))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble4))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5.5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -5.5;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -3.8;
slowdown = 0;
windacc = -0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 30
onClipEvent (load) {
dead = 4;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(25 * _root.pts);
if ((dead < 3) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 326 MovieClip "sienak2" in Frame 30
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 30
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "wind" in Frame 30
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windc" in Frame 30
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 30
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat01" in Frame 30
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 30
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 30
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 30
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat05" in Frame 30
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat06" in Frame 30
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 30
onClipEvent (enterFrame) {
if ((_root.pts >= 3) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 31
stop();
playz = 1;
pts = 0;
ptz = 0;
if (local_data.data.score < 14) {
local_data.data.score = 14;
local_data.flush();
}
Instance of Symbol 641 MovieClip "lift2" in Frame 31
onClipEvent (enterFrame) {
if (_y > 340) {
_y = (_y - 0.5);
}
if (_y > 386) {
_y = (_y - 3);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 31
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(50 * _root.pts);
}
Instance of Symbol 654 MovieClip in Frame 31
onClipEvent (enterFrame) {
this.gotoAndStop(1);
}
Instance of Symbol 718 MovieClip in Frame 31
onClipEvent (enterFrame) {
this.gotoAndStop(1);
}
Instance of Symbol 326 MovieClip "wind" in Frame 31
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windd" in Frame 31
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 31
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 31
onClipEvent (enterFrame) {
if ((_root.pts >= 1) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 32
stop();
playz = 1;
pts = 0;
ptz = 0;
Instance of Symbol 369 MovieClip in Frame 32
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 68) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat03))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat04))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat05))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat06))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.marble))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.marble2))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.marble3))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.marble4))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5.5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 4;
slowdown = 0;
windacc = 0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -3.8;
slowdown = 0;
windacc = -0.033;
vwind = 0;
}
if (this.hitTest(_root.windd) && (vwind == 0)) {
xspeed = 2.9;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.ugnis)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.ugnis2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.ugnis3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 641 MovieClip "lift3" in Frame 32
onClipEvent (enterFrame) {
if (_y < 180) {
_y = (_y + 0.5);
}
if (_y < 137) {
_y = (_y + 3);
}
}
Instance of Symbol 641 MovieClip "lift" in Frame 32
onClipEvent (enterFrame) {
if (_y < 260) {
_y = (_y + 0.5);
}
if (_y < 217) {
_y = (_y + 3);
}
}
Instance of Symbol 485 MovieClip "windone" in Frame 32
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 485 MovieClip "windthree" in Frame 32
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 369 MovieClip in Frame 32
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 68) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat02))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat03))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat04))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.plat05))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat06))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.marble))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.marble2))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 108) && (this.hitTest(_root.marble3))) {
_y = 108;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.marble4))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5.5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = 4;
slowdown = 0;
windacc = 0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = -3.8;
slowdown = 0;
windacc = -0.033;
vwind = 0;
}
if (this.hitTest(_root.windd) && (vwind == 0)) {
xspeed = 2.9;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire10.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.ugnis)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.ugnis2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.ugnis3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 303 MovieClip "water" in Frame 32
onClipEvent (load) {
dead = 2;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(50 * _root.pts);
if ((dead < 1) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 326 MovieClip "sienak2" in Frame 32
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 32
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat04" in Frame 32
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat05" in Frame 32
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "wind" in Frame 32
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 32
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windc" in Frame 32
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windd" in Frame 32
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 32
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat01" in Frame 32
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 32
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat06" in Frame 32
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat07" in Frame 32
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 379 MovieClip in Frame 32
onClipEvent (enterFrame) {
if ((_root.pts >= 1) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Frame 33
stop();
playz = 1;
pts = 0;
ptz = 0;
if (local_data.data.score < 15) {
local_data.data.score = 15;
local_data.flush();
}
Instance of Symbol 114 MovieClip "mainsc" in Frame 33
onClipEvent (load) {
speed = 0.5 + random(2);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + speed);
}
Instance of Symbol 114 MovieClip in Frame 33
onClipEvent (enterFrame) {
_rotation = (_rotation - _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 33
onClipEvent (enterFrame) {
_rotation = (_rotation + _root.mainsc.speed);
}
Instance of Symbol 485 MovieClip "windone" in Frame 33
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 303 MovieClip "water" in Frame 33
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(50 * _root.pts);
}
Instance of Symbol 654 MovieClip in Frame 33
onClipEvent (enterFrame) {
this.gotoAndStop(1);
}
Instance of Symbol 654 MovieClip in Frame 33
onClipEvent (enterFrame) {
this.gotoAndStop(1);
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 33
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat07" in Frame 33
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat05" in Frame 33
onClipEvent (enterFrame) {
_alpha = 0;
}
Frame 34
stop();
playz = 1;
pts = 0;
ptz = 0;
Instance of Symbol 114 MovieClip "mainsc" in Frame 34
onClipEvent (load) {
speed = 0.5 + random(2);
}
onClipEvent (enterFrame) {
_rotation = (_rotation + speed);
}
Instance of Symbol 114 MovieClip in Frame 34
onClipEvent (enterFrame) {
_rotation = (_rotation - _root.mainsc.speed);
}
Instance of Symbol 114 MovieClip in Frame 34
onClipEvent (enterFrame) {
_rotation = (_rotation + _root.mainsc.speed);
}
Instance of Symbol 369 MovieClip in Frame 34
onClipEvent (load) {
gravitizm = 0;
gravity = 0.28;
xspeed = 2;
slowdown = 0.1;
dead = 0;
rwind = 0;
lwind = 0;
vwind = 0;
windacc = 0;
}
onClipEvent (enterFrame) {
if (!(pos === 3)) {
if (dead == 0) {
gravitizm = gravitizm + gravity;
_y = (_y + gravitizm);
}
if (((this._y > 68) && (this.hitTest(_root.plat01))) && (!this.hitTest(_root.windup))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 88) && (this.hitTest(_root.plat02))) {
_y = 88;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 113) && (this.hitTest(_root.plat03))) {
_y = 113;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat04))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 228) && (this.hitTest(_root.plat05))) {
_y = 228;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 268) && (this.hitTest(_root.plat06))) {
_y = 268;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.plat07))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 68) && (this.hitTest(_root.marble))) {
_y = 68;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 88) && (this.hitTest(_root.marble2))) {
_y = 88;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 88) && (this.hitTest(_root.marble3))) {
_y = 88;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 113) && (this.hitTest(_root.marble4))) {
_y = 113;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.marble5))) {
_y = 188;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 348) && (this.hitTest(_root.marble6))) {
_y = 348;
gravity = 0;
gravitizm = 0;
this.gotoAndStop(2);
}
if ((this._y > 188) && (this.hitTest(_root.slidez))) {
gravity = 0;
gravitizm = 4;
xspeed = 4;
this.gotoAndStop(2);
}
if (gravity > 0) {
this.gotoAndStop(1);
}
if (this.hitTest(((((_root.plat01 || (_root.plat02)) || (_root.plat03)) || (_root.plat04)) || (_root.water)) || (_root.marble))) {
gravity = 0;
gravitizm = 0;
} else {
gravity = 0.1 + (random(100) / 100);
}
if (this.hitTest(_root.sienak1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad1)) {
xspeed = 0;
}
if (this.hitTest(_root.sienak2)) {
xspeed = 0;
}
if (this.hitTest(_root.sienad2)) {
xspeed = 0;
}
if (this.pos == 2) {
_x = (_x + xspeed);
slowdown = 0.1 - windacc;
}
if (xspeed >= 0.15) {
xspeed = xspeed - slowdown;
}
if (xspeed <= -0.15) {
xspeed = xspeed + slowdown;
}
if ((xspeed > -0.15) && (xspeed < 0.15)) {
slowdown = 0;
xspeed = 0;
}
if (this.hitTest(_root.wind) && (rwind == 0)) {
xspeed = 5.5;
slowdown = 0;
windacc = 0.0003;
rwind = 0;
}
if (this.hitTest(_root.windb) && (lwind == 0)) {
xspeed = -5.5;
slowdown = 0;
windacc = -0.033;
lwind = 0;
}
if (this.hitTest(_root.windc) && (vwind == 0)) {
xspeed = 4.5;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (this.hitTest(_root.windd) && (vwind == 0)) {
xspeed = 2.9;
slowdown = 0;
windacc = 0.033;
vwind = 0;
}
if (((pos == 0) && (!this.hitTest(_root.wind))) && (!this.hitTest(_root.windb))) {
xspeed = 2 * (1 - random(3));
}
if (this.hitTest(_root.water) && (dead == 0)) {
_root.water.gotoAndPlay(2);
_root.water._y = _root.water._y - 0.5;
_root.pts = _root.pts + 1;
dead = 1;
}
if (dead == 1) {
this.gotoAndStop(3);
gravity = 0;
gravitizm = 0;
}
}
if (this.hitTest(_root.lift)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.lift3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire2.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire3.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire4.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire5.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire6.fire)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire7.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.fire8.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.ugnis)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.ugnis2)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.ugnis3)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.laz.die)) {
this.gotoAndStop(4);
}
if (this.hitTest(_root.dddz)) {
this.gotoAndStop(5);
}
}
Instance of Symbol 485 MovieClip "windone" in Frame 34
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 303 MovieClip "water" in Frame 34
onClipEvent (load) {
dead = 1;
long = 0;
}
onClipEvent (enterFrame) {
_yscale = 200;
_root.ptz = Math.round(100 * _root.pts);
if ((dead < 1) && (long == 0)) {
_root.as.gotoAndPlay(2);
long = 1;
}
}
Instance of Symbol 326 MovieClip "sienak2" in Frame 34
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat01" in Frame 34
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat03" in Frame 34
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "wind" in Frame 34
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windd" in Frame 34
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windb" in Frame 34
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "windc" in Frame 34
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "sienak1" in Frame 34
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat07" in Frame 34
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 326 MovieClip "plat02" in Frame 34
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 766 MovieClip in Frame 34
onClipEvent (enterFrame) {
if ((_root.pts >= 1) && (this.good == 0)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 326 MovieClip "plat05" in Frame 34
onClipEvent (enterFrame) {
_alpha = 0;
}
Symbol 16 Button
on (release) {
_root.play();
}
Symbol 17 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded == 100) {
gotoAndStop ("loaded");
} else {
bar._xscale = PercentLoaded;
}
Symbol 17 MovieClip Frame 2
gotoAndPlay (1);
Symbol 17 MovieClip Frame 3
_root.water.gotoAndPlay(2);
Symbol 26 Button
on (release) {
getURL ("http://www.gamesfree.com", "_blank");
}
Symbol 27 MovieClip Frame 1
stop();
Symbol 27 MovieClip Frame 25
stopAllSounds();
_root.gotoAndPlay(2);
Symbol 61 MovieClip Frame 12
stop();
Symbol 85 MovieClip Frame 195
_root.play();
Symbol 92 Button
on (release) {
getURL ("http://www.gamesfree.com", "_blank");
}
Symbol 109 MovieClip Frame 1
stop();
sli = 1;
Symbol 109 MovieClip Frame 2
sli = 0;
Symbol 118 MovieClip Frame 1
stop();
Instance of Symbol 117 MovieClip "doh" in Symbol 118 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_parent.gotoAndPlay(2);
}
}
Symbol 125 Button
on (press) {
gotoAndStop (1);
_root.wind._y = 600;
_root.windone._alpha = 0;
}
Symbol 126 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 2
stop();
Instance of Symbol 114 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 3.2);
}
Instance of Symbol 114 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 2.5);
}
Instance of Symbol 114 MovieClip in Symbol 127 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 1.5);
}
Symbol 141 Button
on (release) {
if (_root.menus.wadze.up == 1) {
_root.menus.wadze.gotoAndPlay(122);
_root.menus.logot.gotoAndPlay(46);
}
}
Symbol 151 Button
on (release) {
if (_root.menus.wadze.up == 1) {
_root.menus.wadze.gotoAndPlay(46);
_root.menus.logot.gotoAndPlay(46);
}
}
Symbol 155 Button
on (release) {
if (_root.menus.wadze.up == 1) {
getURL ("http://www.gamesfree.com", "_blank");
}
}
Symbol 202 Button
on (release) {
gotoAndPlay (106);
}
Symbol 205 MovieClip Frame 15
stop();
Symbol 208 MovieClip Frame 15
stop();
Symbol 216 Button
on (release) {
_root.take = 2;
_root.menus.wadze.it.gotoAndPlay(30);
}
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 2
stop();
Symbol 220 Button
on (release) {
if (_root.menus.wadze.it.avail == 1) {
_root.take = 3;
_root.menus.wadze.it.gotoAndPlay(30);
}
}
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 2
stop();
Symbol 224 Button
on (release) {
if (_root.menus.wadze.it.avail == 1) {
_root.take = 4;
_root.menus.wadze.it.gotoAndPlay(30);
}
}
Symbol 225 MovieClip Frame 1
stop();
Symbol 225 MovieClip Frame 2
stop();
Symbol 228 Button
on (release) {
if (_root.menus.wadze.it.avail == 1) {
_root.take = 5;
_root.menus.wadze.it.gotoAndPlay(30);
}
}
Symbol 229 MovieClip Frame 1
stop();
Symbol 229 MovieClip Frame 2
stop();
Symbol 232 Button
on (release) {
if (_root.menus.wadze.it.avail == 1) {
_root.take = 7;
_root.menus.wadze.it.gotoAndPlay(30);
}
}
Symbol 233 MovieClip Frame 1
stop();
Symbol 233 MovieClip Frame 2
stop();
Symbol 236 Button
on (release) {
if (_root.menus.wadze.it.avail == 1) {
_root.take = 8;
_root.menus.wadze.it.gotoAndPlay(30);
}
}
Symbol 237 MovieClip Frame 1
stop();
Symbol 237 MovieClip Frame 2
stop();
Symbol 240 Button
on (release) {
if (_root.menus.wadze.it.avail == 1) {
_root.take = 9;
_root.menus.wadze.it.gotoAndPlay(30);
}
}
Symbol 241 MovieClip Frame 1
stop();
Symbol 241 MovieClip Frame 2
stop();
Symbol 245 Button
on (release) {
if (_root.menus.wadze.it.avail == 1) {
_root.take = 10;
_root.menus.wadze.it.gotoAndPlay(30);
}
}
Symbol 246 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 2
stop();
Symbol 249 Button
on (release) {
if (_root.menus.wadze.it.avail == 1) {
_root.take = 6;
_root.menus.wadze.it.gotoAndPlay(30);
}
}
Symbol 250 MovieClip Frame 1
stop();
Symbol 250 MovieClip Frame 2
stop();
Symbol 251 Button
on (release) {
if (_root.menus.wadze.it.avail == 1) {
_root.take = 12;
_root.menus.wadze.it.gotoAndPlay(30);
}
}
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 2
stop();
Symbol 253 Button
on (release) {
if (_root.menus.wadze.it.avail == 1) {
_root.take = 13;
_root.menus.wadze.it.gotoAndPlay(30);
}
}
Symbol 254 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 2
stop();
Symbol 255 Button
on (release) {
if (_root.menus.wadze.it.avail == 1) {
_root.take = 14;
_root.menus.wadze.it.gotoAndPlay(30);
}
}
Symbol 256 MovieClip Frame 1
stop();
Symbol 256 MovieClip Frame 2
stop();
Symbol 257 Button
on (release) {
if (_root.menus.wadze.it.avail == 1) {
_root.take = 15;
_root.menus.wadze.it.gotoAndPlay(30);
}
}
Symbol 258 MovieClip Frame 1
stop();
Symbol 258 MovieClip Frame 2
stop();
Symbol 260 Button
on (release) {
if (_root.menus.wadze.it.avail == 1) {
_root.take = 11;
_root.menus.wadze.it.gotoAndPlay(30);
}
}
Symbol 261 MovieClip Frame 1
stop();
Symbol 261 MovieClip Frame 2
stop();
Symbol 262 Button
on (release) {
_root.take = 1;
_root.menus.wadze.it.gotoAndPlay(30);
}
Instance of Symbol 217 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.score > 1) {
this.gotoAndStop(2);
}
}
Instance of Symbol 221 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.score > 2) {
this.gotoAndStop(2);
}
}
Instance of Symbol 225 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.score > 3) {
this.gotoAndStop(2);
}
}
Instance of Symbol 229 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.score > 4) {
this.gotoAndStop(2);
}
}
Instance of Symbol 233 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.score > 6) {
this.gotoAndStop(2);
}
}
Instance of Symbol 237 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.score > 7) {
this.gotoAndStop(2);
}
}
Instance of Symbol 241 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.score > 8) {
this.gotoAndStop(2);
}
}
Instance of Symbol 246 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.score > 9) {
this.gotoAndStop(2);
}
}
Instance of Symbol 250 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.score > 5) {
this.gotoAndStop(2);
}
}
Instance of Symbol 252 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.score > 11) {
this.gotoAndStop(2);
}
}
Instance of Symbol 254 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.score > 12) {
this.gotoAndStop(2);
}
}
Instance of Symbol 256 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.score > 13) {
this.gotoAndStop(2);
}
}
Instance of Symbol 258 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.score > 14) {
this.gotoAndStop(2);
}
}
Instance of Symbol 261 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_global.score > 10) {
this.gotoAndStop(2);
}
}
Symbol 265 MovieClip Frame 15
stop();
avail = 1;
Symbol 265 MovieClip Frame 16
avail = 0;
Symbol 265 MovieClip Frame 29
_root.menus.wadze.gotoAndPlay(1);
Symbol 265 MovieClip Frame 30
avail = 0;
Symbol 265 MovieClip Frame 42
stopAllSounds();
Symbol 265 MovieClip Frame 43
if (_root.take == 1) {
_root.nextFrame();
}
if (_root.take == 2) {
_root.gotoAndPlay(7);
}
if (_root.take == 3) {
_root.gotoAndPlay(9);
}
if (_root.take == 4) {
_root.gotoAndPlay(11);
}
if (_root.take == 5) {
_root.gotoAndPlay(13);
}
if (_root.take == 6) {
_root.gotoAndPlay(15);
}
if (_root.take == 7) {
_root.gotoAndPlay(17);
}
if (_root.take == 8) {
_root.gotoAndPlay(19);
}
if (_root.take == 9) {
_root.gotoAndPlay(21);
}
if (_root.take == 10) {
_root.gotoAndPlay(23);
}
if (_root.take == 11) {
_root.gotoAndPlay(25);
}
if (_root.take == 12) {
_root.gotoAndPlay(27);
}
if (_root.take == 13) {
_root.gotoAndPlay(29);
}
if (_root.take == 14) {
_root.gotoAndPlay(31);
}
if (_root.take == 15) {
_root.gotoAndPlay(33);
}
Symbol 266 Button
on (release) {
_root.menus.wadze.ls.gotoAndPlay(16);
_root.menus.wadze.it.gotoAndPlay(16);
}
Symbol 269 MovieClip Frame 15
stop();
Symbol 270 MovieClip Frame 1
up = 0;
Symbol 270 MovieClip Frame 45
stop();
up = 1;
Symbol 270 MovieClip Frame 46
up = 0;
Symbol 270 MovieClip Frame 105
stop();
Symbol 270 MovieClip Frame 121
_root.menus.logot.gotoAndPlay(1);
gotoAndPlay (1);
Symbol 270 MovieClip Frame 122
up = 0;
Symbol 270 MovieClip Frame 166
stop();
Symbol 289 MovieClip Frame 21
stop();
Symbol 295 Button
on (release) {
getURL ("http://www.gamesfree.com", "_blank");
}
Symbol 296 MovieClip Frame 45
stop();
Symbol 296 MovieClip Frame 61
stop();
Symbol 303 MovieClip Frame 1
stop();
Symbol 305 MovieClip Frame 1
stop();
Symbol 307 Button
on (press) {
gotoAndStop (2);
_root.plat01._x = 1000;
_root.arrowas._x = 1000;
}
Symbol 309 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.playz == 0) {
_parent.gotoAndStop(3);
}
}
Symbol 309 MovieClip Frame 2
stop();
rot = 10;
Instance of Symbol 305 MovieClip in Symbol 309 MovieClip Frame 2
onClipEvent (load) {
yspeed = 10;
rot = 15 - random(30);
gravity = 0.5;
grav = 0;
xspeed = 4 - random(8);
}
onClipEvent (enterFrame) {
_x = (_x + xspeed);
grav = grav + gravity;
_rotation = (_rotation + rot);
_y = (_y - (yspeed - grav));
}
Symbol 309 MovieClip Frame 3
stop();
Symbol 311 Button
on (press) {
gotoAndStop (2);
_root.plat02._x = 1000;
_root.arrowas._x = 1000;
}
Symbol 313 MovieClip Frame 1
stop();
Symbol 314 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip in Symbol 314 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.playz == 0) {
_parent.gotoAndStop(3);
}
}
Symbol 314 MovieClip Frame 2
stop();
rot = 10;
Instance of Symbol 313 MovieClip in Symbol 314 MovieClip Frame 2
onClipEvent (load) {
yspeed = 10;
rot = 15 - random(30);
gravity = 0.5;
grav = 0;
xspeed = 4 - random(8);
}
onClipEvent (enterFrame) {
_x = (_x + xspeed);
grav = grav + gravity;
_rotation = (_rotation + rot);
_y = (_y - (yspeed - grav));
}
Symbol 314 MovieClip Frame 3
stop();
Symbol 316 Button
on (press) {
gotoAndStop (2);
_root.plat03._x = 1000;
_root.arrowas._x = 1000;
}
Symbol 318 MovieClip Frame 1
stop();
Symbol 319 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.playz == 0) {
_parent.gotoAndStop(3);
}
}
Symbol 319 MovieClip Frame 2
stop();
rot = 10;
Instance of Symbol 318 MovieClip in Symbol 319 MovieClip Frame 2
onClipEvent (load) {
yspeed = 10;
rot = 15 - random(30);
gravity = 0.5;
grav = 0;
xspeed = 4 - random(8);
}
onClipEvent (enterFrame) {
_x = (_x + xspeed);
grav = grav + gravity;
_rotation = (_rotation + rot);
_y = (_y - (yspeed - grav));
}
Symbol 319 MovieClip Frame 3
stop();
Symbol 321 Button
on (press) {
gotoAndStop (2);
_root.plat04._x = 1000;
_root.arrowas._x = 1000;
}
Symbol 323 MovieClip Frame 1
stop();
Symbol 324 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip in Symbol 324 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.playz == 0) {
_parent.gotoAndStop(3);
}
}
Symbol 324 MovieClip Frame 2
stop();
rot = 10;
Instance of Symbol 323 MovieClip in Symbol 324 MovieClip Frame 2
onClipEvent (load) {
yspeed = 10;
rot = 15 - random(30);
gravity = 0.5;
grav = 0;
xspeed = 4 - random(8);
}
onClipEvent (enterFrame) {
_x = (_x + xspeed);
grav = grav + gravity;
_rotation = (_rotation + rot);
_y = (_y - (yspeed - grav));
}
Symbol 324 MovieClip Frame 3
stop();
Symbol 343 Button
on (release) {
_root.nextFrame();
}
on (keyPress "<Enter>") {
_root.nextFrame();
}
Symbol 346 Button
on (release) {
_root.nextFrame();
}
on (keyPress "<Enter>") {
_root.nextFrame();
}
Symbol 347 MovieClip Frame 40
stop();
Symbol 353 MovieClip Frame 40
stop();
Symbol 359 Button
on (release, keyPress "<Enter>") {
_root.prevFrame();
}
Symbol 360 MovieClip Frame 1
stop();
good = 0;
Symbol 360 MovieClip Frame 2
good = 1;
Symbol 360 MovieClip Frame 6
stop();
Symbol 367 MovieClip Frame 15
stop();
Symbol 369 MovieClip Frame 1
stop();
pos = 0;
Symbol 369 MovieClip Frame 2
stop();
pos = 2;
Symbol 369 MovieClip Frame 3
stop();
Symbol 369 MovieClip Frame 4
stop();
pos = 3;
_root.water.dead = _root.water.dead - 1;
Symbol 369 MovieClip Frame 5
stop();
pos = 3;
_root.water.dead = _root.water.dead - 1;
Symbol 378 Button
on (release, keyPress "<Enter>") {
_root.nextFrame();
}
Symbol 379 MovieClip Frame 1
stop();
good = 0;
Symbol 379 MovieClip Frame 2
good = 1;
Symbol 379 MovieClip Frame 6
stop();
Symbol 385 Button
on (release) {
_root.menuzona._x = 2000;
}
Symbol 389 Button
on (release) {
nextFrame();
}
Symbol 393 Button
on (release) {
music01 = new Sound();
music01.setVolume(0);
nextFrame();
}
Symbol 395 Button
on (release) {
music01 = new Sound();
music01.setVolume(100);
prevFrame();
}
Symbol 396 MovieClip Frame 1
stop();
Symbol 396 MovieClip Frame 2
stop();
Symbol 400 Button
on (release) {
gotoAndStop (3);
}
Symbol 407 Button
on (release) {
prevFrame();
}
Symbol 409 Button
on (release) {
_root.prevFrame();
}
Symbol 412 Button
on (release) {
gotoAndStop (1);
}
Symbol 413 Button
on (release) {
gotoAndStop (5);
_root.watersas.gotoAndPlay(2);
}
Symbol 418 MovieClip Frame 1
stop();
Symbol 418 MovieClip Frame 2
stop();
Symbol 418 MovieClip Frame 3
stop();
Symbol 418 MovieClip Frame 4
stop();
Symbol 418 MovieClip Frame 5
stop();
Symbol 422 Button
on (release) {
if (_root.menuzona._x > 300) {
_root.menuzona.gotoAndStop(1);
_root.menuzona._x = 275;
_root.menuzona._y = 200;
}
}
on (keyPress "<Space>") {
if (_root.menuzona._x > 300) {
_root.menuzona.gotoAndStop(4);
_root.menuzona._x = 275;
_root.menuzona._y = 200;
}
}
Symbol 433 MovieClip Frame 40
stop();
Symbol 468 MovieClip Frame 1
exs = 0;
stop();
Symbol 468 MovieClip Frame 2
exs = 1;
Symbol 475 MovieClip Frame 40
stop();
Symbol 479 Button
on (press) {
if (_root.marble.exs == 0) {
_root.marble.gotoAndPlay(2);
_root.arrowas._x = 1000;
}
}
Symbol 493 MovieClip Frame 40
stop();
Symbol 495 Button
on (press) {
if (_root.marble2.exs == 0) {
_root.marble2.gotoAndPlay(2);
_root.arrowas._x = 1000;
}
}
Symbol 496 Button
on (press) {
if (_root.marble2.exs == 0) {
_root.marble2.gotoAndPlay(2);
_root.arrowas._x = 1000;
}
}
Symbol 497 Button
on (press) {
if (_root.marble4.exs == 0) {
_root.marble4.gotoAndPlay(2);
_root.arrowas._x = 1000;
}
}
Symbol 498 Button
on (press) {
if (_root.marble3.exs == 0) {
_root.marble3.gotoAndPlay(2);
_root.arrowas._x = 1000;
}
}
Symbol 506 MovieClip Frame 1
exs = 0;
stop();
Symbol 506 MovieClip Frame 2
exs = 1;
Symbol 514 MovieClip Frame 40
stop();
Symbol 533 MovieClip Frame 40
stop();
Symbol 534 Button
on (press) {
gotoAndPlay (2);
_root.arrowas._x = -1000;
_root.arrowas2._x = -1000;
}
Symbol 537 MovieClip Frame 1
stop();
Symbol 537 MovieClip Frame 2
exs = 1;
Symbol 538 Button
on (press) {
gotoAndPlay (2);
}
Symbol 540 Button
on (press) {
gotoAndPlay (52);
}
Symbol 541 MovieClip Frame 1
stop();
turn = 0;
Symbol 541 MovieClip Frame 2
_root.windb._y = 240;
Instance of Symbol 105 MovieClip in Symbol 541 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.windtwo._alpha = _root.windtwo._alpha + 2;
}
Symbol 541 MovieClip Frame 51
stop();
turn = 1;
Symbol 541 MovieClip Frame 52
play();
_root.windb._y = 600;
turn = 0;
Instance of Symbol 105 MovieClip in Symbol 541 MovieClip Frame 52
onClipEvent (enterFrame) {
_root.windtwo._alpha = _root.windtwo._alpha - 2;
}
Symbol 542 Button
on (press) {
_root.arrowas._x = -1000;
_root.arrowas2._x = -1000;
gotoAndPlay (2);
}
Symbol 543 Button
on (press) {
gotoAndPlay (52);
}
Symbol 544 MovieClip Frame 1
stop();
turn = 0;
Symbol 544 MovieClip Frame 2
_root.wind._y = 130;
Instance of Symbol 105 MovieClip in Symbol 544 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.windone._alpha = _root.windone._alpha + 2;
}
Symbol 544 MovieClip Frame 51
stop();
turn = 1;
Symbol 544 MovieClip Frame 52
play();
_root.wind._y = 600;
turn = 0;
Instance of Symbol 105 MovieClip in Symbol 544 MovieClip Frame 52
onClipEvent (enterFrame) {
_root.windone._alpha = _root.windone._alpha - 2;
}
Symbol 545 Button
on (press) {
gotoAndPlay (2);
}
Symbol 546 Button
on (press) {
gotoAndPlay (52);
}
Symbol 547 MovieClip Frame 1
stop();
turn = 0;
Symbol 547 MovieClip Frame 2
_root.windc._y = 292;
Instance of Symbol 105 MovieClip in Symbol 547 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.windthree._alpha = _root.windthree._alpha + 2;
}
Symbol 547 MovieClip Frame 51
stop();
turn = 1;
Symbol 547 MovieClip Frame 52
play();
_root.windc._y = 292;
turn = 0;
Instance of Symbol 105 MovieClip in Symbol 547 MovieClip Frame 52
onClipEvent (enterFrame) {
_root.windthree._alpha = _root.windthree._alpha - 2;
}
Symbol 553 MovieClip Frame 40
stop();
Symbol 554 Button
on (press) {
_root.arrowas._x = -1000;
_root.arrowas2._x = -1000;
gotoAndPlay (2);
}
Symbol 555 Button
on (press) {
gotoAndPlay (52);
}
Symbol 556 MovieClip Frame 1
stop();
turn = 0;
Symbol 556 MovieClip Frame 2
_root.wind._y = 175;
Instance of Symbol 105 MovieClip in Symbol 556 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.windone._alpha = _root.windone._alpha + 2;
}
Symbol 556 MovieClip Frame 51
stop();
turn = 1;
Symbol 556 MovieClip Frame 52
play();
_root.wind._y = 600;
turn = 0;
Instance of Symbol 105 MovieClip in Symbol 556 MovieClip Frame 52
onClipEvent (enterFrame) {
_root.windone._alpha = _root.windone._alpha - 2;
}
Symbol 563 MovieClip Frame 40
stop();
Symbol 564 Button
on (press) {
_root.arrowas._x = -1000;
_root.arrowas2._x = -1000;
gotoAndPlay (2);
}
Symbol 565 Button
on (press) {
gotoAndPlay (52);
}
Symbol 566 MovieClip Frame 1
stop();
turn = 0;
Symbol 566 MovieClip Frame 2
_root.wind._y = 90;
_root.windb._y = 90;
Instance of Symbol 105 MovieClip in Symbol 566 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.windone._alpha = _root.windone._alpha + 2;
_root.windtwo._alpha = _root.windtwo._alpha + 2;
}
Symbol 566 MovieClip Frame 51
stop();
turn = 1;
Symbol 566 MovieClip Frame 52
play();
_root.wind._y = 600;
_root.windb._y = 600;
turn = 0;
Instance of Symbol 105 MovieClip in Symbol 566 MovieClip Frame 52
onClipEvent (enterFrame) {
_root.windone._alpha = _root.windone._alpha - 2;
_root.windtwo._alpha = _root.windtwo._alpha - 2;
}
Symbol 567 Button
on (press) {
_root.arrowas._x = -1000;
_root.arrowas2._x = -1000;
gotoAndPlay (2);
}
Symbol 568 Button
on (press) {
gotoAndPlay (52);
}
Symbol 569 MovieClip Frame 1
stop();
turn = 0;
Symbol 569 MovieClip Frame 2
_root.windc._y = 170;
_root.windd._y = 170;
Instance of Symbol 105 MovieClip in Symbol 569 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.windthree._alpha = _root.windthree._alpha + 2;
_root.windfour._alpha = _root.windfour._alpha + 2;
}
Symbol 569 MovieClip Frame 51
stop();
turn = 1;
Symbol 569 MovieClip Frame 52
play();
_root.windc._y = 600;
_root.windd._y = 600;
turn = 0;
Instance of Symbol 105 MovieClip in Symbol 569 MovieClip Frame 52
onClipEvent (enterFrame) {
_root.windthree._alpha = _root.windthree._alpha - 2;
_root.windfour._alpha = _root.windfour._alpha - 2;
}
Symbol 570 Button
on (press) {
_root.arrowas._x = -1000;
_root.arrowas2._x = -1000;
gotoAndPlay (2);
}
Symbol 571 Button
on (press) {
gotoAndPlay (52);
}
Symbol 572 MovieClip Frame 1
stop();
turn = 0;
Symbol 572 MovieClip Frame 2
_root.windf._y = 251;
_root.winde._y = 251;
Instance of Symbol 105 MovieClip in Symbol 572 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.windfive._alpha = _root.windfive._alpha + 2;
_root.windsix._alpha = _root.windsix._alpha + 2;
}
Symbol 572 MovieClip Frame 51
stop();
turn = 1;
Symbol 572 MovieClip Frame 52
play();
_root.windf._y = 600;
_root.winde._y = 600;
turn = 0;
Instance of Symbol 105 MovieClip in Symbol 572 MovieClip Frame 52
onClipEvent (enterFrame) {
_root.windfive._alpha = _root.windfive._alpha - 2;
_root.windsix._alpha = _root.windsix._alpha - 2;
}
Symbol 586 MovieClip Frame 1
stop();
sli = 1;
Symbol 586 MovieClip Frame 2
sli = 0;
Symbol 586 MovieClip Frame 21
gotoAndPlay (1);
Symbol 596 MovieClip Frame 40
stop();
Symbol 597 Button
on (press) {
_root.arrowas._x = -1000;
_root.arrowas2._x = -1000;
gotoAndPlay (2);
}
Symbol 598 Button
on (press) {
gotoAndPlay (52);
}
Symbol 599 MovieClip Frame 1
stop();
turn = 0;
Symbol 599 MovieClip Frame 2
_root.wind._y = 52;
Instance of Symbol 105 MovieClip in Symbol 599 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.windone._alpha = _root.windone._alpha + 2;
}
Symbol 599 MovieClip Frame 51
stop();
turn = 1;
Symbol 599 MovieClip Frame 52
play();
_root.wind._y = 600;
turn = 0;
Instance of Symbol 105 MovieClip in Symbol 599 MovieClip Frame 52
onClipEvent (enterFrame) {
_root.windone._alpha = _root.windone._alpha - 2;
}
Symbol 600 Button
on (press) {
_root.arrowas._x = -1000;
_root.arrowas2._x = -1000;
gotoAndPlay (2);
}
Symbol 601 Button
on (press) {
gotoAndPlay (52);
}
Symbol 602 MovieClip Frame 1
stop();
turn = 0;
Symbol 602 MovieClip Frame 2
_root.windb._y = 93;
Instance of Symbol 105 MovieClip in Symbol 602 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.windtwo._alpha = _root.windtwo._alpha + 2;
}
Symbol 602 MovieClip Frame 51
stop();
turn = 1;
Symbol 602 MovieClip Frame 52
play();
_root.wind._y = 600;
turn = 0;
Instance of Symbol 105 MovieClip in Symbol 602 MovieClip Frame 52
onClipEvent (enterFrame) {
_root.windtwo._alpha = _root.windtwo._alpha - 2;
}
Symbol 603 Button
on (press) {
_root.arrowas._x = -1000;
_root.arrowas2._x = -1000;
gotoAndPlay (2);
}
Symbol 604 Button
on (press) {
gotoAndPlay (52);
}
Symbol 605 MovieClip Frame 1
stop();
turn = 0;
Symbol 605 MovieClip Frame 2
_root.windc._y = 173;
Instance of Symbol 105 MovieClip in Symbol 605 MovieClip Frame 2
onClipEvent (enterFrame) {
_root.windthree._alpha = _root.windthree._alpha + 2;
}
Symbol 605 MovieClip Frame 51
stop();
turn = 1;
Symbol 605 MovieClip Frame 52
play();
_root.windc._y = 600;
turn = 0;
Instance of Symbol 105 MovieClip in Symbol 605 MovieClip Frame 52
onClipEvent (enterFrame) {
_root.windthree._alpha = _root.windthree._alpha - 2;
}
Symbol 606 Button
on (press) {
if (_root.slide.sli == 1) {
_root.slide.gotoAndPlay(2);
}
}
Symbol 607 Button
on (press) {
if (_root.slide2.sli == 1) {
_root.slide2.gotoAndPlay(2);
}
}
Symbol 608 Button
on (press) {
if (_root.slide3.sli == 1) {
_root.slide3.gotoAndPlay(2);
}
}
Symbol 611 Button
on (press) {
if (_root.slide4.sli == 1) {
_root.slide4.gotoAndPlay(2);
}
}
Symbol 623 MovieClip Frame 1
stop();
sli = 1;
Symbol 623 MovieClip Frame 2
sli = 0;
Symbol 623 MovieClip Frame 21
gotoAndPlay (1);
Symbol 627 MovieClip Frame 40
stop();
Symbol 635 MovieClip Frame 1
stop();
sli = 1;
Symbol 635 MovieClip Frame 2
sli = 0;
Symbol 635 MovieClip Frame 21
gotoAndPlay (1);
Symbol 636 Button
on (press) {
if (_root.slide5.sli == 1) {
_root.slide5.gotoAndPlay(2);
}
}
Symbol 663 MovieClip Frame 40
stop();
Symbol 665 Button
on (press) {
_root.lift._y = _root.lift._y - 4;
_root.arrowas._x = 800;
_root.arrowas2._x = 800;
_root.arrowas3._x = 800;
}
Symbol 668 Button
on (press) {
_root.lift3._y = _root.lift3._y - 4;
_root.arrowas._x = 800;
_root.arrowas2._x = 800;
_root.arrowas3._x = 800;
}
Symbol 671 MovieClip Frame 1
stop();
Instance of Symbol 117 MovieClip "fire" in Symbol 671 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.arrowas._x = 800;
_root.arrowas2._x = 800;
_root.arrowas3._x = 800;
_parent.gotoAndPlay(2);
}
}
Instance of Symbol 117 MovieClip "doh" in Symbol 671 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_parent.gotoAndPlay(2);
}
}
Symbol 673 Button
on (press) {
_root.lift2._y = _root.lift2._y - 4;
_root.arrowas._x = 800;
_root.arrowas2._x = 800;
_root.arrowas3._x = 800;
}
Symbol 675 Button
on (press) {
gotoAndStop (2);
_root.wind._y = 93;
_root.windone._alpha = 100;
_root.arrowas._x = 800;
_root.arrowas2._x = 800;
_root.arrowas3._x = 800;
}
Symbol 676 Button
on (press) {
gotoAndStop (1);
_root.wind._y = 600;
_root.windone._alpha = 0;
}
Symbol 677 MovieClip Frame 1
stop();
Symbol 677 MovieClip Frame 2
stop();
Symbol 683 MovieClip Frame 40
stop();
Symbol 688 MovieClip Frame 1
stop();
Instance of Symbol 117 MovieClip "doh" in Symbol 688 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_parent.gotoAndPlay(2);
}
}
Instance of Symbol 692 MovieClip in Symbol 693 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.marble2.las == 0)) {
_root.arrowas4._x = 800;
_root.marble2.gotoAndPlay(2);
}
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.marble2.gotoAndStop(1);
}
}
Instance of Symbol 692 MovieClip in Symbol 694 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.marble3.las == 0)) {
_root.arrowas4._x = 800;
_root.marble3.gotoAndPlay(2);
}
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.marble3.gotoAndStop(1);
}
}
Instance of Symbol 692 MovieClip in Symbol 697 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.marble.las == 0)) {
_root.arrowas4._x = 800;
_root.marble.gotoAndPlay(2);
}
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.marble.gotoAndStop(1);
}
}
Symbol 701 MovieClip Frame 40
stop();
Symbol 702 MovieClip Frame 1
stop();
Instance of Symbol 117 MovieClip "fire" in Symbol 702 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.arrowas._x = 800;
_root.arrowas2._x = 800;
_root.arrowas3._x = 800;
_parent.gotoAndPlay(2);
}
}
Instance of Symbol 117 MovieClip "doh" in Symbol 702 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true)) {
_parent.gotoAndPlay(2);
}
}
Symbol 706 MovieClip Frame 1
stop();
las = 0;
Symbol 706 MovieClip Frame 2
las = 1;
Symbol 706 MovieClip Frame 8
stop();
Symbol 707 Button
on (press) {
gotoAndStop (2);
_root.windb._y = 173;
_root.windone._alpha = 100;
_root.arrowas._x = 800;
_root.arrowas2._x = 800;
_root.arrowas3._x = 800;
}
Symbol 708 Button
on (press) {
gotoAndStop (1);
_root.windb._y = 600;
_root.windone._alpha = 0;
}
Symbol 709 MovieClip Frame 1
stop();
Symbol 709 MovieClip Frame 2
stop();
Symbol 710 Button
on (press) {
gotoAndStop (2);
_root.windc._y = 333;
_root.windtwo._alpha = 100;
_root.arrowas._x = 800;
_root.arrowas2._x = 800;
_root.arrowas3._x = 800;
}
Symbol 711 Button
on (press) {
gotoAndStop (1);
_root.windc._y = 600;
_root.windtwo._alpha = 0;
}
Symbol 712 MovieClip Frame 1
stop();
Symbol 712 MovieClip Frame 2
stop();
Instance of Symbol 692 MovieClip in Symbol 727 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.marble4.las == 0)) {
_root.arrowas4._x = 800;
_root.marble4.gotoAndPlay(2);
}
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.marble4.gotoAndStop(1);
}
}
Symbol 730 MovieClip Frame 40
stop();
Symbol 731 Button
on (press) {
gotoAndStop (2);
_root.windd._y = 333;
_root.windthree._alpha = 100;
_root.arrowas._x = 800;
_root.arrowas2._x = 800;
_root.arrowas3._x = 800;
}
Symbol 732 Button
on (press) {
gotoAndStop (1);
_root.windd._y = 600;
_root.windthree._alpha = 0;
}
Symbol 733 MovieClip Frame 1
stop();
Symbol 733 MovieClip Frame 2
stop();
Symbol 735 Button
on (press) {
_root.lift2._y = _root.lift2._y + 4;
_root.arrowas._x = 800;
_root.arrowas2._x = 800;
_root.arrowas3._x = 800;
}
Symbol 745 Button
on (press) {
gotoAndStop (2);
_root.wind._y = 50;
_root.windone._alpha = 100;
_root.arrowas._x = 800;
_root.arrowas2._x = 800;
_root.arrowas3._x = 800;
}
Symbol 746 Button
on (press) {
gotoAndStop (1);
_root.wind._y = 600;
_root.windone._alpha = 0;
}
Symbol 747 MovieClip Frame 1
stop();
Symbol 747 MovieClip Frame 2
stop();
Symbol 750 MovieClip Frame 1
stop();
Instance of Symbol 692 MovieClip in Symbol 751 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.marble4.las == 0)) {
_root.arrowas4._x = 800;
_root.marble4.gotoAndPlay(2);
}
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.marble4.gotoAndStop(1);
}
}
Instance of Symbol 692 MovieClip in Symbol 752 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.marble5.las == 0)) {
_root.arrowas4._x = 800;
_root.marble5.gotoAndPlay(2);
}
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.marble5.gotoAndStop(1);
}
}
Instance of Symbol 692 MovieClip in Symbol 761 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_root.marble6.las == 0)) {
_root.arrowas4._x = 800;
_root.marble6.gotoAndPlay(2);
}
if (!this.hitTest(_root._xmouse, _root._ymouse, true)) {
_root.marble6.gotoAndStop(1);
}
}
Symbol 763 MovieClip Frame 40
stop();
Symbol 764 MovieClip Frame 1
stop();
Symbol 765 Button
on (release, keyPress "<Enter>") {
_root.watersas2.gotoAndPlay(2);
_root.watersas2.play();
}
Symbol 766 MovieClip Frame 1
stop();
good = 0;
Symbol 766 MovieClip Frame 2
good = 1;
Symbol 766 MovieClip Frame 6
stop();
Symbol 771 Button
on (release) {
gotoAndPlay (84);
}
Symbol 772 MovieClip Frame 1
stop();
Symbol 772 MovieClip Frame 83
stop();
Symbol 772 MovieClip Frame 113
stopAllSounds();
_root.gotoAndStop(4);