Combined Code
frame 1 {
stop();
}
movieClip 7 {
}
movieClip 9 {
}
movieClip 11 {
}
movieClip 15 {
}
instance of movieClip 15 {
onClipEvent (release) {
getURL('http://www.adamtwycross.co.uk', '_blank');
}
}
movieClip 19 {
}
instance of movieClip 19 {
onClipEvent (press) {
_root.gotoAndPlay(2);
}
}
movieClip 21 {
}
instance of movieClip 21 {
onClipEvent (press) {
_root.gotoAndPlay(3);
}
}
frame 2 {
stop();
}
movieClip 28 {
}
instance theTimer of movieClip 28 {
onClipEvent (load) {
seconds = 90;
time = seconds;
running = false;
restart = function () {
countdown = getTimer() + 1000 * seconds;
running = true;
time = seconds;
};
}
onClipEvent (enterFrame) {
if (running) {
if (time == 0) {
running = false;
_root.gotoAndPlay(11);
} else {
time = Math.round((countdown - getTimer()) / 1000);
}
}
}
}
frame 4 {
life = 3;
score = 0;
bonus = 0;
theTimer.restart();
}
movieClip 32 {
}
instance of movieClip 32 {
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(350) + 50;
cloudSpeed = random(4) + 1;
}
reset();
}
onClipEvent (enterFrame) {
this._x -= cloudSpeed;
if (this._x < -50) {
reset();
}
}
}
instance of movieClip 32 {
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(350) + 50;
cloudSpeed = random(4) + 1;
}
reset();
}
onClipEvent (enterFrame) {
this._x -= cloudSpeed;
if (this._x < -50) {
reset();
}
}
}
instance of movieClip 32 {
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(350) + 50;
cloudSpeed = random(4) + 1;
}
reset();
}
onClipEvent (enterFrame) {
this._x -= cloudSpeed;
if (this._x < -50) {
reset();
}
}
}
instance of movieClip 32 {
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(350) + 50;
cloudSpeed = random(4) + 1;
}
reset();
}
onClipEvent (enterFrame) {
this._x -= cloudSpeed;
if (this._x < -50) {
reset();
}
}
}
instance of movieClip 32 {
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(350) + 50;
cloudSpeed = random(4) + 1;
}
reset();
}
onClipEvent (enterFrame) {
this._x -= cloudSpeed;
if (this._x < -50) {
reset();
}
}
}
movieClip 34 {
}
movieClip 36 {
}
movieClip 38 {
}
movieClip 42 {
}
movieClip 44 {
}
instance conker2 of movieClip 44 {
onClipEvent (load) {
function reset() {
this._x = 490;
this._y = 250;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y -= conkerspeed;
conkerspeedy += conkergrav;
this._x += conkerspeedx / 5;
this._y += conkerspeedy / 7;
if (this._y > 250) {
reset();
}
}
}
instance conker1 of movieClip 44 {
onClipEvent (load) {
function reset() {
this._x = 280;
this._y = 210;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y -= conkerspeed;
conkerspeedy += conkergrav;
this._x += conkerspeedx / 5;
this._y += conkerspeedy / 5;
if (this._y > 210) {
reset();
}
}
}
instance of movieClip 15 {
onClipEvent (release) {
getURL('http://www.adamtwycross.co.uk', '_blank');
}
}
movieClip 46 {
}
movieClip 48 {
}
movieClip 50 {
}
movieClip 52 {
}
movieClip 54 {
}
movieClip 56 {
}
movieClip 58 {
}
movieClip 60 {
}
movieClip 62 {
}
movieClip 64 {
}
movieClip 66 {
}
movieClip 69 {
}
movieClip 70 {
}
movieClip 71 {
}
movieClip 73 {
}
movieClip 77 {
}
movieClip 80 {
}
movieClip 81 {
frame 1 {
if (facing == 2) {
_root.joe.gotoAndPlay(12);
}
}
frame 9 {
gotoAndPlay(1);
}
frame 12 {
if (facing == 1) {
gotoAndPlay(1);
}
if (facing == 7) {
gotoAndPlay(54);
}
}
frame 17 {
gotoAndPlay(12);
}
frame 24 {
if (facing == 3) {
gotoAndPlay(41);
}
}
frame 29 {
gotoAndPlay(24);
}
frame 35 {
stop();
}
frame 40 {
stop();
}
frame 49 {
gotoAndPlay(41);
}
frame 55 {
play();
}
frame 60 {
if (_root.life <= 0) {
_root.gotoAndPlay(12);
}
if (screen == 1) {
_root.gotoAndStop(5);
_root.joe.gotoAndPlay(1);
facing = 1;
_root.joe._x = 150;
_root.joe._y = 150;
}
if (screen == 2) {
_root.gotoAndStop(6);
_root.joe.gotoAndPlay(1);
facing = 1;
_root.joe._x = 150;
_root.joe._y = 70;
}
if (screen == 3) {
_root.gotoAndStop(7);
_root.joe.gotoAndPlay(1);
facing = 1;
_root.joe._x = 70;
_root.joe._y = 250;
}
if (screen == 4) {
_root.gotoAndStop(8);
_root.joe.gotoAndPlay(41);
facing = 6;
_root.joe._x = 200;
_root.joe._y = 150;
}
if (screen == 5) {
_root.gotoAndStop(9);
_root.joe.gotoAndPlay(1);
facing = 1;
_root.joe._x = 150;
_root.joe._y = 50;
}
if (screen == 6) {
_root.gotoAndStop(10);
_root.joe.gotoAndPlay(1);
facing = 1;
_root.joe._x = 150;
_root.joe._y = 150;
}
}
}
instance joe of movieClip 81 {
onClipEvent (load) {
function reset() {
down = 7;
gravity = 4;
jumpy = 15;
joeSpeed = 13;
movespeed = 13;
speedx = 0;
speedy = 0;
}
this._x = 210;
this._y = 50;
facing = 1;
screen = 1;
reset();
}
onClipEvent (enterFrame) {
joex = _root.joe._x;
joey = _root.joe._y;
if (screen == 1) {
if (this._x > 630) {
_root.gotoAndPlay(6);
this._x = 100;
screen = 2;
}
}
if (screen == 1) {
if (this._x < 70) {
this._x = 70;
}
}
if (screen == 2) {
if (this._x < 50) {
_root.gotoAndPlay(5);
this._x = 600;
screen = 1;
}
}
if (screen == 2) {
if (this._x > 630) {
_root.gotoAndPlay(7);
this._x = 55;
screen = 3;
}
}
if (screen == 3) {
if (this._x < 50) {
_root.gotoAndPlay(6);
this._x = 600;
screen = 2;
}
}
if (screen == 3) {
if (this._x > 600) {
this._x = 600;
}
}
if (screen == 3) {
if (this._y < -10) {
_root.gotoAndPlay(8);
this._y = 350;
screen = 4;
}
}
if (screen == 4) {
if (this._y > 410) {
_root.gotoAndPlay(7);
this._y = -10;
screen = 3;
}
}
if (screen == 4) {
if (this._x > 600) {
this._x = 600;
}
}
if (screen == 4) {
if (this._x < 50) {
_root.gotoAndPlay(9);
this._x = 600;
screen = 5;
}
}
if (screen == 5) {
if (this._x > 630) {
_root.gotoAndPlay(8);
this._x = 100;
screen = 4;
}
}
if (screen == 5) {
if (this._y > 410) {
_root.gotoAndPlay(6);
this._y = -10;
screen = 2;
}
}
if (screen == 5) {
if (this._x < 50) {
_root.gotoAndPlay(10);
this._x = 600;
screen = 6;
}
}
if (screen == 6) {
if (this._x > 630) {
_root.gotoAndPlay(9);
this._x = 100;
screen = 5;
}
}
if (screen == 6) {
if (this._y > 410) {
_root.gotoAndPlay(5);
this._y = -10;
screen = 1;
}
}
if (screen == 5) {
if (this._x < 50) {
this._x = 50;
}
}
if (Key.isDown(39) && facing == 1) {
facing = 2;
gotoAndPlay(12);
}
if (Key.isDown(39) && facing == 3) {
facing = 2;
gotoAndPlay(12);
}
if (!Key.isDown(39) && facing == 2) {
facing = 1;
gotoAndPlay(1);
}
if (Key.isDown(37) && facing == 1) {
facing = 4;
gotoAndPlay(24);
}
if (Key.isDown(37) && facing == 3) {
facing = 4;
gotoAndPlay(24);
}
if (!Key.isDown(37) && facing == 4) {
facing = 3;
gotoAndPlay(41);
}
if (Key.isDown(32)) {
if (facing == 1) {
gotoAndPlay(30);
facing = 5;
}
}
if (Key.isDown(32)) {
if (facing == 3) {
gotoAndPlay(36);
facing = 6;
}
}
if (Key.isDown(32)) {
if (facing == 2) {
gotoAndPlay(30);
facing = 5;
}
}
if (Key.isDown(32)) {
if (facing == 4) {
gotoAndPlay(36);
facing = 6;
}
}
if (!Key.isDown(32)) {
speedy += gravity;
this._y += down;
}
if (_root.joe.box.hitTest(_root.conker1) && facing != 7) {
facing = 7;
_root.joe.gotoAndPlay(55);
_root.life -= 1;
this._x = joex;
this._y = joey;
}
if (_root.joe.box.hitTest(_root.conker2) && facing != 7) {
facing = 7;
_root.joe.gotoAndPlay(55);
_root.life -= 1;
this._x = joex;
this._y = joey;
}
if (_root.joe.box.hitTest(_root.conker3) && facing != 7) {
facing = 7;
_root.joe.gotoAndPlay(55);
_root.life -= 1;
this._x = joex;
this._y = joey;
}
if (_root.joe.fronthit.hitTest(_root.platform.platbase)) {
if (facing == 5) {
this._x = _root.platform._x - 60;
} else {
if (facing == 2) {
this._x = _root.platform._x - 60;
}
}
}
if (_root.joe.backbox.hitTest(_root.platform.platbase)) {
if (facing == 1) {
this._x = _root.platform._x + 160;
} else {
if (facing == 3) {
this._x = _root.platform._x - 60;
}
}
}
if (_root.joe.fronthit.hitTest(_root.platform.platbase)) {
if (facing == 1) {
this._x = _root.platform._x + 160;
} else {
if (facing == 3) {
this._x = _root.platform._x - 60;
}
}
}
if (_root.joe.fronthit.hitTest(_root.platform.platbase)) {
if (facing == 4) {
this._x = _root.platform._x + 160;
} else {
if (facing == 6) {
this._x = _root.platform._x + 160;
}
}
}
if (_root.joe.fronthit.hitTest(_root.platform2.platbase)) {
if (facing == 5) {
this._x = _root.platform2._x - 60;
}
}
if (_root.joe.fronthit.hitTest(_root.platform2.platbase)) {
if (facing == 2) {
this._x = _root.platform2._x - 60;
}
}
if (_root.joe.fronthit.hitTest(_root.platform2.platbase)) {
if (facing == 1) {
this._x = _root.platform2._x + 160;
} else {
if (facing == 3) {
this._x = _root.platform2._x - 60;
}
}
}
if (_root.joe.fronthit.hitTest(_root.platform2.platbase)) {
if (facing == 4) {
this._x = _root.platform2._x + 160;
} else {
if (facing == 6) {
this._x = _root.platform2._x + 160;
}
}
}
if (_root.joe.fronthit.hitTest(_root.platform3.platbase)) {
if (facing == 5) {
this._x = _root.platform3._x - 60;
} else {
if (facing == 2) {
this._x = _root.platform3._x - 60;
}
}
}
if (_root.joe.backbox.hitTest(_root.platform3.platbase)) {
if (facing == 1) {
this._x = _root.platform3._x + 160;
} else {
if (facing == 3) {
this._x = _root.platform3._x - 60;
}
}
}
if (_root.joe.fronthit.hitTest(_root.platform3.platbase)) {
if (facing == 1) {
this._x = _root.platform3._x + 160;
} else {
if (facing == 3) {
this._x = _root.platform3._x - 60;
}
}
}
if (_root.joe.fronthit.hitTest(_root.platform3.platbase)) {
if (facing == 4) {
this._x = _root.platform3._x + 160;
} else {
if (facing == 6) {
this._x = _root.platform3._x + 160;
}
}
}
if (_root.joe.fronthit.hitTest(_root.platform4.platbase)) {
if (facing == 5) {
this._x = _root.platform4._x - 60;
}
}
if (_root.joe.fronthit.hitTest(_root.platform4.platbase)) {
if (facing == 2) {
this._x = _root.platform4._x - 60;
}
}
if (_root.joe.fronthit.hitTest(_root.platform4.platbase)) {
if (facing == 1) {
this._x = _root.platform4._x + 160;
} else {
if (facing == 3) {
this._x = _root.platform4._x - 60;
}
}
}
if (_root.joe.fronthit.hitTest(_root.platform4.platbase)) {
if (facing == 4) {
this._x = _root.platform4._x + 160;
} else {
if (facing == 6) {
this._x = _root.platform4._x + 160;
}
}
}
if (facing == 1) {
if (_root.joe.boot.hitTest(_root.platform.shoehit)) {
_root.joe._y = _root.platform._y - 51;
reset();
} else {
if (_root.joe.boot.hitTest(_root.platform2.shoehit)) {
_root.joe._y = _root.platform2._y - 51;
reset();
}
}
if (_root.joe.boot.hitTest(_root.platform3.shoehit)) {
_root.joe._y = _root.platform3._y - 51;
reset();
} else {
if (_root.joe.boot.hitTest(_root.platform4.shoehit)) {
_root.joe._y = _root.platform4._y - 51;
reset();
}
}
if (_root.joe.boot.hitTest(_root.ground)) {
_root.joe._y = _root.ground._y - 95;
reset();
}
}
if (facing == 3) {
if (_root.joe.boot.hitTest(_root.platform.shoehit)) {
_root.joe._y = _root.platform._y - 51;
reset();
} else {
if (_root.joe.soley.hitTest(_root.platform2.shoehit)) {
_root.joe._y = _root.platform2._y - 51;
reset();
}
}
if (_root.joe.boot.hitTest(_root.platform3.shoehit)) {
_root.joe._y = _root.platform3._y - 51;
reset();
} else {
if (_root.joe.soley.hitTest(_root.platform4.shoehit)) {
_root.joe._y = _root.platform4._y - 51;
reset();
}
}
if (_root.joe.boot.hitTest(_root.ground)) {
_root.joe._y = _root.ground._y - 95;
reset();
}
}
if (facing == 2) {
this._x += movespeed;
this._y -= joeSpeed;
speedy += down;
this._x += speedx / 5;
this._y += speedy / 5;
if (_root.joe.boot.hitTest(_root.platform.shoehit)) {
_root.joe._y = _root.platform._y - 51;
reset();
} else {
if (_root.joe.boot.hitTest(_root.platform2.shoehit)) {
_root.joe._y = _root.platform2._y - 51;
reset();
}
}
if (_root.joe.boot.hitTest(_root.platform3.shoehit)) {
_root.joe._y = _root.platform3._y - 51;
reset();
} else {
if (_root.joe.boot.hitTest(_root.platform4.shoehit)) {
_root.joe._y = _root.platform4._y - 51;
reset();
}
}
if (_root.joe.boot.hitTest(_root.ground)) {
_root.joe._y = _root.ground._y - 95;
reset();
}
}
if (facing == 4) {
this._x -= movespeed;
this._y -= joeSpeed;
speedy += down;
this._x += speedx / 5;
this._y += speedy / 5;
if (_root.joe.boot.hitTest(_root.platform.shoehit)) {
_root.joe._y = _root.platform._y - 51;
reset();
} else {
if (_root.joe.boot.hitTest(_root.platform2.shoehit)) {
_root.joe._y = _root.platform2._y - 51;
reset();
}
}
if (_root.joe.boot.hitTest(_root.platform3.shoehit)) {
_root.joe._y = _root.platform3._y - 51;
reset();
} else {
if (_root.joe.boot.hitTest(_root.platform4.shoehit)) {
_root.joe._y = _root.platform4._y - 51;
reset();
}
}
if (_root.joe.boot.hitTest(_root.ground)) {
_root.joe._y = _root.ground._y - 95;
reset();
}
}
if (facing == 5) {
this._y -= jumpy;
speedy += down;
this._x += joespeed;
this._y += speedy / 5;
if (_root.joe.boot.hitTest(_root.platform.shoehit)) {
_root.joe._y = _root.platform._y - 51;
facing = 1;
gotoAndPlay(1);
reset();
}
if (_root.joe.boot.hitTest(_root.platform2.shoehit)) {
_root.joe._y = _root.platform2._y - 51;
facing = 1;
gotoAndPlay(1);
reset();
}
if (_root.joe.boot.hitTest(_root.platform3.shoehit)) {
_root.joe._y = _root.platform3._y - 51;
facing = 1;
gotoAndPlay(1);
reset();
}
if (_root.joe.boot.hitTest(_root.platform4.shoehit)) {
_root.joe._y = _root.platform4._y - 51;
facing = 1;
gotoAndPlay(1);
reset();
}
if (_root.joe.boot.hitTest(_root.ground)) {
_root.joe._y = _root.ground._y - 95;
facing = 1;
gotoAndPlay(1);
reset();
}
}
if (facing == 6) {
this._y -= jumpy;
speedy += down;
this._x -= joespeed;
this._y += speedy / 5;
if (_root.joe.boot.hitTest(_root.platform.platbase)) {
_root.joe._y = _root.platform._y - 51;
facing = 3;
gotoAndPlay(41);
reset();
}
if (_root.joe.boot.hitTest(_root.platform2.platbase)) {
_root.joe._y = _root.platform2._y - 51;
facing = 3;
gotoAndPlay(41);
reset();
}
if (_root.joe.boot.hitTest(_root.platform3.platbase)) {
_root.joe._y = _root.platform3._y - 51;
facing = 3;
gotoAndPlay(41);
reset();
}
if (_root.joe.boot.hitTest(_root.platform4.platbase)) {
_root.joe._y = _root.platform4._y - 51;
facing = 3;
gotoAndPlay(41);
reset();
}
if (_root.joe.boot.hitTest(_root.ground)) {
_root.joe._y = _root.ground._y - 95;
facing = 3;
gotoAndPlay(41);
reset();
}
if (facing == 7) {
_root.joe.gotoAndPlay(55);
}
}
}
}
movieClip 83 {
}
movieClip 85 {
}
movieClip 88 {
}
movieClip 89 {
}
instance platform of movieClip 89 {
}
movieClip 92 {
}
movieClip 94 {
}
movieClip 95 {
frame 20 {
gotoAndPlay(1);
}
}
movieClip 96 {
}
movieClip 97 {
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin18 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._visible = false;
coin18 = 2;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin17 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._visible = false;
coin17 = 2;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin16 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._visible = false;
coin16 = 2;
}
}
}
movieClip 99 {
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin3 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin3 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin2 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin2 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin1 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin1 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin4 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin4 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin5 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin5 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin6 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin6 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin7 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin7 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin11 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin11 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin8 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin8 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin9 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin9 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin10 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin10 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin12 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin12 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin15 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin15 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin13 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin13 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin14 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin14 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin18 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin18 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin17 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin17 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin16 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin16 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin21 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin21 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin20 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin20 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin19 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin19 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin22 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin22 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin23 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin23 = 2;
_root.score += 20;
}
}
}
instance of movieClip 97 {
onClipEvent (enterFrame) {
if (coin24 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
coin24 = 2;
_root.score += 20;
}
}
}
movieClip 108 {
}
instance of movieClip 108 {
onClipEvent (enterFrame) {
if (flowers1 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && this._alpha == 100) {
this._alpha = 0;
flowers1 = 2;
_root.bonus += 1;
_root.score += 175;
}
}
}
movieClip 110 {
}
frame 5 {
stop();
}
instance platform2 of movieClip 89 {
}
frame 6 {
stop();
}
instance conker2 of movieClip 44 {
onClipEvent (load) {
function reset() {
this._x = 430;
this._y = 180;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y -= conkerspeed;
conkerspeedy += conkergrav;
this._x += conkerspeedx / 5;
this._y += conkerspeedy / 5;
if (this._y > 180) {
reset();
}
}
}
instance conker1 of movieClip 44 {
onClipEvent (load) {
function reset() {
this._x = 200;
this._y = 180;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y -= conkerspeed;
conkerspeedy += conkergrav;
this._x += conkerspeedx / 5;
this._y += conkerspeedy / 5;
if (this._y > 180) {
reset();
}
}
}
instance conker3 of movieClip 44 {
onClipEvent (load) {
function reset() {
this._x = 390;
this._y = 200;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._x -= conkerspeed;
conkerspeedx += conkergrav;
this._x += conkerspeedx / 6;
this._y += conkerspeedy / 5;
if (this._x > 390) {
reset();
}
}
}
frame 7 {
stop();
}
instance conker2 of movieClip 44 {
onClipEvent (load) {
function reset() {
this._x = 350;
this._y = 25;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._x -= conkerspeed;
conkerspeedx += conkergrav;
this._x += conkerspeedx / 5;
this._y += conkerspeedy / 5;
if (this._x > 350) {
reset();
}
}
}
instance conker1 of movieClip 44 {
onClipEvent (load) {
function reset() {
this._x = 90;
this._y = 290;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y -= conkerspeed;
conkerspeedy += conkergrav;
this._x += conkerspeedx / 5;
this._y += conkerspeedy / 7;
if (this._y > 290) {
reset();
}
}
}
instance conker3 of movieClip 44 {
onClipEvent (load) {
function reset() {
this._x = 425;
this._y = 200;
conkerspeed = 10;
conkergrav = 1;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._x -= conkerspeed;
conkerspeedx += conkergrav;
this._x += conkerspeedx / 5;
this._y += conkerspeedy / 5;
if (this._x > 425) {
reset();
}
}
}
instance platform3 of movieClip 89 {
}
instance platform4 of movieClip 89 {
}
frame 8 {
stop();
}
instance conker1 of movieClip 44 {
onClipEvent (load) {
function reset() {
this._x = 30;
this._y = 290;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y -= conkerspeed;
conkerspeedy += conkergrav;
this._x += conkerspeedx / 5;
this._y += conkerspeedy / 9;
if (this._y > 290) {
reset();
}
}
}
instance conker3 of movieClip 44 {
onClipEvent (load) {
function reset() {
this._x = 240;
this._y = 290;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y -= conkerspeed;
conkerspeedy += conkergrav;
this._x += conkerspeedx / 5;
this._y += conkerspeedy / 10;
if (this._y > 290) {
reset();
}
}
}
frame 9 {
stop();
}
instance conker1 of movieClip 44 {
onClipEvent (load) {
function reset() {
this._x = 30;
this._y = 310;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y -= conkerspeed;
conkerspeedy += conkergrav;
this._x += conkerspeedx / 5;
this._y += conkerspeedy / 9;
if (this._y > 310) {
reset();
}
}
}
instance conker2 of movieClip 44 {
onClipEvent (load) {
function reset() {
this._x = 360;
this._y = 290;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y -= conkerspeed;
conkerspeedy += conkergrav;
this._x += conkerspeedx / 5;
this._y += conkerspeedy / 10;
if (this._y > 290) {
reset();
}
}
}
frame 10 {
stop();
}
instance conker3 of movieClip 44 {
onClipEvent (load) {
function reset() {
this._x = 390;
this._y = 300;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._x -= conkerspeed;
conkerspeedx += conkergrav;
this._x += conkerspeedx / 6;
this._y += conkerspeedy / 5;
if (this._x > 390) {
reset();
}
}
}
frame 11 {
stop();
}
frame 11 {
stop();
}
button 123 {
on (release) {
gotoAndPlay(3);
}
}
instance of movieClip 15 {
onClipEvent (release) {
getURL('http://www.adamtwycross.co.uk', '_blank');
}
}
frame 12 {
stop();
}