Frame 1
stop();
Frame 372
gotoAndStop ("startjrpg");
Frame 373
stop();
Frame 374
stop();
stop();
stopAllSounds();
Instance of Symbol 158 MovieClip "car" in Frame 374
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.person._visible == false)) {
speed = speed + 1;
}
if (Key.isDown(38) && (_root.person._visible == false)) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if ((Key.isDown(37) && (_root.person._visible == false)) && (speed != 0)) {
_rotation = (_rotation - 15);
}
if ((Key.isDown(39) && (_root.person._visible == false)) && (speed != 0)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.99;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Instance of Symbol 196 MovieClip "person" in Frame 374
onClipEvent (load) {
speed = 8;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(2);
}
if (Key.isDown(40)) {
this._y = this._y + speed;
this.gotoAndStop(1);
}
if (Key.isDown(39)) {
this._x = this._x + speed;
this.gotoAndStop(4);
}
if (Key.isDown(37)) {
this._x = this._x - speed;
this.gotoAndStop(3);
}
}
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.person.hitTest(_root.car))) {
speed = speed + 1;
}
if (Key.isDown(40) && (_root.person.hitTest(_root.car))) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if (Key.isDown(37) && (_root.person.hitTest(_root.car))) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39) && (_root.person.hitTest(_root.car))) {
_rotation = (_rotation + 15);
}
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.car)) {
_root.person._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.person._visible = true;
}
}
onClipEvent (enterFrame) {
if ((visible = true)) {
speed = 0;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_visible == true)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_visible == true)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_visible == true)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_visible == true)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.person._visible == false) {
_y = _root.car._y;
_x = _root.car._x;
}
}
Frame 375
stopAllSounds();
Frame 376
stop();
Instance of Symbol 196 MovieClip "player" in Frame 376
onClipEvent (load) {
speed = 8;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(2);
}
if (Key.isDown(40)) {
this._y = this._y + speed;
this.gotoAndStop(1);
}
if (Key.isDown(39)) {
this._x = this._x + speed;
this.gotoAndStop(4);
}
if (Key.isDown(37)) {
this._x = this._x - speed;
this.gotoAndStop(3);
}
}
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.person.hitTest(_root.car))) {
speed = speed + 1;
}
if (Key.isDown(40) && (_root.person.hitTest(_root.car))) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if (Key.isDown(37) && (_root.person.hitTest(_root.car))) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39) && (_root.person.hitTest(_root.car))) {
_rotation = (_rotation + 15);
}
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.car)) {
_root.person._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.person._visible = true;
}
}
onClipEvent (enterFrame) {
if ((visible = true)) {
speed = 0;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_visible == true)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_visible == true)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_visible == true)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_visible == true)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.person._visible == false) {
_y = _root.car._y;
_x = _root.car._x;
}
}
Instance of Symbol 221 MovieClip in Frame 376
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndPlay("bus1");
}
}
Frame 379
stop();
Instance of Symbol 174 MovieClip in Frame 379
onClipEvent (enterFrame) {
if (!Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(1);
} else {
this.play();
}
}
Frame 423
stop();
Instance of Symbol 195 MovieClip in Frame 423
onClipEvent (enterFrame) {
if (!Key.isDown(39)) {
this._y = this._y - speed;
this.gotoAndStop(1);
} else {
this.play();
}
}
Frame 427
stop();
Frame 428
stop();
Frame 429
stop();
Frame 430
stop();
Frame 431
stop();
Frame 432
stop();
Frame 433
stop();
Frame 446
stopAllSounds();
Frame 447
stop();
Instance of Symbol 208 MovieClip in Frame 447
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
Instance of Symbol 196 MovieClip "player" in Frame 447
onClipEvent (load) {
speed = 8;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(2);
}
if (Key.isDown(40)) {
this._y = this._y + speed;
this.gotoAndStop(1);
}
if (Key.isDown(39)) {
this._x = this._x + speed;
this.gotoAndStop(4);
}
if (Key.isDown(37)) {
this._x = this._x - speed;
this.gotoAndStop(3);
}
}
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.person.hitTest(_root.car))) {
speed = speed + 1;
}
if (Key.isDown(40) && (_root.person.hitTest(_root.car))) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if (Key.isDown(37) && (_root.person.hitTest(_root.car))) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39) && (_root.person.hitTest(_root.car))) {
_rotation = (_rotation + 15);
}
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
onClipEvent (enterFrame) {
if (_root.person.hitTest(_root.car)) {
_root.person._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.person._visible = true;
}
}
onClipEvent (enterFrame) {
if ((visible = true)) {
speed = 0;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_visible == true)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_visible == true)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_visible == true)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_visible == true)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.person._visible == false) {
_y = _root.car._y;
_x = _root.car._x;
}
}
Instance of Symbol 276 MovieClip in Frame 447
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.gotoAndPlay("mouthin");
}
}
Frame 448
stop();
Instance of Symbol 174 MovieClip in Frame 448
onClipEvent (enterFrame) {
if (!Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(1);
} else {
this.play();
}
}
Frame 449
stop();
Frame 450
stop();
Frame 451
stop();
Frame 452
stop();
Frame 453
stop();
Frame 454
stop();
Frame 455
stop();
Frame 456
stop();
Frame 457
stop();
Frame 458
stop();
Frame 459
stop();
Frame 460
play();
Frame 468
good = 300;
bad = 350;
Frame 469
stop();
if (_root.good <= 0) {
gotoAndStop ("lose");
}
if (_root.bad <= 0) {
gotoAndStop ("win");
}
Frame 478
_root.bad = _root.bad - random(100);
Frame 486
gotoAndPlay ("badattack");
Frame 514
_root.good = _root.good - random(80);
Frame 527
gotoAndStop ("home");
Frame 528
stop();
stopAllSounds();
Frame 529
play();
stopAllSounds();
Frame 530
play();
Instance of Symbol 208 MovieClip in Frame 530
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
Instance of Symbol 174 MovieClip in Frame 530
onClipEvent (enterFrame) {
if (!Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(1);
} else {
this.play();
}
}
Frame 540
stop();
Frame 542
stop();
Instance of Symbol 195 MovieClip in Frame 543
onClipEvent (enterFrame) {
if (!Key.isDown(37)) {
this._y = this._y - speed;
this.gotoAndStop(1);
} else {
this.play();
}
}
Instance of Symbol 166 MovieClip in Frame 544
onClipEvent (enterFrame) {
if (!Key.isDown(40)) {
this._y = this._y - speed;
this.gotoAndStop(1);
} else {
this.play();
}
}
Frame 551
stop();
Frame 553
stop();
Frame 555
stop();
Frame 556
play();
Frame 570
stop();
Frame 571
stop();
Frame 572
play();
stopAllSounds();
Frame 580
stop();
Instance of Symbol 208 MovieClip in Frame 580
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y - 25;
}
}
Instance of Symbol 210 MovieClip in Frame 580
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x + 25;
}
}
Instance of Symbol 212 MovieClip in Frame 580
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.player._x = _root.player._x - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x - 25;
}
}
Instance of Symbol 208 MovieClip in Frame 580
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y + 25;
}
}
Instance of Symbol 158 MovieClip "car" in Frame 580
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.player._visible == false)) {
speed = speed + 1;
}
if (Key.isDown(38) && (_root.player._visible == false)) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if ((Key.isDown(37) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation - 15);
}
if ((Key.isDown(39) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.99;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Instance of Symbol 174 MovieClip in Frame 580
onClipEvent (enterFrame) {
if (!Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(1);
} else {
this.play();
}
}
Instance of Symbol 216 MovieClip in Frame 580
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 580
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Frame 582
stop();
Instance of Symbol 208 MovieClip in Frame 582
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y - 25;
}
}
Instance of Symbol 210 MovieClip in Frame 582
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x + 25;
}
}
Instance of Symbol 212 MovieClip in Frame 582
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.player._x = _root.player._x - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x - 25;
}
}
Instance of Symbol 208 MovieClip in Frame 582
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y + 25;
}
}
Instance of Symbol 158 MovieClip "car" in Frame 582
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.player._visible == false)) {
speed = speed + 1;
}
if (Key.isDown(38) && (_root.player._visible == false)) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if ((Key.isDown(37) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation - 15);
}
if ((Key.isDown(39) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.99;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Instance of Symbol 174 MovieClip in Frame 582
onClipEvent (enterFrame) {
if (!Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(1);
} else {
this.play();
}
}
Instance of Symbol 216 MovieClip in Frame 582
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 582
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 584
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 584
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 584
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 584
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 584
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 196 MovieClip "player" in Frame 584
onClipEvent (load) {
speed = 8;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(2);
}
if (Key.isDown(40)) {
this._y = this._y + speed;
this.gotoAndStop(1);
}
if (Key.isDown(39)) {
this._x = this._x + speed;
this.gotoAndStop(4);
}
if (Key.isDown(37)) {
this._x = this._x - speed;
this.gotoAndStop(3);
}
}
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.player.hitTest(_root.car))) {
speed = speed + 1;
}
if (Key.isDown(40) && (_root.player.hitTest(_root.car))) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if (Key.isDown(37) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation + 15);
}
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(_root.car)) {
_root.player._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.player._visible = true;
}
}
onClipEvent (enterFrame) {
if ((visible = true)) {
speed = 0;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_visible == true)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_visible == true)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_visible == true)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_visible == true)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.player._visible == false) {
_y = _root.car._y;
_x = _root.car._x;
}
}
Instance of Symbol 158 MovieClip "car" in Frame 584
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.player._visible == false)) {
speed = speed + 1;
}
if (Key.isDown(38) && (_root.player._visible == false)) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if ((Key.isDown(37) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation - 15);
}
if ((Key.isDown(39) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.99;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Instance of Symbol 276 MovieClip in Frame 584
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.gotoAndPlay("town1");
}
}
Frame 585
play();
Frame 586
stop();
Instance of Symbol 208 MovieClip in Frame 586
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y - 25;
}
}
Instance of Symbol 210 MovieClip in Frame 586
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x + 25;
}
}
Instance of Symbol 208 MovieClip in Frame 586
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y + 25;
}
}
Instance of Symbol 216 MovieClip in Frame 586
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 586
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 586
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 586
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 586
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 196 MovieClip "player" in Frame 586
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(2);
}
if (Key.isDown(40)) {
this._y = this._y + speed;
this.gotoAndStop(1);
}
if (Key.isDown(39)) {
this._x = this._x + speed;
this.gotoAndStop(4);
}
if (Key.isDown(37)) {
this._x = this._x - speed;
this.gotoAndStop(3);
}
}
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.player.hitTest(_root.car))) {
speed = speed + 1;
}
if (Key.isDown(40) && (_root.player.hitTest(_root.car))) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if (Key.isDown(37) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation + 15);
}
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(_root.car)) {
_root.player._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.player._visible = true;
}
}
onClipEvent (enterFrame) {
if ((visible = true)) {
speed = 0;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_visible == true)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_visible == true)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_visible == true)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_visible == true)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.player._visible == false) {
_y = _root.car._y;
_x = _root.car._x;
}
}
Instance of Symbol 158 MovieClip "car" in Frame 586
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.player._visible == false)) {
speed = speed + 1;
}
if (Key.isDown(38) && (_root.player._visible == false)) {
speed = speed - 1;
}
if (Math.abs(speed) > 15) {
speed = speed * 0.6;
}
if ((Key.isDown(37) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation - 15);
}
if ((Key.isDown(39) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.99;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Instance of Symbol 276 MovieClip in Frame 586
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.gotoAndPlay("town2");
}
}
Frame 588
stop();
Instance of Symbol 210 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x + 25;
}
}
Instance of Symbol 208 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y + 25;
}
}
Instance of Symbol 212 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.player._x = _root.player._x - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x - 25;
}
}
Instance of Symbol 216 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 196 MovieClip "player" in Frame 588
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(2);
}
if (Key.isDown(40)) {
this._y = this._y + speed;
this.gotoAndStop(1);
}
if (Key.isDown(39)) {
this._x = this._x + speed;
this.gotoAndStop(4);
}
if (Key.isDown(37)) {
this._x = this._x - speed;
this.gotoAndStop(3);
}
}
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.player.hitTest(_root.car))) {
speed = speed + 1;
}
if (Key.isDown(40) && (_root.player.hitTest(_root.car))) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if (Key.isDown(37) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation + 15);
}
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(_root.car)) {
_root.player._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.player._visible = true;
}
}
onClipEvent (enterFrame) {
if ((visible = true)) {
speed = 0;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_visible == true)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_visible == true)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_visible == true)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_visible == true)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.player._visible == false) {
_y = _root.car._y;
_x = _root.car._x;
}
}
Instance of Symbol 276 MovieClip in Frame 588
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.gotoAndPlay("town3");
}
}
Instance of Symbol 158 MovieClip "car" in Frame 588
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.player._visible == false)) {
speed = speed + 1;
}
if (Key.isDown(38) && (_root.player._visible == false)) {
speed = speed - 1;
}
if (Math.abs(speed) > 15) {
speed = speed * 0.6;
}
if ((Key.isDown(37) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation - 15);
}
if ((Key.isDown(39) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.99;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 590
stop();
Instance of Symbol 210 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x + 25;
}
}
Instance of Symbol 208 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y + 25;
}
}
Instance of Symbol 212 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.player._x = _root.player._x - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x - 25;
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 196 MovieClip "player" in Frame 590
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(2);
}
if (Key.isDown(40)) {
this._y = this._y + speed;
this.gotoAndStop(1);
}
if (Key.isDown(39)) {
this._x = this._x + speed;
this.gotoAndStop(4);
}
if (Key.isDown(37)) {
this._x = this._x - speed;
this.gotoAndStop(3);
}
}
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.player.hitTest(_root.car))) {
speed = speed + 1;
}
if (Key.isDown(40) && (_root.player.hitTest(_root.car))) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if (Key.isDown(37) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation + 15);
}
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(_root.car)) {
_root.player._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.player._visible = true;
}
}
onClipEvent (enterFrame) {
if ((visible = true)) {
speed = 0;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_visible == true)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_visible == true)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_visible == true)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_visible == true)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.player._visible == false) {
_y = _root.car._y;
_x = _root.car._x;
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 158 MovieClip "car" in Frame 590
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.player._visible == false)) {
speed = speed + 1;
}
if (Key.isDown(38) && (_root.player._visible == false)) {
speed = speed - 1;
}
if (Math.abs(speed) > 15) {
speed = speed * 0.6;
}
if ((Key.isDown(37) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation - 15);
}
if ((Key.isDown(39) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.99;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 276 MovieClip in Frame 590
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.gotoAndPlay("town4");
}
}
Frame 592
stop();
Instance of Symbol 210 MovieClip in Frame 592
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x + 25;
}
}
Instance of Symbol 208 MovieClip in Frame 592
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y + 25;
}
}
Instance of Symbol 276 MovieClip in Frame 592
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.gotoAndPlay("blurg1");
}
}
Instance of Symbol 212 MovieClip in Frame 592
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.player._x = _root.player._x - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x - 25;
}
}
Instance of Symbol 671 MovieClip in Frame 592
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 760 MovieClip in Frame 592
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 592
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 216 MovieClip in Frame 592
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
this.gotoAndStop(2);
}
}
Instance of Symbol 196 MovieClip "player" in Frame 592
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(2);
}
if (Key.isDown(40)) {
this._y = this._y + speed;
this.gotoAndStop(1);
}
if (Key.isDown(39)) {
this._x = this._x + speed;
this.gotoAndStop(4);
}
if (Key.isDown(37)) {
this._x = this._x - speed;
this.gotoAndStop(3);
}
}
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.player.hitTest(_root.car))) {
speed = speed + 1;
}
if (Key.isDown(40) && (_root.player.hitTest(_root.car))) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if (Key.isDown(37) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation + 15);
}
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(_root.car)) {
_root.player._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.player._visible = true;
}
}
onClipEvent (enterFrame) {
if ((visible = true)) {
speed = 0;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_visible == true)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_visible == true)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_visible == true)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_visible == true)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.player._visible == false) {
_y = _root.car._y;
_x = _root.car._x;
}
}
Instance of Symbol 158 MovieClip "car" in Frame 592
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.player._visible == false)) {
speed = speed + 1;
}
if (Key.isDown(38) && (_root.player._visible == false)) {
speed = speed - 1;
}
if (Math.abs(speed) > 15) {
speed = speed * 0.6;
}
if ((Key.isDown(37) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation - 15);
}
if ((Key.isDown(39) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.99;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 594
stop();
Instance of Symbol 210 MovieClip in Frame 594
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x + 25;
}
}
Instance of Symbol 208 MovieClip in Frame 594
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y + 25;
}
}
Instance of Symbol 276 MovieClip in Frame 594
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.gotoAndPlay("blurg2");
}
}
Instance of Symbol 212 MovieClip in Frame 594
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.player._x = _root.player._x - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x - 25;
}
}
Instance of Symbol 196 MovieClip "player" in Frame 594
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(2);
}
if (Key.isDown(40)) {
this._y = this._y + speed;
this.gotoAndStop(1);
}
if (Key.isDown(39)) {
this._x = this._x + speed;
this.gotoAndStop(4);
}
if (Key.isDown(37)) {
this._x = this._x - speed;
this.gotoAndStop(3);
}
}
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.player.hitTest(_root.car))) {
speed = speed + 1;
}
if (Key.isDown(40) && (_root.player.hitTest(_root.car))) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if (Key.isDown(37) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation + 15);
}
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(_root.car)) {
_root.player._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.player._visible = true;
}
}
onClipEvent (enterFrame) {
if ((visible = true)) {
speed = 0;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_visible == true)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_visible == true)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_visible == true)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_visible == true)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.player._visible == false) {
_y = _root.car._y;
_x = _root.car._x;
}
}
Instance of Symbol 158 MovieClip "car" in Frame 594
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.player._visible == false)) {
speed = speed + 1;
}
if (Key.isDown(38) && (_root.player._visible == false)) {
speed = speed - 1;
}
if (Math.abs(speed) > 15) {
speed = speed * 0.6;
}
if ((Key.isDown(37) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation - 15);
}
if ((Key.isDown(39) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.99;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 597
stop();
Instance of Symbol 208 MovieClip in Frame 597
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y - 25;
}
}
Instance of Symbol 210 MovieClip in Frame 597
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x + 25;
}
}
Instance of Symbol 208 MovieClip in Frame 597
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y + 25;
}
}
Instance of Symbol 276 MovieClip in Frame 597
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.gotoAndPlay("blurg3");
}
}
Instance of Symbol 196 MovieClip "player" in Frame 597
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(2);
}
if (Key.isDown(40)) {
this._y = this._y + speed;
this.gotoAndStop(1);
}
if (Key.isDown(39)) {
this._x = this._x + speed;
this.gotoAndStop(4);
}
if (Key.isDown(37)) {
this._x = this._x - speed;
this.gotoAndStop(3);
}
}
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.player.hitTest(_root.car))) {
speed = speed + 1;
}
if (Key.isDown(40) && (_root.player.hitTest(_root.car))) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if (Key.isDown(37) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation + 15);
}
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(_root.car)) {
_root.player._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.player._visible = true;
}
}
onClipEvent (enterFrame) {
if ((visible = true)) {
speed = 0;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_visible == true)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_visible == true)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_visible == true)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_visible == true)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.player._visible == false) {
_y = _root.car._y;
_x = _root.car._x;
}
}
Instance of Symbol 158 MovieClip "car" in Frame 597
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.player._visible == false)) {
speed = speed + 1;
}
if (Key.isDown(38) && (_root.player._visible == false)) {
speed = speed - 1;
}
if (Math.abs(speed) > 15) {
speed = speed * 0.6;
}
if ((Key.isDown(37) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation - 15);
}
if ((Key.isDown(39) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.99;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 599
stop();
Instance of Symbol 210 MovieClip in Frame 599
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x + 25;
}
}
Instance of Symbol 208 MovieClip in Frame 599
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y + 25;
}
}
Instance of Symbol 276 MovieClip in Frame 599
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.gotoAndPlay("blurg4");
}
}
Instance of Symbol 212 MovieClip in Frame 599
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.player._x = _root.player._x - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x - 25;
}
}
Instance of Symbol 196 MovieClip "player" in Frame 599
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(2);
}
if (Key.isDown(40)) {
this._y = this._y + speed;
this.gotoAndStop(1);
}
if (Key.isDown(39)) {
this._x = this._x + speed;
this.gotoAndStop(4);
}
if (Key.isDown(37)) {
this._x = this._x - speed;
this.gotoAndStop(3);
}
}
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.player.hitTest(_root.car))) {
speed = speed + 1;
}
if (Key.isDown(40) && (_root.player.hitTest(_root.car))) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if (Key.isDown(37) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation + 15);
}
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(_root.car)) {
_root.player._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.player._visible = true;
}
}
onClipEvent (enterFrame) {
if ((visible = true)) {
speed = 0;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_visible == true)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_visible == true)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_visible == true)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_visible == true)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.player._visible == false) {
_y = _root.car._y;
_x = _root.car._x;
}
}
Instance of Symbol 158 MovieClip "car" in Frame 599
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.player._visible == false)) {
speed = speed + 1;
}
if (Key.isDown(38) && (_root.player._visible == false)) {
speed = speed - 1;
}
if (Math.abs(speed) > 15) {
speed = speed * 0.6;
}
if ((Key.isDown(37) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation - 15);
}
if ((Key.isDown(39) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.99;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 601
stop();
Instance of Symbol 208 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y - 25;
}
}
Instance of Symbol 210 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x + 25;
}
}
Instance of Symbol 208 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y + 25;
}
}
Instance of Symbol 276 MovieClip in Frame 601
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.gotoAndPlay("blurg5");
}
}
Instance of Symbol 196 MovieClip "player" in Frame 601
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(2);
}
if (Key.isDown(40)) {
this._y = this._y + speed;
this.gotoAndStop(1);
}
if (Key.isDown(39)) {
this._x = this._x + speed;
this.gotoAndStop(4);
}
if (Key.isDown(37)) {
this._x = this._x - speed;
this.gotoAndStop(3);
}
}
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.player.hitTest(_root.car))) {
speed = speed + 1;
}
if (Key.isDown(40) && (_root.player.hitTest(_root.car))) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if (Key.isDown(37) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation + 15);
}
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(_root.car)) {
_root.player._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.player._visible = true;
}
}
onClipEvent (enterFrame) {
if ((visible = true)) {
speed = 0;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_visible == true)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_visible == true)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_visible == true)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_visible == true)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.player._visible == false) {
_y = _root.car._y;
_x = _root.car._x;
}
}
Instance of Symbol 158 MovieClip "car" in Frame 601
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.player._visible == false)) {
speed = speed + 1;
}
if (Key.isDown(38) && (_root.player._visible == false)) {
speed = speed - 1;
}
if (Math.abs(speed) > 15) {
speed = speed * 0.6;
}
if ((Key.isDown(37) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation - 15);
}
if ((Key.isDown(39) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.99;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 603
stop();
Instance of Symbol 208 MovieClip in Frame 603
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y - 25;
}
}
Instance of Symbol 210 MovieClip in Frame 603
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x + 25;
}
}
Instance of Symbol 208 MovieClip in Frame 603
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y + 25;
}
}
Instance of Symbol 276 MovieClip in Frame 603
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.gotoAndPlay("roomb4");
}
}
Instance of Symbol 196 MovieClip "player" in Frame 603
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(2);
}
if (Key.isDown(40)) {
this._y = this._y + speed;
this.gotoAndStop(1);
}
if (Key.isDown(39)) {
this._x = this._x + speed;
this.gotoAndStop(4);
}
if (Key.isDown(37)) {
this._x = this._x - speed;
this.gotoAndStop(3);
}
}
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.player.hitTest(_root.car))) {
speed = speed + 1;
}
if (Key.isDown(40) && (_root.player.hitTest(_root.car))) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if (Key.isDown(37) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation + 15);
}
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(_root.car)) {
_root.player._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.player._visible = true;
}
}
onClipEvent (enterFrame) {
if ((visible = true)) {
speed = 0;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_visible == true)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_visible == true)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_visible == true)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_visible == true)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.player._visible == false) {
_y = _root.car._y;
_x = _root.car._x;
}
}
Instance of Symbol 158 MovieClip "car" in Frame 603
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_root.player._visible == false)) {
speed = speed + 1;
}
if (Key.isDown(38) && (_root.player._visible == false)) {
speed = speed - 1;
}
if (Math.abs(speed) > 15) {
speed = speed * 0.6;
}
if ((Key.isDown(37) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation - 15);
}
if ((Key.isDown(39) && (_root.player._visible == false)) && (speed != 0)) {
_rotation = (_rotation + 15);
}
speed = speed * 0.99;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
Frame 604
stop();
Frame 605
stop();
Instance of Symbol 212 MovieClip in Frame 605
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.player._x = _root.player._x - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x - 25;
}
}
Instance of Symbol 210 MovieClip in Frame 605
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x + 25;
}
}
Instance of Symbol 208 MovieClip in Frame 605
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y + 25;
}
}
Instance of Symbol 208 MovieClip in Frame 605
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y - 25;
}
}
Instance of Symbol 210 MovieClip in Frame 605
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x + 25;
}
}
Instance of Symbol 212 MovieClip in Frame 605
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.player._x = _root.player._x - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x - 25;
}
}
Instance of Symbol 208 MovieClip in Frame 605
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y + 25;
}
}
Instance of Symbol 208 MovieClip in Frame 605
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y + 25;
}
}
Instance of Symbol 210 MovieClip in Frame 605
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x - 25;
}
}
Instance of Symbol 212 MovieClip in Frame 605
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.player._x = _root.player._x + 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._x = _root.car._x + 25;
}
}
Instance of Symbol 208 MovieClip in Frame 605
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.car)) {
_root.car._y = _root.car._y - 25;
}
}
Instance of Symbol 276 MovieClip in Frame 605
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.play();
}
}
Instance of Symbol 196 MovieClip "player" in Frame 605
onClipEvent (load) {
speed = 5;
}
onClipEvent (enterFrame) {
if (Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(2);
}
if (Key.isDown(40)) {
this._y = this._y + speed;
this.gotoAndStop(1);
}
if (Key.isDown(39)) {
this._x = this._x + speed;
this.gotoAndStop(4);
}
if (Key.isDown(37)) {
this._x = this._x - speed;
this.gotoAndStop(3);
}
}
onClipEvent (load) {
speed = 0;
}
onClipEvent (enterFrame) {
if (Key.isDown(32) && (_root.player.hitTest(_root.car))) {
speed = speed + 1;
}
if (Key.isDown(40) && (_root.player.hitTest(_root.car))) {
speed = speed - 1;
}
if (Math.abs(speed) > 25) {
speed = speed * 0.6;
}
if (Key.isDown(37) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation - 15);
}
if (Key.isDown(39) && (_root.player.hitTest(_root.car))) {
_rotation = (_rotation + 15);
}
speed = speed * 0.98;
x = Math.sin(_rotation * (Math.PI/180)) * speed;
y = (Math.cos(_rotation * (Math.PI/180)) * speed) * -1;
if (!_root.move.hitTest(_x + x, _y + y, true)) {
_x = (_x + x);
_y = (_y + y);
} else {
speed = speed * -0.6;
}
}
onClipEvent (enterFrame) {
if (_root.player.hitTest(_root.car)) {
_root.player._visible = false;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(65)) {
_root.player._visible = true;
}
}
onClipEvent (enterFrame) {
if ((visible = true)) {
speed = 0;
_rotation = 0;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) && (_visible == true)) {
_y = (_y - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(40) && (_visible == true)) {
_y = (_y + 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) && (_visible == true)) {
_x = (_x - 5);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) && (_visible == true)) {
_x = (_x + 5);
}
}
onClipEvent (enterFrame) {
if (_root.player._visible == false) {
_y = _root.car._y;
_x = _root.car._x;
}
}
Frame 606
stopAllSounds();
play();
Frame 982
gotoAndStop ("startup");
Frame 983
stop();
Frame 984
stop();
Frame 986
n = random(5) + 1;
switch (n) {
case 1 :
_root.gotoAndPlay("bananna");
break;
case 2 :
_root.gotoAndPlay("amazon");
break;
case 3 :
_root.gotoAndPlay("bomb");
break;
case 4 :
_root.gotoAndPlay("bananna");
break;
case 5 :
_root.gotoAndPlay("amazon");
}
Frame 988
stop();
Frame 1089
stop();
Frame 1090
stop();
Frame 1091
stop();
Frame 1092
stop();
Frame 1094
play();
Frame 1301
stop();
Frame 1307
keyListener = new Object();
keyListener.onKeyDown = function () {
x = Key.getAscii();
gotoAndStop ("desktop");
};
Key.addListener(keyListener);
Frame 1308
play();
Frame 1380
gotoAndStop ("desktop");
Frame 1381
stop();
Frame 1382
play();
Frame 1635
stop();
stop();
Symbol 21 Button
on (keyPress "<Space>") {
gotoAndPlay (2);
}
Symbol 43 Button
on (release) {
getURL ("http://www.newgrounds.com", "_blank");
}
Symbol 52 Button
on (release) {
_root.play();
}
Symbol 54 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndStop ("loaded");
}
Symbol 54 MovieClip Frame 2
gotoAndPlay (1);
Symbol 138 Button
on (release) {
gotoAndStop ("startjrpg");
}
Symbol 149 Button
on (release) {
play();
}
Symbol 152 Button
on (release) {
gotoAndStop ("help");
}
Symbol 196 MovieClip Frame 1
stop();
Instance of Symbol 166 MovieClip in Symbol 196 MovieClip Frame 1
onClipEvent (enterFrame) {
if (!Key.isDown(40)) {
this._y = this._y - speed;
this.gotoAndStop(1);
} else {
this.play();
}
}
Symbol 196 MovieClip Frame 2
stop();
Instance of Symbol 174 MovieClip in Symbol 196 MovieClip Frame 2
onClipEvent (enterFrame) {
if (!Key.isDown(38)) {
this._y = this._y - speed;
this.gotoAndStop(1);
} else {
this.play();
}
}
Symbol 196 MovieClip Frame 3
stop();
Instance of Symbol 195 MovieClip in Symbol 196 MovieClip Frame 3
onClipEvent (enterFrame) {
if (!Key.isDown(37)) {
this._y = this._y - speed;
this.gotoAndStop(1);
} else {
this.play();
}
}
Symbol 196 MovieClip Frame 4
stop();
Instance of Symbol 195 MovieClip in Symbol 196 MovieClip Frame 4
onClipEvent (enterFrame) {
if (!Key.isDown(39)) {
this._y = this._y - speed;
this.gotoAndStop(1);
} else {
this.play();
}
}
Symbol 216 MovieClip Frame 1
stop();
Instance of Symbol 208 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
Instance of Symbol 210 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x - 8;
}
}
Instance of Symbol 212 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
Instance of Symbol 214 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
Instance of Symbol 208 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
Instance of Symbol 210 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x - 8;
}
}
Instance of Symbol 212 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
Instance of Symbol 214 MovieClip in Symbol 216 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
Symbol 232 Button
on (release) {
nextFrame();
}
Symbol 237 Button
on (release) {
play();
}
Symbol 250 Button
on (release) {
gotoAndPlay ("sorrybully");
}
Symbol 251 Button
on (release) {
gotoAndPlay ("BO");
}
Symbol 254 Button
on (release) {
gotoAndPlay ("imdead");
}
Symbol 256 Button
on (release) {
gotoAndPlay ("kurt");
}
Symbol 261 Button
on (release) {
gotoAndPlay ("ender");
}
Symbol 267 Button
on (release) {
gotoAndPlay ("bullyfight");
}
Symbol 282 Button
on (release) {
gotoAndPlay ("spareme");
}
Symbol 283 Button
on (release) {
gotoAndPlay ("bullyfunny");
}
Symbol 288 Button
on (release) {
gotoAndPlay ("derekanded");
}
Symbol 309 MovieClip Frame 6
stop();
Instance of Symbol 214 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
Instance of Symbol 214 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
Symbol 323 Button
on (release) {
gotoAndPlay ("attack");
}
Symbol 324 Button
on (release) {
_root.good = _root.good + 70;
}
on (release) {
gotoAndPlay ("heal");
}
Symbol 375 MovieClip Frame 17
stop();
Symbol 497 Button
on (release) {
gotoAndPlay ("startjrpg");
}
Symbol 655 MovieClip Frame 15
stop();
Symbol 670 MovieClip Frame 45
stop();
Symbol 671 MovieClip Frame 1
stop();
Instance of Symbol 208 MovieClip in Symbol 671 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
Instance of Symbol 210 MovieClip in Symbol 671 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x - 8;
}
}
Instance of Symbol 212 MovieClip in Symbol 671 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
Instance of Symbol 214 MovieClip in Symbol 671 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
Instance of Symbol 208 MovieClip in Symbol 671 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
Instance of Symbol 210 MovieClip in Symbol 671 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x - 8;
}
}
Instance of Symbol 212 MovieClip in Symbol 671 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
Instance of Symbol 214 MovieClip in Symbol 671 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
Symbol 729 MovieClip Frame 17
stop();
Symbol 758 MovieClip Frame 29
stop();
Symbol 759 MovieClip Frame 75
stop();
Symbol 760 MovieClip Frame 1
stop();
Instance of Symbol 208 MovieClip in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
Instance of Symbol 210 MovieClip in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x - 8;
}
}
Instance of Symbol 212 MovieClip in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
Instance of Symbol 214 MovieClip in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
Instance of Symbol 208 MovieClip in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y + 8;
}
}
Instance of Symbol 210 MovieClip in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x - 8;
}
}
Instance of Symbol 212 MovieClip in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._x = _root.player._x + 8;
}
}
Instance of Symbol 214 MovieClip in Symbol 760 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.player)) {
_root.player._y = _root.player._y - 8;
}
}
Symbol 826 Button
on (release) {
gotoAndStop ("mycomputer");
}
Symbol 828 Button
on (release) {
gotoAndPlay ("internet");
}
Symbol 834 Button
on (release) {
gotoAndStop ("wiki");
}
Symbol 835 Button
on (press) {
getURL ("http://kidzrkool.co.nr/", (window = "_blank"));
}
Symbol 837 Button
on (release) {
gotoAndStop ("startmenu");
}
Symbol 838 Button
on (release) {
getURL (www.kidzrkool.co.nr);
}
Symbol 839 Button
on (release) {
gotoAndStop ("startmenu");
}
Symbol 841 MovieClip Frame 99
stop();
Symbol 846 Button
on (release) {
gotoAndStop ("desktop");
}
Symbol 851 Button
on (release) {
gotoAndStop ("email");
}
Symbol 853 Button
on (release) {
gotoAndPlay ("internet");
}
Symbol 855 Button
on (release) {
gotoAndPlay ("rrrandom");
}
Symbol 857 Button
on (release) {
gotoAndPlay ("crash");
}
Symbol 859 Button
on (release) {
gotoAndStop ("upgrade");
}
Symbol 861 Button
on (release) {
gotoAndStop ("roomb4");
}
Symbol 864 Button
on (release) {
gotoAndStop ("room");
}
Symbol 865 Button
on (release) {
prevFrame();
}
Symbol 875 Button
on (release) {
gotoAndStop ("desktop");
}
Symbol 879 Button
on (release) {
nextFrame();
}
Symbol 883 Button
on (release) {
gotoAndStop ("desktop");
}
Symbol 890 Button
on (release) {
prevFrame();
}
Symbol 894 Button
on (release) {
prevFrame();
}
Symbol 911 Button
on (release) {
gotoAndStop ("desktop");
}
Symbol 915 Button
on (release) {
gotoAndStop ("desktop");
}
Symbol 917 MovieClip Frame 24
stop();
Symbol 926 Button
on (release) {
gotoAndStop ("desktop");
}
Symbol 938 Button
on (release) {
nextFrame();
}
Symbol 952 MovieClip Frame 196
Symbol 952 MovieClip Frame 207
stop();
Symbol 959 Button
on (release) {
gotoAndStop ("HDbann");
}
Symbol 963 Button
on (release) {
gotoAndStop ("docs");
}
Symbol 967 Button
on (release) {
gotoAndStop ("blueerror");
}
Symbol 970 Button
on (release) {
gotoAndStop ("error");
}
Symbol 973 Button
on (release) {
gotoAndStop ("mycomputer");
}
Symbol 976 Button
on (release) {
nextFrame();
}
Symbol 983 Button
on (release) {
gotoAndStop ("docs");
}
Symbol 992 Button
on (release) {
gotoAndPlay ("2bcontinued");
}
Symbol 998 MovieClip Frame 73
stop();
Symbol 1037 Button
on (release) {
gotoAndPlay ("creds");
}
Symbol 1064 Button
on (release) {
gotoAndStop ("startjrpg");
}
Symbol 1067 Button
on (release) {
gotoAndStop ("johnnypc");
}