Frame 1
fscommand ("showMenu", false);
Stage.showMenu = false;
Frame 2
var total = _root.getBytesTotal();
var loaded = _root.getBytesLoaded();
PercentLoaded = (loaded / total) * 100;
ifFrameLoaded (1) {
play();
}
if (loaded >= total) {
gotoAndPlay ("begin");
}
Frame 3
gotoAndPlay (1);
Frame 5
stop();
Instance of Symbol 15 MovieClip in Frame 5
on (press) {
_root.play();
}
Frame 18
stop();
Frame 201
function onMouseDown() {
_root.bone = 0;
if (_root.bone == 0) {
bullet_fired = attachMovie("bone", "bone", 1);
bullet_fired.onEnterFrame = function () {
if (_root.bone == 0) {
bonespeed = 10;
bonespin = random(70);
this._x = pointer._x;
_root.bonespot = this._x;
this._y = pointer._y;
_root.bone = 1;
}
_root.boneheight = this._y;
if (this.hitTest(_root.dinosaur.dinomunch)) {
removeMovieClip(this);
_root.bone = 0;
}
if (_root.dinosaur.dinodie.hitTest(_root.bonestop)) {
removeMovieClip(this);
_root.bone = 0;
}
if (_root.die == 1) {
removeMovieClip(this);
_root.bone = 0;
}
if (this.hitTest(_root.bonestop)) {
removeMovieClip(this);
_root.bone = 0;
}
if (this.bonehit.hitTest(_root.ground.platform1)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform2)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform3)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform4)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform5)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform6)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform7)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform8)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform9)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform10)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform10)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform11)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform12)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform13)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform14)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform15)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform16)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform17)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform18)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform19)) {
_root.bone = 2;
} else if (this.bonehit.hitTest(_root.ground.platform20)) {
_root.bone = 2;
} else {
this._y = this._y + bonespeed;
this._rotation = this._rotation + bonespin;
}
};
}
}
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.dinoname == undefined) {
_root.dinoname = "Rex";
} else {
_root.dinoname = savefile.data.dinoname;
}
jumpnumber = 1;
bone = 0;
dinoname = "Rex";
die = 0;
CP = 0;
Instance of Symbol 56 MovieClip in Frame 201
onClipEvent (enterFrame) {
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.dinoname = _root.dinoname;
if (Key.isDown(27)) {
_root.gotoAndPlay(201);
}
if (Key.isDown(81)) {
if (_root._quality == "HIGH") {
_root._quality = "LOW";
} else if (_root._quality == "LOW") {
_root._quality = "MEDIUM";
} else if (_root._quality == "MEDIUM") {
_root._quality = "HIGH";
}
}
if (_root.dinoname == "penis") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "Penis") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "PENIS") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "My P") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "My p") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "My di") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "My Di") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "My DI") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "My dI") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "bitch") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "Bitch") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "BITCH") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "whore") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "Whore") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "Fuck") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "fuck") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "FUCK") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "penor") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "Penor") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "My Balls") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "my balls") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "My balls") {
_root.dinoname = "Rex";
}
if (_root.dinoname == "MY BALLS") {
_root.dinoname = "Rex";
}
}
Frame 225
Mouse.show();
Frame 272
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level > 1) {
level = savefile.data.level;
} else {
level = 1;
}
Frame 291
stop();
Frame 292
stopAllSounds();
Frame 304
stop();
Frame 352
stop();
Frame 376
stop();
Frame 409
stop();
Frame 436
stop();
Frame 468
stop();
Frame 503
stop();
Frame 553
stop();
Frame 564
_root.text1 = " ";
_root.text2 = " ";
_root.text3 = " ";
_root.text4 = " ";
_root.text5 = " ";
_root.text6 = " ";
_root.text7 = " ";
_root.text8 = " ";
_root.text9 = " ";
_root.text10 = " ";
_root.text11 = " ";
_root.text12 = " ";
_root.text13 = " ";
_root.text14 = " ";
Instance of Symbol 343 MovieClip in Frame 564
onClipEvent (load) {
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + "...";
}
Frame 568
stop();
Frame 598
_root.text1 = "After some time...";
Frame 632
_root.text2 = _root.dinoname;
_root.text2 = _root.text2 + " grew bigger...";
Frame 668
_root.text3 = "...MUCH bigger...";
Frame 685
stop();
Frame 701
_root.text1 = "My parents weren't very happy. They wanted ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " to go.";
Frame 705
stop();
Frame 731
_root.text1 = "And the cityfolk weren't any better. ";
_root.text2 = "They wanted ";
_root.text2 = _root.text2 + _root.dinoname;
_root.text2 = _root.text2 + " dead. Or to be expirimented on.";
Frame 735
stop();
Frame 752
_root.text1 = "I couldnt let my best friend come to such a fate. So I left home with ";
_root.text1 = _root.text1 + _root.dinoname;
Frame 776
stop();
Frame 783
_root.text1 = " ";
Frame 789
_root.text1 = "I would take ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " as far away as possible. To a place no one could touch or harm ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + ".";
Frame 802
stop();
Frame 1221
stop();
nextFrame();
Frame 1271
stopAllSounds();
Frame 1275
_root.text1 = " ";
_root.text2 = " ";
_root.text3 = " ";
_root.text4 = " ";
_root.text5 = " ";
_root.text6 = " ";
_root.text7 = " ";
_root.text8 = " ";
_root.text9 = " ";
_root.text10 = " ";
_root.text11 = " ";
_root.text12 = " ";
_root.text13 = " ";
_root.text14 = " ";
Frame 1280
gotoAndPlay (1351);
Frame 1350
stop();
Instance of Symbol 374 MovieClip in Frame 1350
on (release) {
this.play();
}
Instance of Symbol 381 MovieClip in Frame 1350
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Frame 1351
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1352
stop();
Instance of Symbol 382 MovieClip in Frame 1352
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1351);
}
}
Instance of Symbol 395 MovieClip in Frame 1352
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.endbox.play();
}
}
}
Instance of Symbol 400 MovieClip in Frame 1352
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch1 = 1;
} else {
this.gotoAndStop(1);
_root.switch1 = 0;
}
}
Instance of Symbol 405 MovieClip in Frame 1352
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.gotoAndStop(2);
_root.switch2 = 1;
} else {
this.gotoAndStop(1);
_root.switch2 = 0;
}
}
Instance of Symbol 400 MovieClip in Frame 1352
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch3 = 1;
}
}
Instance of Symbol 405 MovieClip in Frame 1352
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.gotoAndStop(2);
_root.switch5 = 1;
} else {
this.gotoAndStop(1);
_root.switch5 = 0;
}
}
Instance of Symbol 400 MovieClip in Frame 1352
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch6 = 1;
} else {
this.gotoAndPlay(1);
_root.switch6 = 0;
}
}
Instance of Symbol 405 MovieClip in Frame 1352
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.gotoAndStop(2);
_root.switch4 = 1;
} else {
this.gotoAndStop(1);
_root.switch4 = 0;
}
}
Instance of Symbol 400 MovieClip in Frame 1352
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch7 = 1;
} else {
this.gotoAndStop(1);
_root.switch7 = 0;
}
}
Instance of Symbol 400 MovieClip in Frame 1352
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch8 = 1;
} else {
this.gotoAndStop(1);
_root.switch8 = 0;
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1352
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1352
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
this.gotoAndStop(4);
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (this.bounce.hitTest(_root.enemya.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyb.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyc.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyd.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemye.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyf.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyg.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyh.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyi.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyj.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyk.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyl.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemym.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyn.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyo.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyp.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.springa.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springb.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springc.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springd.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springe.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springf.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springg.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springh.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springi.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springj.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springk.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springl.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.playerhitbody.hitTest(_root.water)) {
speed = 3;
jumpheight = 5;
}
if (this.playerhitbody.hitTest(_root.topa)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topb)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topc)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topd)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.tope)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topf)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topg)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.toph)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topi)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topj)) {
_y = 12;
this._y = this._y + 12;
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1352
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1352
onClipEvent (load) {
_root.text1 = "This is ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + ", my pet Dinosaur. He's my best and only friend. He'll go anywhere I throw a bone using the mouse.";
_root.text2 = "Looks like some switches can only be pressed by ";
_root.text2 = _root.text2 + _root.dinoname;
_root.text2 = _root.text2 + "";
_root.text3 = "For some reason, I cant drop a bone here. I dont think ";
_root.text3 = _root.text3 + _root.dinoname;
_root.text3 = _root.text3 + " would like it anyway.";
_root.text4 = "There's a word for this kind of friendship between ";
_root.text4 = _root.text4 + _root.dinoname;
_root.text4 = _root.text4 + " and I...";
_root.text5 = "";
_root.text5 = _root.text5 + _root.dinoname;
_root.text5 = _root.text5 + " should be tall enough for me to climb on his back and reach that ledge...";
_root.text6 = "Both I and ";
_root.text6 = _root.text6 + _root.dinoname;
_root.text6 = _root.text6 + " should be at the end at the same time. It's not a healthy friendship if one falls behind...";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1352
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1351);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1351);
}
}
Frame 1353
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1354
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 2) {
savefile.data.level = 2;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1354
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1353);
}
}
Instance of Symbol 395 MovieClip in Frame 1354
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.endbox.play();
}
}
}
Instance of Symbol 400 MovieClip in Frame 1354
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch1 = 1;
}
}
Instance of Symbol 400 MovieClip in Frame 1354
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch2 = 1;
}
}
Instance of Symbol 400 MovieClip in Frame 1354
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch3 = 1;
}
}
Instance of Symbol 400 MovieClip in Frame 1354
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch4 = 1;
}
}
Instance of Symbol 400 MovieClip in Frame 1354
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch5 == 0) {
this.gotoAndStop(2);
_root.ground.trap1.play();
_root.switch5 = 1;
}
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1354
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1354
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
this.gotoAndStop(4);
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (this.bounce.hitTest(_root.enemya.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyb.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyc.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyd.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemye.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyf.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyg.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyh.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyi.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyj.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyk.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyl.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemym.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyn.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyo.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyp.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.springa.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springb.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springc.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springd.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springe.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springf.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springg.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springh.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springi.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springj.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springk.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springl.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.playerhitbody.hitTest(_root.water)) {
speed = 3;
jumpheight = 5;
}
if (this.playerhitbody.hitTest(_root.topa)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topb)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topc)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topd)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.tope)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topf)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topg)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.toph)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topi)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topj)) {
_y = 12;
this._y = this._y + 12;
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 580 MovieClip in Frame 1354
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1354
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1354
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1354
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1354
onClipEvent (load) {
_root.text1 = "These Bloodhounds are out to get us. I surely cannot let them get me or ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + ". Maybe ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + "'s recklessness can be used to our advantage. ";
_root.text2 = _root.dinoname;
_root.text2 = _root.text2 + " cannot jump. I'll have to traverse this gap, and find a way for him to cross.";
_root.text3 = "This trap doors keeps I and ";
_root.text3 = _root.text3 + _root.dinoname;
_root.text3 = _root.text3 + " from continuing. Maybe that switch will activate the door.";
_root.text4 = "There's a word for this kind of friendship between ";
_root.text4 = _root.text4 + _root.dinoname;
_root.text4 = _root.text4 + " and I...";
_root.text5 = "";
_root.text5 = _root.text5 + _root.dinoname;
_root.text5 = _root.text5 + " should be tall enough for me to climb on his back and reach that ledge...";
_root.text6 = "Both I and ";
_root.text6 = _root.text6 + _root.dinoname;
_root.text6 = _root.text6 + " should be at the end at the same time. It's not a healthy friendship if one falls behind...";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1354
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1353);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1353);
}
}
Frame 1355
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1356
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 3) {
savefile.data.level = 3;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1355);
}
}
Instance of Symbol 395 MovieClip in Frame 1356
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.endbox.play();
}
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1356
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1356
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
this.gotoAndStop(4);
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (this.bounce.hitTest(_root.enemya.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyb.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyc.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyd.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemye.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyf.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyg.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyh.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyi.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyj.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyk.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyl.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemym.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyn.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyo.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyp.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.springa.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springb.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springc.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springd.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springe.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springf.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springg.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springh.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springi.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springj.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springk.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springl.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.playerhitbody.hitTest(_root.water)) {
speed = 3;
jumpheight = 5;
}
if (this.playerhitbody.hitTest(_root.topa)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topb)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topc)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topd)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.tope)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topf)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topg)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.toph)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topi)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topj)) {
_y = 12;
this._y = this._y + 12;
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 580 MovieClip in Frame 1356
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1356
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1356
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1356
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1356
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1356
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1356
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1356
onClipEvent (load) {
_root.text1 = "These sharp spikes would surely kill me. But ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " should have no problem.";
_root.text2 = _root.dinoname;
_root.text2 = _root.text2 + " can make a useful platform for getting past things I cannot touch.";
_root.text3 = "This trap doors keeps I and ";
_root.text3 = _root.text3 + _root.dinoname;
_root.text3 = _root.text3 + " from continuing. Maybe that switch will activate the door.";
_root.text4 = "There's a word for this kind of friendship between ";
_root.text4 = _root.text4 + _root.dinoname;
_root.text4 = _root.text4 + " and I...";
_root.text5 = "";
_root.text5 = _root.text5 + _root.dinoname;
_root.text5 = _root.text5 + " should be tall enough for me to climb on his back and reach that ledge...";
_root.text6 = "Both I and ";
_root.text6 = _root.text6 + _root.dinoname;
_root.text6 = _root.text6 + " should be at the end at the same time. It's not a healthy friendship if one falls behind...";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1356
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1355);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1355);
}
}
Frame 1357
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1358
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 4) {
savefile.data.level = 4;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1357);
}
}
Instance of Symbol 395 MovieClip in Frame 1358
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.endbox.play();
}
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 400 MovieClip in Frame 1358
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch1 = 1;
} else {
this.gotoAndStop(1);
_root.switch1 = 0;
}
}
Instance of Symbol 405 MovieClip in Frame 1358
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.switch2 == 0) {
this.gotoAndStop(2);
_root.ground.trap1.play();
_root.ground.trap2.play();
_root.switch2 = 1;
}
}
}
Instance of Symbol 400 MovieClip in Frame 1358
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch4 == 0) {
this.gotoAndStop(2);
_root.ground.trap4.play();
_root.switch4 = 1;
}
}
}
Instance of Symbol 405 MovieClip in Frame 1358
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.switch3 == 0) {
this.gotoAndStop(2);
_root.ground.trap3.play();
_root.ground.trap5.play();
_root.switch3 = 1;
}
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1358
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1358
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
this.gotoAndStop(4);
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (this.bounce.hitTest(_root.enemya.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyb.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyc.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyd.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemye.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyf.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyg.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyh.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyi.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyj.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyk.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyl.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemym.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyn.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyo.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyp.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.springa.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springb.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springc.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springd.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springe.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springf.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springg.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springh.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springi.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springj.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springk.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springl.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.playerhitbody.hitTest(_root.water)) {
speed = 3;
jumpheight = 5;
}
if (this.playerhitbody.hitTest(_root.topa)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topb)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topc)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topd)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.tope)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topf)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topg)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.toph)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topi)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topj)) {
_y = 12;
this._y = this._y + 12;
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(1);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(1);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(1);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 6;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 6;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -6;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 2;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 5;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 5;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -5;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 2;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 4;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 4;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -4;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1358
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1358
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1358
onClipEvent (load) {
_root.text1 = "Sometimes we'll have to go our separate ways for a while... I sure hope ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " wont mind.";
_root.text2 = "Alas, even though we're apart, that doesnt mean we cant help eachother.";
_root.text3 = "Without ";
_root.text3 = _root.text3 + _root.dinoname;
_root.text3 = _root.text3 + ", getting past Bloodhounds will take much skill, accuracy, and patience.";
_root.text4 = "Even though our paths may diverge, ";
_root.text4 = _root.text4 + _root.dinoname;
_root.text4 = _root.text4 + " and I will always meet again soon.";
_root.text5 = "";
_root.text5 = _root.text5 + _root.dinoname;
_root.text5 = _root.text5 + " should be tall enough for me to climb on his back and reach that ledge...";
_root.text6 = "Both I and ";
_root.text6 = _root.text6 + _root.dinoname;
_root.text6 = _root.text6 + " should be at the end at the same time. It's not a healthy friendship if one falls behind...";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1358
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1357);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1357);
}
}
Frame 1359
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1360
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 5) {
savefile.data.level = 5;
}
stop();
onEnterFrame = function () {
var _local1 = _ymouse - arrow._y;
var _local3 = _xmouse - arrow._x;
var _local2 = Math.atan2(_local1, _local3);
arrow._rotation = (_local2 * 180) / Math.PI;
};
Instance of Symbol 382 MovieClip in Frame 1360
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1359);
}
}
Instance of Symbol 395 MovieClip in Frame 1360
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.endbox.play();
}
}
}
Instance of Symbol 400 MovieClip in Frame 1360
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch4 == 0) {
this.gotoAndStop(2);
_root.switch4 = 1;
}
if (_root.switch3 == 1) {
if (_root.switch4 == 1) {
_root.switch5 = _root.switch5 + 1;
_root.ground.ground4.play();
_root.switch3 = _root.switch3 + 1;
_root.switch4 = _root.switch4 + 1;
}
}
}
}
Instance of Symbol 400 MovieClip in Frame 1360
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch3 == 0) {
this.gotoAndStop(2);
_root.switch3 = 1;
}
if (_root.switch3 == 1) {
if (_root.switch4 == 1) {
_root.switch5 = _root.switch5 + 1;
_root.ground.ground4.play();
_root.switch3 = _root.switch3 + 1;
_root.switch4 = _root.switch4 + 1;
}
}
}
}
Instance of Symbol 604 MovieClip in Frame 1360
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.5;
}
}
Instance of Symbol 604 MovieClip in Frame 1360
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.5;
}
}
Instance of Symbol 604 MovieClip in Frame 1360
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.5;
}
}
Instance of Symbol 604 MovieClip in Frame 1360
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.5;
}
}
Instance of Symbol 607 MovieClip in Frame 1360
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 604 MovieClip in Frame 1360
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.5;
}
}
Instance of Symbol 607 MovieClip in Frame 1360
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1;
}
}
Instance of Symbol 400 MovieClip in Frame 1360
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch2 == 0) {
this.gotoAndStop(2);
_root.switch2 = 1;
_root.ground.ground2.play();
_root.ground.ground3.play();
}
}
}
Instance of Symbol 604 MovieClip in Frame 1360
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.5;
}
}
Instance of Symbol 607 MovieClip in Frame 1360
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 400 MovieClip in Frame 1360
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch6 == 0) {
this.gotoAndStop(2);
_root.switch6 = 1;
_root.ground.trap2.play();
}
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1360
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1360
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
this.gotoAndStop(4);
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (this.bounce.hitTest(_root.enemya.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyb.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyc.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyd.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemye.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyf.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyg.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyh.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyi.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyj.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyk.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyl.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemym.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyn.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyo.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyp.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.springa.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springb.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springc.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springd.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springe.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springf.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springg.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springh.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springi.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springj.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springk.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springl.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.playerhitbody.hitTest(_root.water)) {
speed = 3;
jumpheight = 5;
}
if (this.playerhitbody.hitTest(_root.topa)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topb)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topc)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topd)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.tope)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topf)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topg)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.toph)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topi)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topj)) {
_y = 12;
this._y = this._y + 12;
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 627 MovieClip "arrow" in Frame 1360
onClipEvent (enterFrame) {
this._x = _root.boy._x;
this._y = _root.boy._y;
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1360
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1360
onClipEvent (load) {
_root.text1 = "Looks like a launch spring. Green objects are triggered by ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + ", and Blue ones are triggered by myeslf. This Green Spring will let ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " clear this gap";
_root.text2 = "My Flashlight can reveal objects and places I usually cant see in the dark. But that's just logic, isn't it, ";
_root.text2 = _root.text2 + _root.dinoname;
_root.text2 = _root.text2 + "?";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1360
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1359);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1359);
}
}
Frame 1361
if (_root.CP == 2) {
_root.gotoAndStop(1363);
}
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Instance of Symbol 382 MovieClip in Frame 1361
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1361);
}
}
Frame 1362
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 6) {
savefile.data.level = 6;
}
stop();
Instance of Symbol 395 MovieClip in Frame 1362
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.endbox.play();
}
}
}
Instance of Symbol 395 MovieClip in Frame 1362
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.endbox.play();
_root.CP = 0;
}
}
}
Instance of Symbol 635 MovieClip in Frame 1362
onClipEvent (load) {
this.stop();
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (_root.CP == 0) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
_root.CP = 1;
}
}
if (_root.CP == 2) {
this.gotoAndStop(70);
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 604 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -2;
}
}
Instance of Symbol 400 MovieClip in Frame 1362
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch1 = 1;
}
}
Instance of Symbol 607 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.5;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 607 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 607 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -2;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 641 MovieClip in Frame 1362
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
this._y = this._y + speed;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 641 MovieClip in Frame 1362
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 604 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.5;
}
}
Instance of Symbol 641 MovieClip in Frame 1362
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 641 MovieClip in Frame 1362
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 641 MovieClip in Frame 1362
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 607 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -2;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1362
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1362
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
this.gotoAndStop(4);
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (this.bounce.hitTest(_root.enemya.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyb.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyc.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyd.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemye.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyf.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyg.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyh.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyi.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyj.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyk.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyl.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemym.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyn.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyo.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyp.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.springa.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springb.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springc.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springd.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springe.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springf.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springg.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springh.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springi.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springj.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springk.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springl.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.playerhitbody.hitTest(_root.water)) {
speed = 3;
jumpheight = 5;
}
if (this.playerhitbody.hitTest(_root.topa)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topb)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topc)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topd)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.tope)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topf)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topg)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.toph)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topi)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topj)) {
_y = 12;
this._y = this._y + 12;
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 580 MovieClip in Frame 1362
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1362
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1362
onClipEvent (load) {
_root.text1 = "I can use a special Moving Platform technique by scootching ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " and myself inch by inch over spikes. It works best when ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " and I move at the same time. This tactic will take getting used to, but may come in handy later.";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1362
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1361);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1361);
}
}
Frame 1364
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1365
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 7) {
savefile.data.level = 7;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1364);
}
}
Instance of Symbol 400 MovieClip in Frame 1365
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch1 = 1;
} else {
this.gotoAndStop(1);
_root.switch1 = 0;
}
}
Instance of Symbol 604 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -2;
}
}
Instance of Symbol 604 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -2;
}
}
Instance of Symbol 604 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -2;
}
}
Instance of Symbol 604 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -2;
}
}
Instance of Symbol 604 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -2;
}
}
Instance of Symbol 604 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -2;
}
}
Instance of Symbol 395 MovieClip in Frame 1365
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.endbox.play();
_root.CP = 0;
}
}
}
Instance of Symbol 116 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1365
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1365
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
this.gotoAndStop(4);
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (this.bounce.hitTest(_root.enemya.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyb.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyc.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyd.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemye.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyf.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyg.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyh.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyi.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyj.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyk.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyl.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemym.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyn.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyo.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyp.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.springa.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springb.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springc.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springd.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springe.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springf.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springg.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springh.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springi.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springj.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springk.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springl.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.playerhitbody.hitTest(_root.water)) {
speed = 3;
jumpheight = 5;
}
if (this.playerhitbody.hitTest(_root.topa)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topb)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topc)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topd)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.tope)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topf)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topg)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.toph)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topi)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topj)) {
_y = 12;
this._y = this._y + 12;
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1365
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1365
onClipEvent (load) {
_root.text1 = "Perhaps using ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + "'s head while it stands over the ledge, I could clear this gap.";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1365
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1364);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1364);
}
}
Frame 1368
if (_root.CP == 2) {
_root.gotoAndStop(1370);
}
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1369
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 8) {
savefile.data.level = 8;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1368);
}
}
Instance of Symbol 672 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.25;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.25;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 672 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -0.5;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -0.5;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 672 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.5;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.5;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 672 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.5;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.5;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 672 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.7;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.7;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 672 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -2;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -2;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 395 MovieClip in Frame 1369
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
while (_root.dinosaur.dinostep.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur)) {
_root.endbox.play();
}
}
}
Instance of Symbol 635 MovieClip in Frame 1369
onClipEvent (load) {
this.stop();
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (_root.CP == 0) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
_root.CP = 1;
}
}
if (_root.CP == 2) {
this.gotoAndStop(70);
}
}
Instance of Symbol 116 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 679 MovieClip in Frame 1369
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 679 MovieClip in Frame 1369
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 679 MovieClip in Frame 1369
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 679 MovieClip in Frame 1369
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 679 MovieClip in Frame 1369
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 679 MovieClip in Frame 1369
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 679 MovieClip in Frame 1369
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 679 MovieClip in Frame 1369
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 400 MovieClip in Frame 1369
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch1 == 0) {
this.gotoAndStop(2);
_root.ground.trap2.play();
_root.switch1 = 1;
}
}
}
Instance of Symbol 680 MovieClip in Frame 1369
onClipEvent (load) {
this.stop();
jumpheight = 18;
fallspeed = 2;
gravity = 7;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.switch2 == 0) {
this.gotoAndStop(2);
_root.ground.trap1.play();
_root.switch2 = 1;
}
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1369
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1369
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else if (_root.rock1.step.hitTest(_x, _y + 1, true)) {
air = false;
} else if (_root.rock2.step.hitTest(_x, _y + 1, true)) {
air = false;
} else if (_root.rock3.step.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
this.gotoAndStop(4);
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (this.bounce.hitTest(_root.enemya.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyb.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyc.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyd.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemye.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyf.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyg.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyh.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyi.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyj.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyk.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyl.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemym.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyn.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyo.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyp.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.springa.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springb.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springc.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springd.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springe.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springf.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springg.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springh.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springi.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springj.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springk.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springl.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.playerhitbody.hitTest(_root.water)) {
speed = 3;
jumpheight = 5;
}
if (this.playerhitbody.hitTest(_root.topa)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topb)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topc)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topd)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.tope)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topf)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topg)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.toph)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topi)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topj)) {
_y = 12;
this._y = this._y + 12;
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.rock1.step.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.rock2.step.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.rock3.step.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
while (_root.rock1.step.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.rock2.step.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.rock3.step.hitTest(_x, _y - 1, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 685 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 690 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 685 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 685 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 690 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 685 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 690 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1369
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1369
onClipEvent (load) {
_root.text1 = "A Yellow launch spring? It must be triggered by both ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " and I";
_root.text2 = "I shouldn't touch the lava. But ";
_root.text2 = _root.text2 + _root.dinoname;
_root.text2 = _root.text2 + " and his dinosaur-like skin should be fine. After all, the dinosaurs died out from the ice age, not exploding volcanoes.";
_root.text3 = "";
_root.text3 = _root.text3 + _root.dinoname;
_root.text3 = _root.text3 + " should be able to shield be from the falling lava.";
_root.text4 = "This boulder looks light enough for me to push. Maybe it can also give a good defense against enemies.";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1368);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1368);
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1370
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
this.gotoAndStop(4);
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (this.bounce.hitTest(_root.enemya.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyb.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyc.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyd.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemye.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyf.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyg.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyh.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyi.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyj.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyk.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyl.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemym.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyn.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyo.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.enemyp.enemyhit)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = -jumpheight;
}
if (this.bounce.hitTest(_root.springa.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springb.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springc.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springd.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springe.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springf.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springg.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springh.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springi.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springj.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springk.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.bounce.hitTest(_root.springl.boing)) {
_root.jump = _root.jump - 1;
_y = (_y - 5);
gravity = (-jumpheight) * 1.65;
}
if (this.playerhitbody.hitTest(_root.water)) {
speed = 3;
jumpheight = 5;
}
if (this.playerhitbody.hitTest(_root.topa)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topb)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topc)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topd)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.tope)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topf)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topg)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.toph)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topi)) {
_y = 12;
this._y = this._y + 12;
}
if (this.playerhitbody.hitTest(_root.topj)) {
_y = 12;
this._y = this._y + 12;
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Frame 1371
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1372
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 9) {
savefile.data.level = 9;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1371);
}
}
Instance of Symbol 395 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.CP == 0) {
_root.endbox.play();
_root.CP = 0;
} else {
_root.endbox.play();
_root.CP = 0;
}
}
}
}
Instance of Symbol 672 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.5;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.6;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 607 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 604 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -2;
}
}
Instance of Symbol 607 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.5;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 607 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1;
}
}
Instance of Symbol 701 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (_root.switch2 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 701 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (_root.switch2 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1372
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1372
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
this.gotoAndStop(4);
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 733 MovieClip "rock1" in Frame 1372
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (this.push2.hitTest(_root.foreground.enblockb)) {
this._x = this._x - 3;
this.push1.pushnum = 6;
} else {
this.push1.pushnum = 3;
}
if (this.push1.hitTest(_root.foreground.enblocke)) {
this._x = this._x + 3;
this.push2.pushnum = 6;
} else {
this.push2.pushnum = 3;
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 733 MovieClip "rock2" in Frame 1372
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (this.push2.hitTest(_root.foreground.enblockb)) {
this._x = this._x - 3;
this.push1.pushnum = 6;
} else {
this.push1.pushnum = 3;
}
if (this.push1.hitTest(_root.foreground.enblocke)) {
this._x = this._x + 3;
this.push2.pushnum = 6;
} else {
this.push2.pushnum = 3;
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 685 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 685 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 690 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1372
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1372
onClipEvent (load) {
_root.text1 = "I could use these rocks to counterbalance ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " and get him across this gap and up onto that ledge.";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1372
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1371);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1371);
}
}
Frame 1373
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1374
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 10) {
savefile.data.level = 10;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1374
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1373);
}
}
Instance of Symbol 395 MovieClip in Frame 1374
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.CP == 0) {
_root.endbox.play();
_root.CP = 0;
} else {
_root.endbox.play();
_root.CP = 0;
}
}
}
}
Instance of Symbol 400 MovieClip in Frame 1374
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch1 == 0) {
this.gotoAndStop(2);
_root.switch1 = 1;
_root.ground.platform10.play();
}
}
}
Instance of Symbol 400 MovieClip in Frame 1374
onClipEvent (load) {
pushed = 0;
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
if (pushed == 1) {
_root.ground.platform13.nextFrame();
_root.ground.platform15.nextFrame();
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 10;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 400 MovieClip in Frame 1374
onClipEvent (load) {
pushed = 0;
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
if (pushed == 1) {
_root.ground.platform14.prevFrame();
_root.ground.platform16.nextFrame();
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 10;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 400 MovieClip in Frame 1374
onClipEvent (load) {
pushed = 0;
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
if (pushed == 1) {
_root.ground.platform13.prevFrame();
_root.ground.platform14.nextFrame();
_root.ground.platform12.nextFrame();
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 10;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 400 MovieClip in Frame 1374
onClipEvent (load) {
pushed = 0;
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
if (pushed == 1) {
_root.ground.platform15.nextFrame();
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 10;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 400 MovieClip in Frame 1374
onClipEvent (load) {
pushed = 0;
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
if (pushed == 1) {
_root.ground.platform13.gotoAndStop(1);
_root.ground.platform14.gotoAndStop(1);
_root.ground.platform15.gotoAndStop(1);
_root.ground.platform16.gotoAndStop(1);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 10;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 400 MovieClip in Frame 1374
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.ground.platform19.gotoAndStop(2);
}
}
Instance of Symbol 400 MovieClip in Frame 1374
onClipEvent (load) {
pushed = 0;
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
if (pushed == 1) {
_root.ground.platform13.gotoAndStop(4);
_root.ground.platform14.gotoAndStop(4);
_root.ground.platform15.gotoAndStop(4);
_root.ground.platform16.gotoAndStop(4);
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 10;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 641 MovieClip in Frame 1374
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 641 MovieClip in Frame 1374
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
this._y = this._y + speed;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 641 MovieClip in Frame 1374
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1374
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1374
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
if ((this.fall = 0)) {
this.gotoAndStop(4);
}
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1374
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1374
onClipEvent (load) {
_root.text1 = "Hm. Where did ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " go?";
_root.text2 = "Oh. There he is.";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1374
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1373);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1373);
}
}
Frame 1375
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1376
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 11) {
savefile.data.level = 11;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1376
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1375);
}
}
Instance of Symbol 400 MovieClip in Frame 1376
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch3 = 1;
} else {
this.gotoAndStop(1);
_root.switch3 = 0;
}
}
Instance of Symbol 635 MovieClip in Frame 1376
onClipEvent (load) {
this.stop();
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (_root.CP == 0) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
_root.CP = 1;
}
}
if (_root.CP == 2) {
this.gotoAndStop(70);
}
}
Instance of Symbol 395 MovieClip in Frame 1376
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.CP == 0) {
_root.endbox.play();
_root.CP = 0;
} else {
_root.endbox.play();
_root.CP = 0;
}
}
}
}
Instance of Symbol 405 MovieClip in Frame 1376
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.switch1 == 0) {
this.gotoAndStop(2);
_root.ground.platform10.play();
_root.ground.platform5.gotoAndStop(106);
_root.switch1 = 1;
}
}
}
Instance of Symbol 679 MovieClip in Frame 1376
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 679 MovieClip in Frame 1376
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 679 MovieClip in Frame 1376
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 679 MovieClip in Frame 1376
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 679 MovieClip in Frame 1376
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 405 MovieClip in Frame 1376
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.gotoAndStop(2);
_root.switch2 = 1;
} else {
this.gotoAndStop(1);
_root.switch2 = 0;
}
}
Instance of Symbol 763 MovieClip in Frame 1376
onClipEvent (load) {
this.gotoAndPlay(80);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
while (this.hitTest(_root.dinosaur.dinomunch)) {
_root.dinosaur._x--;
}
}
Instance of Symbol 763 MovieClip in Frame 1376
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
while (this.hitTest(_root.dinosaur.dinomunch)) {
_root.dinosaur._x--;
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1376
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1376
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
if ((this.fall = 0)) {
this.gotoAndStop(4);
}
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 783 MovieClip in Frame 1376
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y--;
}
}
Instance of Symbol 783 MovieClip in Frame 1376
onClipEvent (load) {
this.gotoAndPlay(83);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y--;
}
}
Instance of Symbol 783 MovieClip in Frame 1376
onClipEvent (load) {
this.gotoAndPlay(83);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y--;
}
}
Instance of Symbol 783 MovieClip in Frame 1376
onClipEvent (load) {
this.gotoAndPlay(83);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y--;
}
}
Instance of Symbol 783 MovieClip in Frame 1376
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y--;
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1376
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1376
onClipEvent (load) {
_root.text1 = "Oh boy. This blazing hot lava heats up metal. I'd best not touch metal when it's hot. But of course, ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " should have no problem with it.";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1376
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1375);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1375);
}
}
Frame 1378
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1379
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 12) {
savefile.data.level = 12;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1379
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1378);
}
}
Instance of Symbol 400 MovieClip in Frame 1379
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch1 == 0) {
this.gotoAndStop(2);
_root.switch1 = 1;
_root.ground.platform7.play();
}
}
}
Instance of Symbol 395 MovieClip in Frame 1379
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.CP == 0) {
_root.endbox.play();
_root.CP = 0;
} else {
_root.endbox.play();
_root.CP = 0;
}
}
}
}
Instance of Symbol 607 MovieClip in Frame 1379
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.7;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 604 MovieClip in Frame 1379
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.4;
}
}
Instance of Symbol 604 MovieClip in Frame 1379
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.4;
}
}
Instance of Symbol 607 MovieClip in Frame 1379
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.7;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 607 MovieClip in Frame 1379
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.2;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1379
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1379
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
if ((this.fall = 0)) {
this.gotoAndStop(4);
}
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 580 MovieClip in Frame 1379
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1379
onClipEvent (load) {
this.gotoAndStop(1);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1379
onClipEvent (load) {
this.gotoAndStop(1);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1379
onClipEvent (load) {
this.gotoAndStop(1);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1379
onClipEvent (load) {
this.gotoAndStop(1);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 836 MovieClip in Frame 1379
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit2.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 641 MovieClip in Frame 1379
onClipEvent (load) {
this.gotoAndStop(1);
speed = 3;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
this._y = this._y + speed;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblocki)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 641 MovieClip in Frame 1379
onClipEvent (load) {
this.gotoAndStop(1);
speed = 3;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
this._y = this._y + speed;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblocki)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1379
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1379
onClipEvent (load) {
_root.text1 = "I should be careful where I step, so that ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + "";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1379
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1378);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1378);
}
}
Frame 1382
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1383
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 13) {
savefile.data.level = 13;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1382);
}
}
Instance of Symbol 400 MovieClip in Frame 1383
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch1 == 0) {
this.gotoAndStop(2);
_root.switch1 = 1;
_root.ground.platform7.play();
}
}
}
Instance of Symbol 849 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
this._xscale = this._xscale * (-scale);
}
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
this._xscale = this._xscale * (-scale);
}
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 857 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
this._xscale = this._xscale * (-scale);
}
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
this._xscale = this._xscale * (-scale);
}
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 865 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
this._xscale = this._xscale * (-scale);
}
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
this._xscale = this._xscale * (-scale);
}
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 873 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
this._xscale = this._xscale * (-scale);
}
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
this._xscale = this._xscale * (-scale);
}
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 881 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
this._xscale = this._xscale * (-scale);
}
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
this._xscale = this._xscale * (-scale);
}
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 865 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
this._xscale = this._xscale * (-scale);
}
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
this._xscale = this._xscale * (-scale);
}
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 400 MovieClip in Frame 1383
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch1 = 1;
} else {
this.gotoAndStop(1);
_root.switch1 = 0;
}
}
Instance of Symbol 400 MovieClip in Frame 1383
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch2 = 1;
} else {
this.gotoAndStop(1);
_root.switch2 = 0;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 604 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.9;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 890 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (_root.switch3 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 405 MovieClip in Frame 1383
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinomunch)) {
if (_root.switch3 == 0) {
this.gotoAndStop(2);
_root.switch3 = 1;
}
}
}
Instance of Symbol 607 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.7;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 873 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = -2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 857 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 881 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = -2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 865 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 849 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = -2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 865 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 857 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = -2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 865 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 881 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 881 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = -2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 873 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 881 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = -2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 865 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 849 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = -2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 857 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 857 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = -2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 873 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 881 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = -2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 849 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 857 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 857 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = 2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = -scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = scale;
} else {
_xscale = (-scale);
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 865 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(3);
alarm = 0;
speed = -2;
running = 2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (alarm == 0) {
this._x = this._x + speed;
} else {
this._x = this._x + (speed / 2);
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
if (alarm == 1) {
this._x = this._x + (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = running;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
if (alarm == 1) {
this._x = this._x - (running * 3);
this.gotoAndStop(3);
alarm = 0;
}
speed = -running;
this._xscale = scale;
}
if (this.dinosense.hitTest(_root.dinosaur.dinohit)) {
alarm = 1;
}
if (alarm == 1) {
if (this._x >= _root.dinosaur._x) {
this._x = this._x + (running * 3);
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x - (running * 3);
}
this.gotoAndStop(4);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 395 MovieClip in Frame 1383
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.CP == 0) {
_root.endbox.play();
_root.CP = 0;
} else {
_root.endbox.play();
_root.CP = 0;
}
}
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1383
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1383
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
if ((this.fall = 0)) {
this.gotoAndStop(4);
}
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 580 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocki)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockj)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1383
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocki)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockj)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1383
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1383
onClipEvent (load) {
_root.text1 = "The people are terrified of ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + ". But they dont know him like I do.";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1383
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1382);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1382);
}
}
Frame 1384
if (_root.CP == 2) {
_root.gotoAndStop(1386);
}
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1385
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 14) {
savefile.data.level = 14;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1385
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1384);
}
}
Instance of Symbol 400 MovieClip in Frame 1385
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch1 == 0) {
this.gotoAndStop(2);
_root.switch1 = 1;
_root.ground.platform7.play();
}
}
}
Instance of Symbol 635 MovieClip in Frame 1385
onClipEvent (load) {
this.stop();
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (_root.CP == 0) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
_root.CP = 1;
}
}
if (_root.CP == 2) {
this.gotoAndStop(70);
}
}
Instance of Symbol 604 MovieClip in Frame 1385
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.9;
}
}
Instance of Symbol 672 MovieClip in Frame 1385
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.3;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.4;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 672 MovieClip in Frame 1385
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.3;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.7;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 672 MovieClip in Frame 1385
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -2;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -2;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 400 MovieClip in Frame 1385
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch10 == 0) {
this.gotoAndStop(2);
_root.switch10 = 1;
_root.ground.trap1.play();
}
}
}
Instance of Symbol 400 MovieClip in Frame 1385
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch2 == 0) {
this.gotoAndStop(2);
_root.switch2 = 1;
_root.ground.trap1.gotoAndStop(2);
_root.ground.trap2.play();
_root.ground.trap3.play();
}
}
}
Instance of Symbol 395 MovieClip in Frame 1385
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.CP == 0) {
_root.endbox.play();
_root.CP = 0;
} else {
_root.endbox.play();
_root.CP = 0;
}
}
}
}
Instance of Symbol 672 MovieClip in Frame 1385
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 672 MovieClip in Frame 1385
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.3;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.7;
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1385
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1385
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
if ((this.fall = 0)) {
this.gotoAndStop(4);
}
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 580 MovieClip in Frame 1385
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit2.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1385
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit2.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1385
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit2.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1385
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit2.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1385
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1385
onClipEvent (load) {
_root.text1 = "Now how will I get that sign? And also,- how did ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " get over there?... I'll probably never understand Dinosaur antics.";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1385
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1384);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1384);
}
}
Frame 1387
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1388
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 15) {
savefile.data.level = 15;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1387);
}
}
Instance of Symbol 395 MovieClip in Frame 1388
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.CP == 0) {
_root.endbox.play();
_root.CP = 0;
} else {
_root.endbox.play();
_root.CP = 0;
}
}
}
}
Instance of Symbol 607 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.7;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 607 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.7;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 405 MovieClip in Frame 1388
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.switch1 == 0) {
this.gotoAndStop(2);
_root.ground.trap1.play();
_root.switch1 = 1;
}
}
}
Instance of Symbol 405 MovieClip in Frame 1388
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.switch2 == 0) {
this.gotoAndStop(2);
_root.ground.trap2.play();
_root.switch2 = 1;
}
}
}
Instance of Symbol 405 MovieClip in Frame 1388
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.switch3 == 0) {
this.gotoAndStop(2);
_root.ground.trap3.play();
_root.ground.trap4.play();
_root.switch3 = 1;
}
}
}
Instance of Symbol 405 MovieClip in Frame 1388
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.switch4 == 0) {
this.gotoAndStop(2);
_root.ground.trap5.play();
_root.ground.trap6.play();
_root.switch4 = 1;
}
}
}
Instance of Symbol 400 MovieClip in Frame 1388
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch5 == 0) {
this.gotoAndStop(2);
_root.ground.trap5.play();
_root.switch5 = 1;
}
}
}
Instance of Symbol 400 MovieClip in Frame 1388
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch10 == 0) {
this.gotoAndStop(2);
_root.ground.trap5.play();
_root.ground.trap7.play();
_root.switch10 = 1;
}
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1388
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
dino2.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
dino2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1388
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
if ((this.fall = 0)) {
this.gotoAndStop(4);
boy2.gotoAndStop(4);
}
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
boy2.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
boy2.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
boy2.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 580 MovieClip in Frame 1388
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (this.enemyhit.hitTest(_root.bc1.b5)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1388
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (this.enemyhit.hitTest(_root.bc1.b9)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1388
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (this.enemyhit.hitTest(_root.bc1.b5)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 960 MovieClip in Frame 1388
onClipEvent (load) {
speed = 3;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.hitTest(_root.foreground.enblockc)) {
speed = 3;
this._xscale = -scale;
}
if (this.hitTest(_root.foreground.enblockd)) {
speed = -3;
this._xscale = scale;
}
}
Instance of Symbol 580 MovieClip in Frame 1388
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (this.enemyhit.hitTest(_root.bc1.b9)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1388
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockh)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblocki)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (this.enemyhit.hitTest(_root.bc1.b9)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1388
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1388
onClipEvent (load) {
_root.text1 = "Looks like a launch spring. Green objects are triggered by ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + ", and Blue ones are triggered by myeslf. This Green Spring will let ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " clear this gap";
_root.text2 = "My Flashlight can reveal objects and places I usually cant see in the dark. But that's just logic, isn't it, ";
_root.text2 = _root.text2 + _root.dinoname;
_root.text2 = _root.text2 + "?";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1388
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1387);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1387);
}
}
Frame 1389
stopAllSounds();
Frame 1390
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1391
stop();
Instance of Symbol 382 MovieClip in Frame 1391
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1384);
}
}
Instance of Symbol 395 MovieClip in Frame 1391
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.CP == 0) {
_root.endbox.play();
_root.CP = 0;
} else {
_root.endbox.play();
_root.CP = 0;
}
}
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1391
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
dino2.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
dino2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1391
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
if ((this.fall = 0)) {
this.gotoAndStop(4);
boy2.gotoAndStop(4);
}
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
boy2.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
boy2.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
boy2.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1391
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1391
onClipEvent (load) {
_root.text1 = "I wonder where this leads to...";
}
Frame 1393
_root.CP = 0;
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1394
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 16) {
savefile.data.level = 16;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1393);
}
}
Instance of Symbol 395 MovieClip in Frame 1394
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.CP == 0) {
_root.endbox.play();
_root.CP = 0;
} else {
_root.endbox.play();
_root.CP = 0;
}
}
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 400 MovieClip in Frame 1394
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch1 = 1;
} else {
this.gotoAndStop(1);
_root.switch1 = 0;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 641 MovieClip in Frame 1394
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 641 MovieClip in Frame 1394
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 641 MovieClip in Frame 1394
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 400 MovieClip in Frame 1394
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch2 = 1;
} else {
this.gotoAndStop(1);
_root.switch2 = 0;
}
}
Instance of Symbol 400 MovieClip in Frame 1394
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch3 = 1;
} else {
this.gotoAndStop(1);
_root.switch3 = 0;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 641 MovieClip in Frame 1394
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 641 MovieClip in Frame 1394
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 641 MovieClip in Frame 1394
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 405 MovieClip in Frame 1394
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.switch3 == 0) {
this.gotoAndStop(2);
_root.ground.trap3.play();
_root.ground.trap5.play();
_root.switch3 = 1;
}
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1394
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
dino2.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
dino2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1394
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
if ((this.fall = 0)) {
this.gotoAndStop(4);
boy2.gotoAndStop(4);
}
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
boy2.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
boy2.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
boy2.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 580 MovieClip in Frame 1394
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.ground.platform3)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (this.enemyhit.hitTest(_root.bc1.b9)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1394
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.ground.platform3)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (this.enemyhit.hitTest(_root.bc1.b9)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 239 MovieClip in Frame 1394
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1394
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1394
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1394
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1394
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1394
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1394
onClipEvent (load) {
_root.text1 = "Looks like a launch spring. Green objects are triggered by ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + ", and Blue ones are triggered by myeslf. This Green Spring will let ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " clear this gap";
_root.text2 = "My Flashlight can reveal objects and places I usually cant see in the dark. But that's just logic, isn't it, ";
_root.text2 = _root.text2 + _root.dinoname;
_root.text2 = _root.text2 + "?";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1394
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1393);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1393);
}
}
Frame 1395
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1396
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 17) {
savefile.data.level = 17;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1395);
}
}
Instance of Symbol 641 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndStop(1);
yspeed = 0;
xspeed = 10;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
xspeed = 0;
yspeed = 10;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
xspeed = -10;
yspeed = 0;
}
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
xspeed = 0;
yspeed = -10;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
xspeed = 10;
yspeed = 0;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 641 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndStop(1);
yspeed = 10;
xspeed = 0;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
this._x = this._x + xspeed;
this._y = this._y + yspeed;
if (this.enemyhit.hitTest(_root.foreground.enblocka)) {
xspeed = 0;
yspeed = 10;
}
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
xspeed = -10;
yspeed = 0;
}
if (this.enemyhit.hitTest(_root.foreground.enblockc)) {
xspeed = 0;
yspeed = -10;
}
if (this.enemyhit.hitTest(_root.foreground.enblockd)) {
xspeed = 10;
yspeed = 0;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 604 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.4;
}
}
Instance of Symbol 604 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.4;
}
}
Instance of Symbol 604 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.4;
}
}
Instance of Symbol 604 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.4;
}
}
Instance of Symbol 604 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.4;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 405 MovieClip in Frame 1396
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.gotoAndStop(2);
_root.ground.trap2.gotoAndStop(1);
} else {
this.gotoAndStop(1);
_root.ground.trap2.gotoAndStop(2);
}
}
Instance of Symbol 405 MovieClip in Frame 1396
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.gotoAndStop(2);
_root.ground.trap3.gotoAndStop(1);
} else {
this.gotoAndStop(1);
_root.ground.trap3.gotoAndStop(2);
}
}
Instance of Symbol 405 MovieClip in Frame 1396
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.gotoAndStop(2);
_root.ground.trap5.gotoAndStop(1);
} else {
this.gotoAndStop(1);
_root.ground.trap5.gotoAndStop(2);
}
}
Instance of Symbol 405 MovieClip in Frame 1396
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.gotoAndStop(2);
_root.ground.trap4.gotoAndStop(1);
} else {
this.gotoAndStop(1);
_root.ground.trap4.gotoAndStop(2);
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 672 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.6;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.7;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 672 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.6;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.7;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 672 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.3;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.7;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 395 MovieClip in Frame 1396
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.CP == 0) {
_root.endbox.play();
_root.CP = 0;
} else {
_root.endbox.play();
_root.CP = 0;
}
}
}
}
Instance of Symbol 672 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.4;
}
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.7;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 985 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(116);
}
Instance of Symbol 985 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(71);
}
Instance of Symbol 985 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(116);
}
Instance of Symbol 985 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(71);
}
Instance of Symbol 985 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(116);
}
Instance of Symbol 985 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(116);
}
Instance of Symbol 985 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(1);
}
Instance of Symbol 985 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(116);
}
Instance of Symbol 985 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(71);
}
Instance of Symbol 985 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(116);
}
Instance of Symbol 985 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(1);
}
Instance of Symbol 985 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(116);
}
Instance of Symbol 985 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(71);
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1396
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
dino2.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
dino2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1396
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
if ((this.fall = 0)) {
this.gotoAndStop(4);
boy2.gotoAndStop(4);
}
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
boy2.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
boy2.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
boy2.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 239 MovieClip in Frame 1396
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1396
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1396
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1396
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1396
onClipEvent (load) {
_root.text1 = "Looks like a launch spring. Green objects are triggered by ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + ", and Blue ones are triggered by myeslf. This Green Spring will let ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " clear this gap";
_root.text2 = "My Flashlight can reveal objects and places I usually cant see in the dark. But that's just logic, isn't it, ";
_root.text2 = _root.text2 + _root.dinoname;
_root.text2 = _root.text2 + "?";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1396
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1395);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1395);
}
}
Frame 1397
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
if (_root.CP == 2) {
_root.gotoAndStop(1399);
}
bone = 0;
Frame 1398
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 18) {
savefile.data.level = 18;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1397);
}
}
Instance of Symbol 405 MovieClip in Frame 1398
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.gotoAndStop(2);
_root.ground.wall1.gotoAndStop(2);
} else {
this.gotoAndStop(1);
_root.ground.wall1.gotoAndStop(1);
}
}
Instance of Symbol 405 MovieClip in Frame 1398
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.gotoAndStop(2);
_root.ground.wall2.gotoAndStop(2);
} else {
this.gotoAndStop(1);
_root.ground.wall2.gotoAndStop(1);
}
}
Instance of Symbol 635 MovieClip in Frame 1398
onClipEvent (load) {
this.stop();
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (_root.CP == 0) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
_root.CP = 1;
}
}
if (_root.CP == 2) {
this.gotoAndStop(70);
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 607 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.8;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 604 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.5;
}
}
Instance of Symbol 405 MovieClip in Frame 1398
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.switch3 == 0) {
this.gotoAndStop(2);
_root.ground.trap3.play();
_root.ground.trap5.play();
_root.switch3 = 1;
}
}
}
Instance of Symbol 405 MovieClip in Frame 1398
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.switch2 == 0) {
this.gotoAndStop(2);
_root.ground.trap1.play();
_root.switch2 = 1;
}
}
}
Instance of Symbol 405 MovieClip "trig1" in Frame 1398
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.switch1 == 0) {
this.gotoAndStop(2);
_root.spike1.gotoAndPlay(2);
_root.switch1 = 1;
}
}
}
Instance of Symbol 405 MovieClip "trig4" in Frame 1398
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.switch4 == 0) {
this.gotoAndStop(2);
_root.spike2.gotoAndPlay(2);
_root.switch4 = 1;
}
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 993 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.hitTest(_root.camera)) {
gogo = 1;
}
if (gogo == 1) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 395 MovieClip in Frame 1398
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.CP == 0) {
_root.endbox.play();
_root.CP = 0;
} else {
_root.endbox.play();
_root.CP = 0;
}
}
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1398
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
dino2.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
dino2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1398
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
if ((this.fall = 0)) {
this.gotoAndStop(4);
boy2.gotoAndStop(4);
}
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
boy2.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
boy2.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
boy2.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 239 MovieClip in Frame 1398
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1398
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1398
onClipEvent (load) {
_root.text1 = "Looks like a launch spring. Green objects are triggered by ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + ", and Blue ones are triggered by myeslf. This Green Spring will let ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " clear this gap";
_root.text2 = "My Flashlight can reveal objects and places I usually cant see in the dark. But that's just logic, isn't it, ";
_root.text2 = _root.text2 + _root.dinoname;
_root.text2 = _root.text2 + "?";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1398
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1397);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1397);
}
}
Frame 1399
stop();
Frame 1400
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1401
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 19) {
savefile.data.level = 19;
}
stop();
Instance of Symbol 382 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1400);
}
}
Instance of Symbol 1006 MovieClip in Frame 1401
onClipEvent (load) {
this.gotoAndStop(1);
speed = -3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.enblocka)) {
this._x = _root.enblockb._x;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (this.enemyhit.hitTest(_root.bc1.b9)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 1006 MovieClip in Frame 1401
onClipEvent (load) {
this.gotoAndStop(1);
speed = -4;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.enblocka)) {
this._x = _root.enblockb._x;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (this.enemyhit.hitTest(_root.bc1.b9)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 1006 MovieClip in Frame 1401
onClipEvent (load) {
this.gotoAndStop(1);
speed = -6;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.enblocka)) {
this._x = _root.enblockb._x;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 1006 MovieClip in Frame 1401
onClipEvent (load) {
this.gotoAndStop(1);
speed = -2;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.enblocka)) {
this._x = _root.enblockb._x;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (this.enemyhit.hitTest(_root.bc1.b9)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 1006 MovieClip in Frame 1401
onClipEvent (load) {
this.gotoAndStop(1);
speed = -4;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.enblocka)) {
this._x = _root.enblockb._x;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (this.enemyhit.hitTest(_root.bc1.b9)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 1006 MovieClip in Frame 1401
onClipEvent (load) {
this.gotoAndStop(1);
speed = -7;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.enblocka)) {
this._x = _root.enblockb._x;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 1006 MovieClip in Frame 1401
onClipEvent (load) {
this.gotoAndStop(1);
speed = -5;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.enblocka)) {
this._x = _root.enblockb._x;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 1006 MovieClip in Frame 1401
onClipEvent (load) {
this.gotoAndStop(1);
speed = -4;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.enblocka)) {
this._x = _root.enblockb._x;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (this.enemyhit.hitTest(_root.bc1.b9)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 400 MovieClip in Frame 1401
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.ground.wall1.gotoAndStop(2);
} else {
this.gotoAndStop(1);
_root.ground.wall1.gotoAndStop(1);
}
}
Instance of Symbol 395 MovieClip in Frame 1401
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.CP == 0) {
_root.endbox.play();
_root.CP = 0;
} else {
_root.endbox.play();
_root.CP = 0;
}
}
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1401
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
dino2.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
dino2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1401
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
if ((this.fall = 0)) {
this.gotoAndStop(4);
boy2.gotoAndStop(4);
}
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
boy2.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
boy2.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
boy2.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 416 MovieClip "enblockb" in Frame 1401
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocka" in Frame 1401
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 239 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1401
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1401
onClipEvent (load) {
_root.text1 = "Looks like a launch spring. Green objects are triggered by ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + ", and Blue ones are triggered by myeslf. This Green Spring will let ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " clear this gap";
_root.text2 = "My Flashlight can reveal objects and places I usually cant see in the dark. But that's just logic, isn't it, ";
_root.text2 = _root.text2 + _root.dinoname;
_root.text2 = _root.text2 + "?";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1401
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1400);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1400);
}
}
Frame 1402
Frame 1403
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
if (_root.CP == 2) {
_root.gotoAndStop(1405);
}
bone = 0;
Frame 1404
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 20;
stop();
Instance of Symbol 382 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1402);
}
}
Instance of Symbol 635 MovieClip in Frame 1404
onClipEvent (load) {
this.stop();
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (_root.CP == 0) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
_root.CP = 1;
}
}
if (_root.CP == 2) {
this.gotoAndStop(70);
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 679 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 580 MovieClip in Frame 1404
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (this.enemyhit.hitTest(_root.bc1.b9)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 580 MovieClip in Frame 1404
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._x = this._x + speed;
if (this.enemyhit.hitTest(_root.foreground.enblockb)) {
speed = 3;
this._xscale = -scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblocke)) {
speed = -3;
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
if (this.enemyhit.hitTest(_root.bc1.b9)) {
this.gotoAndPlay(3);
}
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 641 MovieClip in Frame 1404
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
this._y = this._y + speed;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 641 MovieClip in Frame 1404
onClipEvent (load) {
this.gotoAndStop(1);
speed = 6;
scale = _xscale;
}
onClipEvent (enterFrame) {
thisx = this._x;
boyx = _root.boy._x;
this._y = this._y + speed;
if (thisx < boyx) {
this._xscale = -scale;
} else {
this._xscale = scale;
}
if (this.enemyhit.hitTest(_root.foreground.enblockf)) {
speed = 6;
}
if (this.enemyhit.hitTest(_root.foreground.enblockg)) {
speed = -6;
}
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(2);
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 395 MovieClip in Frame 1404
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (_root.CP == 0) {
_root.endbox.play();
_root.CP = 0;
} else {
_root.endbox.play();
_root.CP = 0;
}
}
}
}
Instance of Symbol 679 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 679 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._y = this._y + 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
}
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.dinosaur.dinomunch)) {
this._y = this._y - 40;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this._y = this._y - 3;
}
}
Instance of Symbol 607 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.dinosaur.dinomunch)) {
this.play();
_root.dinosaur._y = _root.dinosaur._y - 5;
_root.dinosaur.gravity = _root.dinosaur.jumpheight * -1.3;
}
}
onClipEvent (load) {
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 604 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.9;
}
}
Instance of Symbol 783 MovieClip in Frame 1404
onClipEvent (load) {
this.gotoAndPlay(83);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y--;
}
}
Instance of Symbol 783 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y--;
}
}
Instance of Symbol 783 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y--;
}
}
Instance of Symbol 783 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y--;
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1404
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
dino2.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
dino2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1404
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
if ((this.fall = 0)) {
this.gotoAndStop(4);
boy2.gotoAndStop(4);
}
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
boy2.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
boy2.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
boy2.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 239 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 239 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1404
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1404
onClipEvent (load) {
_root.text1 = "Looks like a launch spring. Green objects are triggered by ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + ", and Blue ones are triggered by myeslf. This Green Spring will let ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " clear this gap";
_root.text2 = "My Flashlight can reveal objects and places I usually cant see in the dark. But that's just logic, isn't it, ";
_root.text2 = _root.text2 + _root.dinoname;
_root.text2 = _root.text2 + "?";
}
Instance of Symbol 555 MovieClip "bonestop" in Frame 1404
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.hitTest(_root.boy.boydying.boydeath)) {
_parent.gotoAndPlay(1402);
}
if (this.hitTest(_root.dinosaur.dinodie)) {
_parent.gotoAndPlay(1402);
}
}
Frame 1406
stopAllSounds();
Frame 1407
switch1 = 0;
switch2 = 0;
switch3 = 0;
switch4 = 0;
switch5 = 0;
switch6 = 0;
switch7 = 0;
switch8 = 0;
switch9 = 0;
switch10 = 0;
switch11 = 0;
switch12 = 0;
switch13 = 0;
switch14 = 0;
switch15 = 0;
switch16 = 0;
switch17 = 0;
switch18 = 0;
switch19 = 0;
switch20 = 0;
switch21 = 0;
switch22 = 0;
switch23 = 0;
switch24 = 0;
switch25 = 0;
die = 0;
FIRE = 0;
bone = 0;
Frame 1408
stop();
Instance of Symbol 405 MovieClip in Frame 1408
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.gotoAndStop(2);
_root.switch2 = 1;
} else {
this.gotoAndStop(1);
_root.switch2 = 0;
}
}
Instance of Symbol 400 MovieClip in Frame 1408
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch1 = 1;
} else {
this.gotoAndStop(1);
_root.switch1 = 0;
}
}
Instance of Symbol 534 MovieClip "dinosaur" in Frame 1408
onClipEvent (load) {
this.stop();
speed = 9;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (_root.bone == 2) {
this.gotoAndStop(2);
dino2.gotoAndStop(2);
if (this._x >= _root.bonespot) {
this._x = this._x - speed;
_xscale = (-scale);
} else {
_xscale = scale;
this._x = this._x + speed;
}
} else {
this.gotoAndStop(1);
dino2.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else {
air = true;
}
if (air) {
_y = (_y + gravity);
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
_y = (_y-1);
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
}
Instance of Symbol 542 MovieClip "boy" in Frame 1408
onClipEvent (load) {
this.stop();
speed = 6;
jumpheight = 18;
fallspeed = 2.5;
gravity = 7;
scale = _xscale;
jump = _root.jumpnumber;
_xscale = (-scale);
}
onClipEvent (enterFrame) {
if (_root.die == 0) {
if (_root.ground.hitTest(_x, _y, true)) {
air = false;
} else if (_root.dinosaur.dinostep.hitTest(_x, _y + 1, true)) {
air = false;
} else {
air = true;
}
if (air) {
this._y = this._y + gravity;
}
if (air && (gravity > 0)) {
if ((this.fall = 0)) {
this.gotoAndStop(4);
boy2.gotoAndStop(4);
}
}
if (air && (gravity < 0)) {
this.gotoAndStop(3);
boy2.gotoAndStop(3);
}
if (Key.isDown(68)) {
_x = (_x + speed);
_root.camera._x = _root.camera._x + speed;
_root.pointer._x = _root.pointer._x + speed;
_root.endbox._x = _root.endbox._x + speed;
_root.sky._x = _root.sky._x + (speed / 4);
_xscale = scale;
}
if (Key.isDown(65)) {
_x = (_x - speed);
_root.camera._x = _root.camera._x - speed;
_root.pointer._x = _root.pointer._x - speed;
_root.endbox._x = _root.endbox._x - speed;
_root.sky._x = _root.sky._x - (speed / 4);
_xscale = (-scale);
}
if (((!air) && (Key.isDown(68))) || ((!air) && (Key.isDown(65)))) {
this.gotoAndStop(2);
boy2.gotoAndStop(2);
}
if ((!Key.isDown(68)) && ((!Key.isDown(65)) & (!air))) {
this.gotoAndStop(1);
boy2.gotoAndStop(1);
}
if (this.playerhitbody.hitTest(_root.water)) {
if (Key.isDown(87)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
this._y = this._y - 5;
gravity = -jumpheight;
}
} else if (_root.jump >= 1) {
if (Key.isDown(87)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
if (Key.isDown(32)) {
_root.jump = _root.jump - 1;
this._y = this._y - 5;
gravity = -jumpheight;
}
}
if (gravity < 10) {
gravity = gravity + fallspeed;
}
if (_root.ground.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
if (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
_root.jump = _root.jumpnumber;
}
while (_root.ground.hitTest(_x, _y - 1, true)) {
this._y--;
}
while (_root.dinosaur.dinostep.hitTest(_x, _y, true)) {
this._y--;
}
if (_root.tra.hitTest(_x, _y, true)) {
_y = (_y - 5);
gravity = -23;
}
} else {
this.gotoAndStop(5);
}
}
Instance of Symbol 1030 MovieClip in Frame 1408
onClipEvent (load) {
counter = 0;
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
if (_root.switch2 == 1) {
this._y = this._y + 2;
counter = counter + 1;
this.play();
}
if (counter == 105) {
_root.ground.trap1.play();
}
if (counter == 108) {
_root.ground.trap2.play();
_root.play();
}
}
}
Instance of Symbol 391 MovieClip in Frame 1408
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 381 MovieClip "pointer" in Frame 1408
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 343 MovieClip in Frame 1408
onClipEvent (load) {
_root.text1 = "Looks like a launch spring. Green objects are triggered by ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + ", and Blue ones are triggered by myeslf. This Green Spring will let ";
_root.text1 = _root.text1 + _root.dinoname;
_root.text1 = _root.text1 + " clear this gap";
_root.text2 = "My Flashlight can reveal objects and places I usually cant see in the dark. But that's just logic, isn't it, ";
_root.text2 = _root.text2 + _root.dinoname;
_root.text2 = _root.text2 + "?";
}
Frame 1713
stopAllSounds();
_root.gotoAndPlay(1);
Instance of Symbol 3 MovieClip "bonehit" in Symbol 4 MovieClip [bone] Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 7 MovieClip [boom] Frame 19
stop();
Symbol 12 MovieClip Frame 1
setProperty(this, _xscale , _root.PercentLoaded);
Symbol 53 MovieClip Frame 193
_root.gotoAndPlay(190);
Symbol 81 Button
on (release) {
play();
}
Symbol 85 Button
on (release) {
gotoAndPlay (1349);
}
Symbol 96 Button
on (release) {
_root.play();
}
Symbol 97 Button
on (release) {
_root.gotoAndPlay(1349);
}
Symbol 98 Button
on (release) {
_root.titlemenu.gotoAndStop(2);
}
Symbol 99 Button
on (release) {
_root.titlemenu.gotoAndStop(3);
}
Symbol 105 MovieClip Frame 1
if (_root.level >= 1) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 105 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1351);
}
Symbol 108 MovieClip Frame 1
if (_root.level >= 2) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 108 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1353);
}
Symbol 117 MovieClip Frame 1
if (_root.level >= 3) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 117 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1355);
}
Symbol 124 MovieClip Frame 1
if (_root.level >= 4) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 124 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1357);
}
Symbol 132 MovieClip Frame 1
if (_root.level >= 5) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 132 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1359);
}
Symbol 140 MovieClip Frame 1
if (_root.level >= 6) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 140 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1361);
}
Symbol 147 MovieClip Frame 1
if (_root.level >= 7) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 147 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1364);
}
Symbol 154 MovieClip Frame 1
if (_root.level >= 8) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 154 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1366);
}
Symbol 158 MovieClip Frame 1
if (_root.level >= 9) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 158 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1371);
}
Symbol 164 MovieClip Frame 1
if (_root.level >= 10) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 164 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1373);
}
Symbol 174 MovieClip Frame 1
if (_root.level >= 11) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 170 MovieClip "platform11" in Symbol 174 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 170 MovieClip "platform11" in Symbol 174 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 104 MovieClip in Symbol 174 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1375);
}
Symbol 181 MovieClip Frame 1
if (_root.level >= 12) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 181 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1378);
}
Symbol 186 MovieClip Frame 1
if (_root.level >= 13) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 186 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1380);
}
Symbol 194 MovieClip Frame 1
if (_root.level >= 14) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 194 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1384);
}
Symbol 201 MovieClip Frame 1
if (_root.level >= 15) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 201 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1387);
}
Symbol 206 MovieClip Frame 1
if (_root.level >= 16) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 116 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 206 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 104 MovieClip in Symbol 206 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1392);
}
Symbol 212 Button
on (release) {
_root.titlemenu.gotoAndStop(1);
}
Symbol 216 MovieClip Frame 1
if (_root.level >= 17) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 216 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1395);
}
Symbol 219 MovieClip Frame 1
if (_root.level >= 18) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 104 MovieClip in Symbol 219 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1397);
}
Symbol 235 MovieClip Frame 1
if (_root.level >= 20) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 235 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1402);
}
Symbol 240 MovieClip Frame 1
if (_root.level >= 19) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 104 MovieClip in Symbol 240 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1400);
}
Instance of Symbol 258 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Cloud") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 261 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Glamasaurus") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 263 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Glamasaurus") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 265 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Cloud") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 267 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Cloud") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 269 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "The Don") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 271 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "The Don") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 273 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "The Don") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 275 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 278 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Knick") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 280 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Dinx") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 282 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 282 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 284 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 286 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 288 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Lutri") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 291 MovieClip in Symbol 301 MovieClip Frame 6
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 294 MovieClip in Symbol 301 MovieClip Frame 11
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 291 MovieClip in Symbol 301 MovieClip Frame 16
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 275 MovieClip in Symbol 301 MovieClip Frame 21
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 291 MovieClip in Symbol 301 MovieClip Frame 26
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 294 MovieClip in Symbol 301 MovieClip Frame 31
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 291 MovieClip in Symbol 301 MovieClip Frame 36
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 302 MovieClip Frame 1
stop();
Symbol 302 MovieClip Frame 2
stop();
Symbol 302 MovieClip Frame 3
stop();
Symbol 311 Button
on (release) {
play();
}
Symbol 370 MovieClip Frame 386
_parent.play();
Symbol 374 MovieClip Frame 1
stop();
Symbol 378 Button
on (release) {
play();
}
Symbol 392 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 392 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
}
if (this.hitTest(_root.dinosaur)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 392 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
}
if (this.hitTest(_root.dinosaur)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Symbol 392 MovieClip Frame 2
stop();
Instance of Symbol 389 MovieClip "wall2" in Symbol 393 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (_root.switch3 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 389 MovieClip "wall4" in Symbol 393 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (_root.switch4 == 1) {
this.gotoAndStop(2);
} else if (_root.switch7 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 389 MovieClip "wall6" in Symbol 393 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (_root.switch6 == 1) {
this.gotoAndStop(2);
} else if (_root.switch4 == 1) {
this.gotoAndStop(2);
} else if (_root.switch7 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 392 MovieClip "wall1" in Symbol 393 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (_root.switch3 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 392 MovieClip "wall3" in Symbol 393 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (_root.switch4 == 1) {
this.gotoAndStop(2);
} else if (_root.switch7 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 392 MovieClip "wall5" in Symbol 393 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (_root.switch6 == 1) {
this.gotoAndStop(2);
} else if (_root.switch4 == 1) {
this.gotoAndStop(2);
} else if (_root.switch7 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Symbol 397 MovieClip Frame 1
stop();
Symbol 399 MovieClip Frame 3
_parent.pushed = _parent.pushed + 1;
Symbol 399 MovieClip Frame 4
_parent.pushed = _parent.pushed + 1;
Symbol 399 MovieClip Frame 6
stop();
Symbol 400 MovieClip Frame 1
stop();
pushed = 0;
Symbol 400 MovieClip Frame 2
stop();
Symbol 402 MovieClip Frame 6
stop();
Symbol 404 MovieClip Frame 6
stop();
Instance of Symbol 391 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 407 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 407 MovieClip "platform3" in Symbol 413 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this._y = this._y - 2;
} else if (_root.switch2 == 1) {
this._y = this._y - 2;
} else {
this._y = this._y + 2;
}
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y + 2;
}
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - 2;
}
}
Instance of Symbol 410 MovieClip in Symbol 413 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (_root.switch5 == 1) {
this.gotoAndStop(2);
} else if (_root.switch8 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 413 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 413 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 413 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 413 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform8" in Symbol 413 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform7" in Symbol 413 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 413 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 413 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 413 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 413 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 413 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 413 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 413 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 417 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 417 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 420 MovieClip in Symbol 422 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip in Symbol 422 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 258 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Cloud") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 265 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Cloud") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 267 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Cloud") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 261 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Glamasaurus") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 427 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Glamasaurus") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 269 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "The Don") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 271 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "The Don") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 273 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "The Don") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 278 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Knick") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 280 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Dinx") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 282 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 282 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 284 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 286 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 288 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Lutri") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 4
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 7
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 10
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 13
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 16
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 19
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 22
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 25
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 28
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 31
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 34
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 37
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 40
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 43
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 46
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 49
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 52
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 55
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 58
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 61
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 64
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 67
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 70
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 73
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 76
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 79
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 82
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 85
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 88
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 91
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 94
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 97
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 100
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 103
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 106
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 109
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 112
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 115
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 118
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 121
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 124
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 127
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 130
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 133
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 136
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 139
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 142
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 145
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 148
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 151
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 154
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 157
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 160
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 163
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 166
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 169
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 172
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 175
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 178
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 181
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 184
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 187
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 190
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 193
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 196
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 199
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 202
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 205
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 208
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 211
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 214
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 217
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 220
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 223
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 226
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 229
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 232
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 235
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 238
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 241
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 244
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 247
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 250
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 253
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 256
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 259
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 262
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 265
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 268
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 271
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 274
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 429 MovieClip in Symbol 530 MovieClip Frame 277
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 280
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 436 MovieClip in Symbol 530 MovieClip Frame 283
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 530 MovieClip Frame 286
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 531 MovieClip in Symbol 533 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 532 MovieClip in Symbol 533 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 422 MovieClip "dinostep" in Symbol 534 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Guppy") {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 424 MovieClip "dinomunch" in Symbol 534 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 424 MovieClip "dinohit" in Symbol 534 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 424 MovieClip "dinodie" in Symbol 534 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 533 MovieClip "dinostep" in Symbol 534 MovieClip Frame 2
onClipEvent (load) {
if (_root.dinoname == "Guppy") {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 424 MovieClip "dinorun" in Symbol 534 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Symbol 541 MovieClip Frame 5
stop();
Instance of Symbol 540 MovieClip "boydeath" in Symbol 541 MovieClip Frame 5
onClipEvent (enterFrame) {
this._y = this._y + 10;
this._rotation = this._rotation + 60;
}
Instance of Symbol 535 MovieClip "fall" in Symbol 542 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
_parent.fall = 1;
} else {
_parent.fall = 0;
}
}
Symbol 557 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 558 MovieClip Frame 24
stop();
Symbol 558 MovieClip Frame 45
_parent.play();
Instance of Symbol 416 MovieClip "enblocka" in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 560 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 565 MovieClip Frame 1
stop();
Symbol 565 MovieClip Frame 23
stop();
Symbol 565 MovieClip Frame 24
stop();
Symbol 565 MovieClip Frame 25
stop();
Symbol 565 MovieClip Frame 26
stop();
Symbol 565 MovieClip Frame 27
stop();
Symbol 565 MovieClip Frame 28
stop();
Symbol 565 MovieClip Frame 29
stop();
Symbol 565 MovieClip Frame 30
stop();
Symbol 565 MovieClip Frame 31
stop();
Symbol 565 MovieClip Frame 32
stop();
Symbol 565 MovieClip Frame 33
stop();
Symbol 565 MovieClip Frame 34
stop();
Symbol 565 MovieClip Frame 35
stop();
Symbol 565 MovieClip Frame 36
stop();
Symbol 565 MovieClip Frame 37
stop();
Symbol 565 MovieClip Frame 38
stop();
Symbol 565 MovieClip Frame 39
stop();
Symbol 565 MovieClip Frame 40
stop();
Symbol 565 MovieClip Frame 41
stop();
Symbol 565 MovieClip Frame 42
stop();
Symbol 565 MovieClip Frame 43
stop();
Symbol 565 MovieClip Frame 44
stop();
Symbol 565 MovieClip Frame 45
stop();
Symbol 565 MovieClip Frame 46
stop();
Symbol 568 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 568 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 568 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Symbol 568 MovieClip Frame 2
stop();
Instance of Symbol 562 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 568 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.switch2 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 568 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.switch3 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 568 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.switch4 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 391 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform5" in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform6" in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform8" in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform9" in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 569 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._y = _root.boy._y + 5;
}
}
Symbol 579 MovieClip Frame 15
stop();
Symbol 580 MovieClip Frame 1
stop();
Instance of Symbol 535 MovieClip "enemyhit" in Symbol 580 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
Symbol 580 MovieClip Frame 2
stop();
Symbol 580 MovieClip Frame 3
stop();
Instance of Symbol 391 MovieClip "platform1" in Symbol 585 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 585 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 585 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 585 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 586 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 586 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockc" in Symbol 586 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockd" in Symbol 586 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 589 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Symbol 589 MovieClip Frame 23
stop();
Symbol 589 MovieClip Frame 24
stop();
Symbol 589 MovieClip Frame 25
stop();
Symbol 589 MovieClip Frame 26
stop();
Symbol 589 MovieClip Frame 27
stop();
Symbol 589 MovieClip Frame 28
stop();
Symbol 589 MovieClip Frame 29
stop();
Symbol 589 MovieClip Frame 30
stop();
Symbol 589 MovieClip Frame 31
stop();
Symbol 589 MovieClip Frame 32
stop();
Symbol 589 MovieClip Frame 33
stop();
Symbol 589 MovieClip Frame 34
stop();
Symbol 589 MovieClip Frame 35
stop();
Symbol 589 MovieClip Frame 36
stop();
Symbol 589 MovieClip Frame 37
stop();
Symbol 589 MovieClip Frame 38
stop();
Symbol 589 MovieClip Frame 39
stop();
Symbol 589 MovieClip Frame 40
stop();
Symbol 589 MovieClip Frame 41
stop();
Symbol 589 MovieClip Frame 42
stop();
Symbol 589 MovieClip Frame 43
stop();
Symbol 589 MovieClip Frame 44
stop();
Symbol 589 MovieClip Frame 45
stop();
Symbol 589 MovieClip Frame 46
stop();
Symbol 590 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 590 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 590 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Symbol 590 MovieClip Frame 23
stop();
Symbol 590 MovieClip Frame 24
stop();
Symbol 590 MovieClip Frame 25
stop();
Symbol 590 MovieClip Frame 26
stop();
Symbol 590 MovieClip Frame 27
stop();
Symbol 590 MovieClip Frame 28
stop();
Symbol 590 MovieClip Frame 29
stop();
Symbol 590 MovieClip Frame 30
stop();
Symbol 590 MovieClip Frame 31
stop();
Symbol 590 MovieClip Frame 32
stop();
Symbol 590 MovieClip Frame 33
stop();
Symbol 590 MovieClip Frame 34
stop();
Symbol 590 MovieClip Frame 35
stop();
Symbol 590 MovieClip Frame 36
stop();
Symbol 590 MovieClip Frame 37
stop();
Symbol 590 MovieClip Frame 38
stop();
Symbol 590 MovieClip Frame 39
stop();
Symbol 590 MovieClip Frame 40
stop();
Symbol 590 MovieClip Frame 41
stop();
Symbol 590 MovieClip Frame 42
stop();
Symbol 590 MovieClip Frame 43
stop();
Symbol 590 MovieClip Frame 44
stop();
Symbol 590 MovieClip Frame 45
stop();
Symbol 590 MovieClip Frame 46
stop();
Instance of Symbol 407 MovieClip "platform3" in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
speed = 4;
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this._y = this._y - speed;
} else {
this._y = this._y + speed;
}
if (this.hitTest(_root.foreground.enblocki)) {
this._y = this._y + speed;
}
if (this.hitTest(_root.foreground.enblockj)) {
this._y = this._y - speed;
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 592 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 593 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockd" in Symbol 593 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockc" in Symbol 593 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 593 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocke" in Symbol 593 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockf" in Symbol 593 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockg" in Symbol 593 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockh" in Symbol 593 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocki" in Symbol 593 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockj" in Symbol 593 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 604 MovieClip Frame 1
stop();
Symbol 607 MovieClip Frame 1
stop();
Symbol 611 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 611 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 611 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Symbol 611 MovieClip Frame 40
stop();
Symbol 613 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 613 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 613 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 613 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Symbol 613 MovieClip Frame 19
stop();
Symbol 615 MovieClip Frame 1
stop();
Symbol 615 MovieClip Frame 25
stop();
Symbol 621 MovieClip Frame 1
stop();
Symbol 621 MovieClip Frame 2
stop();
Instance of Symbol 391 MovieClip in Symbol 622 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 622 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 622 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 622 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 622 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 622 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 622 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 622 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 621 MovieClip "platform5" in Symbol 622 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.switch5 == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 622 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform7" in Symbol 622 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 635 MovieClip Frame 1
stop();
Symbol 635 MovieClip Frame 70
stop();
_root.CP = 2;
Symbol 638 MovieClip Frame 7
gotoAndPlay (1);
Symbol 641 MovieClip Frame 1
stop();
Instance of Symbol 535 MovieClip "enemyhit" in Symbol 641 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
Symbol 641 MovieClip Frame 25
stop();
Instance of Symbol 116 MovieClip in Symbol 645 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 645 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 391 MovieClip in Symbol 645 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 645 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 645 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform5" in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 646 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 391 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip "platform6" in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform7" in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform8" in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform9" in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform10" in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform11" in Symbol 648 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 649 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 649 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocke" in Symbol 649 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 661 MovieClip Frame 32
stop();
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 407 MovieClip "platform10" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this._y = this._y - (speed * 4);
} else {
this._y = this._y + (speed / 3);
}
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y + (speed * 4);
}
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - (speed / 3);
}
}
Instance of Symbol 407 MovieClip "platform11" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this._y = this._y - (speed * 4);
} else {
this._y = this._y + (speed / 3);
}
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y + (speed * 4);
}
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - (speed / 3);
}
}
Instance of Symbol 407 MovieClip "platform12" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this._y = this._y - (speed * 4);
} else {
this._y = this._y + (speed / 3);
}
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y + (speed * 4);
}
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - (speed / 3);
}
}
Instance of Symbol 407 MovieClip "platform13" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this._y = this._y - (speed * 4);
} else {
this._y = this._y + (speed / 3);
}
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y + (speed * 4);
}
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - (speed / 3);
}
}
Instance of Symbol 407 MovieClip "platform14" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this._y = this._y - (speed * 4);
} else {
this._y = this._y + (speed / 3);
}
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y + (speed * 4);
}
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - (speed / 3);
}
}
Instance of Symbol 407 MovieClip "platform15" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this._y = this._y - (speed * 4);
} else {
this._y = this._y + (speed / 3);
}
if (this.hitTest(_root.foreground.enblockc)) {
this._y = this._y + (speed * 4);
}
if (this.hitTest(_root.foreground.enblockd)) {
this._y = this._y - (speed / 3);
}
}
Instance of Symbol 407 MovieClip "platform16" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this._y = this._y - (speed * 4);
} else {
this._y = this._y + (speed / 3);
}
if (this.hitTest(_root.foreground.enblocke)) {
this._y = this._y + (speed * 4);
}
if (this.hitTest(_root.foreground.enblockf)) {
this._y = this._y - (speed / 3);
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform5" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform6" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform7" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform8" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform9" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform17" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip "platform18" in Symbol 662 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 663 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 663 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockc" in Symbol 663 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocke" in Symbol 663 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockd" in Symbol 663 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockf" in Symbol 663 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 672 MovieClip Frame 1
stop();
Instance of Symbol 661 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform6" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform5" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform7" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform8" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform9" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform10" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform11" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform12" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform13" in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 682 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 691 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 691 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocke" in Symbol 691 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockf" in Symbol 691 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockg" in Symbol 691 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 701 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 701 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Symbol 701 MovieClip Frame 2
stop();
Instance of Symbol 391 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 535 MovieClip in Symbol 708 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_parent._parent._y > 55) {
_parent._parent._y = _parent._parent._y - 2;
}
if (_parent._parent._y < 55) {
_parent._parent._y = _parent._parent._y + 2;
}
}
Instance of Symbol 391 MovieClip in Symbol 709 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 709 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 708 MovieClip in Symbol 709 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_parent.moving == "not") {
this.gotoAndStop(3);
}
if (_parent.moving == "slow") {
this.gotoAndStop(2);
}
if (_parent.moving == "fast") {
this.gotoAndStop(1);
}
}
Instance of Symbol 535 MovieClip in Symbol 711 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_parent._parent._parent.piston3.wf > 0) {
} else if (_parent._parent._parent.piston4.wf > 0) {
} else {
if (_parent._parent._y > 80) {
_parent._parent._y = _parent._parent._y - 2;
}
if (_parent._parent._y < 80) {
_parent._parent._y = _parent._parent._y + 2;
}
}
}
Instance of Symbol 391 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 711 MovieClip in Symbol 714 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_parent.wf == 0) {
this.gotoAndStop(3);
}
if (_parent.wf == 2) {
this.gotoAndStop(2);
}
if (_parent.wf >= 6) {
this.gotoAndStop(1);
}
}
Instance of Symbol 535 MovieClip in Symbol 715 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_parent._parent.wf > 0) {
} else {
if (_parent._parent._y > 30) {
_parent._parent._y = _parent._parent._y - 0.5;
}
if (_parent._parent._y < 30) {
_parent._parent._y = _parent._parent._y + 0.5;
}
}
}
Instance of Symbol 535 MovieClip in Symbol 716 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_parent._parent.wf > 0) {
} else {
if (_parent._parent._y > 80) {
_parent._parent._y = _parent._parent._y - 0.5;
}
if (_parent._parent._y < 80) {
_parent._parent._y = _parent._parent._y + 0.5;
}
}
}
Instance of Symbol 715 MovieClip in Symbol 719 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_parent.wf == 0) {
this.gotoAndStop(3);
}
if (_parent.wf == 1) {
this.gotoAndStop(2);
}
if (_parent.wf >= 6) {
this.gotoAndStop(1);
}
}
Instance of Symbol 716 MovieClip in Symbol 719 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_parent.wf == 0) {
this.gotoAndStop(3);
}
if (_parent.wf == 2) {
this.gotoAndStop(2);
}
if (_parent.wf >= 6) {
this.gotoAndStop(1);
}
}
Instance of Symbol 716 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_parent.wf == 0) {
this.gotoAndStop(3);
}
if (_parent.wf == 1) {
this.gotoAndStop(2);
}
if (_parent.wf >= 6) {
this.gotoAndStop(1);
}
}
Instance of Symbol 716 MovieClip in Symbol 722 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_parent.wf == 0) {
this.gotoAndStop(3);
}
if (_parent.wf == 2) {
this.gotoAndStop(2);
}
if (_parent.wf >= 6) {
this.gotoAndStop(1);
}
}
Instance of Symbol 535 MovieClip in Symbol 723 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_parent._parent.wf > 0) {
} else {
if (_parent._parent._y > 80) {
_parent._parent._y = _parent._parent._y - 0.25;
}
if (_parent._parent._y < 80) {
_parent._parent._y = _parent._parent._y + 0.25;
}
}
}
Instance of Symbol 723 MovieClip in Symbol 726 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_parent.wf == 0) {
this.gotoAndStop(3);
}
if (_parent.wf == 1) {
this.gotoAndStop(2);
}
if (_parent.wf >= 6) {
this.gotoAndStop(1);
}
}
Instance of Symbol 723 MovieClip in Symbol 726 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_parent.wf == 0) {
this.gotoAndStop(3);
}
if (_parent.wf == 2) {
this.gotoAndStop(2);
}
if (_parent.wf >= 6) {
this.gotoAndStop(1);
}
}
Instance of Symbol 709 MovieClip "piston1" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this.moving = "not";
}
onClipEvent (enterFrame) {
if (this.step.hitTest(_root.boy.boyhit)) {
this.moving = "slow";
_parent.piston2.moving = "slow";
this._y = this._y + 2;
_parent.piston2._y = _parent.piston2._y - 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
_parent.piston2._y = _parent.piston2._y + 2;
}
} else if (this.step.hitTest(_root.dinosaur.dinohit)) {
this.moving = "fast";
_parent.piston2.moving = "fast";
this._y = this._y + 6;
_parent.piston2._y = _parent.piston2._y - 6;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 6;
_parent.piston2._y = _parent.piston2._y + 6;
}
} else {
this.moving = "not";
}
}
Instance of Symbol 709 MovieClip "piston2" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this.moving = "not";
}
onClipEvent (enterFrame) {
if (this.step.hitTest(_root.boy.boyhit)) {
this.moving = "slow";
_parent.piston1.moving = "slow";
this._y = this._y + 2;
_parent.piston1._y = _parent.piston1._y - 2;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 2;
_parent.piston1._y = _parent.piston1._y + 2;
}
} else if (this.step.hitTest(_root.dinosaur.dinohit)) {
this.moving = "fast";
_parent.piston1.moving = "fast";
this._y = this._y + 6;
_parent.piston1._y = _parent.piston1._y - 6;
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y - 6;
_parent.piston1._y = _parent.piston1._y + 6;
}
} else {
this.moving = "not";
}
}
Instance of Symbol 714 MovieClip "piston3" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this.moving = 1;
this.w1 = 0;
this.w2 = 0;
this.w3 = 0;
this.wf = 0;
}
onClipEvent (enterFrame) {
this.wf = (this.w1 + this.w2) + this.w3;
if (this.step.hitTest(_root.boy.boyhit)) {
this.w1 = 2;
this._y = this._y + this.w1;
_parent.piston4._y = _parent.piston4._y - this.w1;
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - this.w1;
_parent.piston4._y = _parent.piston4._y + this.w1;
}
} else {
this.w1 = 0;
}
if (this.step.hitTest(_root.dinosaur.dinohit)) {
this.w2 = 6;
this._y = this._y + this.w2;
_parent.piston4._y = _parent.piston4._y - this.w2;
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - this.w2;
_parent.piston4._y = _parent.piston4._y + this.w2;
}
} else {
this.w2 = 0;
}
if (this.step.hitTest(_root.rock2)) {
this.w3 = 6;
this._y = this._y + this.w3;
_parent.piston4._y = _parent.piston4._y - this.w3;
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - this.w3;
_parent.piston4._y = _parent.piston4._y + this.w3;
}
} else {
this.w3 = 0;
}
if (this.step.hitTest(_root.boy.boyhit)) {
this.moving = 2;
_parent.piston4.moving = 2;
} else if (this.step.hitTest(_root.dinosaur.dinohit)) {
this.moving = 2;
_parent.piston4.moving = 2;
} else if (this.step.hitTest(_root.rock1)) {
this.moving = 2;
_parent.piston4.moving = 2;
} else {
this.moving = 1;
}
}
Instance of Symbol 714 MovieClip "piston4" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this.moving = 1;
this.w1 = 0;
this.w2 = 0;
this.w3 = 0;
this.wf = 0;
}
onClipEvent (enterFrame) {
this.wf = (this.w1 + this.w2) + this.w3;
if (this.step.hitTest(_root.boy.boyhit)) {
this.w1 = 2;
this._y = this._y + this.w1;
_parent.piston3._y = _parent.piston3._y - this.w1;
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - this.w1;
_parent.piston3._y = _parent.piston3._y + this.w1;
}
} else {
this.w1 = 0;
}
if (this.step.hitTest(_root.dinosaur.dinohit)) {
this.w2 = 6;
this._y = this._y + this.w2;
_parent.piston3._y = _parent.piston3._y - this.w2;
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - this.w2;
_parent.piston3._y = _parent.piston3._y + this.w2;
}
} else {
this.w2 = 0;
}
if (this.step.hitTest(_root.rock1)) {
this.w3 = 6;
this._y = this._y + this.w3;
_parent.piston3._y = _parent.piston3._y - this.w3;
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - this.w3;
_parent.piston3._y = _parent.piston3._y + this.w3;
}
} else {
this.w3 = 0;
}
if (this.step.hitTest(_root.boy.boyhit)) {
this.moving = 2;
_parent.piston3.moving = 2;
} else if (this.step.hitTest(_root.dinosaur.dinohit)) {
this.moving = 2;
_parent.piston3.moving = 2;
} else if (this.step.hitTest(_root.rock1)) {
this.moving = 2;
_parent.piston3.moving = 2;
} else {
this.moving = 1;
}
}
Instance of Symbol 719 MovieClip "p1" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this.moving = 1;
this.w1 = 0;
this.w2 = 0;
this.w3 = 0;
this.wf = 0;
}
onClipEvent (enterFrame) {
this.wf = (this.w1 + this.w2) + this.w3;
if (this.step.hitTest(_root.boy.boyhit)) {
this.w1 = 1;
this._y = this._y + this.w1;
if (this.hitTest(_root.foreground.enblockc)) {
this._y = this._y - this.w1;
}
} else if (this.step2.hitTest(_root.boy.boyhit)) {
this.w1 = 1;
this._y = this._y + this.w1;
if (this.hitTest(_root.foreground.enblockc)) {
this._y = this._y - this.w1;
}
} else {
this.w1 = 0;
}
if (this.step.hitTest(_root.dinosaur.dinohit)) {
this.w2 = 4;
this._y = this._y + this.w2;
if (this.hitTest(_root.foreground.enblockc)) {
this._y = this._y - this.w2;
}
} else {
this.w2 = 0;
}
if (this.step.hitTest(_root.boy.boyhit)) {
this.moving = 2;
} else if (this.step.hitTest(_root.dinosaur.dinohit)) {
this.moving = 2;
} else if (this.step.hitTest(_root.boy.boyhit)) {
this.moving = 2;
} else {
this.moving = 1;
}
}
Instance of Symbol 722 MovieClip "p2" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this.moving = 1;
this.w1 = 0;
this.w2 = 0;
this.w3 = 0;
this.wf = 0;
this._y = initialy;
}
onClipEvent (enterFrame) {
this.wf = (this.w1 + this.w2) + this.w3;
if (this.step.hitTest(_root.boy.boyhit)) {
this.w1 = 1;
this._y = this._y + this.w1;
if (this.hitTest(_root.foreground.enblockc)) {
this._y = this._y - this.w1;
}
} else if (this.step2.hitTest(_root.boy.boyhit)) {
this.w1 = 1;
this._y = this._y + this.w1;
if (this.hitTest(_root.foreground.enblockc)) {
this._y = this._y - this.w1;
}
} else {
this.w1 = 0;
}
if (this.step.hitTest(_root.dinosaur.dinohit)) {
this.w2 = 5;
this._y = this._y + this.w2;
if (this.hitTest(_root.foreground.enblockc)) {
this._y = this._y - this.w2;
}
} else {
this.w2 = 0;
}
if (this.step.hitTest(_root.boy.boyhit)) {
this.moving = 2;
} else if (this.step.hitTest(_root.dinosaur.dinohit)) {
this.moving = 2;
} else if (this.step.hitTest(_root.boy.boyhit)) {
this.moving = 2;
} else {
this.moving = 1;
}
}
Instance of Symbol 726 MovieClip "p3" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this.moving = 1;
this.w1 = 0;
this.w2 = 0;
this.w3 = 0;
this.wf = 0;
this._y = initialy;
}
onClipEvent (enterFrame) {
this.wf = (this.w1 + this.w2) + this.w3;
if (this.step.hitTest(_root.dinosaur.dinohit)) {
_root.switch2 = 0;
this.w2 = 3;
this._y = this._y + this.w2;
if (this.hitTest(_root.foreground.enblockc)) {
this._y = this._y - this.w2;
}
} else {
this.w2 = 0;
_root.switch2 = 1;
}
if (this.step.hitTest(_root.boy.boyhit)) {
this.moving = 2;
} else if (this.step.hitTest(_root.dinosaur.dinohit)) {
this.moving = 2;
} else if (this.step.hitTest(_root.boy.boyhit)) {
this.moving = 2;
} else {
this.moving = 1;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 728 MovieClip "platform4" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._y = _parent.piston1._y;
}
Instance of Symbol 728 MovieClip "platform5" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._y = _parent.piston2._y;
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 728 MovieClip "platform7" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._y = _parent.piston4._y;
}
Instance of Symbol 728 MovieClip "platform6" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._y = _parent.piston3._y;
}
Instance of Symbol 391 MovieClip "platform8" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform9" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 728 MovieClip "platform10" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._y = _parent.p1._y;
}
Instance of Symbol 728 MovieClip "platform11" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._y = _parent.p2._y;
}
Instance of Symbol 728 MovieClip "platform13" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._y = _parent.p3._y;
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip "platform12" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip "platform14" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform15" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip "platform16" in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 729 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 730 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 730 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockc" in Symbol 730 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "push1" in Symbol 733 MovieClip Frame 1
onClipEvent (load) {
pushnum = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_parent._x = _parent._x + 3;
_parent.rockroll._rotation = _parent.rockroll._rotation + 5;
_root.boy._x = _root.boy._x - pushnum;
_root.camera._x = _root.camera._x - pushnum;
_root.pointer._x = _root.pointer._x - pushnum;
_root.endbox._x = _root.endbox._x - pushnum;
_root.sky._x = _root.sky._x - (pushnum / 4);
}
}
Instance of Symbol 391 MovieClip "push2" in Symbol 733 MovieClip Frame 1
onClipEvent (load) {
pushnum = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_parent._x = _parent._x - 3;
_parent.rockroll._rotation = _parent.rockroll._rotation - 5;
_root.boy._x = _root.boy._x + pushnum;
_root.camera._x = _root.camera._x + pushnum;
_root.pointer._x = _root.pointer._x + pushnum;
_root.endbox._x = _root.endbox._x + pushnum;
_root.sky._x = _root.sky._x + (pushnum / 4);
}
}
Instance of Symbol 391 MovieClip "squish" in Symbol 733 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 739 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 739 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 739 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Symbol 742 MovieClip Frame 1
stop();
Symbol 742 MovieClip Frame 27
stop();
Symbol 747 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 747 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 747 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Symbol 747 MovieClip Frame 2
stop();
Instance of Symbol 391 MovieClip in Symbol 747 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
}
Instance of Symbol 391 MovieClip in Symbol 747 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
}
Symbol 747 MovieClip Frame 3
stop();
Symbol 747 MovieClip Frame 4
stop();
Symbol 747 MovieClip Frame 5
gotoAndPlay (1);
Symbol 752 MovieClip Frame 1
stop();
Symbol 752 MovieClip Frame 2
stop();
Instance of Symbol 739 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
speed = 4;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.foreground.enblockb)) {
speed = 4;
}
if (this.hitTest(_root.foreground.enblocka)) {
speed = -4;
}
}
Instance of Symbol 739 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
speed = 4;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.foreground.enblockb)) {
speed = 4;
}
if (this.hitTest(_root.foreground.enblocka)) {
speed = -4;
}
}
Instance of Symbol 739 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
speed = 4;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.foreground.enblockb)) {
speed = 4;
}
if (this.hitTest(_root.foreground.enblocka)) {
speed = -4;
}
}
Instance of Symbol 739 MovieClip "platform2" in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
speed = 4;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.foreground.enblockb)) {
speed = 4;
}
if (this.hitTest(_root.foreground.enblocka)) {
speed = -4;
}
}
Instance of Symbol 739 MovieClip "platform4" in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
speed = 4;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.foreground.enblockb)) {
speed = 4;
}
if (this.hitTest(_root.foreground.enblocka)) {
speed = -4;
}
}
Instance of Symbol 739 MovieClip "platform3" in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
speed = 4;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.foreground.enblockb)) {
speed = 4;
}
if (this.hitTest(_root.foreground.enblocka)) {
speed = -4;
}
}
Instance of Symbol 739 MovieClip "platform5" in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
speed = 4;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.foreground.enblockb)) {
speed = 4;
}
if (this.hitTest(_root.foreground.enblocka)) {
speed = -4;
}
}
Instance of Symbol 739 MovieClip "platform6" in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
speed = 4;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.foreground.enblockb)) {
speed = 4;
}
if (this.hitTest(_root.foreground.enblocka)) {
speed = -4;
}
}
Instance of Symbol 739 MovieClip "platform8" in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
speed = 4;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.foreground.enblockb)) {
speed = 4;
}
if (this.hitTest(_root.foreground.enblocka)) {
speed = -4;
}
}
Instance of Symbol 739 MovieClip "platform7" in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
speed = 4;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.foreground.enblockb)) {
speed = 4;
}
if (this.hitTest(_root.foreground.enblocka)) {
speed = -4;
}
}
Instance of Symbol 739 MovieClip "platform9" in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
speed = 4;
scale = _xscale;
}
onClipEvent (enterFrame) {
this._y = this._y + speed;
if (this.hitTest(_root.foreground.enblockb)) {
speed = 4;
}
if (this.hitTest(_root.foreground.enblocka)) {
speed = -4;
}
}
Instance of Symbol 391 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 753 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 754 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 754 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 759 MovieClip in Symbol 763 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 762 MovieClip in Symbol 763 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 759 MovieClip in Symbol 763 MovieClip Frame 55
/* no clip actions */
Instance of Symbol 762 MovieClip in Symbol 763 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 391 MovieClip in Symbol 765 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 765 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 170 MovieClip in Symbol 767 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 170 MovieClip in Symbol 768 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Symbol 771 MovieClip Frame 1
stop();
Instance of Symbol 170 MovieClip in Symbol 771 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Symbol 771 MovieClip Frame 60
stop();
Instance of Symbol 170 MovieClip "platform11" in Symbol 778 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 775 MovieClip in Symbol 779 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 778 MovieClip in Symbol 779 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 775 MovieClip in Symbol 780 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 778 MovieClip in Symbol 780 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 765 MovieClip "platform20" in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (_root.switch2 == 1) {
this._y = this._y - speed;
} else if (_root.switch3 == 1) {
this._y = this._y - speed;
} else {
this._y = this._y + speed;
}
if (this.hitTest(_root.foreground.enblockc)) {
this._y = this._y + speed;
}
if (this.hitTest(_root.foreground.enblockd)) {
this._y = this._y - speed;
}
}
Instance of Symbol 170 MovieClip "platform11" in Symbol 782 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 779 MovieClip "platform12" in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndPlay(83);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y--;
}
}
Instance of Symbol 779 MovieClip "platform13" in Symbol 782 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y--;
}
}
Instance of Symbol 780 MovieClip "platform14" in Symbol 782 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y--;
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform7" in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform8" in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform9" in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform15" in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform17" in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform18" in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform19" in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 782 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 775 MovieClip in Symbol 783 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 762 MovieClip in Symbol 783 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 775 MovieClip in Symbol 783 MovieClip Frame 83
/* no clip actions */
Instance of Symbol 762 MovieClip in Symbol 783 MovieClip Frame 83
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 685 MovieClip in Symbol 786 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 685 MovieClip in Symbol 786 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 685 MovieClip in Symbol 786 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 685 MovieClip in Symbol 786 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 685 MovieClip in Symbol 786 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockc" in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockd" in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 796 MovieClip Frame 1
stop();
Symbol 796 MovieClip Frame 54
stop();
Instance of Symbol 661 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 661 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hit.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hit.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform5" in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform6" in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform8" in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform9" in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform10" in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 739 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
speed = 3;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this._y = this._y + speed;
} else {
this._y = this._y - (speed * 1.5);
}
if (this.hitTest(_root.foreground.enblocke)) {
this._y = this._y - speed;
}
if (this.hitTest(_root.foreground.enblockd)) {
this._y = this._y + (speed * 1.5);
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 800 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 809 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
}
Instance of Symbol 391 MovieClip in Symbol 809 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
}
Instance of Symbol 391 MovieClip in Symbol 817 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 817 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 824 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 824 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy.boyhit)) {
_root.boy._y--;
_root.bou.air = false;
}
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 825 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockc" in Symbol 825 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 825 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockd" in Symbol 825 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocke" in Symbol 825 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockf" in Symbol 825 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockg" in Symbol 825 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockh" in Symbol 825 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocki" in Symbol 825 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 835 MovieClip Frame 21
stop();
Symbol 836 MovieClip Frame 1
stop();
Instance of Symbol 535 MovieClip "enemyhit" in Symbol 836 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
Instance of Symbol 535 MovieClip "enemyhit2" in Symbol 836 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
Symbol 836 MovieClip Frame 2
stop();
Symbol 836 MovieClip Frame 3
stop();
Symbol 849 MovieClip Frame 1
stop();
Symbol 849 MovieClip Frame 2
stop();
Symbol 849 MovieClip Frame 3
stop();
Symbol 849 MovieClip Frame 4
stop();
Symbol 857 MovieClip Frame 1
stop();
Symbol 857 MovieClip Frame 2
stop();
Symbol 857 MovieClip Frame 3
stop();
Symbol 857 MovieClip Frame 4
stop();
Symbol 865 MovieClip Frame 1
stop();
Symbol 865 MovieClip Frame 2
stop();
Symbol 865 MovieClip Frame 3
stop();
Symbol 865 MovieClip Frame 4
stop();
Symbol 873 MovieClip Frame 1
stop();
Symbol 873 MovieClip Frame 2
stop();
Symbol 873 MovieClip Frame 3
stop();
Symbol 873 MovieClip Frame 4
stop();
Symbol 881 MovieClip Frame 1
stop();
Symbol 881 MovieClip Frame 2
stop();
Symbol 881 MovieClip Frame 3
stop();
Symbol 881 MovieClip Frame 4
stop();
Instance of Symbol 391 MovieClip in Symbol 889 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 889 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y--;
}
}
Instance of Symbol 391 MovieClip in Symbol 892 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 892 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Symbol 898 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 898 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
}
Instance of Symbol 391 MovieClip in Symbol 898 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
}
Symbol 898 MovieClip Frame 11
stop();
Instance of Symbol 892 MovieClip "platform2" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
speed = 1;
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this._y = this._y - speed;
} else {
this._y = this._y + speed;
}
if (this.hitTest(_root.foreground.enblockc)) {
this._y = this._y + speed;
}
if (this.hitTest(_root.foreground.enblockd)) {
this._y = this._y - speed;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 892 MovieClip "platform4" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
speed = 1;
}
onClipEvent (enterFrame) {
if (_root.switch2 == 1) {
this._y = this._y + speed;
} else {
this._y = this._y - speed;
}
if (this.hitTest(_root.foreground.enblocke)) {
this._y = this._y + speed;
}
if (this.hitTest(_root.foreground.enblockf)) {
this._y = this._y - speed;
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform5" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip "platform6" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform7" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform8" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip "platform10" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform11" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform12" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip "platform13" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform14" in Symbol 899 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 900 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 900 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockc" in Symbol 900 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockd" in Symbol 900 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocke" in Symbol 900 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockf" in Symbol 900 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockg" in Symbol 900 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockh" in Symbol 900 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocki" in Symbol 900 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockj" in Symbol 900 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockk" in Symbol 900 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform5" in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform7" in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform8" in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform9" in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 20;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 10;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 10;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 911 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 10;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 912 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 912 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockc" in Symbol 912 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockd" in Symbol 912 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 917 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 917 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Symbol 917 MovieClip Frame 2
stop();
Instance of Symbol 604 MovieClip in Symbol 917 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.bouncy.hitTest(_root.boy.boyhit)) {
this.play();
_root.jump = _root.jump - 1;
_root.boy._y = _root.boy._y - 5;
_root.boy.gravity = _root.boy.jumpheight * -1.9;
}
}
Symbol 934 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 934 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
}
Instance of Symbol 391 MovieClip in Symbol 934 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
}
Instance of Symbol 391 MovieClip in Symbol 934 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
}
Symbol 934 MovieClip Frame 19
stop();
Symbol 937 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 937 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
}
Instance of Symbol 391 MovieClip in Symbol 937 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
}
Instance of Symbol 391 MovieClip in Symbol 937 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
}
Symbol 937 MovieClip Frame 19
stop();
Symbol 943 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 943 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 943 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Symbol 943 MovieClip Frame 2
stop();
Symbol 945 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 945 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 945 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Symbol 945 MovieClip Frame 2
stop();
Instance of Symbol 391 MovieClip "platform1" in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 934 MovieClip "c1" in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this.stop();
smash = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (smash == 0) {
this.play();
smash = smash + 1;
}
}
}
Instance of Symbol 898 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 937 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this.stop();
smash = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (smash == 0) {
this.play();
smash = smash + 1;
}
}
}
Instance of Symbol 898 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 934 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this.stop();
smash = 0;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
if (smash == 0) {
this.play();
smash = smash + 1;
}
}
this._y = this._y + 10;
if (this.hitTest(_parent.c1)) {
this._y = this._y - 10;
}
}
Instance of Symbol 898 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 898 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform5" in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform6" in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform8" in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 947 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Symbol 956 MovieClip Frame 1
stop();
Symbol 956 MovieClip Frame 4
_root._y = _root._y + 2;
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Instance of Symbol 953 MovieClip in Symbol 956 MovieClip Frame 4
onClipEvent (load) {
this._y = random(110) - 55;
this._x = random(110) - 55;
this._xscale = random(100) + 25;
this._yscale = this._xscale;
}
Symbol 956 MovieClip Frame 5
_root._y = _root._y - 2;
Symbol 956 MovieClip Frame 6
_root._y = _root._y + 2;
Symbol 956 MovieClip Frame 7
_root._y = _root._y - 2;
Symbol 956 MovieClip Frame 8
_root._y = _root._y + 2;
Symbol 956 MovieClip Frame 9
_root._y = _root._y - 2;
Symbol 956 MovieClip Frame 10
_root._y = _root._y + 2;
Symbol 956 MovieClip Frame 11
_root._y = _root._y - 2;
Symbol 956 MovieClip Frame 12
_root._y = _root._y + 2;
Symbol 956 MovieClip Frame 13
_root._y = _root._y - 2;
Symbol 956 MovieClip Frame 20
stop();
Instance of Symbol 956 MovieClip "b2" in Symbol 957 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b1" in Symbol 957 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b3" in Symbol 957 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b4" in Symbol 957 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b5" in Symbol 957 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b8" in Symbol 957 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b7" in Symbol 957 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b9" in Symbol 957 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b10" in Symbol 957 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b11" in Symbol 957 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b12" in Symbol 957 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b6" in Symbol 957 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b2" in Symbol 958 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b3" in Symbol 958 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b6" in Symbol 958 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b5" in Symbol 958 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b4" in Symbol 958 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b7" in Symbol 958 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b8" in Symbol 958 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b1" in Symbol 958 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b9" in Symbol 958 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 959 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 959 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockc" in Symbol 959 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockd" in Symbol 959 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocke" in Symbol 959 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockf" in Symbol 959 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockg" in Symbol 959 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockh" in Symbol 959 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocki" in Symbol 959 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockj" in Symbol 959 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 836 MovieClip in Symbol 960 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit2.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
}
Instance of Symbol 836 MovieClip in Symbol 960 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(2);
speed = 3;
jumpheight = 18;
fallspeed = 2;
gravity = 7;
scale = _xscale;
}
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit2.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
}
Instance of Symbol 391 MovieClip in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform5" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 971 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 971 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 973 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 973 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 971 MovieClip "platform3" in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
speed = 1;
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this._y = this._y - (speed * 3);
} else {
this._y = this._y + speed;
}
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y + (speed * 3);
}
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - speed;
}
}
Instance of Symbol 973 MovieClip "platform6" in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
if (_root.switch2 == 1) {
this._y = this._y + (speed * 2);
} else {
this._y = this._y - (speed / 2);
}
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y + speed;
}
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - speed;
}
}
Instance of Symbol 973 MovieClip "platform7" in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
speed = 2;
}
onClipEvent (enterFrame) {
if (_root.switch3 == 1) {
this._y = this._y + speed;
} else {
this._y = this._y - speed;
}
if (this.hitTest(_root.foreground.enblocka)) {
this._y = this._y + speed;
}
if (this.hitTest(_root.foreground.enblockb)) {
this._y = this._y - speed;
}
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip "platform5" in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform8" in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform9" in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform10" in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform11" in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform12" in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform13" in Symbol 975 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 976 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 976 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockc" in Symbol 976 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockd" in Symbol 976 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblocke" in Symbol 976 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockf" in Symbol 976 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 116 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 400 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
if (_root.switch1 == 0) {
this.gotoAndStop(2);
_root.ground.trap1.play();
_root.switch1 = 1;
}
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y = _root.dinosaur._y + 10;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 535 MovieClip "enemyhit" in Symbol 984 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
Instance of Symbol 984 MovieClip in Symbol 985 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 416 MovieClip "enblocka" in Symbol 988 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockb" in Symbol 988 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockd" in Symbol 988 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 416 MovieClip "enblockc" in Symbol 988 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 116 MovieClip in Symbol 990 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Symbol 991 MovieClip Frame 1
stop();
Symbol 991 MovieClip Frame 5
_root._y = _root._y + 2;
Symbol 991 MovieClip Frame 6
_root._y = _root._y - 2;
Symbol 991 MovieClip Frame 7
_root._y = _root._y + 2;
Symbol 991 MovieClip Frame 8
_root._y = _root._y - 2;
Symbol 991 MovieClip Frame 9
_root._y = _root._y + 2;
Symbol 991 MovieClip Frame 10
_root._y = _root._y - 2;
Symbol 991 MovieClip Frame 29
_root.switch1 = 0;
_root.trig1.gotoAndStop(1);
Symbol 992 MovieClip Frame 1
stop();
_root.switch4 = 0;
_root.trig4.gotoAndStop(1);
Symbol 992 MovieClip Frame 5
_root._y = _root._y + 2;
Symbol 992 MovieClip Frame 6
_root._y = _root._y - 2;
Symbol 992 MovieClip Frame 7
_root._y = _root._y + 2;
Symbol 992 MovieClip Frame 8
_root._y = _root._y - 2;
Symbol 992 MovieClip Frame 9
_root._y = _root._y + 2;
Symbol 992 MovieClip Frame 10
_root._y = _root._y - 2;
Symbol 993 MovieClip Frame 94
_root._y = _root._y + 2;
Symbol 993 MovieClip Frame 95
_root._y = _root._y - 2;
Symbol 993 MovieClip Frame 96
_root._y = _root._y + 2;
Symbol 993 MovieClip Frame 97
_root._y = _root._y - 2;
Symbol 993 MovieClip Frame 98
_root._y = _root._y + 2;
Symbol 993 MovieClip Frame 99
_root._y = _root._y - 2;
Symbol 997 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 997 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
}
if (this.hitTest(_root.dinosaur)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 997 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
}
if (this.hitTest(_root.dinosaur)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Symbol 997 MovieClip Frame 2
stop();
Instance of Symbol 391 MovieClip "platform1" in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform5" in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy.boyhit)) {
_root.boy._y++;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y++;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy.boyhit)) {
_root.boy._y++;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y++;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy.boyhit)) {
_root.boy._y++;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y++;
}
}
Instance of Symbol 391 MovieClip in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 997 MovieClip "wall2" in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 997 MovieClip "wall1" in Symbol 998 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 956 MovieClip "b6" in Symbol 999 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b5" in Symbol 999 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b1" in Symbol 999 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b2" in Symbol 999 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b3" in Symbol 999 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b4" in Symbol 999 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Instance of Symbol 956 MovieClip "b7" in Symbol 999 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
if (this.boom.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.boom.hitTest(_parent.b1)) {
_parent.b1.play();
}
if (this.boom.hitTest(_parent.b2)) {
_parent.b2.play();
}
if (this.boom.hitTest(_parent.b3)) {
_parent.b3.play();
}
if (this.boom.hitTest(_parent.b4)) {
_parent.b4.play();
}
if (this.boom.hitTest(_parent.b5)) {
_parent.b5.play();
}
if (this.boom.hitTest(_parent.b6)) {
_parent.b6.play();
}
if (this.boom.hitTest(_parent.b7)) {
_parent.b7.play();
}
if (this.boom.hitTest(_parent.b8)) {
_parent.b8.play();
}
if (this.boom.hitTest(_parent.b9)) {
_parent.b9.play();
}
if (this.boom.hitTest(_parent.b10)) {
_parent.b10.play();
}
if (this.boom.hitTest(_parent.b11)) {
_parent.b11.play();
}
if (this.boom.hitTest(_parent.b12)) {
_parent.b12.play();
}
if (this.boom.hitTest(_parent.b13)) {
_parent.b13.play();
}
if (this.boom.hitTest(_parent.b14)) {
_parent.b14.play();
}
if (this.boom.hitTest(_parent.b15)) {
_parent.b15.play();
}
if (this.boom.hitTest(_parent.b16)) {
_parent.b16.play();
}
if (this.boom.hitTest(_parent.b17)) {
_parent.b17.play();
}
if (this.boom.hitTest(_parent.b18)) {
_parent.b18.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b19.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b20.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b21.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b22.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b23.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b24.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b25.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b26.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b27.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b28.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b29.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b30.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b31.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b32.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b33.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b34.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b35.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b36.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b37.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b38.play();
}
if (this.boom.hitTest(_parent.b19)) {
_parent.b39.play();
}
if (this.boom.hitTest(_parent.b20)) {
_parent.b40.play();
}
}
Symbol 1006 MovieClip Frame 1
stop();
Instance of Symbol 535 MovieClip "enemyhit" in Symbol 1006 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
Symbol 1006 MovieClip Frame 24
stop();
Instance of Symbol 1006 MovieClip in Symbol 1007 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
}
Instance of Symbol 1006 MovieClip in Symbol 1008 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
if (this.enemyhit.hitTest(_root.dinosaur.dinorun)) {
this.gotoAndPlay(3);
}
}
Instance of Symbol 997 MovieClip "wall1" in Symbol 1010 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 391 MovieClip in Symbol 1010 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 1010 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 1012 MovieClip Frame 1
stop();
Symbol 1012 MovieClip Frame 28
stop();
Symbol 1015 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 1015 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1015 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1015 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy.boyhit)) {
_root.boy._y++;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y++;
}
}
Symbol 1015 MovieClip Frame 24
stop();
Symbol 1017 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 1017 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1017 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1017 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy.boyhit)) {
_root.boy._y++;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y++;
}
}
Symbol 1017 MovieClip Frame 26
stop();
Symbol 1018 MovieClip Frame 1
stop();
Instance of Symbol 997 MovieClip "wall1" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 400 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.ground.wall1.gotoAndStop(2);
}
}
Instance of Symbol 400 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.gotoAndStop(2);
_root.ground.trap1.play();
}
}
Instance of Symbol 1015 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 1017 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
this.play();
}
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform2" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform3" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform4" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform5" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform6" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform7" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform1" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform9" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform10" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform11" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform12" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform13" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform14" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform15" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform16" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform17" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform18" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip "platform19" in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy.boyhit)) {
_root.boy._y++;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y++;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy.boyhit)) {
_root.boy._y++;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y++;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy.boyhit)) {
_root.boy._y++;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y++;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy.boyhit)) {
_root.boy._y++;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y++;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy.boyhit)) {
_root.boy._y++;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y++;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy.boyhit)) {
_root.boy._y++;
}
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y++;
}
}
Instance of Symbol 391 MovieClip in Symbol 1018 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Symbol 1030 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 1030 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1030 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1032 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
}
if (this.hitTest(_root.dinosaur)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1032 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy)) {
_root.boy._y++;
}
while (this.hitTest(_root.dinosaur)) {
_root.dinosaur._y++;
}
}
Instance of Symbol 391 MovieClip in Symbol 1034 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
}
if (this.hitTest(_root.dinosaur)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 391 MovieClip in Symbol 1034 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy)) {
_root.boy._y--;
}
while (this.hitTest(_root.dinosaur)) {
_root.dinosaur._y--;
}
}
Symbol 1035 MovieClip Frame 1
stop();
Symbol 1035 MovieClip Frame 34
stop();
Symbol 1037 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip "platform1" in Symbol 1037 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 391 MovieClip in Symbol 1037 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}