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.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;
}
};
}
}
jumpnumber = 1;
bone = 0;
dinoname = "Rex";
die = 0;
CP = 0;
Frame 225
Mouse.show();
Frame 272
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level > 1) {
level = savefile.data.level;
} else {
level = 1;
}
Frame 290
dinoname = "rex";
Frame 291
stop();
Frame 292
stopAllSounds();
Instance of Symbol 308 MovieClip in Frame 293
onClipEvent (enterFrame) {
if (Key.isDown(27)) {
_root.gotoAndPlay(201);
}
}
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 348 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 379 MovieClip in Frame 1350
on (release) {
this.play();
}
Instance of Symbol 386 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;
Frame 1352
stop();
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.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;
}
};
}
}
Instance of Symbol 387 MovieClip in Frame 1352
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1351);
}
}
Instance of Symbol 400 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 405 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 410 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 405 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 410 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 405 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 410 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 405 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 405 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 539 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 546 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 386 MovieClip "pointer" in Frame 1352
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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;
Frame 1354
var savefile = SharedObject.getLocal("meandmydinosaur");
if (savefile.data.level < 2) {
savefile.data.level = 2;
}
stop();
Instance of Symbol 387 MovieClip in Frame 1354
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1353);
}
}
Instance of Symbol 400 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 405 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 405 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 405 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 405 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 405 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 539 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 546 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 583 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 583 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 583 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 386 MovieClip "pointer" in Frame 1354
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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;
Frame 1356
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 3;
stop();
Instance of Symbol 387 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1355);
}
}
Instance of Symbol 400 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 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1356
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 539 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 546 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 583 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 583 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 583 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 583 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 583 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 583 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 386 MovieClip "pointer" in Frame 1356
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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;
Frame 1358
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 4;
stop();
Instance of Symbol 387 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1357);
}
}
Instance of Symbol 400 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 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1358
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 405 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 410 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 405 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 410 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 539 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 546 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 583 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 583 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 583 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 583 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 583 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 583 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 583 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 583 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 583 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 583 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 583 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 583 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 583 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 583 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 583 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 583 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 583 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 583 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 583 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 583 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 386 MovieClip "pointer" in Frame 1358
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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;
Frame 1360
var savefile = SharedObject.getLocal("meandmydinosaur");
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 387 MovieClip in Frame 1360
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1359);
}
}
Instance of Symbol 400 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 405 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 405 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 607 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.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.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.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 610 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 607 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 610 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 405 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 607 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 610 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 405 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 539 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 546 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 630 MovieClip "arrow" in Frame 1360
onClipEvent (enterFrame) {
this._x = _root.boy._x;
this._y = _root.boy._y;
}
Instance of Symbol 386 MovieClip "pointer" in Frame 1360
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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;
Instance of Symbol 387 MovieClip in Frame 1361
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1361);
}
}
Frame 1362
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 6;
stop();
Instance of Symbol 400 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 400 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 639 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 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 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.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 405 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 610 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 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 610 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 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 610 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 645 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 645 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 607 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 645 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 645 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 645 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 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1362
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 610 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 539 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 546 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 583 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 386 MovieClip "pointer" in Frame 1362
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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;
Frame 1365
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 7;
stop();
Instance of Symbol 387 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1364);
}
}
Instance of Symbol 405 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 607 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 607 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 607 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 607 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 607 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 607 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 400 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 113 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1365
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 539 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 546 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 386 MovieClip "pointer" in Frame 1365
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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;
Frame 1369
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 8;
stop();
Instance of Symbol 387 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1368);
}
}
Instance of Symbol 676 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 676 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 676 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 676 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 676 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 676 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 400 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 {
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 639 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 113 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 683 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 683 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 683 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 683 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 683 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 683 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 683 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 683 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 405 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 684 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 539 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 546 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 689 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 694 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 689 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 689 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 694 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 689 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 694 MovieClip in Frame 1369
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 386 MovieClip "pointer" in Frame 1369
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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 546 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
if (_root.CP == 2) {
_root.gotoAndStop(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;
Frame 1372
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 9;
stop();
Instance of Symbol 387 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1371);
}
}
Instance of Symbol 400 MovieClip in Frame 1372
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 676 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 610 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 607 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 610 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 610 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 705 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (_root.switch2 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 705 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (_root.switch2 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 539 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 546 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 738 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 738 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 689 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 689 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 694 MovieClip in Frame 1372
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 386 MovieClip "pointer" in Frame 1372
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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
if (_root.CP == 2) {
_root.gotoAndStop(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;
Frame 1374
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 10;
stop();
Instance of Symbol 387 MovieClip in Frame 1374
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1373);
}
}
Instance of Symbol 400 MovieClip in Frame 1374
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 405 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 405 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 405 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 405 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 405 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 405 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 405 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 405 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 645 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 645 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 645 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 539 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 546 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 386 MovieClip "pointer" in Frame 1374
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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
if (_root.CP == 2) {
_root.gotoAndStop(1377);
}
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;
Frame 1376
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 11;
stop();
Instance of Symbol 387 MovieClip in Frame 1376
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1375);
}
}
Instance of Symbol 405 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 639 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 400 MovieClip in Frame 1376
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 410 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 683 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 683 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 683 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 683 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 683 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 410 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 768 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 768 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 539 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 546 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 788 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 788 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 788 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 788 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 788 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 386 MovieClip "pointer" in Frame 1376
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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
if (_root.CP == 2) {
_root.gotoAndStop();
}
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;
Frame 1379
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 12;
stop();
Instance of Symbol 387 MovieClip in Frame 1379
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1378);
}
}
Instance of Symbol 405 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 400 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 610 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.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.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 610 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 610 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 539 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 546 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 583 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 583 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 583 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 583 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 583 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 841 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 645 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 645 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 386 MovieClip "pointer" in Frame 1379
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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
if (_root.CP == 2) {
_root.gotoAndStop();
}
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;
Frame 1383
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 13;
stop();
Instance of Symbol 387 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1382);
}
}
Instance of Symbol 405 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 854 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 862 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 870 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 878 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 886 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 870 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 405 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 405 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 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 607 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 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 895 MovieClip in Frame 1383
onClipEvent (enterFrame) {
if (_root.switch3 == 1) {
this.gotoAndStop(1);
} else {
this.gotoAndStop(2);
}
}
Instance of Symbol 410 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 610 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 878 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 862 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 886 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 870 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 854 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 870 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 862 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 870 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 886 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 886 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 878 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 886 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 870 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 854 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 862 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 862 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 878 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 886 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 854 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 862 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 862 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 870 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 400 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 539 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 546 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 583 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 583 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 386 MovieClip "pointer" in Frame 1383
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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;
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;
Frame 1385
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 14;
stop();
Instance of Symbol 387 MovieClip in Frame 1385
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1384);
}
}
Instance of Symbol 405 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 639 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 607 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 676 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 676 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 676 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 405 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 405 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 400 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 676 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 676 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 539 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 546 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 583 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 583 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 583 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 583 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 386 MovieClip "pointer" in Frame 1385
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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;
Frame 1388
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 15;
stop();
Instance of Symbol 387 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1387);
}
}
Instance of Symbol 400 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 610 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 610 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 410 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 410 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 410 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 410 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 405 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 405 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 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1388
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 539 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 546 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 583 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 583 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 583 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 965 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 583 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 583 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 386 MovieClip "pointer" in Frame 1388
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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;
Frame 1391
stop();
Instance of Symbol 387 MovieClip in Frame 1391
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1384);
}
}
Instance of Symbol 400 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 539 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 546 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 386 MovieClip "pointer" in Frame 1391
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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;
Frame 1394
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 16;
stop();
Instance of Symbol 387 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1393);
}
}
Instance of Symbol 400 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 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 405 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 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 645 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 645 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 645 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.boy.boyhit)) {
this.gotoAndStop(2);
_root.switch2 = 1;
} else {
this.gotoAndStop(1);
_root.switch2 = 0;
}
}
Instance of Symbol 405 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 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1394
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 645 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 645 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 645 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 410 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 539 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 546 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 583 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 583 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 242 MovieClip in Frame 1394
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1394
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1394
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1394
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1394
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 386 MovieClip "pointer" in Frame 1394
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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;
Frame 1396
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 17;
stop();
Instance of Symbol 387 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1395);
}
}
Instance of Symbol 645 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 645 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 607 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 607 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 607 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 607 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 607 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 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 410 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 410 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 410 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 410 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 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 676 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 676 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 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 676 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 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1396
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 400 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 676 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 218 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(116);
}
Instance of Symbol 218 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(71);
}
Instance of Symbol 218 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(116);
}
Instance of Symbol 218 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(71);
}
Instance of Symbol 218 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(116);
}
Instance of Symbol 218 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(116);
}
Instance of Symbol 218 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(1);
}
Instance of Symbol 218 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(116);
}
Instance of Symbol 218 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(71);
}
Instance of Symbol 218 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(116);
}
Instance of Symbol 218 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(1);
}
Instance of Symbol 218 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(116);
}
Instance of Symbol 218 MovieClip in Frame 1396
onClipEvent (load) {
this.gotoAndPlay(71);
}
Instance of Symbol 539 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 546 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 242 MovieClip in Frame 1396
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1396
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1396
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 386 MovieClip "pointer" in Frame 1396
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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);
}
Frame 1398
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 18;
stop();
Instance of Symbol 387 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1397);
}
}
Instance of Symbol 410 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 410 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 639 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 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 610 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 607 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 410 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 410 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 410 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 410 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 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 994 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.hitTest(_root.camera)) {
gogo = 1;
}
if (gogo == 1) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1398
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 400 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 539 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 546 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 242 MovieClip in Frame 1398
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 386 MovieClip "pointer" in Frame 1398
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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;
Frame 1401
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 19;
stop();
Instance of Symbol 387 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1400);
}
}
Instance of Symbol 1007 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 1007 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 1007 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 1007 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 1007 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 1007 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 1007 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 1007 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 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1401
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 405 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 400 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 539 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 546 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 421 MovieClip "enblockb" in Frame 1401
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocka" in Frame 1401
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 242 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1401
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 386 MovieClip "pointer" in Frame 1401
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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;
Frame 1404
var savefile = SharedObject.getLocal("meandmydinosaur");
savefile.data.level = 20;
stop();
Instance of Symbol 387 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (Key.isDown(76)) {
_parent.gotoAndPlay(1402);
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 683 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 583 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 583 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 645 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 645 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 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Frame 1404
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 400 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 683 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 683 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 610 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 607 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 788 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 788 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 788 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 788 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 539 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 546 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 242 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 242 MovieClip in Frame 1404
onClipEvent (enterFrame) {
this._x = this._x - 0.1;
}
Instance of Symbol 386 MovieClip "pointer" in Frame 1404
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 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 558 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 1405
stopAllSounds();
Frame 1406
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;
Frame 1407
stop();
Instance of Symbol 410 MovieClip in Frame 1407
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 405 MovieClip in Frame 1407
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 539 MovieClip "dinosaur" in Frame 1407
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 546 MovieClip "boy" in Frame 1407
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 1031 MovieClip in Frame 1407
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 386 MovieClip "pointer" in Frame 1407
onClipEvent (load) {
Mouse.hide();
startDrag (this, true);
}
Instance of Symbol 348 MovieClip in Frame 1407
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 2388
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 78 Button
on (release) {
play();
}
Symbol 82 Button
on (release) {
gotoAndPlay (1349);
}
Symbol 93 Button
on (release) {
_root.play();
}
Symbol 94 Button
on (release) {
_root.gotoAndPlay(1349);
}
Symbol 95 Button
on (release) {
_root.titlemenu.gotoAndStop(2);
}
Symbol 96 Button
on (release) {
_root.titlemenu.gotoAndStop(3);
}
Symbol 102 MovieClip Frame 1
if (_root.level >= 1) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 102 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1351);
}
Symbol 105 MovieClip Frame 1
if (_root.level >= 2) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 105 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1353);
}
Symbol 114 MovieClip Frame 1
if (_root.level >= 3) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 114 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1355);
}
Symbol 121 MovieClip Frame 1
if (_root.level >= 4) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 121 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1357);
}
Symbol 129 MovieClip Frame 1
if (_root.level >= 5) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 129 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1359);
}
Symbol 137 MovieClip Frame 1
if (_root.level >= 6) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 137 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1361);
}
Symbol 144 MovieClip Frame 1
if (_root.level >= 7) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 144 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1364);
}
Symbol 151 MovieClip Frame 1
if (_root.level >= 8) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 151 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1366);
}
Symbol 155 MovieClip Frame 1
if (_root.level >= 9) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 155 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1371);
}
Symbol 161 MovieClip Frame 1
if (_root.level >= 10) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 161 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1373);
}
Symbol 171 MovieClip Frame 1
if (_root.level >= 11) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 167 MovieClip "platform11" in Symbol 171 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 167 MovieClip "platform11" in Symbol 171 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 101 MovieClip in Symbol 171 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1375);
}
Symbol 178 MovieClip Frame 1
if (_root.level >= 12) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 178 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1378);
}
Symbol 183 MovieClip Frame 1
if (_root.level >= 13) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 183 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1380);
}
Symbol 191 MovieClip Frame 1
if (_root.level >= 14) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 191 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1384);
}
Symbol 198 MovieClip Frame 1
if (_root.level >= 15) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 198 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1387);
}
Symbol 203 MovieClip Frame 1
if (_root.level >= 16) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 113 MovieClip in Symbol 203 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 203 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 203 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 203 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 203 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 203 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 203 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 203 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 101 MovieClip in Symbol 203 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1392);
}
Symbol 209 Button
on (release) {
_root.titlemenu.gotoAndStop(1);
}
Instance of Symbol 215 MovieClip "enemyhit" in Symbol 217 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
Instance of Symbol 217 MovieClip in Symbol 218 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Symbol 219 MovieClip Frame 1
if (_root.level >= 17) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 218 MovieClip in Symbol 219 MovieClip Frame 2
onClipEvent (load) {
this.gotoAndPlay(71);
}
Instance of Symbol 101 MovieClip in Symbol 219 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1395);
}
Symbol 222 MovieClip Frame 1
if (_root.level >= 18) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 222 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 101 MovieClip in Symbol 222 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1397);
}
Symbol 238 MovieClip Frame 1
if (_root.level >= 20) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 238 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1402);
}
Symbol 243 MovieClip Frame 1
if (_root.level >= 19) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
Instance of Symbol 101 MovieClip in Symbol 243 MovieClip Frame 2
on (release) {
_root.gotoAndPlay(1400);
}
Instance of Symbol 261 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Cloud") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 264 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Glamasaurus") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 266 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Glamasaurus") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 268 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Cloud") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 270 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Cloud") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 272 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "The Don") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 274 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "The Don") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 276 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "The Don") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 278 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 281 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Knick") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Dinx") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 285 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 285 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 287 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 289 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 291 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Lutri") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 294 MovieClip in Symbol 304 MovieClip Frame 6
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 297 MovieClip in Symbol 304 MovieClip Frame 11
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 294 MovieClip in Symbol 304 MovieClip Frame 16
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 278 MovieClip in Symbol 304 MovieClip Frame 21
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 294 MovieClip in Symbol 304 MovieClip Frame 26
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 297 MovieClip in Symbol 304 MovieClip Frame 31
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 294 MovieClip in Symbol 304 MovieClip Frame 36
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Symbol 305 MovieClip Frame 1
stop();
Symbol 305 MovieClip Frame 2
stop();
Symbol 305 MovieClip Frame 3
stop();
Symbol 316 Button
on (release) {
play();
}
Symbol 375 MovieClip Frame 386
_parent.play();
Symbol 379 MovieClip Frame 1
stop();
Symbol 383 Button
on (release) {
play();
}
Symbol 397 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_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 396 MovieClip in Symbol 397 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_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 397 MovieClip Frame 2
stop();
Instance of Symbol 394 MovieClip "wall2" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (_root.switch3 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 394 MovieClip "wall4" in Symbol 398 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 394 MovieClip "wall6" in Symbol 398 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 397 MovieClip "wall1" in Symbol 398 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (_root.switch3 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 397 MovieClip "wall3" in Symbol 398 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 397 MovieClip "wall5" in Symbol 398 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 402 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 3
_parent.pushed = _parent.pushed + 1;
Symbol 404 MovieClip Frame 4
_parent.pushed = _parent.pushed + 1;
Symbol 404 MovieClip Frame 6
stop();
Symbol 405 MovieClip Frame 1
stop();
pushed = 0;
Symbol 405 MovieClip Frame 2
stop();
Symbol 407 MovieClip Frame 6
stop();
Symbol 409 MovieClip Frame 6
stop();
Instance of Symbol 396 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 412 MovieClip "platform3" in Symbol 418 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 415 MovieClip in Symbol 418 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 396 MovieClip "platform1" in Symbol 418 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform2" in Symbol 418 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 418 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip "platform4" in Symbol 418 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform8" in Symbol 418 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform7" in Symbol 418 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 418 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 418 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 418 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 418 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 418 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 418 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 418 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 421 MovieClip "enblocka" in Symbol 422 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 422 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 425 MovieClip in Symbol 427 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 426 MovieClip in Symbol 427 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 261 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Cloud") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 268 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Cloud") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 270 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Cloud") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 264 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Glamasaurus") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 432 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Glamasaurus") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 272 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "The Don") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 274 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "The Don") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 276 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "The Don") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 281 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Knick") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 283 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Dinx") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 285 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 285 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 287 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 289 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Diji") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 291 MovieClip in Symbol 535 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Lutri") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 4
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 7
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 10
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 13
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 16
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 19
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 22
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 25
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 28
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 31
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 34
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 37
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 40
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 43
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 46
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 49
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 52
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 55
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 58
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 61
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 64
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 67
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 70
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 73
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 76
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 79
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 82
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 85
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 88
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 91
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 94
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 97
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 100
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 103
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 106
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 109
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 112
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 115
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 118
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 121
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 124
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 127
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 130
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 133
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 136
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 139
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 142
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 145
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 148
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 151
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 154
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 157
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 160
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 163
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 166
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 169
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 172
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 175
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 178
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 181
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 184
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 187
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 190
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 193
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 196
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 199
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 202
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 205
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 208
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 211
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 214
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 217
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 220
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 223
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 226
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 229
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 232
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 235
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 238
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 241
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 244
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 247
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 250
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 253
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 256
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 259
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 262
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 265
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 268
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 271
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 274
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 434 MovieClip in Symbol 535 MovieClip Frame 277
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 280
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 441 MovieClip in Symbol 535 MovieClip Frame 283
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 437 MovieClip in Symbol 535 MovieClip Frame 286
onClipEvent (load) {
if (_root.dinoname == "Mecharex") {
this._visible = true;
} else {
this._visible = false;
}
}
Instance of Symbol 536 MovieClip in Symbol 538 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 537 MovieClip in Symbol 538 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 427 MovieClip "dinostep" in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
if (_root.dinoname == "Guppy") {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 429 MovieClip "dinomunch" in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 429 MovieClip "dinohit" in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 429 MovieClip "dinodie" in Symbol 539 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 538 MovieClip "dinostep" in Symbol 539 MovieClip Frame 2
onClipEvent (load) {
if (_root.dinoname == "Guppy") {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 429 MovieClip "dinorun" in Symbol 539 MovieClip Frame 2
onClipEvent (load) {
this._visible = false;
}
Symbol 545 MovieClip Frame 5
stop();
Instance of Symbol 544 MovieClip "boydeath" in Symbol 545 MovieClip Frame 5
onClipEvent (enterFrame) {
this._y = this._y + 10;
this._rotation = this._rotation + 60;
}
Instance of Symbol 215 MovieClip "fall" in Symbol 546 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.ground.hitTest(_x, _y, true)) {
_parent.fall = 1;
} else {
_parent.fall = 0;
}
}
Symbol 560 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 561 MovieClip Frame 24
stop();
Symbol 561 MovieClip Frame 45
_parent.play();
Instance of Symbol 421 MovieClip "enblocka" in Symbol 563 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 563 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 568 MovieClip Frame 1
stop();
Symbol 568 MovieClip Frame 23
stop();
Symbol 568 MovieClip Frame 24
stop();
Symbol 568 MovieClip Frame 25
stop();
Symbol 568 MovieClip Frame 26
stop();
Symbol 568 MovieClip Frame 27
stop();
Symbol 568 MovieClip Frame 28
stop();
Symbol 568 MovieClip Frame 29
stop();
Symbol 568 MovieClip Frame 30
stop();
Symbol 568 MovieClip Frame 31
stop();
Symbol 568 MovieClip Frame 32
stop();
Symbol 568 MovieClip Frame 33
stop();
Symbol 568 MovieClip Frame 34
stop();
Symbol 568 MovieClip Frame 35
stop();
Symbol 568 MovieClip Frame 36
stop();
Symbol 568 MovieClip Frame 37
stop();
Symbol 568 MovieClip Frame 38
stop();
Symbol 568 MovieClip Frame 39
stop();
Symbol 568 MovieClip Frame 40
stop();
Symbol 568 MovieClip Frame 41
stop();
Symbol 568 MovieClip Frame 42
stop();
Symbol 568 MovieClip Frame 43
stop();
Symbol 568 MovieClip Frame 44
stop();
Symbol 568 MovieClip Frame 45
stop();
Symbol 568 MovieClip Frame 46
stop();
Symbol 571 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 571 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 571 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.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 571 MovieClip Frame 2
stop();
Instance of Symbol 565 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 571 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.switch2 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 571 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.switch3 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 571 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.switch4 == 1) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 396 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip "platform1" in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip "platform2" in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform4" in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform5" in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform6" in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform8" in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform9" in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 572 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 396 MovieClip in Symbol 572 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 396 MovieClip in Symbol 572 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._y = _root.boy._y + 5;
}
}
Symbol 582 MovieClip Frame 15
stop();
Symbol 583 MovieClip Frame 1
stop();
Instance of Symbol 215 MovieClip "enemyhit" in Symbol 583 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
Symbol 583 MovieClip Frame 2
stop();
Symbol 583 MovieClip Frame 3
stop();
Instance of Symbol 396 MovieClip "platform1" in Symbol 588 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 588 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 588 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 588 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 421 MovieClip "enblocka" in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockc" in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockd" in Symbol 589 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 592 MovieClip Frame 1
stop();
Instance of Symbol 396 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;
}
}
Symbol 592 MovieClip Frame 23
stop();
Symbol 592 MovieClip Frame 24
stop();
Symbol 592 MovieClip Frame 25
stop();
Symbol 592 MovieClip Frame 26
stop();
Symbol 592 MovieClip Frame 27
stop();
Symbol 592 MovieClip Frame 28
stop();
Symbol 592 MovieClip Frame 29
stop();
Symbol 592 MovieClip Frame 30
stop();
Symbol 592 MovieClip Frame 31
stop();
Symbol 592 MovieClip Frame 32
stop();
Symbol 592 MovieClip Frame 33
stop();
Symbol 592 MovieClip Frame 34
stop();
Symbol 592 MovieClip Frame 35
stop();
Symbol 592 MovieClip Frame 36
stop();
Symbol 592 MovieClip Frame 37
stop();
Symbol 592 MovieClip Frame 38
stop();
Symbol 592 MovieClip Frame 39
stop();
Symbol 592 MovieClip Frame 40
stop();
Symbol 592 MovieClip Frame 41
stop();
Symbol 592 MovieClip Frame 42
stop();
Symbol 592 MovieClip Frame 43
stop();
Symbol 592 MovieClip Frame 44
stop();
Symbol 592 MovieClip Frame 45
stop();
Symbol 592 MovieClip Frame 46
stop();
Symbol 593 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 593 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 593 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.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 593 MovieClip Frame 23
stop();
Symbol 593 MovieClip Frame 24
stop();
Symbol 593 MovieClip Frame 25
stop();
Symbol 593 MovieClip Frame 26
stop();
Symbol 593 MovieClip Frame 27
stop();
Symbol 593 MovieClip Frame 28
stop();
Symbol 593 MovieClip Frame 29
stop();
Symbol 593 MovieClip Frame 30
stop();
Symbol 593 MovieClip Frame 31
stop();
Symbol 593 MovieClip Frame 32
stop();
Symbol 593 MovieClip Frame 33
stop();
Symbol 593 MovieClip Frame 34
stop();
Symbol 593 MovieClip Frame 35
stop();
Symbol 593 MovieClip Frame 36
stop();
Symbol 593 MovieClip Frame 37
stop();
Symbol 593 MovieClip Frame 38
stop();
Symbol 593 MovieClip Frame 39
stop();
Symbol 593 MovieClip Frame 40
stop();
Symbol 593 MovieClip Frame 41
stop();
Symbol 593 MovieClip Frame 42
stop();
Symbol 593 MovieClip Frame 43
stop();
Symbol 593 MovieClip Frame 44
stop();
Symbol 593 MovieClip Frame 45
stop();
Symbol 593 MovieClip Frame 46
stop();
Instance of Symbol 412 MovieClip "platform3" in Symbol 595 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 396 MovieClip "platform1" in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 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 396 MovieClip "platform2" in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 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 396 MovieClip in Symbol 595 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 396 MovieClip in Symbol 595 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 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform4" in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 595 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 421 MovieClip "enblocka" in Symbol 596 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockd" in Symbol 596 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockc" in Symbol 596 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 596 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocke" in Symbol 596 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockf" in Symbol 596 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockg" in Symbol 596 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockh" in Symbol 596 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocki" in Symbol 596 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockj" in Symbol 596 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 607 MovieClip Frame 1
stop();
Symbol 610 MovieClip Frame 1
stop();
Symbol 614 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 614 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 614 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.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 614 MovieClip Frame 40
stop();
Symbol 616 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 616 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 616 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 616 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.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 616 MovieClip Frame 19
stop();
Symbol 618 MovieClip Frame 1
stop();
Symbol 618 MovieClip Frame 25
stop();
Symbol 624 MovieClip Frame 1
stop();
Symbol 624 MovieClip Frame 2
stop();
Instance of Symbol 396 MovieClip in Symbol 625 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 396 MovieClip "platform1" in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 625 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 396 MovieClip in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip "platform2" in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 624 MovieClip "platform5" in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (_root.switch5 == 0) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 396 MovieClip "platform4" in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform7" in Symbol 625 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 639 MovieClip Frame 1
stop();
Symbol 639 MovieClip Frame 70
stop();
_root.CP = 2;
Symbol 642 MovieClip Frame 7
gotoAndPlay (1);
Symbol 645 MovieClip Frame 1
stop();
Instance of Symbol 215 MovieClip "enemyhit" in Symbol 645 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
Symbol 645 MovieClip Frame 25
stop();
Instance of Symbol 113 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 396 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 649 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 652 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 396 MovieClip "platform2" in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip "platform1" in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform4" in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform5" in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 650 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
stop();
}
onClipEvent (enterFrame) {
if (_root.switch1 == 1) {
this.play();
} else {
this.stop();
}
}
Instance of Symbol 396 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 652 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 396 MovieClip in Symbol 652 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 396 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip "platform6" in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform7" in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform8" in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform9" in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform10" in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform11" in Symbol 652 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocka" in Symbol 653 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 653 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocke" in Symbol 653 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 665 MovieClip Frame 32
stop();
Instance of Symbol 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 412 MovieClip "platform10" in Symbol 666 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 412 MovieClip "platform11" in Symbol 666 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 412 MovieClip "platform12" in Symbol 666 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 412 MovieClip "platform13" in Symbol 666 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 412 MovieClip "platform14" in Symbol 666 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 412 MovieClip "platform15" in Symbol 666 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 412 MovieClip "platform16" in Symbol 666 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 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 665 MovieClip in Symbol 666 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 396 MovieClip in Symbol 666 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 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip "platform1" in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 666 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 396 MovieClip "platform2" in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip "platform4" in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform5" in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform6" in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform7" in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform8" in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform9" in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform17" in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip "platform18" in Symbol 666 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocka" in Symbol 667 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 667 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockc" in Symbol 667 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocke" in Symbol 667 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockd" in Symbol 667 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockf" in Symbol 667 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 676 MovieClip Frame 1
stop();
Instance of Symbol 665 MovieClip in Symbol 686 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 665 MovieClip in Symbol 686 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 665 MovieClip in Symbol 686 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 665 MovieClip in Symbol 686 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 396 MovieClip in Symbol 686 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 396 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip "platform1" in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 686 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 396 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 686 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 396 MovieClip in Symbol 686 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 396 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip "platform2" in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform4" in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform6" in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform5" in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform7" in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform8" in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform9" in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform10" in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform11" in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform12" in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform13" in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 686 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 421 MovieClip "enblocka" in Symbol 695 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 695 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocke" in Symbol 695 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockf" in Symbol 695 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockg" in Symbol 695 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 705 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 705 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.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 705 MovieClip Frame 2
stop();
Instance of Symbol 396 MovieClip in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 708 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 215 MovieClip in Symbol 712 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 396 MovieClip in Symbol 713 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 713 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 712 MovieClip in Symbol 713 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 215 MovieClip in Symbol 715 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 396 MovieClip in Symbol 718 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 718 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 715 MovieClip in Symbol 718 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 215 MovieClip in Symbol 720 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 215 MovieClip in Symbol 721 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 720 MovieClip in Symbol 724 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 721 MovieClip in Symbol 724 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 721 MovieClip in Symbol 727 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 721 MovieClip in Symbol 727 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 215 MovieClip in Symbol 728 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 728 MovieClip in Symbol 731 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 728 MovieClip in Symbol 731 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 713 MovieClip "piston1" in Symbol 734 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 713 MovieClip "piston2" in Symbol 734 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 718 MovieClip "piston3" in Symbol 734 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 718 MovieClip "piston4" in Symbol 734 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 724 MovieClip "p1" in Symbol 734 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 727 MovieClip "p2" in Symbol 734 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 731 MovieClip "p3" in Symbol 734 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 396 MovieClip in Symbol 734 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 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip "platform1" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform2" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 733 MovieClip "platform4" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._y = _parent.piston1._y;
}
Instance of Symbol 733 MovieClip "platform5" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._y = _parent.piston2._y;
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 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 733 MovieClip "platform7" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._y = _parent.piston4._y;
}
Instance of Symbol 733 MovieClip "platform6" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._y = _parent.piston3._y;
}
Instance of Symbol 396 MovieClip "platform8" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform9" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 733 MovieClip "platform10" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._y = _parent.p1._y;
}
Instance of Symbol 733 MovieClip "platform11" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._y = _parent.p2._y;
}
Instance of Symbol 733 MovieClip "platform13" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
this._y = _parent.p3._y;
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 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 396 MovieClip in Symbol 734 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 396 MovieClip "platform12" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 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 396 MovieClip in Symbol 734 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 396 MovieClip "platform14" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform15" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 734 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 396 MovieClip in Symbol 734 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 396 MovieClip "platform16" in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 734 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 421 MovieClip "enblocka" in Symbol 735 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 735 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockc" in Symbol 735 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "push1" in Symbol 738 MovieClip Frame 1
onClipEvent (load) {
pushnum = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_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 396 MovieClip "push2" in Symbol 738 MovieClip Frame 1
onClipEvent (load) {
pushnum = 0;
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_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 396 MovieClip "squish" in Symbol 738 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 744 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 744 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 747 MovieClip Frame 1
stop();
Symbol 747 MovieClip Frame 27
stop();
Symbol 752 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 752 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 752 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.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 752 MovieClip Frame 2
stop();
Instance of Symbol 396 MovieClip in Symbol 752 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 396 MovieClip in Symbol 752 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 752 MovieClip Frame 3
stop();
Symbol 752 MovieClip Frame 4
stop();
Symbol 752 MovieClip Frame 5
gotoAndPlay (1);
Symbol 757 MovieClip Frame 1
stop();
Symbol 757 MovieClip Frame 2
stop();
Instance of Symbol 744 MovieClip in Symbol 758 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 744 MovieClip in Symbol 758 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 744 MovieClip in Symbol 758 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 744 MovieClip "platform2" in Symbol 758 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 744 MovieClip "platform4" in Symbol 758 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 744 MovieClip "platform3" in Symbol 758 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 744 MovieClip "platform5" in Symbol 758 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 744 MovieClip "platform6" in Symbol 758 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 744 MovieClip "platform8" in Symbol 758 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 744 MovieClip "platform7" in Symbol 758 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 744 MovieClip "platform9" in Symbol 758 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 396 MovieClip in Symbol 758 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 396 MovieClip in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 758 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 396 MovieClip "platform1" in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 758 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 396 MovieClip in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 758 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 421 MovieClip "enblocka" in Symbol 759 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 759 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 764 MovieClip in Symbol 768 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 767 MovieClip in Symbol 768 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 764 MovieClip in Symbol 768 MovieClip Frame 55
/* no clip actions */
Instance of Symbol 767 MovieClip in Symbol 768 MovieClip Frame 55
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 396 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 770 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 167 MovieClip in Symbol 772 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 167 MovieClip in Symbol 773 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Symbol 776 MovieClip Frame 1
stop();
Instance of Symbol 167 MovieClip in Symbol 776 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Symbol 776 MovieClip Frame 60
stop();
Instance of Symbol 167 MovieClip "platform11" in Symbol 783 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 780 MovieClip in Symbol 784 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 783 MovieClip in Symbol 784 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 780 MovieClip in Symbol 785 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 783 MovieClip in Symbol 785 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 770 MovieClip "platform20" in Symbol 787 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 167 MovieClip "platform11" in Symbol 787 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 784 MovieClip "platform12" in Symbol 787 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 784 MovieClip "platform13" in Symbol 787 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 785 MovieClip "platform14" in Symbol 787 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 396 MovieClip "platform1" in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform2" in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform7" in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform8" in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform9" in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform15" in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform17" in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform18" in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform19" in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 787 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 396 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 787 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 396 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 787 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 780 MovieClip in Symbol 788 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 767 MovieClip in Symbol 788 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 780 MovieClip in Symbol 788 MovieClip Frame 83
/* no clip actions */
Instance of Symbol 767 MovieClip in Symbol 788 MovieClip Frame 83
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 689 MovieClip in Symbol 791 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 689 MovieClip in Symbol 791 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 689 MovieClip in Symbol 791 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 689 MovieClip in Symbol 791 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 689 MovieClip in Symbol 791 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 421 MovieClip "enblocka" in Symbol 792 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockc" in Symbol 792 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockd" in Symbol 792 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 801 MovieClip Frame 1
stop();
Symbol 801 MovieClip Frame 54
stop();
Instance of Symbol 665 MovieClip in Symbol 805 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 665 MovieClip in Symbol 805 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 665 MovieClip in Symbol 805 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 665 MovieClip in Symbol 805 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 665 MovieClip in Symbol 805 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 665 MovieClip in Symbol 805 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 665 MovieClip in Symbol 805 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 665 MovieClip in Symbol 805 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 665 MovieClip in Symbol 805 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 665 MovieClip in Symbol 805 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 665 MovieClip in Symbol 805 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 665 MovieClip in Symbol 805 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 665 MovieClip in Symbol 805 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 665 MovieClip in Symbol 805 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 396 MovieClip "platform1" in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform2" in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform4" in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform5" in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform6" in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform8" in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform9" in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform10" in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 805 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 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 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 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 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 396 MovieClip in Symbol 805 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 396 MovieClip in Symbol 805 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 396 MovieClip in Symbol 805 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 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 744 MovieClip in Symbol 805 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 396 MovieClip in Symbol 805 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 396 MovieClip in Symbol 805 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 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 805 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 814 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._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 396 MovieClip in Symbol 814 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._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 396 MovieClip in Symbol 822 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 396 MovieClip in Symbol 822 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 396 MovieClip in Symbol 829 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 396 MovieClip in Symbol 829 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 421 MovieClip "enblocka" in Symbol 830 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockc" in Symbol 830 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 830 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockd" in Symbol 830 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocke" in Symbol 830 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockf" in Symbol 830 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockg" in Symbol 830 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockh" in Symbol 830 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocki" in Symbol 830 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 840 MovieClip Frame 21
stop();
Symbol 841 MovieClip Frame 1
stop();
Instance of Symbol 215 MovieClip "enemyhit" in Symbol 841 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
Instance of Symbol 215 MovieClip "enemyhit2" in Symbol 841 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
Symbol 841 MovieClip Frame 2
stop();
Symbol 841 MovieClip Frame 3
stop();
Symbol 854 MovieClip Frame 1
stop();
Symbol 854 MovieClip Frame 2
stop();
Symbol 854 MovieClip Frame 3
stop();
Symbol 854 MovieClip Frame 4
stop();
Symbol 862 MovieClip Frame 1
stop();
Symbol 862 MovieClip Frame 2
stop();
Symbol 862 MovieClip Frame 3
stop();
Symbol 862 MovieClip Frame 4
stop();
Symbol 870 MovieClip Frame 1
stop();
Symbol 870 MovieClip Frame 2
stop();
Symbol 870 MovieClip Frame 3
stop();
Symbol 870 MovieClip Frame 4
stop();
Symbol 878 MovieClip Frame 1
stop();
Symbol 878 MovieClip Frame 2
stop();
Symbol 878 MovieClip Frame 3
stop();
Symbol 878 MovieClip Frame 4
stop();
Symbol 886 MovieClip Frame 1
stop();
Symbol 886 MovieClip Frame 2
stop();
Symbol 886 MovieClip Frame 3
stop();
Symbol 886 MovieClip Frame 4
stop();
Instance of Symbol 396 MovieClip in Symbol 894 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 396 MovieClip in Symbol 894 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._y--;
}
}
Instance of Symbol 396 MovieClip in Symbol 897 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 897 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.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 903 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 903 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._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 396 MovieClip in Symbol 903 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._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 903 MovieClip Frame 11
stop();
Instance of Symbol 897 MovieClip "platform2" in Symbol 904 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 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 897 MovieClip "platform4" in Symbol 904 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 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 396 MovieClip in Symbol 904 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 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 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 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip "platform1" in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform5" in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 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 396 MovieClip in Symbol 904 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 396 MovieClip "platform6" in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform7" in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform8" in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 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 396 MovieClip in Symbol 904 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 396 MovieClip in Symbol 904 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 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip "platform10" in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform11" in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform12" in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip "platform13" in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform14" in Symbol 904 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocka" in Symbol 905 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 905 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockc" in Symbol 905 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockd" in Symbol 905 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocke" in Symbol 905 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockf" in Symbol 905 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockg" in Symbol 905 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockh" in Symbol 905 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocki" in Symbol 905 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockj" in Symbol 905 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockk" in Symbol 905 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform1" in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform2" in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform4" in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform5" in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform7" in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform8" in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform9" in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 916 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 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 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 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 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 396 MovieClip in Symbol 916 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 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 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 396 MovieClip in Symbol 916 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 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 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 396 MovieClip in Symbol 916 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 916 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 396 MovieClip in Symbol 916 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 421 MovieClip "enblocka" in Symbol 917 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 917 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockc" in Symbol 917 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockd" in Symbol 917 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 922 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 922 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 922 MovieClip Frame 2
stop();
Instance of Symbol 607 MovieClip in Symbol 922 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 939 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 939 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._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 396 MovieClip in Symbol 939 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._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 396 MovieClip in Symbol 939 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._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 939 MovieClip Frame 19
stop();
Symbol 942 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 942 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._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 396 MovieClip in Symbol 942 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._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 396 MovieClip in Symbol 942 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._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 942 MovieClip Frame 19
stop();
Symbol 948 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 948 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 948 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.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 948 MovieClip Frame 2
stop();
Symbol 950 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 950 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 950 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.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 950 MovieClip Frame 2
stop();
Instance of Symbol 396 MovieClip "platform1" in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 939 MovieClip "c1" in Symbol 952 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 903 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 942 MovieClip in Symbol 952 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 903 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 939 MovieClip in Symbol 952 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 903 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 903 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this.stop();
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.dinosaur.dinohit)) {
this.play();
}
}
Instance of Symbol 396 MovieClip "platform2" in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform4" in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform5" in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform6" in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform8" in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 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 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 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 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 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 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 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 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 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 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.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 961 MovieClip Frame 1
stop();
Symbol 961 MovieClip Frame 4
_root._y = _root._y + 2;
Instance of Symbol 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 958 MovieClip in Symbol 961 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 961 MovieClip Frame 5
_root._y = _root._y - 2;
Symbol 961 MovieClip Frame 6
_root._y = _root._y + 2;
Symbol 961 MovieClip Frame 7
_root._y = _root._y - 2;
Symbol 961 MovieClip Frame 8
_root._y = _root._y + 2;
Symbol 961 MovieClip Frame 9
_root._y = _root._y - 2;
Symbol 961 MovieClip Frame 10
_root._y = _root._y + 2;
Symbol 961 MovieClip Frame 11
_root._y = _root._y - 2;
Symbol 961 MovieClip Frame 12
_root._y = _root._y + 2;
Symbol 961 MovieClip Frame 13
_root._y = _root._y - 2;
Symbol 961 MovieClip Frame 20
stop();
Instance of Symbol 961 MovieClip "b2" in Symbol 962 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 961 MovieClip "b1" in Symbol 962 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 961 MovieClip "b3" in Symbol 962 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 961 MovieClip "b4" in Symbol 962 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 961 MovieClip "b5" in Symbol 962 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 961 MovieClip "b8" in Symbol 962 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 961 MovieClip "b7" in Symbol 962 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 961 MovieClip "b9" in Symbol 962 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 961 MovieClip "b10" in Symbol 962 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 961 MovieClip "b11" in Symbol 962 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 961 MovieClip "b12" in Symbol 962 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 961 MovieClip "b6" in Symbol 962 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 961 MovieClip "b2" in Symbol 963 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 961 MovieClip "b3" in Symbol 963 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 961 MovieClip "b6" in Symbol 963 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 961 MovieClip "b5" in Symbol 963 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 961 MovieClip "b4" in Symbol 963 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 961 MovieClip "b7" in Symbol 963 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 961 MovieClip "b8" in Symbol 963 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 961 MovieClip "b1" in Symbol 963 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 961 MovieClip "b9" in Symbol 963 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 421 MovieClip "enblocka" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockc" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockd" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocke" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockf" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockg" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockh" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocki" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockj" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 841 MovieClip in Symbol 965 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 841 MovieClip in Symbol 965 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 396 MovieClip in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 969 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 396 MovieClip in Symbol 969 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 396 MovieClip "platform1" in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform2" in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform4" in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform5" in Symbol 969 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 976 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 976 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 978 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 978 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 976 MovieClip "platform3" in Symbol 980 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 978 MovieClip "platform6" in Symbol 980 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 978 MovieClip "platform7" in Symbol 980 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 396 MovieClip "platform4" in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip "platform1" in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform2" in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 980 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 396 MovieClip in Symbol 980 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 396 MovieClip in Symbol 980 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 396 MovieClip "platform5" in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform8" in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform9" in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform10" in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform11" in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform12" in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform13" in Symbol 980 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocka" in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockc" in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockd" in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblocke" in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockf" in Symbol 981 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 113 MovieClip in Symbol 985 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 985 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 985 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 985 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 985 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 985 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 405 MovieClip in Symbol 986 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 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 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 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 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 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 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 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip "platform1" in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform2" in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform4" in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 986 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 421 MovieClip "enblocka" in Symbol 989 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockb" in Symbol 989 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockd" in Symbol 989 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 421 MovieClip "enblockc" in Symbol 989 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Instance of Symbol 113 MovieClip in Symbol 991 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.enemyhit.hitTest(_root.boy.boyhit)) {
_root.die = 1;
}
}
Symbol 992 MovieClip Frame 1
stop();
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 992 MovieClip Frame 29
_root.switch1 = 0;
_root.trig1.gotoAndStop(1);
Symbol 993 MovieClip Frame 1
stop();
_root.switch4 = 0;
_root.trig4.gotoAndStop(1);
Symbol 993 MovieClip Frame 5
_root._y = _root._y + 2;
Symbol 993 MovieClip Frame 6
_root._y = _root._y - 2;
Symbol 993 MovieClip Frame 7
_root._y = _root._y + 2;
Symbol 993 MovieClip Frame 8
_root._y = _root._y - 2;
Symbol 993 MovieClip Frame 9
_root._y = _root._y + 2;
Symbol 993 MovieClip Frame 10
_root._y = _root._y - 2;
Symbol 994 MovieClip Frame 94
_root._y = _root._y + 2;
Symbol 994 MovieClip Frame 95
_root._y = _root._y - 2;
Symbol 994 MovieClip Frame 96
_root._y = _root._y + 2;
Symbol 994 MovieClip Frame 97
_root._y = _root._y - 2;
Symbol 994 MovieClip Frame 98
_root._y = _root._y + 2;
Symbol 994 MovieClip Frame 99
_root._y = _root._y - 2;
Symbol 998 MovieClip Frame 1
stop();
Instance of Symbol 396 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;
}
if (this.hitTest(_root.dinosaur)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 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;
}
if (this.hitTest(_root.dinosaur)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Symbol 998 MovieClip Frame 2
stop();
Instance of Symbol 396 MovieClip "platform1" in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform2" in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform4" in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform5" in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 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 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 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 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 999 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 396 MovieClip in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 998 MovieClip "wall2" in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 998 MovieClip "wall1" in Symbol 999 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 961 MovieClip "b6" in Symbol 1000 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 961 MovieClip "b5" in Symbol 1000 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 961 MovieClip "b1" in Symbol 1000 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 961 MovieClip "b2" in Symbol 1000 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 961 MovieClip "b3" in Symbol 1000 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 961 MovieClip "b4" in Symbol 1000 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 961 MovieClip "b7" in Symbol 1000 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 1007 MovieClip Frame 1
stop();
Instance of Symbol 215 MovieClip "enemyhit" in Symbol 1007 MovieClip Frame 1
onClipEvent (enterFrame) {
this._visible = false;
}
Symbol 1007 MovieClip Frame 24
stop();
Instance of Symbol 1007 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 1007 MovieClip in Symbol 1009 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 998 MovieClip "wall1" in Symbol 1011 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 396 MovieClip in Symbol 1011 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 1011 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Symbol 1013 MovieClip Frame 1
stop();
Symbol 1013 MovieClip Frame 28
stop();
Symbol 1016 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 1016 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1016 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1016 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 1016 MovieClip Frame 24
stop();
Symbol 1018 MovieClip Frame 1
stop();
Instance of Symbol 396 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 396 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 396 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++;
}
}
Symbol 1018 MovieClip Frame 26
stop();
Symbol 1019 MovieClip Frame 1
stop();
Instance of Symbol 998 MovieClip "wall1" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 405 MovieClip in Symbol 1019 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 405 MovieClip in Symbol 1019 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 1016 MovieClip in Symbol 1019 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 1018 MovieClip in Symbol 1019 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 396 MovieClip "platform1" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform2" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform3" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform4" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform5" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform6" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform7" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform1" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform9" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform10" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform11" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform12" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform13" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform14" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform15" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform16" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform17" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform18" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip "platform19" in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 1019 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 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 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 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 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 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 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 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 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 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 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 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1019 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 396 MovieClip in Symbol 1019 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.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 1031 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip in Symbol 1031 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1031 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x - 6;
_root.camera._x = _root.camera._x - 6;
_root.pointer._x = _root.pointer._x - 6;
_root.endbox._x = _root.endbox._x - 6;
_root.sky._x = _root.sky._x - 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x - 9;
}
}
Instance of Symbol 396 MovieClip in Symbol 1033 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_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 396 MovieClip in Symbol 1033 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy.boyhit)) {
_root.boy._y++;
}
while (this.hitTest(_root.dinosaur)) {
_root.dinosaur._y++;
}
}
Instance of Symbol 396 MovieClip in Symbol 1035 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_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 396 MovieClip in Symbol 1035 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
while (this.hitTest(_root.boy.boyhit)) {
_root.boy._y--;
}
while (this.hitTest(_root.dinosaur)) {
_root.dinosaur._y--;
}
}
Symbol 1036 MovieClip Frame 1
stop();
Symbol 1036 MovieClip Frame 34
stop();
Symbol 1038 MovieClip Frame 1
stop();
Instance of Symbol 396 MovieClip "platform1" in Symbol 1038 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
Instance of Symbol 396 MovieClip in Symbol 1038 MovieClip Frame 1
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.boy.boyhit)) {
_root.boy._x = _root.boy._x + 6;
_root.camera._x = _root.camera._x + 6;
_root.pointer._x = _root.pointer._x + 6;
_root.endbox._x = _root.endbox._x + 6;
_root.sky._x = _root.sky._x + 1.5;
}
if (this.hitTest(_root.dinosaur.dinohit)) {
_root.dinosaur._x = _root.dinosaur._x + 9;
}
}