Frame 1
stop();
Instance of Symbol 15 MovieClip in Frame 1
on (release) {
getURL ("http://www.adamtwycross.co.uk", "_blank");
}
Instance of Symbol 19 MovieClip in Frame 1
on (press) {
_root.gotoAndPlay(2);
}
Instance of Symbol 21 MovieClip in Frame 1
on (press) {
_root.gotoAndPlay(3);
}
Frame 2
stop();
Instance of Symbol 28 MovieClip "theTimer" in Frame 3
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();
Instance of Symbol 32 MovieClip in Frame 4
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(350) + 50;
cloudSpeed = random(4) + 1;
}
reset();
}
onClipEvent (enterFrame) {
this._x = this._x - cloudSpeed;
if (this._x < -50) {
reset();
}
}
Instance of Symbol 32 MovieClip in Frame 4
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(350) + 50;
cloudSpeed = random(4) + 1;
}
reset();
}
onClipEvent (enterFrame) {
this._x = this._x - cloudSpeed;
if (this._x < -50) {
reset();
}
}
Instance of Symbol 32 MovieClip in Frame 4
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(350) + 50;
cloudSpeed = random(4) + 1;
}
reset();
}
onClipEvent (enterFrame) {
this._x = this._x - cloudSpeed;
if (this._x < -50) {
reset();
}
}
Instance of Symbol 32 MovieClip in Frame 4
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(350) + 50;
cloudSpeed = random(4) + 1;
}
reset();
}
onClipEvent (enterFrame) {
this._x = this._x - cloudSpeed;
if (this._x < -50) {
reset();
}
}
Instance of Symbol 32 MovieClip in Frame 4
onClipEvent (load) {
function reset() {
this._x = 700;
this._y = random(350) + 50;
cloudSpeed = random(4) + 1;
}
reset();
}
onClipEvent (enterFrame) {
this._x = this._x - cloudSpeed;
if (this._x < -50) {
reset();
}
}
Instance of Symbol 44 MovieClip "conker2" in Frame 4
onClipEvent (load) {
function reset() {
this._x = 490;
this._y = 250;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - conkerspeed;
conkerspeedy = conkerspeedy + conkergrav;
this._x = this._x + (conkerspeedx / 5);
this._y = this._y + (conkerspeedy / 7);
if (this._y > 250) {
reset();
}
}
Instance of Symbol 44 MovieClip "conker1" in Frame 4
onClipEvent (load) {
function reset() {
this._x = 280;
this._y = 210;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - conkerspeed;
conkerspeedy = conkerspeedy + conkergrav;
this._x = this._x + (conkerspeedx / 5);
this._y = this._y + (conkerspeedy / 5);
if (this._y > 210) {
reset();
}
}
Instance of Symbol 15 MovieClip in Frame 4
on (release) {
getURL ("http://www.adamtwycross.co.uk", "_blank");
}
Instance of Symbol 81 MovieClip "joe" in Frame 4
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 = speedy + gravity;
this._y = this._y + down;
}
if (_root.joe.box.hitTest(_root.conker1) && (facing != 7)) {
facing = 7;
_root.joe.gotoAndPlay(55);
_root.life = _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 = _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 = _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 = this._x + movespeed;
this._y = this._y - joeSpeed;
speedy = speedy + down;
this._x = this._x + (speedx / 5);
this._y = 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 = this._x - movespeed;
this._y = this._y - joeSpeed;
speedy = speedy + down;
this._x = this._x + (speedx / 5);
this._y = 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 = this._y - jumpy;
speedy = speedy + down;
this._x = this._x + joespeed;
this._y = 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 = this._y - jumpy;
speedy = speedy + down;
this._x = this._x - joespeed;
this._y = 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);
}
}
}
Instance of Symbol 89 MovieClip "platform" in Frame 4
/* no clip actions */
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin18 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._visible = false;
coin18 = 2;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin17 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._visible = false;
coin17 = 2;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin16 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._visible = false;
coin16 = 2;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin3 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin3 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin2 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin2 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin1 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin1 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin4 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin4 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin5 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin5 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin6 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin6 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin7 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin7 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin11 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin11 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin8 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin8 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin9 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin9 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin10 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin10 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin12 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin12 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin15 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin15 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin13 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin13 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin14 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin14 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin18 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin18 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin17 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin17 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin16 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin16 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin21 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin21 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin20 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin20 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin19 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin19 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin22 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin22 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin23 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin23 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 97 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (coin24 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
coin24 = 2;
_root.score = _root.score + 20;
}
}
Instance of Symbol 108 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (flowers1 == 2) {
this._visible = false;
}
if (this.hitTest(_root.joe) && (this._alpha == 100)) {
this._alpha = 0;
flowers1 = 2;
_root.bonus = _root.bonus + 1;
_root.score = _root.score + 175;
}
}
Frame 5
stop();
Instance of Symbol 89 MovieClip "platform2" in Frame 5
/* no clip actions */
Frame 6
stop();
Instance of Symbol 44 MovieClip "conker2" in Frame 6
onClipEvent (load) {
function reset() {
this._x = 430;
this._y = 180;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - conkerspeed;
conkerspeedy = conkerspeedy + conkergrav;
this._x = this._x + (conkerspeedx / 5);
this._y = this._y + (conkerspeedy / 5);
if (this._y > 180) {
reset();
}
}
Instance of Symbol 44 MovieClip "conker1" in Frame 6
onClipEvent (load) {
function reset() {
this._x = 200;
this._y = 180;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - conkerspeed;
conkerspeedy = conkerspeedy + conkergrav;
this._x = this._x + (conkerspeedx / 5);
this._y = this._y + (conkerspeedy / 5);
if (this._y > 180) {
reset();
}
}
Instance of Symbol 44 MovieClip "conker3" in Frame 6
onClipEvent (load) {
function reset() {
this._x = 390;
this._y = 200;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._x = this._x - conkerspeed;
conkerspeedx = conkerspeedx + conkergrav;
this._x = this._x + (conkerspeedx / 6);
this._y = this._y + (conkerspeedy / 5);
if (this._x > 390) {
reset();
}
}
Frame 7
stop();
Instance of Symbol 44 MovieClip "conker2" in Frame 7
onClipEvent (load) {
function reset() {
this._x = 350;
this._y = 25;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._x = this._x - conkerspeed;
conkerspeedx = conkerspeedx + conkergrav;
this._x = this._x + (conkerspeedx / 5);
this._y = this._y + (conkerspeedy / 5);
if (this._x > 350) {
reset();
}
}
Instance of Symbol 44 MovieClip "conker1" in Frame 7
onClipEvent (load) {
function reset() {
this._x = 90;
this._y = 290;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - conkerspeed;
conkerspeedy = conkerspeedy + conkergrav;
this._x = this._x + (conkerspeedx / 5);
this._y = this._y + (conkerspeedy / 7);
if (this._y > 290) {
reset();
}
}
Instance of Symbol 44 MovieClip "conker3" in Frame 7
onClipEvent (load) {
function reset() {
this._x = 425;
this._y = 200;
conkerspeed = 10;
conkergrav = 1;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._x = this._x - conkerspeed;
conkerspeedx = conkerspeedx + conkergrav;
this._x = this._x + (conkerspeedx / 5);
this._y = this._y + (conkerspeedy / 5);
if (this._x > 425) {
reset();
}
}
Instance of Symbol 89 MovieClip "platform3" in Frame 7
/* no clip actions */
Instance of Symbol 89 MovieClip "platform4" in Frame 7
/* no clip actions */
Frame 8
stop();
Instance of Symbol 44 MovieClip "conker1" in Frame 8
onClipEvent (load) {
function reset() {
this._x = 30;
this._y = 290;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - conkerspeed;
conkerspeedy = conkerspeedy + conkergrav;
this._x = this._x + (conkerspeedx / 5);
this._y = this._y + (conkerspeedy / 9);
if (this._y > 290) {
reset();
}
}
Instance of Symbol 44 MovieClip "conker3" in Frame 8
onClipEvent (load) {
function reset() {
this._x = 240;
this._y = 290;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - conkerspeed;
conkerspeedy = conkerspeedy + conkergrav;
this._x = this._x + (conkerspeedx / 5);
this._y = this._y + (conkerspeedy / 10);
if (this._y > 290) {
reset();
}
}
Frame 9
stop();
Instance of Symbol 44 MovieClip "conker1" in Frame 9
onClipEvent (load) {
function reset() {
this._x = 30;
this._y = 310;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - conkerspeed;
conkerspeedy = conkerspeedy + conkergrav;
this._x = this._x + (conkerspeedx / 5);
this._y = this._y + (conkerspeedy / 9);
if (this._y > 310) {
reset();
}
}
Instance of Symbol 44 MovieClip "conker2" in Frame 9
onClipEvent (load) {
function reset() {
this._x = 360;
this._y = 290;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._y = this._y - conkerspeed;
conkerspeedy = conkerspeedy + conkergrav;
this._x = this._x + (conkerspeedx / 5);
this._y = this._y + (conkerspeedy / 10);
if (this._y > 290) {
reset();
}
}
Frame 10
stop();
Instance of Symbol 44 MovieClip "conker3" in Frame 10
onClipEvent (load) {
function reset() {
this._x = 390;
this._y = 300;
conkerspeed = 10;
conkergrav = 2;
conkerspeedx = 0;
conkerspeedy = 0;
}
reset();
}
onClipEvent (enterFrame) {
this._x = this._x - conkerspeed;
conkerspeedx = conkerspeedx + conkergrav;
this._x = this._x + (conkerspeedx / 6);
this._y = this._y + (conkerspeedy / 5);
if (this._x > 390) {
reset();
}
}
Frame 11
stop();
stop();
Instance of Symbol 15 MovieClip in Frame 11
on (release) {
getURL ("http://www.adamtwycross.co.uk", "_blank");
}
Frame 12
stop();
Symbol 81 MovieClip Frame 1
if (facing == 2) {
_root.joe.gotoAndPlay(12);
}
Symbol 81 MovieClip Frame 9
gotoAndPlay (1);
Symbol 81 MovieClip Frame 12
if (facing == 1) {
gotoAndPlay (1);
}
if (facing == 7) {
gotoAndPlay (54);
}
Symbol 81 MovieClip Frame 17
gotoAndPlay (12);
Symbol 81 MovieClip Frame 24
if (facing == 3) {
gotoAndPlay (41);
}
Symbol 81 MovieClip Frame 29
gotoAndPlay (24);
Symbol 81 MovieClip Frame 35
stop();
Symbol 81 MovieClip Frame 40
stop();
Symbol 81 MovieClip Frame 49
gotoAndPlay (41);
Symbol 81 MovieClip Frame 55
play();
Symbol 81 MovieClip 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;
}
Symbol 95 MovieClip Frame 20
gotoAndPlay (1);
Symbol 123 Button
on (release) {
gotoAndPlay (3);
}