Frame 1 (148 B)
iStatus = 0;
setProperty("bolt", _alpha , 0);
if (_global.gohelp == true) {
_global.gohelp = false;
Mouse.show();
gotoAndPlay ("Help1");
}
Frame 2 (288 B)
iBytesTotal = _root.getBytesTotal();
iBytesLoaded = _root.getBytesLoaded();
iBytes = (iBytesLoaded / iBytesTotal) * 100;
setProperty("bolt", _alpha , iBytes);
setProperty("bolt", _xscale , iBytes);
setProperty("bolt", _yscale , iBytes);
sStatus = Math.round(iBytes) add "% loaded";
Frame 3 (98 B)
if (iBytes < 100) {
gotoAndPlay (2);
} else {
sStatus = "COMPLETE";
gotoAndPlay (4);
}
Frame 4 (34 B)
_root.gotoAndPlay("TitleScreen");
Frame 6 (24 B)
gotoAndPlay ("pirate");
Frame 7 (134 B)
fscommand ("fullscreen", "false");
fscommand ("allowscale", "true");
fscommand ("showmenu", "false");
var tempSound = new Sound();
Frame 41 (32 B)
gotoAndPlay(_currentframe - 1);
Frame 44 (32 B)
gotoAndPlay(_currentframe - 1);
Frame 47 (32 B)
gotoAndPlay(_currentframe - 1);
Frame 53 (32 B)
gotoAndPlay(_currentframe - 1);
Frame 120 (35 B)
_root.wolf.gotoAndPlay("Running");
Frame 155 (32 B)
_root.wolf.gotoAndPlay("Skid");
Frame 164 (37 B)
_root.wolf.gotoAndPlay("TalkRight");
Frame 230 (28 B)
_root.house.gotoAndStop(2);
Frame 248 (41 B)
_root.littlepig1.gotoAndPlay("Running");
Frame 269 (71 B)
_root.house.gotoAndStop(1);
_root.littlepig1.gotoAndPlay("Standing");
Frame 272 (77 B)
_root.littlepig1.gotoAndPlay("Talking");
_root.wolf.gotoAndStop("Talking");
Frame 339 (42 B)
_root.littlepig1.gotoAndPlay("Standing");
Frame 366 (37 B)
_root.wolf.gotoAndPlay("TalkRight");
Frame 371 (41 B)
_root.littlepig1.gotoAndPlay("Running");
Frame 420 (72 B)
_root.wolf.gotoAndPlay("scared");
_root.bigpig.gotoAndPlay("Talking");
Frame 463 (40 B)
_root.wolf.gotoAndPlay("TalkToCamera");
Frame 497 (71 B)
_root.littlepig1.gotoAndPlay("Talking");
_root.wolf.gotoAndStop(448);
Frame 529 (115 B)
_root.littlepig1.gotoAndPlay("Standing");
_root.wolf.gotoAndPlay("scared");
_root.bigpig.gotoAndPlay("Talking");
Frame 567 (19 B)
gotoAndPlay (568);
Frame 568 (1.34 KiB) ●
if (_global.quality == "medium") {
_quality = "MEDIUM";
}
if (_global.quality == "low") {
_quality = "LOW";
}
if (_global.quality == "high") {
_quality = "HIGH";
}
if (_global.gohelp == true) {
_global.gohelp = false;
gotoAndPlay ("Main");
}
if (_global.rotator == null) {
_global.rotator = 0.1;
}
_global.score = 0;
_global.animstate = "normal";
_global.gamestate = "normal";
_global.throwpower = 1;
_global.gravity = 0.1;
_global.velocity = 8;
_global.thrust = 8;
_global.thrustmax = 8;
_global.hitpower = 1;
_global.hitup = 0;
_global.jumpup = true;
_global.gravitydrag = 1;
_global.ismousedown = null;
_global.rocket = false;
_global.gems = 0;
_global.fuel = 100;
_global.life = 100;
_global.hurt = false;
_global.gameover = false;
_global.spin = "right";
_global.speedbooster = 0;
_global.uppish = null;
if (_global.bestscore == null) {
_global.bestscore = 0;
}
Mouse.hide();
_root.hand._x = _xmouse;
_root.hand._y = _ymouse;
startDrag (_root.hand);
_root.gradient.gotoAndStop(1);
_root.gradient.fujiflare.gotoAndStop(1);
Color.prototype.setTint = function (r, g, b, amount) {
var _local2 = new Object();
_local2.ra = (_local2.ga = (_local2.ba = 100 - amount));
var _local3 = amount / 100;
_local2.rb = r * _local3;
_local2.gb = g * _local3;
_local2.bb = b * _local3;
this.setTransform(_local2);
};
Instance of Symbol 177 MovieClip "gradient" in Frame 568 (79 B)
onClipEvent (enterFrame) {
this.gotoAndStop(Math.round(_global.score / 10));
}
Instance of Symbol 242 MovieClip "hedgehogshadow" in Frame 568 (224 B)
onClipEvent (enterFrame) {
this._x = _root.hedgehog._x;
animframe = _root.hedgehog._currentframe;
this.gotoAndPlay(animframe);
hedgehogshadowY = _270 - _root.hedgehog._y;
this._yscale = this._yscale * hedgehogshadowY;
}
Instance of Symbol 333 MovieClip "handshadow" in Frame 568 (123 B)
onClipEvent (enterFrame) {
this._x = _root.hand._x;
animframe = _root.hand._currentframe;
this.gotoAndPlay(animframe);
}
Instance of Symbol 242 MovieClip "hedgehog" in Frame 568 (21 B)
/* no clip actions */
Instance of Symbol 337 MovieClip in Frame 578 (100 B)
onClipEvent (keyDown) {
if (Key.isDown(32)) {
_global.gohelp = true;
_root.gotoAndPlay(1);
}
}
Frame 588 (108 B)
_global.gamestate = "jumping";
_root.hand._x = _xmouse;
_root.hand._y = _ymouse;
startDrag (_root.hand);
Instance of Symbol 333 MovieClip "hand" in Frame 588 (1.01 KiB) ●
onClipEvent (enterFrame) {
_root.uppish = _global.uppish;
_root.throwpower = _global.throwpower;
if (this.hitTest(_root.hedgehog) && (_global.gamestate == "jumping")) {
_global.gamestate = "caught";
_root.hedgehog.gotoAndPlay("DragMe");
}
if (_root.hand.hotspots.hitTest(_root.hedgehog) && (_global.gamestate == "throw")) {
_global.gamestate = "smash";
_root.hedgehog.gotoAndPlay("Smash");
this.fadeout = true;
}
if (this.fadeout == true) {
this._alpha = this._alpha - 5;
}
if (this._alpha < 1) {
this.visible = false;
this.fadeout = false;
}
}
onClipEvent (mouseDown) {
if (_global.gamestate == "caught") {
_global.gamestate = "held";
_root.hand.gotoAndPlay("held");
_root.hedgehog.gotoAndPlay("held");
}
}
onClipEvent (mouseUp) {
if ((_global.gamestate == "held") && (this._currentframe > 16)) {
_global.jumpup = true;
_global.gamestate = "punch";
_root.hand.gotoAndPlay("punch");
}
if (_global.gamestate == "throw") {
_root.hand.gotoAndPlay("strike");
}
}
Instance of Symbol 242 MovieClip "hedgehog" in Frame 588 (1.46 KiB) ●
onClipEvent (enterFrame) {
if (_global.gamestate == "caught") {
if (_root.hand._currentframe < 6) {
_root.hand.gotoAndPlay("Grip");
}
this._x = _root.hand._x;
this._y = _root.hand._y + 35;
}
if (_global.gamestate == "jumping") {
if (_global.jumpup == true) {
this._y = this._y - leapvelocity;
leapvelocity = leapvelocity - (_global.gravity * 10);
if (leapvelocity <= 0) {
_global.jumpup = false;
}
}
if (_global.jumpup == false) {
this._y = this._y + leapvelocity;
leapvelocity = leapvelocity + (_global.gravity * 10);
if (this._y >= 370) {
leapvelocity = 5 + random(_global.velocity);
_global.jumpup = true;
}
}
}
if (_global.gamestate == "held") {
this._x = _root.hand._x;
this._y = (_root.hand._y + _root.hand.handheld._y) - 10;
}
if (_global.gamestate == "punch") {
this._x = _root.hand._x;
this._y = (_root.hand._y + _root.hand.fist._y) - 10;
}
if (_global.gamestate == "throw") {
if (this._y >= 350) {
leapvelocity = 5 + random(_global.velocity);
_global.rocket = false;
this.gotoAndPlay("Normal");
_root.hand.gotoAndPlay(1);
_global.gamestate = "jumping";
_global.jumpup = true;
}
if (_global.jumpup == true) {
this._y = this._y - _global.uppish;
_global.uppish = _global.uppish - 1;
if (_global.throwpower <= 0) {
_global.jumpup = false;
}
}
if (_global.jumpup == false) {
this._y = this._y + _global.uppish;
_global.uppish = _global.uppish + 1;
}
}
}
Instance of Symbol 342 MovieClip "offscreenalert" in Frame 588 (58 B)
onClipEvent (enterFrame) {
this._x = _root.hedgehog._x;
}
Frame 590 (8 B)
stop();
Frame 591 (334 B)
Mouse.show();
offscreenalert._visible = true;
_root.hedgehog._rotation = _global.hitangle;
_global.score = 0;
_global.yspeed = (-_global.hitup) * 7;
_global.rotatehog = _global.throwpower / 2;
rightedge = 640;
leftedge = 0;
topedge = 0;
bottomedge = 430;
drag = 0.98;
bounce = 0.9;
_global.gravity = _global.gravity * 10;
Instance of Symbol 242 MovieClip "hedgehog" in Frame 591 (1.08 KiB) ●
onClipEvent (enterFrame) {
if (_global.gameover != true) {
if ((_global.thrust > 0) && (_global.ismousedown != true)) {
_global.thrust = _global.thrust - 0.5;
}
if ((_global.thrust < 0) && (_global.ismousedown != true)) {
_global.thrust = _global.thrust + 0.5;
}
if (_global.thrust == 0) {
this.stop();
} else {
if (_global.animstate == "crash2") {
this._rotation = 0;
}
if (_global.animstate == "crash3") {
this._rotation = 0;
}
if (_global.animstate == "iceslide") {
this._rotation = 0;
}
if (_global.animstate == "grassslide") {
this._rotation = 0;
}
if (_global.animstate == "eating") {
}
if (_global.animstate == "normal") {
if (_global.ismousedown != true) {
_global.rotatehog = _global.thrust / 20;
if (_global.rotatehog < -180) {
_global.rotatehog = 0;
}
if (_global.spin == "right") {
this._rotation = this._rotation + _global.rotatehog;
}
if (_global.spin == "left") {
this._rotation = this._rotation - _global.rotatehog;
}
}
}
}
}
}
Frame 592 (8.41 KiB) ● ●
if (_global.gameover == true) {
gotoAndPlay ("GameOver");
}
if (_global.gameover != true) {
_root.hedgehog._y = _root.hedgehog._y + _global.yspeed;
if (((_root.hedgehog._y + (_root.hedgehog._height / 2)) > bottomedge) && (_root.hedgehog.hitTest(_root.chasm) != true)) {
_root.hedgehog._y = bottomedge - (_root.hedgehog._height / 2);
_global.yspeed = (-_global.yspeed) * bounce;
}
if (((_root.hedgehog._y + (_root.hedgehog._height / 2)) > bottomedge) && (_root.hedgehog.hitTest(_root.chasm) == true)) {
_root.hedgehog._y = _root.hedgehog._y + 3;
}
if (_root.hedgehog._y > 520) {
_root.gotoAndPlay("GameOver");
}
_global.yspeed = (_global.yspeed * drag) + gravity;
xspeed = xspeed * drag;
if (_root.hedgehog.hitTest(_root.water.hitloc) && (_global.animstate != "iceblock")) {
_global.thrust = 0;
if (_root.splash._currentframe < 2) {
_root.splash._x = _root.hedgehog._x;
_root.splash.gotoAndPlay(2);
_root.hedgehog._visible = false;
_root.hedgehogshadow._visible = false;
_root.hedgehog.stop();
}
_root.gotoAndPlay("GameOver");
}
if (((_root.hedgehog.hitTest(_root.tree) && (_global.hurt == false)) && (_global.animstate != "death")) && (_global.animstate != "iceblock")) {
if (_global.thrust < 150) {
if (_root.treesmash._currentframe < 2) {
_root.treesmash._x = _root.tree._x;
_root.treesmash.gotoAndPlay(2);
}
_global.thrust = _global.thrust * 0.3;
_global.thrust = -_global.thrust;
_global.life = _global.life - 25;
_global.hurt = true;
_root.hedgehog.gotoAndPlay("Hurt");
}
if (_global.thrust >= 150) {
if (_root.treesmash._currentframe < 2) {
_root.treesmash._x = _root.tree._x;
_root.treesmash.gotoAndPlay(2);
}
_global.thrust = _global.thrust * 0.4;
_global.life = _global.life - 40;
_global.hurt = true;
_root.hedgehog.gotoAndPlay("Hurt");
}
}
if (((_root.hedgehog.hitTest(_root.rock) && (_global.hurt == false)) && (_global.animstate != "death")) && (_global.animstate != "iceblock")) {
_root.rock.gotoAndPlay(2);
if (_global.thrust < 280) {
_global.thrust = _global.thrust * 0.3;
_global.thrust = -_global.thrust;
_global.life = _global.life - 60;
_global.hurt = true;
_root.hedgehog.gotoAndPlay("Hurt");
}
if (_global.thrust >= 280) {
_global.thrust = _global.thrust * 0.4;
_global.life = _global.life - 90;
_global.hurt = true;
_root.hedgehog.gotoAndPlay("Hurt");
}
}
if (((_root.hedgehog.hitTest(_root.smallrock) && (_global.hurt == false)) && (_global.animstate != "death")) && (_global.animstate != "iceblock")) {
_root.smallrock.gotoAndStop(2);
if (_global.thrust < 240) {
_global.thrust = _global.thrust * 0.3;
_global.thrust = -_global.thrust;
_global.life = _global.life - 25;
_global.hurt = true;
_root.hedgehog.gotoAndPlay("Hurt");
}
if (_global.thrust >= 240) {
_global.thrust = _global.thrust * 0.8;
_global.life = _global.life - 30;
_global.hurt = true;
_root.hedgehog.gotoAndPlay("Hurt");
}
}
if ((_root.hedgehog.hitTest(_root.treebranch) && (_global.hurt == false)) && (_global.animstate != "death")) {
if (_global.thrust < 70) {
_root.treesmash._y = _root.treebranch._y + 80;
if (_root.treesmash._currentframe < 2) {
_root.treesmash._x = _root.tree._x;
_root.treesmash.gotoAndPlay(2);
}
_global.thrust = _global.thrust * 0.5;
_global.thrust = -_global.thrust;
}
if (_global.thrust >= 70) {
if (_root.treesmash._currentframe < 2) {
_root.treesmash._x = _root.tree._x;
_root.treesmash.gotoAndPlay(2);
}
_global.thrust = _global.thrust * 0.8;
_global.life = _global.life - (_global.thrust / 4);
_global.hurt = true;
_root.hedgehog.gotoAndPlay("Hurt");
}
}
if ((_root.hedgehog.hitTest(_root.guard) && (_global.thrust < 5)) && (_root.guard._currentframe < 31)) {
_root.guard.gotoAndPlay("Alarm");
_global.thrust = 10;
_global.fuel = 0;
}
if ((_root.guard._currentframe > 30) && (_root.guard._currentframe < 60)) {
_global.thrust = 5;
}
if (_root.guard._currentframe >= 60) {
_root.gotoAndPlay("WolfEnd");
}
if ((_root.hedgehog.hitTest(_root.ice) && (_global.animstate != "iceslide")) && (_global.animstate != "iceblock")) {
_root.hedgehog.gotoAndPlay("IceSlide");
_global.yspeed = 0.1;
}
if (_root.hedgehog.hitTest(_root.ice) && (_global.animstate == "iceslide")) {
_global.thrust = _global.thrust * 1.04;
}
if ((_root.hedgehog.hitTest(_root.longgrass) && (_global.animstate != "grassslide")) && (_global.animstate != "iceblock")) {
_root.hedgehog.gotoAndPlay("GrassSlide");
_global.thrust = _global.thrust * 0.8;
}
if ((_root.hedgehog.hitTest(_root.rabbit) && (_root.rabbit._currentframe < 40)) && (_global.animstate != "iceblock")) {
_root.rabbit.gotoAndPlay("splat");
_root.rabbitshadow.gotoAndPlay("splat");
_root.hedgehog.gotoAndPlay("EatRabbit");
_global.yspeed = 1 * random(10);
}
if (_root.hedgehog.hitTest(_root.penguin) && (_root.penguin._currentframe <= 60)) {
_root.penguin.gotoAndPlay("splat");
_root.hedgehog._rotation = 0;
_root.hedgehog.gotoAndPlay("IceBlock");
}
if (_global.animstate == "iceblock") {
_global.yspeed = 5;
_global.thrust = _global.thrust * 1.01;
}
if (_root.hedgehog.hitTest(_root.potion)) {
_root.potion.gotoAndPlay(11);
}
if (_root.hedgehog.hitTest(_root.crow) && (_global.hurt != true)) {
_global.thrust = _global.thrust * 0.9;
_global.life = _global.life - 10;
_global.hurt = true;
_root.crow.gotoAndPlay("Hurt");
_root.hedgehog.gotoAndPlay("Hurt");
}
if (_root.hedgehog.hitTest(_root.cannon.cannonhotspot) && (_root.cannon._currentframe < 50)) {
_root.hedgehog._visible = false;
_root.hedgehog._x = 200;
_root.hedgehog._y = 284;
_global.thrust = 10;
_global.yspeed = 10;
if (_root.cannon._currentframe < 2) {
_root.cannon.gotoAndPlay("Launch");
}
}
if (_root.cannon._currentframe == 50) {
_global.thrust = 2000 + random(100);
_global.yspeed = 100 + random(100);
}
if (_root.cannon._currentframe == 52) {
_root.hedgehog._visible = true;
}
if (_root.hedgehog.hitTest(_root.spinright) && (_root.spinright._currentframe < 21)) {
_global.spin = "right";
_global.thrust = _global.thrust + 10;
_root.spinright.gotoAndPlay(21);
}
if (_root.hedgehog.hitTest(_root.spinleft) && (_root.spinleft._currentframe < 21)) {
_global.spin = "left";
_global.thrust = _global.thrust + 10;
_root.spinleft.gotoAndPlay(21);
}
if (_root.hedgehog.hitTest(_root.speedboost)) {
_root.speedboost.gotoAndPlay(2);
_global.speedbooster = 50;
}
if (_global.speedbooster > 0) {
_root.gradient.fujiflare.gotoAndStop(2);
_global.speedbooster = _global.speedbooster - 1;
_global.thrust = 300;
_global.fuel = 100;
_global.life = 100;
_root.vitalitygauge.gotoAndPlay(8);
_root.fuelgauge.gotoAndPlay(8);
}
if ((_global.speedbooster < 1) && (_root.gradient.fujiflare._currentframe == 2)) {
_root.gradient.fujiflare.gotoAndStop(1);
}
if ((_root.penguin._currentframe >= 60) && (_root.penguin._currentframe < 90)) {
_root.penguin._x = _root.hedgehog._x;
}
if ((_root.spinright._currentframe >= 21) && (_root.spinright._currentframe < 28)) {
_root.spinright._x = _root.hedgehog._x;
}
if ((_root.spinleft._currentframe >= 21) && (_root.spinleft._currentframe < 28)) {
_root.spinspinleft._x = _root.hedgehog._x;
}
if (((_global.ismousedown == true) && (_global.fuel > 0)) && (_root.cannon._currentframe < 2)) {
_global.fuel = _global.fuel - 2;
if ((_root.hedgehog._rotation >= 0) && (_root.hedgehog._rotation <= 180)) {
if (_root.hedgehog._y > 0) {
_global.thrust = _global.thrust + 3.5;
}
} else {
_global.thrust = _global.thrust - 3.5;
}
if ((_root.hedgehog._rotation >= -90) && (_root.hedgehog._rotation <= 90)) {
if (_root.hedgehog._y > 0) {
_global.yspeed = _global.yspeed - 3;
}
} else {
_global.yspeed = _global.yspeed + 3;
}
}
if (_global.ismousedown == false) {
_global.ismovedown = null;
}
}
Instance of Symbol 305 MovieClip in Frame 592 (118 B)
onClipEvent (enterFrame) {
this._x = this._x - (_global.thrust / 100);
if (this._x < -1420) {
this._x = 0;
}
}
Instance of Symbol 343 MovieClip "mid" in Frame 592 (278 B)
onClipEvent (enterFrame) {
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 4);
if (this._x < -1340) {
this._x = 0;
}
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 4);
if (this._x > 0) {
this._x = -1340;
}
}
}
Instance of Symbol 348 MovieClip "guard" in Frame 592 (389 B)
onClipEvent (load) {
this._x = 100000 /* 0x0186A0 */;
}
onClipEvent (enterFrame) {
if ((_global.score > 1939) && (_global.score < 1945)) {
this.gotoAndPlay(1);
this._x = 800;
_root.exclamation.gotoAndPlay(2);
}
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 2);
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 2);
}
}
Instance of Symbol 345 MovieClip "shrub" in Frame 592 (372 B)
onClipEvent (enterFrame) {
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 2.5);
if (this._x < -1000) {
this._x = 650 + random(800);
this.gotoAndStop(1 + random(4));
}
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 2.5);
if (this._x > 1640) {
this._x = -600;
this.gotoAndStop(1 + random(4));
}
}
}
Instance of Symbol 185 MovieClip "ground" in Frame 592 (276 B)
onClipEvent (enterFrame) {
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 2);
if (this._x < -633) {
this._x = 0;
}
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 2);
if (this._x > 0) {
this._x = -317;
}
}
}
Instance of Symbol 359 MovieClip "water" in Frame 592 (537 B)
onClipEvent (load) {
this._x = 100000 /* 0x0186A0 */;
}
onClipEvent (enterFrame) {
if ((_global.score > 190) && (_global.score < 195)) {
this._x = 1400;
this.gotoAndStop(1);
_root.exclamation.gotoAndPlay(2);
}
if ((_global.score > 860) && (_global.score < 875)) {
this._x = 1700;
this.gotoAndPlay(2);
_root.exclamation.gotoAndPlay(2);
}
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 2);
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 2);
}
}
Instance of Symbol 364 MovieClip "ice" in Frame 592 (421 B)
onClipEvent (load) {
this._x = 100000 /* 0x0186A0 */;
}
onClipEvent (enterFrame) {
if ((_global.score > 480) && (_global.score < 485)) {
this._x = 2400;
}
if ((_global.score > 1080) && (_global.score < 1085)) {
this._x = 2400;
}
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 2);
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 2);
}
}
Instance of Symbol 368 MovieClip "treebranch" in Frame 592 (491 B)
onClipEvent (load) {
this._x = 100000 /* 0x0186A0 */;
}
onClipEvent (enterFrame) {
if ((_global.score > 540) && (_global.score < 545)) {
this._x = 1400;
_root.exclamation.gotoAndPlay(2);
}
if ((_global.score > 980) && (_global.score < 985)) {
this._x = 1400;
_root.exclamation.gotoAndPlay(2);
}
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 5);
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 5);
}
}
Instance of Symbol 375 MovieClip "tree" in Frame 592 (388 B)
onClipEvent (load) {
this._x = 100000 /* 0x0186A0 */;
}
onClipEvent (enterFrame) {
if ((_global.score > 360) && (_global.score < 365)) {
this.gotoAndStop(1);
this._x = 2400;
_root.exclamation.gotoAndPlay(2);
}
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 2);
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 2);
}
}
Instance of Symbol 132 MovieClip "speedboost" in Frame 592 (454 B)
onClipEvent (load) {
this._x = 500000 /* 0x07A120 */;
}
onClipEvent (enterFrame) {
if ((_global.score > 1100) && (_global.score < 1105)) {
this._x = 800 + random(200);
this._y = 50 + random(350);
}
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 3);
this._y = this._y + (-2 + random(4));
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 3);
this._y = this._y + (-2 + random(4));
}
}
Instance of Symbol 377 MovieClip "spinright" in Frame 592 (519 B)
onClipEvent (load) {
this._x = 1000 + random(5000);
}
onClipEvent (enterFrame) {
if ((_global.score > 0) && (_global.score < 4000)) {
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 10);
if (this._x < -600) {
this.gotoAndPlay(1);
this._x = 3000 + random(1000);
this._y = 10 + random(400);
}
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 10);
if (this._x > 1000) {
this._x = -600;
this.gotoAndPlay(1);
}
}
}
}
Instance of Symbol 377 MovieClip "spinleft" in Frame 592 (519 B)
onClipEvent (load) {
this._x = 2000 + random(5000);
}
onClipEvent (enterFrame) {
if ((_global.score > 0) && (_global.score < 4000)) {
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 10);
if (this._x < -600) {
this.gotoAndPlay(1);
this._x = 3000 + random(1000);
this._y = 10 + random(400);
}
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 10);
if (this._x > 1000) {
this._x = -600;
this.gotoAndPlay(1);
}
}
}
}
Instance of Symbol 386 MovieClip "crow" in Frame 592 (290 B)
onClipEvent (load) {
this._x = 5000;
}
onClipEvent (enterFrame) {
if (_global.score >= 100) {
this._x = this._x - 14;
this._y = this._y + (-2 + random(3));
if (this._x < -400) {
this.gotoAndPlay(1);
this._x = 1000 + random(1000);
this._y = 100 + random(300);
}
}
}
Instance of Symbol 128 MovieClip "potion" in Frame 592 (466 B)
onClipEvent (load) {
this._x = 1000;
}
onClipEvent (enterFrame) {
if (_global.score < 4000) {
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 6);
if (this._x < -600) {
this.gotoAndPlay(1);
this._x = 3000 + random(1000);
this._y = 280 + random(80);
}
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 6);
if (this._x > 1000) {
this._x = -600;
this.gotoAndPlay(1);
}
}
}
}
Instance of Symbol 389 MovieClip "rock" in Frame 592 (388 B)
onClipEvent (load) {
this._x = 100000 /* 0x0186A0 */;
}
onClipEvent (enterFrame) {
if ((_global.score > 750) && (_global.score < 755)) {
this.gotoAndStop(1);
this._x = 2400;
_root.exclamation.gotoAndPlay(2);
}
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 2);
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 2);
}
}
Instance of Symbol 399 MovieClip "cannon" in Frame 592 (328 B)
onClipEvent (load) {
this._x = -100000;
}
onClipEvent (enterFrame) {
if ((_global.score < -490) && (_global.score > -495)) {
this.gotoAndStop(1);
this._x = -800;
}
if (_global.thrust > 0) {
this._x = this._x - _global.thrust;
}
if (_global.thrust < 0) {
this._x = this._x - _global.thrust;
}
}
Instance of Symbol 242 MovieClip "wolfshadow" in Frame 592 (131 B)
onClipEvent (enterFrame) {
this._x = _root.hedgehog._x;
animframe = _root.hedgehog._currentframe;
this.gotoAndPlay(animframe);
}
Instance of Symbol 141 MovieClip "rabbit" in Frame 592 (479 B)
onClipEvent (load) {
this._x = 100000 /* 0x0186A0 */;
}
onClipEvent (enterFrame) {
if ((_global.score > 260) && (_global.score < 265)) {
this.gotoAndPlay("sitting");
this._x = 800;
}
if ((_global.score > 905) && (_global.score < 910)) {
this.gotoAndPlay("sitting");
this._x = 800;
}
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 2);
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 2);
}
}
Instance of Symbol 147 MovieClip "penguin" in Frame 592 (361 B)
onClipEvent (load) {
this._x = 100000 /* 0x0186A0 */;
}
onClipEvent (enterFrame) {
if ((_global.score > 510) && (_global.score < 515)) {
this.gotoAndPlay("Standing");
this._x = 1800;
}
if (_global.thrust > 0) {
this._x = this._x - (_global.thrust / 2);
}
if (_global.thrust < 0) {
this._x = this._x - (_global.thrust / 2);
}
}
Instance of Symbol 447 MovieClip "jetpack" in Frame 592 (530 B)
onClipEvent (mouseDown) {
if ((_global.animstate != "iceblock") && (_root.cannon._currentframe < 2)) {
if (_global.gameover != true) {
if (_global.fuel > 0) {
_root.jetpack.gotoAndPlay(2);
} else {
_root.jetpack.gotoAndPlay(10);
}
}
}
}
onClipEvent (mouseUp) {
_global.ismousedown = false;
if (_global.gameover != true) {
_root.jetpack.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
this._x = _root.hedgehog._x;
this._y = _root.hedgehog._y;
this._rotation = _root.hedgehog._rotation;
}
Frame 593 (1.46 KiB) ●
if (_global.thrust > 300) {
_global.thrust = _global.thrust - 10;
}
if (_global.thrust != 0) {
_global.score = _global.score + (_global.thrust / 100);
}
_global.score = Math.round(_global.score * 10) / 10;
score = Math.round(_global.score * 10) + " cm";
if (_global.score >= _global.bestscore) {
_global.bestscore = (_global.score = Math.round(_global.score * 10) / 10);
}
_root.bestscore = ("Best : " + Math.round(_global.bestscore * 10)) + " cm";
if (_global.score >= 1000) {
gotoAndPlay ("gameOver");
}
if ((((_global.thrust > -3) && (_global.thrust < 3)) && (_root.hedgehog._y > 374)) && (_root.cannon._currentframe < 2)) {
_global.gameover = true;
_root.hedgehog.gotoAndPlay("Slumped");
_root.hedgehog._rotation = 0;
_root.hedgehog._y = 396;
gotoAndPlay ("GameOver");
}
_root.rotus = _root.hedgehog._rotation;
_root.thrustor = _global.thrust;
_root.gems = _global.gems;
if (_global.fuel > 100) {
_global.fuel = 100;
}
if (_global.life > 100) {
_global.life = 100;
}
if (_global.fuel < 1) {
_global.fuel = 0;
_global.ismousedown = false;
}
_root.fuelgauge._xscale = _global.fuel;
if ((_global.life < 1) && (_global.animstate != "death")) {
_global.life = 0;
_root.hedgehog.gotoAndPlay("Death1");
_global.gameover = true;
gotoAndPlay ("GameOver");
}
if (_global.life < 1) {
_global.life = 0;
}
_root.vitalitygauge._xscale = _global.life;
gotoAndPlay ("Airborne");
Frame 594 (433 B)
_global.thrust = 0;
_global.score = Math.round(_global.score * 10) / 10;
score = (_global.score * 10) + " cm";
if (_global.score >= _global.bestscore) {
_global.bestscore = (_global.score = Math.round(_global.score * 10) / 10);
}
_root.bestscore = ("Best : " + (_global.bestscore * 10)) + " cm";
_root.bestscoretext = (_global.bestscore * 10) + " cm";
if (_global.score >= 1000) {
_root.gotoAndPlay("highscore");
}
Frame 596 (19 B)
gotoAndPlay (595);
Frame 597 (214 B)
_root.greateffort = ("Nice! Mr Wolf won't return in a hurry, you can consider yourself a true Playaholic. Your best score of " + _root.bestscoretext) + " cm is good enough to enter the competition if you choose.";
Frame 598 (19 B)
gotoAndPlay (597);
Frame 665 (8 B)
stop();
Symbol 5 MovieClip [JCPreloaderMC] Frame 1 (3.91 KiB) ●
#initclip 1
function JCPreloaderClass() {
this.orgWidth = 100;
this.orgHeight = 20;
this.factor = 0;
this.proceedAt = 99;
this.spacer = 2;
this.init();
}
JCPreloaderClass.prototype = new MovieClip();
JCPreloaderClass.prototype.init = function () {
this.orgWidth = this._width;
this.orgHeight = this._height;
this._xscale = (this._yscale = 100);
this.boundingBox_mc._visible = false;
this.setSize(this.orgWidth, this.orgHeight);
this._x = parseInt(this._x);
this._y = parseInt(this._y);
this.txtAttrib = new TextFormat();
this.txtAttrib.color = 0;
this.txtAttrib.font = "_sans";
this.txtAttrib.embedFonts = false;
this.txtAttrib.size = (this.orgHeight / 2) + 3;
this.txtAttrib.align = "center";
if (this.mcToPlay ne "") {
this.playMC = this._parent[this.mcToPlay];
this.playMCLength = this.playMC._totalframes;
}
this.onEnterFrame = function () {
this.bLoaded = this._parent.getBytesLoaded();
this.bTotal = this._parent.getBytesTotal();
this.factor = Math.ceil((this.bLoaded / this.bTotal) * 100);
if (this.factor < this.proceedAt) {
var _local2 = (this.factor * this.playMCLength) / 100;
this.playMC.gotoAndStop(_local2);
this._parent.stop();
} else if (!this.thisIsThepreview) {
this._parent.play();
}
this.redraw();
if (this.thisIsThepreview) {
this.onEnterFrame = null;
}
};
};
JCPreloaderClass.prototype.setSize = function (w, h) {
this.orgWidth = w;
this.orgHeight = h;
this.boundingBox_mc._width = w;
this.boundingBox_mc._height = h;
this.redraw();
};
JCPreloaderClass.prototype.redraw = function () {
this.setText();
this.clear();
if (this.showBar) {
var _local3 = (this.factor * this.orgWidth) / 100;
var _local2 = this.orgHeight;
var _local4 = this.orgWidth;
this.drawRectangle(this.sp * -1, this.orgWidth + this.sp, this.sp * -1, this.orgHeight + this.sp, this.color5, this.color5, 100, false);
if (this.factor > 0) {
this.drawRectangle(0, _local3, 0, _local2, this.color1, this.color2, 100, true);
}
if (this.factor < 100) {
this.drawRectangle(_local3, _local4, 0, _local2, this.color3, this.color4, 100, true);
}
}
};
JCPreloaderClass.prototype.setText = function () {
if (this.thisIsThepreview) {
this.factor = random(100);
}
if (this.showText) {
if (this.factor < this.proceedAt) {
this.percentloaded = this.factor + "% loaded";
} else {
this.percentloaded = "Loading complete!";
}
} else {
this.percentloaded = "";
}
this.fontSize = (this.orgHeight / 2) + 3;
this.txtAttrib.size = this.fontSize;
this.yOffsetText = ((this.orgHeight / 2) - (this.fontSize / 2)) - 2;
this.createTextField("percentTxt", 9, 0, this.yOffsetText, this.orgWidth, this.orgHeight + 3);
this.percentTxt.setNewTextFormat(this.txtAttrib);
this.percentTxt.text = this.percentloaded;
this.percentTxt.selectable = false;
};
JCPreloaderClass.prototype.drawRectangle = function (x1, x2, y1, y2, lineCol, fillCol, trans, shallWeFill) {
this.lineStyle(this.lineWidth, lineCol);
if (shallWeFill) {
this.beginFill(fillCol, trans);
}
this.moveTo(x1, y1);
this.lineTo(x2, y1);
this.lineTo(x2, y2);
this.lineTo(x1, y2);
this.lineTo(x1, y1);
if (shallWeFill) {
this.endFill();
}
};
JCPreloaderClass.prototype.getLabel = function () {
return(this.fLabel_mc.labelField.text);
};
JCPreloaderClass.prototype.setLabel = function (label) {
this.fLabel_mc.setLabel(label);
this.txtFormat();
this.arrangeLabel();
if (Accessibility.isActive()) {
Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE);
}
};
JCPreloaderClass.prototype.setClickHandler = function (chng, obj) {
this.handlerObj = ((arguments.length < 2) ? (this._parent) : (obj));
this.clickHandler = chng;
};
JCPreloaderClass.prototype.executeCallBack = function () {
this.handlerObj[this.clickHandler](this);
};
Object.registerClass("JCPreloaderMC", JCPreloaderClass);
#endinitclip
Symbol 26 MovieClip Frame 2 (8 B)
stop();
Symbol 32 Button (64 B)
on (release) {
getURL ("http://www.playaholics.com", "_top");
}
Symbol 43 MovieClip Frame 1 (52 B)
if (_global.rocket == true) {
gotoAndPlay (3);
}
Symbol 43 MovieClip Frame 2 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 43 MovieClip Frame 3 (52 B)
if (_global.rocket != true) {
gotoAndPlay (1);
}
Symbol 43 MovieClip Frame 4 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 77 Button (59 B)
on (release) {
_global.sounds = false;
gotoAndPlay (3);
}
Symbol 79 Button (58 B)
on (release) {
_global.sounds = true;
gotoAndPlay (1);
}
Symbol 80 MovieClip Frame 1 (110 B)
if (_global.sounds == false) {
gotoAndPlay (3);
}
var tempSound = new Sound();
tempSound.setVolume(100);
Symbol 80 MovieClip Frame 2 (8 B)
stop();
Symbol 80 MovieClip Frame 3 (107 B)
if (_global.sounds == true) {
gotoAndPlay (1);
}
var tempSound = new Sound();
tempSound.setVolume(0);
Symbol 80 MovieClip Frame 4 (8 B)
stop();
Symbol 82 Button (39 B)
on (release) {
cpuspeed.nextFrame();
}
Symbol 86 MovieClip Frame 1 (179 B)
if (_global.quality == "low") {
this.gotoAndStop(2);
}
if (_global.quality == "high") {
this.gotoAndStop(3);
}
_quality = "MEDIUM";
_global.quality = "medium";
stop();
Symbol 86 MovieClip Frame 2 (54 B)
_quality = "LOW";
_global.quality = "low";
stop();
Symbol 86 MovieClip Frame 3 (56 B)
_quality = "HIGH";
_global.quality = "high";
stop();
Symbol 86 MovieClip Frame 4 (69 B)
_quality = "MEDIUM";
_global.quality = "medium";
gotoAndStop (1);
Symbol 92 Button (35 B)
on (release) {
gotoAndPlay (55);
}
Symbol 95 Button (40 B)
on (release) {
gotoAndPlay ("Help1");
}
Symbol 98 Button (39 B)
on (release) {
gotoAndPlay ("Info");
}
Symbol 102 Button (40 B)
on (release) {
gotoAndPlay ("Help2");
}
Symbol 105 Button (46 B)
on (release) {
gotoAndPlay ("TitleScreen");
}
Symbol 110 MovieClip Frame 1 (52 B)
if (_global.rocket == true) {
gotoAndPlay (3);
}
Symbol 110 MovieClip Frame 2 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 110 MovieClip Frame 3 (52 B)
if (_global.rocket != true) {
gotoAndPlay (1);
}
Symbol 110 MovieClip Frame 4 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 118 MovieClip Frame 1 (8 B)
stop();
Symbol 118 MovieClip Frame 20 (22 B)
gotoAndPlay ("Chat");
Symbol 122 Button (40 B)
on (release) {
gotoAndPlay ("Help1");
}
Symbol 128 MovieClip Frame 10 (17 B)
gotoAndPlay (1);
Symbol 128 MovieClip Frame 11 (67 B)
_global.fuel = _global.fuel + 40;
_root.fuelgauge.gotoAndPlay(2);
Symbol 128 MovieClip Frame 20 (8 B)
stop();
Symbol 132 MovieClip Frame 1 (8 B)
stop();
Symbol 132 MovieClip Frame 15 (8 B)
stop();
Symbol 141 MovieClip Frame 39 (17 B)
gotoAndPlay (1);
Symbol 141 MovieClip Frame 41 (8 B)
stop();
Symbol 147 MovieClip Frame 60 (17 B)
gotoAndPlay (1);
Symbol 147 MovieClip Frame 90 (8 B)
stop();
Symbol 158 Button (63 B)
on (release) {
getURL ("http://www.3rdsense.com", "_blank");
}
Symbol 159 Button (66 B)
on (release) {
getURL ("http://www.playaholics.com", "_blank");
}
Symbol 160 Button (64 B)
on (release) {
getURL ("http://www.chickstop.com", "_blank");
}
Symbol 164 Button (70 B)
on (release) {
getURL ("http://www.lightning-games.com", "_blank");
}
Symbol 171 MovieClip Frame 1 (8 B)
stop();
Symbol 171 MovieClip Frame 2 (8 B)
stop();
Symbol 177 MovieClip Frame 1 (8 B)
stop();
Symbol 242 MovieClip Frame 1 (53 B)
_global.animstate = "normal";
_global.hurt = false;
Symbol 242 MovieClip Frame 80 (24 B)
gotoAndPlay ("Normal");
Symbol 242 MovieClip Frame 81 (52 B)
_global.animstate = "drag";
_global.rocket = true;
Symbol 242 MovieClip Frame 136 (25 B)
gotoAndPlay ("DragMe2");
Symbol 242 MovieClip Frame 137 (31 B)
_global.animstate = "running";
Symbol 242 MovieClip Frame 155 (25 B)
gotoAndPlay ("Running");
Symbol 242 MovieClip Frame 156 (28 B)
_global.animstate = "skid";
Symbol 242 MovieClip Frame 174 (24 B)
gotoAndPlay ("Normal");
Symbol 242 MovieClip Frame 175 (28 B)
_global.animstate = "held";
Symbol 242 MovieClip Frame 185 (22 B)
gotoAndPlay ("Held");
Symbol 242 MovieClip Frame 186 (111 B)
_global.thrustmax = _global.throwpower * 20;
_global.thrust = _global.thrustmax;
_root.gotoAndPlay("Smash");
Symbol 242 MovieClip Frame 192 (8 B)
stop();
Symbol 242 MovieClip Frame 193 (28 B)
_global.animstate = "fall";
Symbol 242 MovieClip Frame 206 (22 B)
gotoAndPlay ("Fall");
Symbol 242 MovieClip Frame 207 (29 B)
_global.animstate = "crash";
Symbol 242 MovieClip Frame 246 (57 B)
this.gotoAndPlay("Normal");
_root.gotoAndPlay("Start");
Symbol 242 MovieClip Frame 247 (30 B)
_global.animstate = "crash2";
Symbol 242 MovieClip Frame 275 (28 B)
this.gotoAndPlay("Normal");
Symbol 242 MovieClip Frame 276 (30 B)
_global.animstate = "crash3";
Symbol 242 MovieClip Frame 332 (28 B)
this.gotoAndPlay("Normal");
Symbol 242 MovieClip Frame 333 (32 B)
_global.animstate = "iceslide";
Symbol 242 MovieClip Frame 372 (28 B)
this.gotoAndPlay("Normal");
Symbol 242 MovieClip Frame 373 (34 B)
_global.animstate = "grassslide";
Symbol 242 MovieClip Frame 415 (28 B)
this.gotoAndPlay("Normal");
Symbol 242 MovieClip Frame 458 (8 B)
stop();
Symbol 242 MovieClip Frame 471 (25 B)
gotoAndPlay ("Scared2");
Symbol 242 MovieClip Frame 487 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 242 MovieClip Frame 488 (32 B)
gotoAndPlay(_currentframe - 1);
Symbol 242 MovieClip Frame 512 (8 B)
stop();
Symbol 242 MovieClip Frame 513 (30 B)
_global.animstate = "eating";
Symbol 242 MovieClip Frame 521 (71 B)
_global.life = _global.life + 50;
_root.vitalitygauge.gotoAndPlay(2);
Symbol 242 MovieClip Frame 530 (24 B)
gotoAndPlay ("Normal");
Symbol 242 MovieClip Frame 531 (36 B)
_root.vitalitygauge.gotoAndPlay(2);
Symbol 242 MovieClip Frame 537 (47 B)
_global.hurt = false;
gotoAndPlay ("Normal");
Symbol 242 MovieClip Frame 538 (61 B)
_global.animstate = "death";
_root.gotoAndPlay("GameOver");
Symbol 242 MovieClip Frame 564 (34 B)
_global.gameover = true;
stop();
Symbol 242 MovieClip Frame 565 (58 B)
_global.jetpack = false;
_global.animstate = "iceblock";
Symbol 242 MovieClip Frame 620 (49 B)
_global.jetpack = true;
gotoAndPlay ("Normal");
Symbol 242 MovieClip Frame 644 (8 B)
stop();
Symbol 254 MovieClip Frame 1 (8 B)
stop();
Symbol 254 MovieClip Frame 2 (8 B)
stop();
Symbol 257 Button (36 B)
on (release) {
gotoAndPlay (568);
}
Symbol 259 MovieClip Frame 1 (8 B)
stop();
Symbol 259 MovieClip Frame 2 (8 B)
stop();
Symbol 259 MovieClip Frame 3 (8 B)
stop();
Symbol 259 MovieClip Frame 4 (8 B)
stop();
Symbol 259 MovieClip Frame 5 (8 B)
stop();
Symbol 259 MovieClip Frame 6 (8 B)
stop();
Symbol 259 MovieClip Frame 7 (8 B)
stop();
Symbol 260 MovieClip Frame 1 (33 B)
head.gotoAndStop(1 + random(7));
Symbol 260 MovieClip Frame 2 (8 B)
stop();
Symbol 271 MovieClip Frame 10 (26 B)
gotoAndPlay ("Standing");
Symbol 271 MovieClip Frame 23 (25 B)
gotoAndPlay ("Running");
Symbol 271 MovieClip Frame 71 (25 B)
gotoAndPlay ("Talking");
Symbol 291 MovieClip Frame 1 (8 B)
stop();
Symbol 291 MovieClip Frame 2 (8 B)
stop();
Symbol 291 MovieClip Frame 3 (8 B)
stop();
Symbol 296 MovieClip Frame 17 (21 B)
head.gotoAndStop(3);
Symbol 296 MovieClip Frame 25 (21 B)
head.gotoAndStop(1);
Symbol 296 MovieClip Frame 30 (17 B)
gotoAndPlay (1);
Symbol 296 MovieClip Frame 39 (21 B)
head.gotoAndStop(2);
Symbol 296 MovieClip Frame 51 (21 B)
head.gotoAndStop(1);
Symbol 296 MovieClip Frame 61 (21 B)
head.gotoAndStop(3);
Symbol 296 MovieClip Frame 63 (21 B)
head.gotoAndStop(3);
Symbol 296 MovieClip Frame 67 (21 B)
head.gotoAndStop(1);
Symbol 296 MovieClip Frame 70 (17 B)
gotoAndPlay (1);
Symbol 333 MovieClip Frame 5 (24 B)
gotoAndPlay ("Normal");
Symbol 333 MovieClip Frame 14 (8 B)
stop();
Symbol 333 MovieClip Frame 15 (26 B)
_global.throwpower = 0.1;
Instance of Symbol 327 MovieClip in Symbol 333 MovieClip Frame 15 (76 B)
onClipEvent (enterFrame) {
_global.throwpower = _global.throwpower + 0.2;
}
Instance of Symbol 327 MovieClip in Symbol 333 MovieClip Frame 60 (142 B)
onClipEvent (enterFrame) {
_global.throwpower = _global.throwpower + 0.01;
if (_global.throwpower > 60) {
_global.throwpower = 60;
}
}
Symbol 333 MovieClip Frame 73 (25 B)
gotoAndPlay ("heldmax");
Symbol 333 MovieClip Frame 82 (110 B)
_global.uppish = _global.throwpower * 2;
_global.gamestate = "throw";
_root.hedgehog.gotoAndPlay("Normal");
Symbol 333 MovieClip Frame 83 (8 B)
stop();
Symbol 333 MovieClip Frame 85 (44 B)
_global.hitangle = 90;
_global.hitup = -8;
Symbol 333 MovieClip Frame 86 (44 B)
_global.hitangle = 90;
_global.hitup = -6;
Symbol 333 MovieClip Frame 87 (44 B)
_global.hitangle = 90;
_global.hitup = -5;
Symbol 333 MovieClip Frame 88 (44 B)
_global.hitangle = 90;
_global.hitup = -3;
Symbol 333 MovieClip Frame 89 (44 B)
_global.hitangle = 90;
_global.hitup = -1;
Symbol 333 MovieClip Frame 90 (43 B)
_global.hitangle = 90;
_global.hitup = 1;
Symbol 333 MovieClip Frame 91 (43 B)
_global.hitangle = 60;
_global.hitup = 2;
Symbol 333 MovieClip Frame 92 (43 B)
_global.hitangle = 50;
_global.hitup = 3;
Symbol 333 MovieClip Frame 93 (43 B)
_global.hitangle = 40;
_global.hitup = 4;
Symbol 333 MovieClip Frame 94 (43 B)
_global.hitangle = 35;
_global.hitup = 5;
Symbol 333 MovieClip Frame 95 (43 B)
_global.hitangle = 30;
_global.hitup = 6;
Symbol 333 MovieClip Frame 96 (43 B)
_global.hitangle = 25;
_global.hitup = 7;
Symbol 333 MovieClip Frame 97 (43 B)
_global.hitangle = 20;
_global.hitup = 8;
Symbol 333 MovieClip Frame 98 (43 B)
_global.hitangle = 10;
_global.hitup = 9;
Symbol 333 MovieClip Frame 99 (45 B)
_global.hitangle = -30;
_global.hitup = 11;
Symbol 333 MovieClip Frame 100 (71 B)
_global.hitangle = 300;
_global.hitup = 12;
gotoAndStop ("Strike");
Symbol 337 MovieClip Frame 136 (17 B)
gotoAndPlay (1);
Symbol 341 MovieClip Frame 1 (8 B)
stop();
Symbol 342 MovieClip Frame 1 (452 B)
if (_root.hedgehog._y < 1) {
this.offscreen = Math.round((400 - _root.hedgehog._y) / 10) + " cm";
this.offscreen = Math.round(400 - _root.hedgehog._y) + " cm";
if ((_global.throwpower > 20) && (_global.score == 0)) {
this.offscreen = "??? cm";
}
this.uparrow._visible = true;
this.uparrow._rotation = _root.hedgehog._rotation;
}
if (_root.hedgehog._y > 0) {
this.offscreen = " ";
this.uparrow._visible = false;
}
Symbol 342 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 345 MovieClip Frame 1 (8 B)
stop();
Symbol 345 MovieClip Frame 2 (8 B)
stop();
Symbol 345 MovieClip Frame 3 (8 B)
stop();
Symbol 345 MovieClip Frame 4 (8 B)
stop();
Symbol 348 MovieClip Frame 30 (17 B)
gotoAndPlay (1);
Instance of Symbol 347 MovieClip in Symbol 348 MovieClip Frame 31 (138 B)
onClipEvent (load) {
function __f_enterFrame(eventObj) {
_global.thrust = 5;
}
this.addEventListener("enterFrame", __f_enterFrame);
}
Symbol 348 MovieClip Frame 73 (8 B)
stop();
Symbol 359 MovieClip Frame 1 (8 B)
stop();
Symbol 359 MovieClip Frame 3 (17 B)
gotoAndPlay (2);
Symbol 362 MovieClip Frame 1 (8 B)
stop();
Symbol 362 MovieClip Frame 15 (8 B)
stop();
Symbol 375 MovieClip Frame 1 (8 B)
stop();
Symbol 375 MovieClip Frame 2 (8 B)
stop();
Symbol 377 MovieClip Frame 20 (17 B)
gotoAndPlay (1);
Symbol 377 MovieClip Frame 35 (8 B)
stop();
Symbol 386 MovieClip Frame 53 (17 B)
gotoAndPlay (1);
Symbol 386 MovieClip Frame 66 (24 B)
gotoAndPlay ("Flying");
Symbol 389 MovieClip Frame 1 (8 B)
stop();
Symbol 389 MovieClip Frame 3 (8 B)
stop();
Symbol 399 MovieClip Frame 1 (8 B)
stop();
Symbol 399 MovieClip Frame 61 (17 B)
gotoAndStop (1);
Symbol 410 MovieClip Frame 1 (8 B)
stop();
Symbol 410 MovieClip Frame 2 (70 B)
this.hedgehog.gotoAndPlay("DragMe");
_root.jetpack._visible = false;
Symbol 410 MovieClip Frame 53 (34 B)
_global.gameover = true;
stop();
Symbol 413 MovieClip Frame 1 (8 B)
stop();
Symbol 413 MovieClip Frame 36 (8 B)
stop();
Symbol 416 MovieClip Frame 7 (8 B)
stop();
Symbol 421 Button (40 B)
on (release) {
gotoAndPlay ("Start");
}
Symbol 426 MovieClip Frame 1 (8 B)
stop();
Symbol 426 MovieClip Frame 15 (17 B)
gotoAndStop (1);
Symbol 431 MovieClip Frame 1 (8 B)
stop();
Symbol 431 MovieClip Frame 15 (17 B)
gotoAndStop (1);
Symbol 447 MovieClip Frame 1 (8 B)
stop();
Symbol 447 MovieClip Frame 3 (28 B)
_global.ismousedown = true;
Symbol 447 MovieClip Frame 9 (101 B)
if (_global.ismousedown == true) {
gotoAndPlay(_currentframe - 4);
} else {
gotoAndPlay (1);
}
Symbol 447 MovieClip Frame 15 (17 B)
gotoAndPlay (1);
Symbol 451 MovieClip Frame 80 (8 B)
stop();
Symbol 458 MovieClip Frame 20 (8 B)
stop();
Symbol 468 Button (64 B)
on (release) {
getURL ("http://www.playaholics.com", "_top");
}