Instance of Symbol 25 MovieClip "Flie8" in Frame 1
onClipEvent (load) {
speeder = 0.3;
}
onClipEvent (enterFrame) {
if (speeder > 0.3) {
speeder = speeder - 0.1;
}
nox = random(40);
if (nox == 1) {
speeder = 3;
}
waya = random(20);
if (waya == 0) {
wayb = 0;
}
if (waya == 1) {
wayb = 1;
}
if (waya == 2) {
wayb = 2;
}
acc_x = Math.cos((Math.PI * this._rotation) / 180) * speeder;
acc_y = Math.sin((Math.PI * this._rotation) / 180) * speeder;
vel_x = vel_x + acc_x;
vel_y = vel_y + acc_y;
this._x = this._x + acc_x;
this._y = this._y + acc_y;
if (wayb == 1) {
this._rotation = this._rotation + 3;
}
if (wayb == 2) {
this._rotation = this._rotation - 3;
}
if (_root.livet.hitTest(_x, _y, true)) {
_rotation = (_rotation + 180);
this._x = this._x - acc_x;
this._y = this._y - acc_y;
if (_root.livet.hitTest(_x, _y, true)) {
_rotation = (_rotation + 90);
this._x = this._x - acc_x;
this._y = this._y - acc_y;
}
speeder = 3.2;
}
}
Instance of Symbol 25 MovieClip "Flie8" in Frame 1
onClipEvent (load) {
speeder = 0.3;
}
onClipEvent (enterFrame) {
if (speeder > 0.3) {
speeder = speeder - 0.1;
}
nox = random(40);
if (nox == 1) {
speeder = 3;
}
waya = random(20);
if (waya == 0) {
wayb = 0;
}
if (waya == 1) {
wayb = 1;
}
if (waya == 2) {
wayb = 2;
}
acc_x = Math.cos((Math.PI * this._rotation) / 180) * speeder;
acc_y = Math.sin((Math.PI * this._rotation) / 180) * speeder;
vel_x = vel_x + acc_x;
vel_y = vel_y + acc_y;
this._x = this._x + acc_x;
this._y = this._y + acc_y;
if (wayb == 1) {
this._rotation = this._rotation + 3;
}
if (wayb == 2) {
this._rotation = this._rotation - 3;
}
if (_root.livet.hitTest(_x, _y, true)) {
_rotation = (_rotation + 180);
this._x = this._x - acc_x;
this._y = this._y - acc_y;
if (_root.livet.hitTest(_x, _y, true)) {
_rotation = (_rotation + 90);
this._x = this._x - acc_x;
this._y = this._y - acc_y;
}
speeder = 3.2;
}
}
Instance of Symbol 25 MovieClip "Flie8" in Frame 1
onClipEvent (load) {
speeder = 0.3;
}
onClipEvent (enterFrame) {
if (speeder > 0.3) {
speeder = speeder - 0.1;
}
nox = random(40);
if (nox == 1) {
speeder = 3;
}
waya = random(20);
if (waya == 0) {
wayb = 0;
}
if (waya == 1) {
wayb = 1;
}
if (waya == 2) {
wayb = 2;
}
acc_x = Math.cos((Math.PI * this._rotation) / 180) * speeder;
acc_y = Math.sin((Math.PI * this._rotation) / 180) * speeder;
vel_x = vel_x + acc_x;
vel_y = vel_y + acc_y;
this._x = this._x + acc_x;
this._y = this._y + acc_y;
if (wayb == 1) {
this._rotation = this._rotation + 3;
}
if (wayb == 2) {
this._rotation = this._rotation - 3;
}
if (_root.livet.hitTest(_x, _y, true)) {
_rotation = (_rotation + 180);
this._x = this._x - acc_x;
this._y = this._y - acc_y;
if (_root.livet.hitTest(_x, _y, true)) {
_rotation = (_rotation + 90);
this._x = this._x - acc_x;
this._y = this._y - acc_y;
}
speeder = 3.2;
}
}
Instance of Symbol 25 MovieClip "Flie8" in Frame 1
onClipEvent (load) {
speeder = 0.3;
}
onClipEvent (enterFrame) {
if (speeder > 0.3) {
speeder = speeder - 0.1;
}
nox = random(40);
if (nox == 1) {
speeder = 3;
}
waya = random(20);
if (waya == 0) {
wayb = 0;
}
if (waya == 1) {
wayb = 1;
}
if (waya == 2) {
wayb = 2;
}
acc_x = Math.cos((Math.PI * this._rotation) / 180) * speeder;
acc_y = Math.sin((Math.PI * this._rotation) / 180) * speeder;
vel_x = vel_x + acc_x;
vel_y = vel_y + acc_y;
this._x = this._x + acc_x;
this._y = this._y + acc_y;
if (wayb == 1) {
this._rotation = this._rotation + 3;
}
if (wayb == 2) {
this._rotation = this._rotation - 3;
}
if (_root.livet.hitTest(_x, _y, true)) {
_rotation = (_rotation + 180);
this._x = this._x - acc_x;
this._y = this._y - acc_y;
if (_root.livet.hitTest(_x, _y, true)) {
_rotation = (_rotation + 90);
this._x = this._x - acc_x;
this._y = this._y - acc_y;
}
speeder = 3.2;
}
}
Instance of Symbol 25 MovieClip "Flie8" in Frame 1
onClipEvent (load) {
speeder = 0.3;
}
onClipEvent (enterFrame) {
if (speeder > 0.3) {
speeder = speeder - 0.1;
}
nox = random(40);
if (nox == 1) {
speeder = 3;
}
waya = random(20);
if (waya == 0) {
wayb = 0;
}
if (waya == 1) {
wayb = 1;
}
if (waya == 2) {
wayb = 2;
}
acc_x = Math.cos((Math.PI * this._rotation) / 180) * speeder;
acc_y = Math.sin((Math.PI * this._rotation) / 180) * speeder;
vel_x = vel_x + acc_x;
vel_y = vel_y + acc_y;
this._x = this._x + acc_x;
this._y = this._y + acc_y;
if (wayb == 1) {
this._rotation = this._rotation + 3;
}
if (wayb == 2) {
this._rotation = this._rotation - 3;
}
if (_root.livet.hitTest(_x, _y, true)) {
_rotation = (_rotation + 180);
this._x = this._x - acc_x;
this._y = this._y - acc_y;
if (_root.livet.hitTest(_x, _y, true)) {
_rotation = (_rotation + 90);
this._x = this._x - acc_x;
this._y = this._y - acc_y;
}
speeder = 3.2;
}
}
Instance of Symbol 25 MovieClip "Flie8" in Frame 1
onClipEvent (load) {
speeder = 0.3;
}
onClipEvent (enterFrame) {
if (speeder > 0.3) {
speeder = speeder - 0.1;
}
nox = random(40);
if (nox == 1) {
speeder = 3;
}
waya = random(20);
if (waya == 0) {
wayb = 0;
}
if (waya == 1) {
wayb = 1;
}
if (waya == 2) {
wayb = 2;
}
acc_x = Math.cos((Math.PI * this._rotation) / 180) * speeder;
acc_y = Math.sin((Math.PI * this._rotation) / 180) * speeder;
vel_x = vel_x + acc_x;
vel_y = vel_y + acc_y;
this._x = this._x + acc_x;
this._y = this._y + acc_y;
if (wayb == 1) {
this._rotation = this._rotation + 3;
}
if (wayb == 2) {
this._rotation = this._rotation - 3;
}
if (_root.livet.hitTest(_x, _y, true)) {
_rotation = (_rotation + 180);
this._x = this._x - acc_x;
this._y = this._y - acc_y;
if (_root.livet.hitTest(_x, _y, true)) {
_rotation = (_rotation + 90);
this._x = this._x - acc_x;
this._y = this._y - acc_y;
}
speeder = 3.2;
}
}
Frame 2
speed = 0;
graw = 0;
jump = 1;
Sy = 0;
Sx = 0;
ply = 0;
stop();
Instance of Symbol 37 MovieClip "lyden" in Frame 2
onClipEvent (enterFrame) {
if ((_root.dobo == 1) and (_root.players._x > 50)) {
_root.levels._x = _root.levels._x - 4;
_root.players._x = _root.players._x - 4;
_root.arrows._x = _root.arrows._x - 4;
this._parent.bger.suny._x = this._parent.bger.suny._x - 3.2;
this._parent.bger.mony._x = this._parent.bger.mony._x - 3.2;
}
if ((_root.dobo == 2) and (_root.players._x < 600)) {
_root.levels._x = _root.levels._x + 4;
_root.players._x = _root.players._x + 4;
_root.arrows._x = _root.arrows._x + 4;
this._parent.bger.suny._x = this._parent.bger.suny._x + 3.2;
this._parent.bger.mony._x = this._parent.bger.mony._x + 3.2;
}
if ((_root.dobo == 3) and (_root.players._y > 250)) {
_root.levels._y = _root.levels._y - 4;
_root.players._y = _root.players._y - 4;
_root.arrows._y = _root.arrows._y - 4;
this._parent.bger.suny._y = this._parent.bger.suny._y - 3.2;
this._parent.bger.mony._y = this._parent.bger.mony._y - 3.2;
}
if ((_root.dobo == 4) and (_root.players._y < 450)) {
_root.levels._y = _root.levels._y + 4;
_root.players._y = _root.players._y + 4;
_root.arrows._y = _root.arrows._y + 4;
this._parent.bger.suny._y = this._parent.bger.suny._y + 3.2;
this._parent.bger.mony._y = this._parent.bger.mony._y + 3.2;
}
}
Frame 3
stop();
Instance of Symbol 92 MovieClip "players" in Frame 3
onClipEvent (load) {
_root.Sx = this._parent.levels._x;
_root.Sy = this._parent.levels._y;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.speed <= 8) {
_root.speed = _root.speed + 1;
}
}
if (Key.isDown(37)) {
if (_root.speed >= -8) {
_root.speed = _root.speed - 1;
}
}
if (Key.isDown(38)) {
if (_root.jump == 0) {
_root.jump = 1;
_root.graw = 8;
_root.ply = 1;
}
}
if (_root.speed < 0) {
_root.speed = _root.speed + 0.2;
}
if (_root.speed > 0) {
_root.speed = _root.speed - 0.2;
}
}
Frame 4
stop();
Frame 5
speed = 0;
graw = 0;
jump = 1;
Sy = 0;
Sx = 0;
coin = 0;
coinm = 5;
opens = 0;
Frame 6
stop();
Instance of Symbol 92 MovieClip "players" in Frame 6
onClipEvent (load) {
_root.Sx = this._parent.levels._x;
_root.Sy = this._parent.levels._y;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.speed <= 8) {
_root.speed = _root.speed + 1;
}
}
if (Key.isDown(37)) {
if (_root.speed >= -8) {
_root.speed = _root.speed - 1;
}
}
if (Key.isDown(38)) {
if (_root.jump == 0) {
_root.jump = 1;
_root.graw = 8;
_root.ply = 1;
}
}
if (_root.speed < 0) {
_root.speed = _root.speed + 0.2;
}
if (_root.speed > 0) {
_root.speed = _root.speed - 0.2;
}
}
Frame 7
stop();
Frame 8
speed = 0;
graw = 0;
jump = 1;
Sy = 0;
Sx = 0;
coin = 0;
coinm = 8;
opens = 0;
savers = 0;
co1x = _root.coo1._x;
co1y = _root.coo1._y;
co2x = _root.coo2._x;
co2y = _root.coo2._y;
co3x = _root.coo3._x;
co3y = _root.coo3._y;
co4x = _root.coo4._x;
co4y = _root.coo4._y;
co5x = _root.coo5._x;
co5y = _root.coo5._y;
co6x = _root.coo6._x;
co6y = _root.coo6._y;
co7x = _root.coo7._x;
co7y = _root.coo7._y;
co8x = _root.coo8._x;
co8y = _root.coo8._y;
poinsave = _root.coin;
psx = _root.levels._x;
psy = _root - levels._y;
Frame 9
stop();
Instance of Symbol 92 MovieClip "players" in Frame 9
onClipEvent (load) {
_root.Sx = this._parent.levels._x;
_root.Sy = this._parent.levels._y;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.speed <= 8) {
_root.speed = _root.speed + 1;
}
}
if (Key.isDown(37)) {
if (_root.speed >= -8) {
_root.speed = _root.speed - 1;
}
}
if (Key.isDown(38)) {
if (_root.jump == 0) {
_root.jump = 1;
_root.graw = 8;
_root.ply = 1;
}
}
if (_root.speed < 0) {
_root.speed = _root.speed + 0.2;
}
if (_root.speed > 0) {
_root.speed = _root.speed - 0.2;
}
}
Frame 10
stop();
Frame 11
speed = 0;
graw = 0;
jump = 1;
Sy = 0;
Sx = 0;
coin = 0;
coinm = 12;
opens = 0;
life = 5;
Frame 12
stop();
Instance of Symbol 92 MovieClip "players" in Frame 12
onClipEvent (load) {
_root.Sx = this._parent.levels._x;
_root.Sy = this._parent.levels._y;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.speed <= 8) {
_root.speed = _root.speed + 1;
}
}
if (Key.isDown(37)) {
if (_root.speed >= -8) {
_root.speed = _root.speed - 1;
}
}
if (Key.isDown(38)) {
if (_root.jump == 0) {
_root.jump = 1;
_root.graw = 8;
_root.ply = 1;
}
}
if (_root.speed < 0) {
_root.speed = _root.speed + 0.2;
}
if (_root.speed > 0) {
_root.speed = _root.speed - 0.2;
}
}
Instance of Symbol 236 MovieClip in Frame 12
onClipEvent (enterFrame) {
gotoAndPlay(_root.life +1);
}
Frame 13
stop();
Frame 14
speed = 0;
graw = 0;
jump = 1;
Sy = 0;
Sx = 0;
coin = 0;
coinm = 18;
opens = 0;
life = 5;
Frame 15
stop();
Instance of Symbol 92 MovieClip "players" in Frame 15
onClipEvent (load) {
_root.Sx = this._parent.levels._x;
_root.Sy = this._parent.levels._y;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.speed <= 8) {
_root.speed = _root.speed + 1;
}
}
if (Key.isDown(37)) {
if (_root.speed >= -8) {
_root.speed = _root.speed - 1;
}
}
if (Key.isDown(38)) {
if (_root.jump == 0) {
_root.jump = 1;
_root.graw = 8;
_root.ply = 1;
}
}
if (_root.speed < 0) {
_root.speed = _root.speed + 0.2;
}
if (_root.speed > 0) {
_root.speed = _root.speed - 0.2;
}
}
Instance of Symbol 236 MovieClip in Frame 15
onClipEvent (enterFrame) {
gotoAndPlay(_root.life +1);
}
Frame 16
stop();
Frame 17
speed = 0;
graw = 0;
jump = 1;
Sy = 0;
Sx = 0;
coin = 0;
coinm = 15;
opens = 0;
life = 5;
port = 0;
savers = 0;
co1x = _root.coo1._x;
co1y = _root.coo1._y;
co2x = _root.coo2._x;
co2y = _root.coo2._y;
co3x = _root.coo3._x;
co3y = _root.coo3._y;
co4x = _root.coo4._x;
co4y = _root.coo4._y;
co5x = _root.coo5._x;
co5y = _root.coo5._y;
co6x = _root.coo6._x;
co6y = _root.coo6._y;
co7x = _root.coo7._x;
co7y = _root.coo7._y;
co8x = _root.coo8._x;
co8y = _root.coo8._y;
co9x = _root.coo9._x;
co9y = _root.coo9._y;
co10x = _root.coo10._x;
co10y = _root.coo10._y;
co11x = _root.coo11._x;
co11y = _root.coo11._y;
co12x = _root.coo12._x;
co12y = _root.coo12._y;
co13x = _root.coo13._x;
co13y = _root.coo13._y;
co14x = _root.coo14._x;
co14y = _root.coo14._y;
co15x = _root.coo15._x;
co15y = _root.coo15._y;
poinsave = _root.coin;
psx = _root.levels._x;
psy = _root - levels._y;
Frame 18
stop();
Instance of Symbol 92 MovieClip "players" in Frame 18
onClipEvent (load) {
_root.Sx = this._parent.levels._x;
_root.Sy = this._parent.levels._y;
}
onClipEvent (enterFrame) {
if (Key.isDown(39)) {
if (_root.speed <= 8) {
_root.speed = _root.speed + 1;
}
}
if (Key.isDown(37)) {
if (_root.speed >= -8) {
_root.speed = _root.speed - 1;
}
}
if (Key.isDown(38)) {
if (_root.jump == 0) {
_root.jump = 1;
_root.graw = 8;
_root.ply = 1;
}
}
if (_root.speed < 0) {
_root.speed = _root.speed + 0.2;
}
if (_root.speed > 0) {
_root.speed = _root.speed - 0.2;
}
}
Instance of Symbol 236 MovieClip in Frame 18
onClipEvent (enterFrame) {
gotoAndPlay(_root.life +1);
}
Frame 19
stop();
Symbol 14 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 22 Button
on (release) {
_root.play();
}
Symbol 23 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 23 MovieClip Frame 2
gotoAndPlay (1);
Symbol 32 Button
on (release) {
_root.lyden.gotoAndPlay(3);
}
Symbol 34 Button
on (release) {
_global.Behaviors.Sound.Musiken.stop("Musiken");
stopAllSounds();
}
Symbol 37 MovieClip Frame 1
gotoAndPlay (3);
Symbol 37 MovieClip Frame 2
stop();
Symbol 37 MovieClip Frame 3987
gotoAndPlay (3);
Symbol 42 Button
on (release) {
gotoAndPlay (3);
}
Symbol 44 Button
on (press) {
gotoAndPlay (2);
}
Symbol 45 Button
on (press) {
gotoAndPlay (1);
}
Symbol 47 Button
on (press) {
_root.gotoAndPlay(2);
}
Symbol 49 Button
on (press) {
_root.gotoAndPlay(7);
}
Symbol 51 Button
on (press) {
_root.gotoAndPlay(4);
}
Symbol 53 Button
on (press) {
_root.gotoAndPlay(10);
}
Symbol 55 Button
on (press) {
_root.gotoAndPlay(13);
}
Symbol 57 Button
on (press) {
_root.gotoAndPlay(16);
}
Symbol 58 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 2
stop();
Symbol 60 Button
on (press) {
_root.dobo = 2;
}
on (release) {
_root.dobo = 0;
}
Symbol 61 Button
on (press) {
_root.dobo = 1;
}
on (release) {
_root.dobo = 0;
}
Symbol 62 Button
on (press) {
_root.dobo = 3;
}
on (release) {
_root.dobo = 0;
}
Symbol 63 Button
on (press) {
_root.dobo = 4;
}
on (release) {
_root.dobo = 0;
}
Instance of Symbol 76 MovieClip in Symbol 79 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - (_root.speed / 8));
_y = (_y - 0.4);
if (_y <= -1250) {
_y = 1250;
}
}
Instance of Symbol 78 MovieClip in Symbol 79 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (_x - (_root.speed / 8));
_y = (_y - 0.4);
if (_y <= -1250) {
_y = 1250;
}
}
Symbol 90 MovieClip Frame 1
stop();
Symbol 91 MovieClip Frame 1
stop();
Instance of Symbol 90 MovieClip "weel" in Symbol 92 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + (_root.speed * 3));
}
Symbol 104 MovieClip Frame 1
gotoAndPlay(random(125) + 1);
Symbol 104 MovieClip Frame 127
gotoAndPlay (2);
Instance of Symbol 104 MovieClip in Symbol 105 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 4);
}
Instance of Symbol 104 MovieClip in Symbol 105 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 3);
}
Instance of Symbol 104 MovieClip in Symbol 105 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 2);
}
Instance of Symbol 104 MovieClip in Symbol 105 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 2);
}
Instance of Symbol 105 MovieClip in Symbol 106 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 0.5);
}
Symbol 113 Button
on (release) {
gotoAndPlay (2);
}
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 2
stop();
Symbol 116 Button
on (release) {
gotoAndPlay (2);
}
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 2
stop();
Symbol 121 Button
on (release) {
gotoAndPlay (2);
}
Symbol 124 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 2
stop();
Symbol 126 Button
on (release) {
gotoAndPlay (2);
}
Symbol 129 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 2
stop();
Instance of Symbol 95 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.graw > -7) {
_root.graw = _root.graw - 0.5;
}
i = 0;
while (i > (_root.speed * 10)) {
this._parent._x = this._parent._x + 0.1;
if (this.hitTest(_root.players._x - 10.5, _root.players._y, true)) {
this._parent._x = this._parent._x - 0.1;
_root.speed = _root.speed - (_root.speed * 2);
}
i--;
}
i = 0;
while (i < (_root.speed * 10)) {
this._parent._x = this._parent._x - 0.1;
if (this.hitTest(_root.players._x + 10.5, _root.players._y, true)) {
this._parent._x = this._parent._x + 0.1;
_root.speed = _root.speed - (_root.speed * 2);
}
i++;
}
_root.jump = 1;
i = 0;
while (i > (_root.graw * 10)) {
this._parent._y = this._parent._y - 0.1;
if (this.hitTest(_root.players._x, _root.players._y + 10.5, true)) {
_root.graw = 0;
_root.jump = 0;
this._parent._y = this._parent._y + 0.1;
}
i--;
}
i = 0;
while (i < (_root.graw * 10)) {
this._parent._y = this._parent._y + 0.1;
if (this.hitTest(_root.players._x, _root.players._y - 10.5, true)) {
_root.graw = 0;
_root.jump = 0;
this._parent._y = this._parent._y - 0.1;
this._parent._parent.players.weel._rotation = this._parent._parent.players.weel._rotation - (_root.speed * 6);
}
i++;
}
if (_root.ply == 1) {
if (_root.jump == 1) {
this._parent._parent.players.sou.gotoAndPlay(2);
_root.ply = 0;
}
}
}
Instance of Symbol 107 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.gotoAndPlay(3);
}
}
Instance of Symbol 134 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y - 20, true)) {
this._parent._x = _root.Sx;
this._parent._y = _root.Sy;
_root.graw = 0;
_root.speed = 0;
this._parent._parent.helper.boxtext.gotoAndPlay(4);
this._parent._parent.players.weel.gotoAndPlay(2);
}
}
Symbol 139 Button
on (release) {
gotoAndPlay (2);
}
Symbol 140 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 2
stop();
Symbol 142 Button
on (release) {
gotoAndPlay (5);
}
Symbol 150 MovieClip Frame 25
gotoAndPlay (51);
Symbol 150 MovieClip Frame 51
kuie = random(20);
if (kuie == 1) {
gotoAndPlay (1);
}
if (kuie == 2) {
gotoAndPlay (26);
}
Symbol 150 MovieClip Frame 71
kuie = random(20);
if (kuie == 1) {
gotoAndPlay (1);
}
if (kuie == 2) {
gotoAndPlay (26);
}
Symbol 150 MovieClip Frame 90
kuie = random(20);
if (kuie == 1) {
gotoAndPlay (1);
}
if (kuie == 2) {
gotoAndPlay (26);
}
Symbol 150 MovieClip Frame 108
kuie = random(20);
if (kuie == 1) {
gotoAndPlay (1);
}
if (kuie == 2) {
gotoAndPlay (26);
}
Symbol 150 MovieClip Frame 124
kuie = random(20);
if (kuie == 1) {
gotoAndPlay (1);
}
if (kuie == 2) {
gotoAndPlay (26);
}
Symbol 150 MovieClip Frame 142
kuie = random(2) + 1;
if (kuie == 1) {
gotoAndPlay (1);
}
if (kuie == 2) {
gotoAndPlay (26);
}
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 26
stop();
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.coin == _root.coinm) {
if (_root.opens == 0) {
_root.opens = 1;
gotoAndPlay (2);
}
}
}
Symbol 163 Button
on (release) {
gotoAndPlay (2);
}
Symbol 166 MovieClip Frame 1
stop();
Symbol 166 MovieClip Frame 2
stop();
Instance of Symbol 153 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) {
this.coincom = _root.coinm;
this.coinnow = _root.coin;
if (_root.graw > -7) {
_root.graw = _root.graw - 0.5;
}
i = 0;
while (i > (_root.speed * 10)) {
this._parent._x = this._parent._x + 0.1;
if (this.hitTest(_root.players._x - 10.5, _root.players._y, true)) {
this._parent._x = this._parent._x - 0.1;
_root.speed = _root.speed - (_root.speed * 2);
}
i--;
}
i = 0;
while (i < (_root.speed * 10)) {
this._parent._x = this._parent._x - 0.1;
if (this.hitTest(_root.players._x + 10.5, _root.players._y, true)) {
this._parent._x = this._parent._x + 0.1;
_root.speed = _root.speed - (_root.speed * 2);
}
i++;
}
_root.jump = 1;
i = 0;
while (i > (_root.graw * 10)) {
this._parent._y = this._parent._y - 0.1;
if (this.hitTest(_root.players._x, _root.players._y + 10.5, true)) {
_root.graw = 0;
_root.jump = 0;
this._parent._y = this._parent._y + 0.1;
}
i--;
}
i = 0;
while (i < (_root.graw * 10)) {
this._parent._y = this._parent._y + 0.1;
if (this.hitTest(_root.players._x, _root.players._y - 10.5, true)) {
_root.graw = 0;
_root.jump = 0;
this._parent._y = this._parent._y - 0.1;
this._parent._parent.players.weel._rotation = this._parent._parent.players.weel._rotation - (_root.speed * 6);
}
i++;
}
if (_root.ply == 1) {
if (_root.jump == 1) {
this._parent._parent.players.sou.gotoAndPlay(2);
_root.ply = 0;
}
}
}
Instance of Symbol 106 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.gotoAndPlay(6);
}
}
Instance of Symbol 161 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 134 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y - 20, true)) {
this._parent._x = _root.Sx;
this._parent._y = _root.Sy;
_root.graw = 0;
_root.speed = 0;
this._parent._parent.helper.boxtext.gotoAndPlay(4);
this._parent._parent.players.weel.gotoAndPlay(2);
_root.gotoAndPlay(5);
}
}
Symbol 172 Button
on (release) {
gotoAndPlay (2);
}
Symbol 175 MovieClip Frame 1
stop();
Symbol 175 MovieClip Frame 2
stop();
Symbol 177 Button
on (release) {
gotoAndPlay (8);
}
Instance of Symbol 152 MovieClip "gaters" in Symbol 180 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.coin == _root.coinm) {
if (_root.opens == 0) {
_root.opens = 1;
gotoAndPlay (2);
}
}
}
Symbol 189 Button
on (press) {
_root.savers = 1;
_root.co1x = _root.levels.coo1._x;
_root.co1y = _root.levels.coo1._y;
_root.co2x = _root.levels.coo2._x;
_root.co2y = _root.levels.coo2._y;
_root.co3x = _root.levels.coo3._x;
_root.co3y = _root.levels.coo3._y;
_root.co4x = _root.levels.coo4._x;
_root.co4y = _root.levels.coo4._y;
_root.co5x = _root.levels.coo5._x;
_root.co5y = _root.levels.coo5._y;
_root.co6x = _root.levels.coo6._x;
_root.co6y = _root.levels.coo6._y;
_root.co7x = _root.levels.coo7._x;
_root.co7y = _root.levels.coo7._y;
_root.co8x = _root.levels.coo8._x;
_root.co8y = _root.levels.coo8._y;
_root.poinsave = _root.coin;
_root.psx = _root.levels._x;
_root.psy = _root.levels._y;
}
Symbol 190 MovieClip Frame 1
stop();
Symbol 197 Button
on (release) {
gotoAndPlay (2);
}
Symbol 200 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 2
stop();
Instance of Symbol 180 MovieClip "worlds" in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.graw > -7) {
_root.graw = _root.graw - 0.5;
}
i = 0;
while (i > (_root.speed * 10)) {
this._parent._x = this._parent._x + 0.1;
if (this.hitTest(_root.players._x - 10.5, _root.players._y, true)) {
this._parent._x = this._parent._x - 0.1;
_root.speed = _root.speed - (_root.speed * 2);
}
i--;
}
i = 0;
while (i < (_root.speed * 10)) {
this._parent._x = this._parent._x - 0.1;
if (this.hitTest(_root.players._x + 10.5, _root.players._y, true)) {
this._parent._x = this._parent._x + 0.1;
_root.speed = _root.speed - (_root.speed * 2);
}
i++;
}
_root.jump = 1;
i = 0;
while (i > (_root.graw * 10)) {
this._parent._y = this._parent._y - 0.1;
if (this.hitTest(_root.players._x, _root.players._y + 10.5, true)) {
_root.graw = 0;
_root.jump = 0;
this._parent._y = this._parent._y + 0.1;
}
i--;
}
i = 0;
while (i < (_root.graw * 10)) {
this._parent._y = this._parent._y + 0.1;
if (this.hitTest(_root.players._x, _root.players._y - 10.5, true)) {
_root.graw = 0;
_root.jump = 0;
this._parent._y = this._parent._y - 0.1;
this._parent._parent.players.weel._rotation = this._parent._parent.players.weel._rotation - (_root.speed * 6);
}
i++;
}
if (_root.ply == 1) {
if (_root.jump == 1) {
this._parent._parent.players.sou.gotoAndPlay(2);
_root.ply = 0;
}
}
}
Instance of Symbol 181 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.gotoAndPlay(9);
}
}
Instance of Symbol 161 MovieClip "coo8" in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo7" in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo5" in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo6" in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo2" in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo1" in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo4" in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 190 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 161 MovieClip "coo3" in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 134 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y - 20, true)) {
if (_root.savers == 0) {
this._parent._x = _root.Sx;
this._parent._y = _root.Sy;
_root.graw = 0;
_root.speed = 0;
this._parent._parent.helper.boxtext.gotoAndPlay(4);
this._parent._parent.players.weel.gotoAndPlay(2);
_root.gotoAndPlay(8);
}
if (_root.savers == 1) {
_root.levels.coo1._x = _root.co1x;
_root.levels.coo1._y = _root.co1y;
_root.levels.coo2._x = _root.co2x;
_root.levels.coo2._y = _root.co2y;
_root.levels.coo3._x = _root.co3x;
_root.levels.coo3._y = _root.co3y;
_root.levels.coo4._x = _root.co4x;
_root.levels.coo4._y = _root.co4y;
_root.levels.coo5._x = _root.co5x;
_root.levels.coo5._y = _root.co5y;
_root.levels.coo6._x = _root.co6x;
_root.levels.coo6._y = _root.co6y;
_root.levels.coo7._x = _root.co7x;
_root.levels.coo7._y = _root.co7y;
_root.levels.coo8._x = _root.co8x;
_root.levels.coo8._y = _root.co8y;
_root.coin = _root.poinsave;
_root.levels._x = _root.psx;
_root.levels._y = _root.psy;
_root.graw = 0;
_root.speed = 0;
_root.opens = 0;
_root.levels.worlds.gaters.gotoAndStop(1);
}
}
}
Instance of Symbol 195 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.speed = _root.speed + 2;
}
}
Instance of Symbol 195 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.speed = _root.speed + 2;
}
}
Instance of Symbol 195 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.speed = _root.speed + 2;
}
}
Instance of Symbol 195 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.speed = _root.speed - 2;
}
}
Instance of Symbol 195 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.speed = _root.speed - 2;
}
}
Instance of Symbol 195 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.speed = _root.speed - 2;
_root.jump = 1;
_root.graw = _root.graw + 0.5;
}
}
Instance of Symbol 195 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.speed = _root.speed - 2;
}
}
Instance of Symbol 195 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.speed = _root.speed - 2;
}
}
Instance of Symbol 195 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.speed = _root.speed - 2;
}
}
Instance of Symbol 195 MovieClip in Symbol 201 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.speed = _root.speed - 2;
}
}
Symbol 205 Button
on (release) {
gotoAndPlay (11);
}
Symbol 224 MovieClip Frame 1
gotoAndPlay(random(40) + 2);
Symbol 224 MovieClip Frame 50
gotoAndPlay (2);
Instance of Symbol 152 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.coin == _root.coinm) {
if (_root.opens == 0) {
_root.opens = 1;
gotoAndPlay (2);
}
}
}
Instance of Symbol 224 MovieClip "redd" in Symbol 225 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
yest.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 225 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 225 MovieClip "yes" in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.graw > -7) {
_root.graw = _root.graw - 0.5;
}
i = 0;
while (i > (_root.speed * 10)) {
this._parent._x = this._parent._x + 0.1;
if (this.hitTest(_root.players._x - 10.5, _root.players._y, true)) {
this._parent._x = this._parent._x - 0.1;
_root.speed = _root.speed - (_root.speed * 2);
}
i--;
}
i = 0;
while (i < (_root.speed * 10)) {
this._parent._x = this._parent._x - 0.1;
if (this.hitTest(_root.players._x + 10.5, _root.players._y, true)) {
this._parent._x = this._parent._x + 0.1;
_root.speed = _root.speed - (_root.speed * 2);
}
i++;
}
_root.jump = 1;
i = 0;
while (i > (_root.graw * 10)) {
this._parent._y = this._parent._y - 0.1;
if (this.hitTest(_root.players._x, _root.players._y + 10.5, true)) {
_root.graw = 0;
_root.jump = 0;
this._parent._y = this._parent._y + 0.1;
}
i--;
}
i = 0;
while (i < (_root.graw * 10)) {
this._parent._y = this._parent._y + 0.1;
if (this.hitTest(_root.players._x, _root.players._y - 10.5, true)) {
_root.graw = 0;
_root.jump = 0;
this._parent._y = this._parent._y - 0.1;
this._parent._parent.players.weel._rotation = this._parent._parent.players.weel._rotation - (_root.speed * 6);
}
i++;
}
if (_root.ply == 1) {
if (_root.jump == 1) {
this._parent._parent.players.sou.gotoAndPlay(2);
_root.ply = 0;
}
}
}
Instance of Symbol 106 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.gotoAndPlay(12);
}
}
Instance of Symbol 161 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coinmax = _root.coinm;
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 195 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw + 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw + 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw + 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw + 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw + 1.2;
}
}
Instance of Symbol 195 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw + 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw + 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.speed = _root.speed + 2;
}
}
Instance of Symbol 195 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.speed = _root.speed - 2;
}
}
Instance of Symbol 195 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw + 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw + 1;
}
}
Instance of Symbol 161 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 134 MovieClip in Symbol 226 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.life <= 0) {
this._parent._x = _root.Sx;
this._parent._y = _root.Sy;
_root.graw = 0;
_root.life = 5;
_root.speed = 0;
this._parent._parent.helper.boxtext.gotoAndPlay(4);
this._parent._parent.players.weel.gotoAndPlay(2);
_root.gotoAndPlay(11);
}
if (this.hitTest(_root.players._x, _root.players._y - 20, true)) {
this._parent._x = _root.Sx;
this._parent._y = _root.Sy;
_root.graw = 0;
_root.life = 5;
_root.speed = 0;
this._parent._parent.helper.boxtext.gotoAndPlay(4);
this._parent._parent.players.weel.gotoAndPlay(2);
_root.gotoAndPlay(11);
}
}
Symbol 238 Button
on (release) {
gotoAndPlay (14);
}
Symbol 241 MovieClip Frame 1
gotoAndPlay(random(90));
Symbol 241 MovieClip Frame 97
gotoAndPlay (2);
Instance of Symbol 152 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.coin == _root.coinm) {
if (_root.opens == 0) {
_root.opens = 1;
gotoAndPlay (2);
}
}
}
Instance of Symbol 224 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 243 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Symbol 246 MovieClip Frame 1
stop();
Instance of Symbol 106 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.gotoAndPlay(15);
}
}
Instance of Symbol 241 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw + 1.6;
}
}
Instance of Symbol 243 MovieClip "yes" in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.graw > -7) {
_root.graw = _root.graw - 0.5;
}
i = 0;
while (i > (_root.speed * 10)) {
this._parent._x = this._parent._x + 0.1;
if (this.hitTest(_root.players._x - 10.5, _root.players._y, true)) {
this._parent._x = this._parent._x - 0.1;
_root.speed = _root.speed - (_root.speed * 2);
}
i--;
}
i = 0;
while (i < (_root.speed * 10)) {
this._parent._x = this._parent._x - 0.1;
if (this.hitTest(_root.players._x + 10.5, _root.players._y, true)) {
this._parent._x = this._parent._x + 0.1;
_root.speed = _root.speed - (_root.speed * 2);
}
i++;
}
_root.jump = 1;
i = 0;
while (i > (_root.graw * 10)) {
this._parent._y = this._parent._y - 0.1;
if (this.hitTest(_root.players._x, _root.players._y + 10.5, true)) {
_root.graw = 0;
_root.jump = 0;
this._parent._y = this._parent._y + 0.1;
}
i--;
}
i = 0;
while (i < (_root.graw * 10)) {
this._parent._y = this._parent._y + 0.1;
if (this.hitTest(_root.players._x, _root.players._y - 10.5, true)) {
_root.graw = 0;
_root.jump = 0;
this._parent._y = this._parent._y - 0.1;
this._parent._parent.players.weel._rotation = this._parent._parent.players.weel._rotation - (_root.speed * 6);
}
i++;
}
if (_root.ply == 1) {
if (_root.jump == 1) {
this._parent._parent.players.sou.gotoAndPlay(2);
_root.ply = 0;
}
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 195 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw - 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw - 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw - 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw - 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw - 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw - 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw - 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw - 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw - 1;
}
}
Instance of Symbol 195 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw - 1;
}
}
Instance of Symbol 245 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (load) {
rotor = 0;
}
onClipEvent (enterFrame) {
if (rotor == 0) {
this._rotation = this._rotation + 1;
if (this._rotation >= 0) {
rotor = 1;
}
}
if (rotor == 1) {
this._rotation = this._rotation - 1;
if (this._rotation <= -180) {
rotor = 0;
}
}
comdir = (this._rotation + 90) / 45;
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw + 1.6;
_root.speed = _root.speed + comdir;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 134 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.life <= 0) {
this._parent._x = _root.Sx;
this._parent._y = _root.Sy;
_root.graw = 0;
_root.life = 5;
_root.speed = 0;
this._parent._parent.helper.boxtext.gotoAndPlay(4);
this._parent._parent.players.weel.gotoAndPlay(2);
_root.gotoAndPlay(14);
}
if (this.hitTest(_root.players._x, _root.players._y - 20, true)) {
this._parent._x = _root.Sx;
this._parent._y = _root.Sy;
_root.graw = 0;
_root.life = 5;
_root.speed = 0;
this._parent._parent.helper.boxtext.gotoAndPlay(4);
this._parent._parent.players.weel.gotoAndPlay(2);
_root.gotoAndPlay(14);
}
}
Symbol 250 Button
on (release) {
gotoAndPlay (17);
}
Instance of Symbol 254 MovieClip in Symbol 257 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 254 MovieClip in Symbol 257 MovieClip Frame 50
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 152 MovieClip "gaters4" in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.coin == _root.coinm) {
if (_root.opens == 3) {
_root.opens = 4;
gotoAndPlay (2);
}
}
}
Instance of Symbol 224 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 152 MovieClip "gaters1" in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.coin == _root.coinm) {
if (_root.opens == 1) {
_root.opens = 2;
gotoAndPlay (2);
}
}
}
Instance of Symbol 152 MovieClip "gaters2" in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.coin == _root.coinm) {
if (_root.opens == 2) {
_root.opens = 3;
gotoAndPlay (2);
}
}
}
Instance of Symbol 152 MovieClip "gaters3" in Symbol 258 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.coin == _root.coinm) {
if (_root.opens == 0) {
_root.opens = 1;
gotoAndPlay (2);
}
}
}
Instance of Symbol 224 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Instance of Symbol 224 MovieClip in Symbol 258 MovieClip Frame 1
onClipEvent (load) {
hit = 0;
}
onClipEvent (enterFrame) {
if (hit > 0) {
hit = hit - 1;
}
if (this.hitTest(_root.players)) {
if (hit == 0) {
_root.life = _root.life - 1;
_root.players.weel.gotoAndPlay(2);
hit = 48;
}
}
}
Symbol 264 Button
on (press) {
_root.savers = 1;
_root.co1x = _root.levels.coo1._x;
_root.co1y = _root.levels.coo1._y;
_root.co2x = _root.levels.coo2._x;
_root.co2y = _root.levels.coo2._y;
_root.co3x = _root.levels.coo3._x;
_root.co3y = _root.levels.coo3._y;
_root.co4x = _root.levels.coo4._x;
_root.co4y = _root.levels.coo4._y;
_root.co5x = _root.levels.coo5._x;
_root.co5y = _root.levels.coo5._y;
_root.co6x = _root.levels.coo6._x;
_root.co6y = _root.levels.coo6._y;
_root.co7x = _root.levels.coo7._x;
_root.co7y = _root.levels.coo7._y;
_root.co8x = _root.levels.coo8._x;
_root.co8y = _root.levels.coo8._y;
_root.co9x = _root.levels.coo9._x;
_root.co9y = _root.levels.coo9._y;
_root.co10x = _root.levels.coo10._x;
_root.co10y = _root.levels.coo10._y;
_root.co11x = _root.levels.coo11._x;
_root.co11y = _root.levels.coo11._y;
_root.co12x = _root.levels.coo12._x;
_root.co12y = _root.levels.coo12._y;
_root.co13x = _root.levels.coo13._x;
_root.co13y = _root.levels.coo13._y;
_root.co14x = _root.levels.coo14._x;
_root.co14y = _root.levels.coo14._y;
_root.co15x = _root.levels.coo15._x;
_root.co15y = _root.levels.coo15._y;
_root.poinsave = _root.coin;
_root.psx = _root.levels._x;
_root.psy = _root.levels._y;
}
Symbol 265 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 1
stop();
Instance of Symbol 106 MovieClip in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.gotoAndPlay(18);
}
}
Instance of Symbol 258 MovieClip "yes" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.graw > -7) {
_root.graw = _root.graw - 0.5;
}
i = 0;
while (i > (_root.speed * 10)) {
this._parent._x = this._parent._x + 0.1;
if (this.hitTest(_root.players._x - 10.5, _root.players._y, true)) {
this._parent._x = this._parent._x - 0.1;
_root.speed = _root.speed - (_root.speed * 2);
}
i--;
}
i = 0;
while (i < (_root.speed * 10)) {
this._parent._x = this._parent._x - 0.1;
if (this.hitTest(_root.players._x + 10.5, _root.players._y, true)) {
this._parent._x = this._parent._x + 0.1;
_root.speed = _root.speed - (_root.speed * 2);
}
i++;
}
_root.jump = 1;
i = 0;
while (i > (_root.graw * 10)) {
this._parent._y = this._parent._y - 0.1;
if (this.hitTest(_root.players._x, _root.players._y + 10.5, true)) {
_root.graw = 0;
_root.jump = 0;
this._parent._y = this._parent._y + 0.1;
}
i--;
}
i = 0;
while (i < (_root.graw * 10)) {
this._parent._y = this._parent._y + 0.1;
if (this.hitTest(_root.players._x, _root.players._y - 10.5, true)) {
_root.graw = 0;
_root.jump = 0;
this._parent._y = this._parent._y - 0.1;
this._parent._parent.players.weel._rotation = this._parent._parent.players.weel._rotation - (_root.speed * 6);
}
i++;
}
if (_root.ply == 1) {
if (_root.jump == 1) {
this._parent._parent.players.sou.gotoAndPlay(2);
_root.ply = 0;
}
}
}
Instance of Symbol 241 MovieClip in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw - 1.6;
}
}
Instance of Symbol 241 MovieClip in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = _root.graw - 1.6;
}
}
Instance of Symbol 262 MovieClip in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = 19;
}
}
Instance of Symbol 134 MovieClip in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.life <= 0) {
if (_root.savers == 0) {
this._parent._x = _root.Sx;
this._parent._y = _root.Sy;
_root.graw = 0;
_root.life = 5;
_root.speed = 0;
this._parent._parent.helper.boxtext.gotoAndPlay(4);
this._parent._parent.players.weel.gotoAndPlay(2);
_root.gotoAndPlay(17);
}
if (_root.savers == 1) {
_root.life = 5;
_root.levels.coo1._x = _root.co1x;
_root.levels.coo1._y = _root.co1y;
_root.levels.coo2._x = _root.co2x;
_root.levels.coo2._y = _root.co2y;
_root.levels.coo3._x = _root.co3x;
_root.levels.coo3._y = _root.co3y;
_root.levels.coo4._x = _root.co4x;
_root.levels.coo4._y = _root.co4y;
_root.levels.coo5._x = _root.co5x;
_root.levels.coo5._y = _root.co5y;
_root.levels.coo6._x = _root.co6x;
_root.levels.coo6._y = _root.co6y;
_root.levels.coo7._x = _root.co7x;
_root.levels.coo7._y = _root.co7y;
_root.levels.coo8._x = _root.co8x;
_root.levels.coo8._y = _root.co8y;
_root.levels.coo9._x = _root.co9x;
_root.levels.coo9._y = _root.co9y;
_root.levels.coo10._x = _root.co10x;
_root.levels.coo10._y = _root.co10y;
_root.levels.coo11._x = _root.co11x;
_root.levels.coo11._y = _root.co11y;
_root.levels.coo12._x = _root.co12x;
_root.levels.coo12._y = _root.co12y;
_root.levels.coo13._x = _root.co13x;
_root.levels.coo13._y = _root.co13y;
_root.levels.coo14._x = _root.co14x;
_root.levels.coo14._y = _root.co14y;
_root.levels.coo15._x = _root.co15x;
_root.levels.coo15._y = _root.co15y;
_root.coin = _root.poinsave;
_root.levels._x = _root.psx;
_root.levels._y = _root.psy;
_root.graw = 0;
_root.speed = 0;
_root.opens = 0;
_root.levels.yes.gaters1.gotoAndStop(1);
_root.levels.yes.gaters2.gotoAndStop(1);
_root.levels.yes.gaters3.gotoAndStop(1);
_root.levels.yes.gaters4.gotoAndStop(1);
}
}
if (this.hitTest(_root.players._x, _root.players._y - 20, true)) {
if (_root.savers == 0) {
this._parent._x = _root.Sx;
this._parent._y = _root.Sy;
_root.graw = 0;
_root.life = 5;
_root.speed = 0;
this._parent._parent.helper.boxtext.gotoAndPlay(4);
this._parent._parent.players.weel.gotoAndPlay(2);
_root.gotoAndPlay(17);
}
if (_root.savers == 1) {
_root.life = 5;
_root.levels.coo1._x = _root.co1x;
_root.levels.coo1._y = _root.co1y;
_root.levels.coo2._x = _root.co2x;
_root.levels.coo2._y = _root.co2y;
_root.levels.coo3._x = _root.co3x;
_root.levels.coo3._y = _root.co3y;
_root.levels.coo4._x = _root.co4x;
_root.levels.coo4._y = _root.co4y;
_root.levels.coo5._x = _root.co5x;
_root.levels.coo5._y = _root.co5y;
_root.levels.coo6._x = _root.co6x;
_root.levels.coo6._y = _root.co6y;
_root.levels.coo7._x = _root.co7x;
_root.levels.coo7._y = _root.co7y;
_root.levels.coo8._x = _root.co8x;
_root.levels.coo8._y = _root.co8y;
_root.levels.coo9._x = _root.co9x;
_root.levels.coo9._y = _root.co9y;
_root.levels.coo10._x = _root.co10x;
_root.levels.coo10._y = _root.co10y;
_root.levels.coo11._x = _root.co11x;
_root.levels.coo11._y = _root.co11y;
_root.levels.coo12._x = _root.co12x;
_root.levels.coo12._y = _root.co12y;
_root.levels.coo13._x = _root.co13x;
_root.levels.coo13._y = _root.co13y;
_root.levels.coo14._x = _root.co14x;
_root.levels.coo14._y = _root.co14y;
_root.levels.coo15._x = _root.co15x;
_root.levels.coo15._y = _root.co15y;
_root.coin = _root.poinsave;
_root.levels._x = _root.psx;
_root.levels._y = _root.psy;
_root.graw = 0;
_root.speed = 0;
_root.opens = 0;
_root.levels.yes.gaters1.gotoAndStop(1);
_root.levels.yes.gaters2.gotoAndStop(1);
_root.levels.yes.gaters3.gotoAndStop(1);
_root.levels.yes.gaters4.gotoAndStop(1);
}
}
}
Instance of Symbol 161 MovieClip "coo1" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 263 MovieClip "aout" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.port > 0) {
_root.port = _root.port - 1;
}
if (this.hitTest(_root.players._x, _root.players._y, true)) {
if (_root.port == 0) {
_root.port = 72;
this._parent._x = this._parent._x + (_x - _parent.bout._x);
this._parent._y = this._parent._y + (_y - _parent.bout._y);
_root.graw = 0;
_root.speed = 0;
_root.porters.gotoAndPlay(2);
}
}
}
Instance of Symbol 263 MovieClip "bout" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
if (_root.port == 0) {
_root.port = 72;
this._parent._x = this._parent._x + (_x - _parent.aout._x);
this._parent._y = this._parent._y + (_y - _parent.aout._y);
_root.graw = 0;
_root.speed = 0;
_root.porters.gotoAndPlay(2);
}
}
}
Instance of Symbol 262 MovieClip in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
_root.jump = 1;
_root.graw = 19;
}
}
Instance of Symbol 161 MovieClip "coo11" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo10" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo12" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo9" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo7" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo8" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo6" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo5" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo4" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo3" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo2" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo13" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 161 MovieClip "coo14" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 263 MovieClip "cout" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
if (_root.port == 0) {
_root.port = 72;
this._parent._x = this._parent._x + (_x - _parent.dout._x);
this._parent._y = this._parent._y + (_y - _parent.dout._y);
_root.graw = 0;
_root.speed = 0;
_root.porters.gotoAndPlay(2);
}
}
}
Instance of Symbol 263 MovieClip "eout" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
if (_root.port == 0) {
_root.port = 72;
this._parent._x = this._parent._x + (_x - _parent.fout._x);
this._parent._y = this._parent._y + (_y - _parent.fout._y);
_root.graw = 0;
_root.speed = 0;
_root.porters.gotoAndPlay(2);
}
}
}
Instance of Symbol 263 MovieClip "gout" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
if (_root.port == 0) {
_root.port = 72;
this._parent._x = this._parent._x + (_x - _parent.hout._x);
this._parent._y = this._parent._y + (_y - _parent.hout._y);
_root.graw = 0;
_root.speed = 0;
_root.porters.gotoAndPlay(2);
}
}
}
Instance of Symbol 263 MovieClip "dout" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
if (_root.port == 0) {
_root.port = 72;
this._parent._x = this._parent._x + (_x - _parent.cout._x);
this._parent._y = this._parent._y + (_y - _parent.cout._y);
_root.graw = 0;
_root.speed = 0;
_root.porters.gotoAndPlay(2);
}
}
}
Instance of Symbol 263 MovieClip "fout" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
if (_root.port == 0) {
_root.port = 72;
this._parent._x = this._parent._x + (_x - _parent.eout._x);
this._parent._y = this._parent._y + (_y - _parent.eout._y);
_root.graw = 0;
_root.speed = 0;
_root.porters.gotoAndPlay(2);
}
}
}
Instance of Symbol 263 MovieClip "hout" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players._x, _root.players._y, true)) {
if (_root.port == 0) {
_root.port = 72;
this._parent._x = this._parent._x + (_x - _parent.gout._x);
this._parent._y = this._parent._y + (_y - _parent.gout._y);
_root.graw = 0;
_root.speed = 0;
_root.porters.gotoAndPlay(2);
}
}
}
Instance of Symbol 161 MovieClip "coo15" in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
_root.coin = _root.coin + 1;
_y = -50000;
}
}
Instance of Symbol 265 MovieClip in Symbol 266 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.players)) {
this.gotoAndPlay(2);
}
}
Symbol 271 MovieClip Frame 1
stop();
Symbol 272 Button
on (release) {
gotoAndPlay (2);
}