Combined Code
movieClip 3 {
}
movieClip 6 {
}
movieClip 7 {
}
movieClip 10 {
}
movieClip 12 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
frame 30 {
stop();
_parent.gotoAndStop(1);
}
}
movieClip 13 {
frame 1 {
stop();
}
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
}
frame 2 {
stop();
}
}
movieClip 18 {
}
movieClip 19 {
}
movieClip 26 {
frame 50 {
stop();
}
}
movieClip 27 {
frame 20 {
_parent.gotoAndStop(2);
}
}
movieClip 28 {
frame 20 {
_parent.gotoAndStop(3);
}
}
movieClip 29 triangleblob4 {
frame 1 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < 0) {
_parent.falling = false;
} else {
if (_parent._x > 720) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.rightwall1)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg1.rightwall2)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg1.rightwall3)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg2.rightwall1)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg2.rightwall2)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg2.rightwall3)) {
_parent.gotoAndStop(7);
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.leftwall1)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg1.leftwall2)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg1.leftwall3)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg2.leftwall1)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg2.leftwall2)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg2.leftwall3)) {
_parent.gotoAndStop(6);
}
}
}
}
}
}
}
}
frame 2 {
stop();
}
instance body of movieClip 19 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x < 800) {
_parent._x -= 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance < -100 and _root.pause == false) {
_parent.gotoAndStop(3);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(4);
}
}
}
frame 3 {
stop();
}
instance body of movieClip 19 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x > -100) {
_parent._x += 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance > 100 and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(5);
}
}
}
frame 4 {
stop();
_root.enemy7alive = false;
}
frame 5 {
stop();
_root.enemy7alive = false;
}
frame 6 {
stop();
}
instance body of movieClip 27 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x -= 2;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(4);
}
}
}
frame 7 {
stop();
}
instance body of movieClip 28 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x += 2;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(5);
}
}
}
}
movieClip 30 triangleblob3 {
frame 1 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < 0) {
_parent.falling = false;
} else {
if (_parent._x > 720) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.rightwall1)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg1.rightwall2)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg1.rightwall3)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg2.rightwall1)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg2.rightwall2)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg2.rightwall3)) {
_parent.gotoAndStop(7);
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.leftwall1)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg1.leftwall2)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg1.leftwall3)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg2.leftwall1)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg2.leftwall2)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg2.leftwall3)) {
_parent.gotoAndStop(6);
}
}
}
}
}
}
}
}
frame 2 {
stop();
}
instance body of movieClip 19 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x < 800) {
_parent._x -= 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance < -100 and _root.pause == false) {
_parent.gotoAndStop(3);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(4);
}
}
}
frame 3 {
stop();
}
instance body of movieClip 19 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x > -100) {
_parent._x += 2;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance > 100 and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(5);
}
}
}
frame 4 {
stop();
_root.enemy5alive = false;
}
frame 5 {
stop();
_root.enemy5alive = false;
}
frame 6 {
stop();
}
instance body of movieClip 27 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x -= 2;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(4);
}
}
}
frame 7 {
stop();
}
instance body of movieClip 28 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x += 2;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(5);
}
}
}
}
movieClip 31 triangleblob2 {
frame 1 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < 0) {
_parent.falling = false;
} else {
if (_parent._x > 720) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.rightwall1)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg1.rightwall2)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg1.rightwall3)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg2.rightwall1)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg2.rightwall2)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg2.rightwall3)) {
_parent.gotoAndStop(7);
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.leftwall1)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg1.leftwall2)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg1.leftwall3)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg2.leftwall1)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg2.leftwall2)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg2.leftwall3)) {
_parent.gotoAndStop(6);
}
}
}
}
}
}
}
}
frame 2 {
stop();
}
instance body of movieClip 19 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x < 800) {
_parent._x -= 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance < -100 and _root.pause == false) {
_parent.gotoAndStop(3);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(4);
}
}
}
frame 3 {
stop();
}
instance body of movieClip 19 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x > -100) {
_parent._x += 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance > 100 and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(5);
}
}
}
frame 4 {
stop();
_root.enemy3alive = false;
}
frame 5 {
stop();
_root.enemy3alive = false;
}
frame 6 {
stop();
}
instance body of movieClip 27 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x -= 2;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(4);
}
}
}
frame 7 {
stop();
}
instance body of movieClip 28 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x += 2;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(5);
}
}
}
}
movieClip 32 triangleblob {
frame 1 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < 0) {
_parent.falling = false;
} else {
if (_parent._x > 720) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.rightwall1)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg1.rightwall2)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg1.rightwall3)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg2.rightwall1)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg2.rightwall2)) {
_parent.gotoAndStop(7);
} else {
if (this.hitTest(_root.fg2.rightwall3)) {
_parent.gotoAndStop(7);
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.leftwall1)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg1.leftwall2)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg1.leftwall3)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg2.leftwall1)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg2.leftwall2)) {
_parent.gotoAndStop(6);
} else {
if (this.hitTest(_root.fg2.leftwall3)) {
_parent.gotoAndStop(6);
}
}
}
}
}
}
}
}
frame 2 {
stop();
}
instance body of movieClip 19 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x < 800) {
_parent._x -= 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance < -100 and _root.pause == false) {
_parent.gotoAndStop(3);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(4);
}
}
}
frame 3 {
stop();
}
instance body of movieClip 19 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x > -100) {
_parent._x += 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance > 100 and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(5);
}
}
}
frame 4 {
stop();
_root.enemy1alive = false;
}
frame 5 {
stop();
_root.enemy1alive = false;
}
frame 6 {
stop();
}
instance body of movieClip 27 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x -= 2;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(4);
}
}
}
frame 7 {
stop();
}
instance body of movieClip 28 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x += 2;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -40;
_root.falling = true;
_parent.gotoAndStop(5);
}
}
}
}
movieClip 34 {
}
movieClip 35 {
}
movieClip 57 {
frame 33 {
stop();
_root.enemy7.removeMovieClip();
_root.attachMovie('triangleblob4', 'enemy7', 7);
_root.enemy7._width = 103.1;
_root.enemy7._height = 98.09999999999999;
_root.enemy7._y = _parent._y;
_root.enemy7._x = _parent._x;
_root.enemy7.gotoAndStop(2);
_root.enemy7alive = true;
_parent.gotoAndStop(2);
}
}
movieClip 65 {
}
movieClip 70 {
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox) and _root.velocity >= 0) {
_root.jumping = true;
_root.velocity = -20;
_root.falling = true;
_parent._parent.gotoAndStop(5);
}
}
}
frame 71 {
_parent.gotoAndStop(2);
}
}
movieClip 98 {
frame 17 {
stop();
_parent.removeMovieClip();
}
}
movieClip 99 squirter4 {
frame 1 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < 0) {
_parent.falling = false;
} else {
if (_parent._x > 720) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
}
frame 2 {
stop();
}
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and _root.enemy7alive == false and _root.pause == false) {
_parent.gotoAndStop(3);
}
}
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox) and _root.velocity >= 0) {
_root.jumping = true;
_root.velocity = -20;
_root.falling = true;
_parent.gotoAndStop(4);
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 103 {
frame 33 {
stop();
_root.enemy5.removeMovieClip();
_root.attachMovie('triangleblob3', 'enemy5', 5);
_root.enemy5._width = 103.1;
_root.enemy5._height = 98.09999999999999;
_root.enemy5._y = _parent._y;
_root.enemy5._x = _parent._x;
_root.enemy5.gotoAndStop(2);
_root.enemy5alive = true;
_parent.gotoAndStop(2);
}
}
movieClip 104 squirter3 {
frame 1 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < 0) {
_parent.falling = false;
} else {
if (_parent._x > 720) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
}
frame 2 {
stop();
}
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and _root.enemy5alive == false and _root.pause == false) {
_parent.gotoAndStop(3);
}
}
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox) and _root.velocity >= 0) {
_root.jumping = true;
_root.velocity = -20;
_root.falling = true;
_parent.gotoAndStop(4);
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 106 {
frame 33 {
stop();
_root.enemy3.removeMovieClip();
_root.attachMovie('triangleblob2', 'enemy3', 3);
_root.enemy3._width = 103.1;
_root.enemy3._height = 98.09999999999999;
_root.enemy3._y = _parent._y;
_root.enemy3._x = _parent._x;
_root.enemy3.gotoAndStop(2);
_root.enemy3alive = true;
_parent.gotoAndStop(2);
}
}
movieClip 107 squirter2 {
frame 1 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < 0) {
_parent.falling = false;
} else {
if (_parent._x > 720) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
}
frame 2 {
stop();
}
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and _root.enemy3alive == false and _root.pause == false) {
_parent.gotoAndStop(3);
}
}
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox) and _root.velocity >= 0) {
_root.jumping = true;
_root.velocity = -20;
_root.falling = true;
_parent.gotoAndStop(4);
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 115 {
frame 33 {
stop();
_root.enemy1.removeMovieClip();
_root.attachMovie('triangleblob', 'enemy1', 1);
_root.enemy1._width = 103.1;
_root.enemy1._height = 98.09999999999999;
_root.enemy1._y = _parent._y;
_root.enemy1._x = _parent._x;
_root.enemy1.gotoAndStop(2);
_root.enemy1alive = true;
_parent.gotoAndStop(2);
}
}
movieClip 116 squirter {
frame 1 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < 0) {
_parent.falling = false;
} else {
if (_parent._x > 720) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
}
frame 2 {
stop();
}
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and _root.enemy1alive == false and _root.pause == false) {
_parent.gotoAndStop(3);
}
}
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox) and _root.velocity >= 0) {
_root.jumping = true;
_root.velocity = -20;
_root.falling = true;
_parent.gotoAndStop(4);
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 134 {
}
movieClip 141 {
}
movieClip 144 {
}
movieClip 153 {
}
movieClip 154 {
frame 25 {
_parent.gotoAndStop(6);
}
}
movieClip 157 {
frame 25 {
_parent.gotoAndStop(7);
}
}
movieClip 158 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
frame 35 {
gotoAndPlay('cycle');
}
}
movieClip 165 {
frame 8 {
stop();
_parent.removeMovieClip();
}
}
movieClip 166 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
frame 35 {
_parent.gotoAndStop(6);
}
}
movieClip 167 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
frame 35 {
_parent.gotoAndStop(7);
}
}
movieClip 168 greenshroom {
frame 1 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < -66) {
_parent.falling = false;
} else {
if (_parent._x > 786) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_parent.body.hitTest(_root.fg1.leftwall)) {
_parent.gotoAndStop(11);
} else {
if (_parent.body.hitTest(_root.fg2.leftwall)) {
_parent.gotoAndStop(11);
} else {
if (_parent.body.hitTest(_root.fg1.rightwall)) {
_parent.gotoAndStop(10);
} else {
if (_parent.body.hitTest(_root.fg2.rightwall)) {
_parent.gotoAndStop(10);
}
}
}
}
}
}
frame 2 {
stop();
}
instance body of movieClip 134 {
onClipEvent (enterFrame) {
if (_parent._xdistance < -20 and _root.pause == false) {
_parent.gotoAndStop(3);
}
}
}
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and _root.pause == false) {
_parent.gotoAndStop(4);
}
}
}
frame 3 {
stop();
}
instance body of movieClip 134 {
onClipEvent (enterFrame) {
if (_parent._xdistance > 20 and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
}
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and _root.pause == false) {
_parent.gotoAndStop(5);
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance body of movieClip 158 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x < 800) {
_parent._x -= 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance < -100 and _root.pause == false) {
_parent.gotoAndStop(7);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(8);
}
}
}
frame 7 {
stop();
}
instance body of movieClip 158 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x > -100) {
_parent._x += 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance > 100 and _root.pause == false) {
_parent.gotoAndStop(6);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(9);
}
}
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
instance body of movieClip 166 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x -= 3;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(8);
}
}
}
frame 11 {
stop();
}
instance body of movieClip 167 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x += 3;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(9);
}
}
}
}
movieClip 179 {
frame 1 {
_parent.morphingtime = 0;
}
frame 15 {
_parent.morphingtime = Math.ceil(Math.random() * 3);
}
frame 30 {
_parent.morphingtime = Math.ceil(Math.random() * 3);
}
frame 45 {
_parent.morphingtime = Math.ceil(Math.random() * 3);
}
frame 60 {
_parent.morphingtime = Math.ceil(Math.random() * 3);
}
frame 71 {
_parent.gotoAndStop(3);
}
}
movieClip 180 {
frame 1 {
_parent.morphingtime = 0;
}
frame 15 {
_parent.morphingtime = Math.ceil(Math.random() * 3);
}
frame 30 {
_parent.morphingtime = Math.ceil(Math.random() * 3);
}
frame 45 {
_parent.morphingtime = Math.ceil(Math.random() * 3);
}
frame 60 {
_parent.morphingtime = Math.ceil(Math.random() * 3);
}
frame 71 {
_parent.gotoAndStop(2);
}
}
movieClip 194 {
frame 8 {
_parent.gotoAndStop(6);
}
}
movieClip 199 {
frame 8 {
_parent.gotoAndStop(7);
}
}
movieClip 203 {
frame 1 {
_parent.morphingbacktime = 0;
}
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
frame 5 {
_parent.morphingbacktime = Math.ceil(Math.random() * 5);
}
}
movieClip 208 {
frame 8 {
_parent.gotoAndStop(2);
}
}
movieClip 213 {
frame 8 {
_parent.gotoAndStop(3);
}
}
movieClip 221 {
frame 14 {
stop();
_parent.removeMovieClip();
}
}
movieClip 222 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
frame 11 {
_parent.gotoAndStop(6);
}
}
movieClip 223 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
frame 11 {
_parent.gotoAndStop(7);
}
}
movieClip 224 fishthing {
frame 1 {
stop();
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < -66) {
_parent.falling = false;
} else {
if (_parent._x > 786) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.rightwall1)) {
_parent.gotoAndStop(3);
} else {
if (this.hitTest(_root.fg1.rightwall2)) {
_parent.gotoAndStop(3);
} else {
if (this.hitTest(_root.fg1.rightwall3)) {
_parent.gotoAndStop(3);
} else {
if (this.hitTest(_root.fg2.rightwall1)) {
_parent.gotoAndStop(3);
} else {
if (this.hitTest(_root.fg2.rightwall2)) {
_parent.gotoAndStop(3);
} else {
if (this.hitTest(_root.fg2.rightwall3)) {
_parent.gotoAndStop(3);
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.leftwall1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.fg1.leftwall2)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.fg1.leftwall3)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.fg2.leftwall1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.fg2.leftwall2)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.fg2.leftwall3)) {
_parent.gotoAndStop(2);
}
}
}
}
}
}
}
}
frame 2 {
stop();
this.gravity = 0;
this.velocity = 0;
this.falling = false;
}
instance body of movieClip 179 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x < 850) {
_parent._x -= 3;
}
}
onClipEvent (enterFrame) {
if (_parent.morphingtime == 1) {
_parent.gotoAndStop(4);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(10);
}
}
}
frame 3 {
stop();
this.gravity = 0;
this.velocity = 0;
this.falling = false;
}
instance body of movieClip 180 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x > -150) {
_parent._x += 3;
}
}
onClipEvent (enterFrame) {
if (_parent.morphingtime == 1) {
_parent.gotoAndStop(5);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(11);
}
}
}
frame 4 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < -66) {
_parent.falling = false;
} else {
if (_parent._x > 786) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.rightwall1)) {
_parent.gotoAndStop(5);
} else {
if (this.hitTest(_root.fg1.rightwall2)) {
_parent.gotoAndStop(5);
} else {
if (this.hitTest(_root.fg1.rightwall3)) {
_parent.gotoAndStop(5);
} else {
if (this.hitTest(_root.fg2.rightwall1)) {
_parent.gotoAndStop(5);
} else {
if (this.hitTest(_root.fg2.rightwall2)) {
_parent.gotoAndStop(5);
} else {
if (this.hitTest(_root.fg2.rightwall3)) {
_parent.gotoAndStop(5);
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.leftwall1)) {
_parent.gotoAndStop(4);
} else {
if (this.hitTest(_root.fg1.leftwall2)) {
_parent.gotoAndStop(4);
} else {
if (this.hitTest(_root.fg1.leftwall3)) {
_parent.gotoAndStop(4);
} else {
if (this.hitTest(_root.fg2.leftwall1)) {
_parent.gotoAndStop(4);
} else {
if (this.hitTest(_root.fg2.leftwall2)) {
_parent.gotoAndStop(4);
} else {
if (this.hitTest(_root.fg2.leftwall3)) {
_parent.gotoAndStop(4);
}
}
}
}
}
}
}
}
frame 5 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
frame 6 {
stop();
}
instance body of movieClip 203 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x < 850) {
_parent._x -= 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance < -100 and _root.pause == false) {
_parent.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (_parent.morphingbacktime == 1) {
_parent.gotoAndStop(8);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
}
}
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < -66) {
_parent.falling = false;
} else {
if (_parent._x > 786) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.rightwall1)) {
_parent.gotoAndStop(13);
} else {
if (this.hitTest(_root.fg1.rightwall2)) {
_parent.gotoAndStop(13);
} else {
if (this.hitTest(_root.fg1.rightwall3)) {
_parent.gotoAndStop(13);
} else {
if (this.hitTest(_root.fg2.rightwall1)) {
_parent.gotoAndStop(13);
} else {
if (this.hitTest(_root.fg2.rightwall2)) {
_parent.gotoAndStop(13);
} else {
if (this.hitTest(_root.fg2.rightwall3)) {
_parent.gotoAndStop(13);
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.leftwall1)) {
_parent.gotoAndStop(12);
} else {
if (this.hitTest(_root.fg1.leftwall2)) {
_parent.gotoAndStop(12);
} else {
if (this.hitTest(_root.fg1.leftwall3)) {
_parent.gotoAndStop(12);
} else {
if (this.hitTest(_root.fg2.leftwall1)) {
_parent.gotoAndStop(12);
} else {
if (this.hitTest(_root.fg2.leftwall2)) {
_parent.gotoAndStop(12);
} else {
if (this.hitTest(_root.fg2.leftwall3)) {
_parent.gotoAndStop(12);
}
}
}
}
}
}
}
}
frame 7 {
stop();
}
instance body of movieClip 203 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x > -150) {
_parent._x += 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance > 100 and _root.pause == false) {
_parent.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (_parent.morphingbacktime == 1) {
_parent.gotoAndStop(9);
}
}
}
frame 8 {
stop();
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(10);
}
}
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < -66) {
_parent.falling = false;
} else {
if (_parent._x > 786) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
}
frame 9 {
stop();
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(11);
}
}
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
instance body of movieClip 222 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x -= 3;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
}
}
}
frame 13 {
stop();
}
instance body of movieClip 223 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x += 3;
}
}
}
}
movieClip 232 {
}
movieClip 235 {
}
movieClip 249 {
frame 11 {
stop();
}
}
movieClip 250 {
frame 19 {
stop();
_parent.gotoAndStop(6);
}
}
movieClip 251 {
frame 19 {
stop();
_parent.gotoAndStop(7);
}
}
movieClip 256 {
}
movieClip 264 {
frame 7 {
stop();
_parent.removeMovieClip();
}
}
movieClip 265 {
frame 14 {
_parent.gotoAndStop(2);
}
}
movieClip 266 {
frame 14 {
_parent.gotoAndStop(3);
}
}
movieClip 267 {
frame 14 {
_parent.gotoAndStop(6);
}
}
movieClip 268 {
frame 14 {
_parent.gotoAndStop(7);
}
}
movieClip 269 chickthing {
frame 1 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < 0) {
_parent.falling = false;
} else {
if (_parent._x > 720) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.rightwall1)) {
_parent.gotoAndStop(11);
} else {
if (this.hitTest(_root.fg1.rightwall2)) {
_parent.gotoAndStop(11);
} else {
if (this.hitTest(_root.fg1.rightwall3)) {
_parent.gotoAndStop(11);
} else {
if (this.hitTest(_root.fg2.rightwall1)) {
_parent.gotoAndStop(11);
} else {
if (this.hitTest(_root.fg2.rightwall2)) {
_parent.gotoAndStop(11);
} else {
if (this.hitTest(_root.fg2.rightwall3)) {
_parent.gotoAndStop(11);
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.leftwall1)) {
_parent.gotoAndStop(10);
} else {
if (this.hitTest(_root.fg1.leftwall2)) {
_parent.gotoAndStop(10);
} else {
if (this.hitTest(_root.fg1.leftwall3)) {
_parent.gotoAndStop(10);
} else {
if (this.hitTest(_root.fg2.leftwall1)) {
_parent.gotoAndStop(10);
} else {
if (this.hitTest(_root.fg2.leftwall2)) {
_parent.gotoAndStop(10);
} else {
if (this.hitTest(_root.fg2.leftwall3)) {
_parent.gotoAndStop(10);
}
}
}
}
}
}
}
}
frame 2 {
stop();
}
instance body of movieClip 232 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x < 800) {
_parent._x -= 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance < -100 and _root.pause == false) {
_parent.gotoAndStop(3);
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and _root.pause == false) {
_parent.gotoAndStop(4);
}
}
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(8);
}
}
}
frame 3 {
stop();
}
instance body of movieClip 232 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x > -100) {
_parent._x += 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance > 100 and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and _root.pause == false) {
_parent.gotoAndStop(5);
}
}
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(9);
}
}
}
frame 4 {
stop();
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(8);
}
}
}
frame 5 {
stop();
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(9);
}
}
}
frame 6 {
stop();
}
instance body of movieClip 256 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x < 800) {
_parent._x -= 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance < -100 and _root.pause == false) {
_parent.gotoAndStop(7);
}
}
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < 0) {
_parent.falling = false;
} else {
if (_parent._x > 720) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.rightwall1)) {
_parent.gotoAndStop(13);
} else {
if (this.hitTest(_root.fg1.rightwall2)) {
_parent.gotoAndStop(13);
} else {
if (this.hitTest(_root.fg1.rightwall3)) {
_parent.gotoAndStop(13);
} else {
if (this.hitTest(_root.fg2.rightwall1)) {
_parent.gotoAndStop(13);
} else {
if (this.hitTest(_root.fg2.rightwall2)) {
_parent.gotoAndStop(13);
} else {
if (this.hitTest(_root.fg2.rightwall3)) {
_parent.gotoAndStop(13);
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.leftwall1)) {
_parent.gotoAndStop(12);
} else {
if (this.hitTest(_root.fg1.leftwall2)) {
_parent.gotoAndStop(12);
} else {
if (this.hitTest(_root.fg1.leftwall3)) {
_parent.gotoAndStop(12);
} else {
if (this.hitTest(_root.fg2.leftwall1)) {
_parent.gotoAndStop(12);
} else {
if (this.hitTest(_root.fg2.leftwall2)) {
_parent.gotoAndStop(12);
} else {
if (this.hitTest(_root.fg2.leftwall3)) {
_parent.gotoAndStop(12);
}
}
}
}
}
}
}
}
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(8);
}
}
}
frame 7 {
stop();
}
instance body of movieClip 256 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x > -50) {
_parent._x += 3;
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance > 100 and _root.pause == false) {
_parent.gotoAndStop(6);
}
}
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(9);
}
}
}
frame 8 {
stop();
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < 0) {
_parent.falling = false;
} else {
if (_parent._x > 720) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
}
frame 9 {
stop();
}
frame 10 {
stop();
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(8);
}
}
}
frame 11 {
stop();
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(9);
}
}
}
frame 12 {
stop();
}
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(8);
}
}
}
frame 13 {
stop();
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(9);
}
}
}
}
movieClip 272 {
}
movieClip 274 {
}
movieClip 276 {
}
movieClip 277 {
frame 33 {
_parent.gotoAndStop(3);
}
}
movieClip 278 {
frame 33 {
_parent.gotoAndStop(2);
}
}
movieClip 290 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
frame 46 {
_parent.gotoAndStop(2);
}
}
movieClip 293 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.heroinvincible = true;
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
frame 46 {
_parent.gotoAndStop(3);
}
}
movieClip 294 bunny {
frame 1 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < 0) {
_parent.falling = false;
} else {
if (_parent._x > 720) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.rightwall1)) {
_parent.gotoAndStop(3);
} else {
if (this.hitTest(_root.fg1.rightwall2)) {
_parent.gotoAndStop(3);
} else {
if (this.hitTest(_root.fg1.rightwall3)) {
_parent.gotoAndStop(3);
} else {
if (this.hitTest(_root.fg2.rightwall1)) {
_parent.gotoAndStop(3);
} else {
if (this.hitTest(_root.fg2.rightwall2)) {
_parent.gotoAndStop(3);
} else {
if (this.hitTest(_root.fg2.rightwall3)) {
_parent.gotoAndStop(3);
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.leftwall1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.fg1.leftwall2)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.fg1.leftwall3)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.fg2.leftwall1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.fg2.leftwall2)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.fg2.leftwall3)) {
_parent.gotoAndStop(2);
}
}
}
}
}
}
}
}
frame 2 {
stop();
}
instance of movieClip 277 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x -= 3;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and _root.pause == false) {
_parent.gotoAndStop(4);
}
}
}
frame 3 {
stop();
}
instance of movieClip 278 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x += 3;
}
}
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and _root.pause == false) {
_parent.gotoAndStop(5);
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
movieClip 297 {
}
movieClip 298 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
frame 19 {
_parent.spikesareout = false;
}
frame 30 {
stop();
_parent.gotoAndStop(1);
}
}
movieClip 299 {
frame 1 {
stop();
if (this.spikesareout == true and _root.pause == false) {
this.gotoAndStop(2);
}
}
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
}
frame 2 {
stop();
this.spikesareout = true;
}
}
movieClip 300 {
frame 40 {
if (_parent._x > 0) {
_parent.gotoAndStop(4);
} else {
if (_parent._x < 720) {
_parent.gotoAndStop(4);
}
}
}
}
movieClip 301 {
frame 40 {
if (_parent._x > 0) {
_parent.gotoAndStop(5);
} else {
if (_parent._x < 720) {
_parent.gotoAndStop(5);
}
}
}
}
movieClip 302 {
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._parent.velocity -= 50;
_parent._parent.falling = true;
}
}
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
i = 0;
while (i < 99) {
if (this.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (this.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (this.hitTest(platform) and _root.pause == false) {
_parent._parent.gotoAndStop(2);
}
if (this.hitTest(bplatform) and _root.pause == false) {
_parent._parent.gotoAndStop(2);
}
}
}
frame 14 {
stop();
}
}
movieClip 303 {
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._parent.velocity -= 50;
_parent._parent.falling = true;
}
}
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
i = 0;
while (i < 99) {
if (this.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (this.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (this.hitTest(platform) and _root.pause == false) {
_parent._parent.gotoAndStop(3);
}
if (this.hitTest(bplatform) and _root.pause == false) {
_parent._parent.gotoAndStop(3);
}
}
}
frame 14 {
stop();
}
}
movieClip 309 {
frame 50 {
stop();
_parent.removeMovieClip();
}
}
movieClip 310 blobroundfollowing {
frame 1 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < -66) {
_parent.falling = false;
} else {
if (_parent._x > 786) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.rightwall1)) {
_parent.gotoAndStop(5);
} else {
if (this.hitTest(_root.fg1.rightwall2)) {
_parent.gotoAndStop(5);
} else {
if (this.hitTest(_root.fg1.rightwall3)) {
_parent.gotoAndStop(5);
} else {
if (this.hitTest(_root.fg2.rightwall1)) {
_parent.gotoAndStop(5);
} else {
if (this.hitTest(_root.fg2.rightwall2)) {
_parent.gotoAndStop(5);
} else {
if (this.hitTest(_root.fg2.rightwall3)) {
_parent.gotoAndStop(5);
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.leftwall1)) {
_parent.gotoAndStop(4);
} else {
if (this.hitTest(_root.fg1.leftwall2)) {
_parent.gotoAndStop(4);
} else {
if (this.hitTest(_root.fg1.leftwall3)) {
_parent.gotoAndStop(4);
} else {
if (this.hitTest(_root.fg2.leftwall1)) {
_parent.gotoAndStop(4);
} else {
if (this.hitTest(_root.fg2.leftwall2)) {
_parent.gotoAndStop(4);
} else {
if (this.hitTest(_root.fg2.leftwall3)) {
_parent.gotoAndStop(4);
}
}
}
}
}
}
}
}
frame 2 {
stop();
}
instance body of movieClip 300 {
onClipEvent (enterFrame) {
if (_parent._xdistance < -20 and _root.pause == false) {
_parent.gotoAndStop(3);
}
}
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x < 800) {
_parent._x -= 2;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(6);
}
}
}
frame 3 {
stop();
}
instance body of movieClip 301 {
onClipEvent (enterFrame) {
if (_parent._xdistance > 20 and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x > -100) {
_parent._x += 2;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(7);
}
}
}
frame 4 {
stop();
}
instance body of movieClip 302 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x < 800) {
_parent._x -= 3;
}
}
onClipEvent (enterFrame) {
if (_parent._x < -66) {
_parent.velocity -= 0;
_parent.velocity = 0;
} else {
if (_parent._x > 786) {
_parent.velocity -= 0;
_parent.velocity = 0;
}
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(6);
}
}
}
frame 5 {
stop();
}
instance body of movieClip 303 {
onClipEvent (enterFrame) {
if (_root.pause == false and _parent._x > -100) {
_parent._x += 3;
}
}
onClipEvent (enterFrame) {
if (_parent._x < -66) {
_parent.velocity -= 0;
_parent.velocity = 0;
} else {
if (_parent._x > 786) {
_parent.velocity -= 0;
_parent.velocity = 0;
}
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(7);
}
}
}
frame 6 {
stop();
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < -66) {
_parent.falling = false;
} else {
if (_parent._x > 786) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
}
frame 7 {
stop();
}
}
movieClip 311 blobround {
frame 1 {
stop();
this.gravity = 3;
this.velocity = 0;
this.falling = true;
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
if (_parent.falling == true and _root.pause == false) {
_parent.velocity += _parent.gravity;
_parent._y += _parent.velocity;
}
i = 0;
while (i < 99) {
if (_parent.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_parent.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_parent.hitbox.hitTest(platform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = platform._y;
_parent.velocity = 0;
}
} else {
if (_parent.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_parent.falling == true) {
_parent._y = bplatform._y;
_parent.velocity = 0;
}
} else {
if (_parent._x < -66) {
_parent.falling = false;
} else {
if (_parent._x > 786) {
_parent.falling = false;
} else {
_parent.falling = true;
}
}
}
}
}
}
frame 2 {
stop();
}
instance body of movieClip 300 {
onClipEvent (enterFrame) {
if (_parent._xdistance < -20 and _root.pause == false) {
_parent.gotoAndStop(3);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(6);
}
}
}
frame 3 {
stop();
}
instance body of movieClip 301 {
onClipEvent (enterFrame) {
if (_parent._xdistance > 20 and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(7);
}
}
}
frame 4 {
stop();
}
instance body of movieClip 302 {
onClipEvent (enterFrame) {
if (_parent._x < -66) {
_parent.velocity -= 0;
_parent.velocity = 0;
} else {
if (_parent._x > 786) {
_parent.velocity -= 0;
_parent.velocity = 0;
}
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(6);
}
}
}
frame 5 {
stop();
}
instance body of movieClip 303 {
onClipEvent (enterFrame) {
if (_parent._x < -66) {
_parent.velocity -= 0;
_parent.velocity = 0;
} else {
if (_parent._x > 786) {
_parent.velocity -= 0;
_parent.velocity = 0;
}
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(7);
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
}
movieClip 314 {
}
movieClip 315 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
frame 19 {
_parent.spikesareout = false;
}
frame 30 {
stop();
_parent.gotoAndStop(1);
}
}
movieClip 316 {
frame 1 {
stop();
if (this.spikesareout == true and _root.pause == false) {
this.gotoAndStop(2);
}
}
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
}
frame 2 {
stop();
this.spikesareout = true;
}
}
movieClip 326 {
}
movieClip 327 {
frame 40 {
_parent.gotoAndStop(3);
}
}
movieClip 328 {
frame 40 {
_parent.gotoAndStop(2);
}
}
movieClip 342 {
frame 50 {
stop();
_parent.removeMovieClip();
}
}
movieClip 343 blobflying {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance body of movieClip 327 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x -= 2;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(4);
}
}
}
frame 3 {
stop();
}
instance body of movieClip 328 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x += 2;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(5);
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
frame 1 {
_quality = 'high';
Stage.showMenu = false;
globalvolume = new Sound();
stop();
_root.heropurpleblobunlocked = false;
_root.heroorangeblobunlocked = false;
_root.heropinkblobunlocked = false;
}
movieClip 347 {
}
movieClip 348 {
frame 1 {
stop();
}
frame 51 {
stop();
}
}
movieClip 349 {
frame 120 {
this.gotoAndPlay(1);
}
frame 121 {
stop();
}
}
movieClip 352 {
}
movieClip 354 {
frame 1 {
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
this.loadText = PercentLoaded;
bar._xscale = PercentLoaded;
} else {
gotoAndPlay('loaded');
}
}
frame 2 {
gotoAndPlay(1);
}
frame 3 {
_root.gotoAndStop(6);
}
}
movieClip 356 {
}
movieClip 357 {
}
button 362 {
on (release) {
getURL('http://www.armorgames.com', '_blank');
}
}
button 366 {
on (release) {
getURL('http://www.armorgames.com', '_blank');
}
}
movieClip 367 {
}
movieClip 368 {
}
movieClip 379 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
}
movieClip 383 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 384 {
instance of movieClip 379 {
onClipEvent (enterFrame) {
if (_root.purplelvl == 1) {
this.gotoAndStop(1);
} else {
if (_root.purplelvl == 2) {
this.gotoAndStop(2);
} else {
if (_root.purplelvl == 3) {
this.gotoAndStop(3);
} else {
if (_root.purplelvl == 4) {
this.gotoAndStop(4);
} else {
if (_root.purplelvl == 5) {
this.gotoAndStop(5);
} else {
if (_root.purplelvl == 6) {
this.gotoAndStop(6);
} else {
if (_root.purplelvl == 7) {
this.gotoAndStop(7);
} else {
if (_root.purplelvl == 8) {
this.gotoAndStop(8);
} else {
if (_root.purplelvl == 9) {
this.gotoAndStop(9);
} else {
if (_root.purplelvl == 10) {
this.gotoAndStop(10);
}
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.orangelvl == 1) {
this.gotoAndStop(1);
} else {
if (_root.orangelvl == 2) {
this.gotoAndStop(2);
} else {
if (_root.orangelvl == 3) {
this.gotoAndStop(3);
} else {
if (_root.orangelvl == 4) {
this.gotoAndStop(4);
} else {
if (_root.orangelvl == 5) {
this.gotoAndStop(5);
} else {
if (_root.orangelvl == 6) {
this.gotoAndStop(6);
} else {
if (_root.orangelvl == 7) {
this.gotoAndStop(7);
} else {
if (_root.orangelvl == 8) {
this.gotoAndStop(8);
} else {
if (_root.orangelvl == 9) {
this.gotoAndStop(9);
} else {
if (_root.orangelvl == 10) {
this.gotoAndStop(10);
}
}
}
}
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.pinklvl == 1) {
this.gotoAndStop(1);
} else {
if (_root.pinklvl == 2) {
this.gotoAndStop(2);
} else {
if (_root.pinklvl == 3) {
this.gotoAndStop(3);
} else {
if (_root.pinklvl == 4) {
this.gotoAndStop(4);
} else {
if (_root.pinklvl == 5) {
this.gotoAndStop(5);
} else {
if (_root.pinklvl == 6) {
this.gotoAndStop(6);
} else {
if (_root.pinklvl == 7) {
this.gotoAndStop(7);
} else {
if (_root.pinklvl == 8) {
this.gotoAndStop(8);
} else {
if (_root.pinklvl == 9) {
this.gotoAndStop(9);
} else {
if (_root.pinklvl == 10) {
this.gotoAndStop(10);
}
}
}
}
}
}
}
}
}
}
}
}
instance of movieClip 383 {
onClipEvent (enterFrame) {
if (_root.purpleworld == true) {
this.gotoAndStop(1);
} else {
if (_root.orangeworld == true) {
this.gotoAndStop(2);
} else {
if (_root.pinkworld == true) {
this.gotoAndStop(3);
}
}
}
}
}
frame 45 {
stop();
if (_root.purplelvl == 1) {
_root.fg1.gotoAndStop(1);
_root.fg2.gotoAndStop(2);
_root.bg1.gotoAndStop(1);
_root.bg2.gotoAndStop(2);
_root.hero.gotoAndStop(1);
} else {
if (_root.purplelvl == 2) {
_root.fg1.gotoAndStop(6);
_root.fg2.gotoAndStop(7);
_root.bg1.gotoAndStop(3);
_root.bg2.gotoAndStop(4);
} else {
if (_root.purplelvl == 3) {
_root.fg1.gotoAndStop(11);
_root.fg2.gotoAndStop(12);
_root.bg1.gotoAndStop(6);
_root.bg2.gotoAndStop(7);
} else {
if (_root.purplelvl == 4) {
_root.fg1.gotoAndStop(17);
_root.fg2.gotoAndStop(18);
_root.bg1.gotoAndStop(10);
_root.bg2.gotoAndStop(11);
} else {
if (_root.purplelvl == 5) {
_root.fg1.gotoAndStop(21);
_root.fg2.gotoAndStop(22);
_root.bg1.gotoAndStop(12);
_root.bg2.gotoAndStop(13);
} else {
if (_root.purplelvl == 6) {
_root.fg1.gotoAndStop(24);
_root.fg2.gotoAndStop(25);
_root.bg1.gotoAndStop(14);
_root.bg2.gotoAndStop(15);
} else {
if (_root.purplelvl == 7) {
_root.fg1.gotoAndStop(29);
_root.fg2.gotoAndStop(30);
_root.bg1.gotoAndStop(17);
_root.bg2.gotoAndStop(18);
} else {
if (_root.purplelvl == 8) {
_root.fg1.gotoAndStop(34);
_root.fg2.gotoAndStop(35);
_root.bg1.gotoAndStop(14);
_root.bg2.gotoAndStop(15);
} else {
if (_root.purplelvl == 9) {
_root.fg1.gotoAndStop(39);
_root.fg2.gotoAndStop(40);
_root.bg1.gotoAndStop(17);
_root.bg2.gotoAndStop(18);
} else {
if (_root.purplelvl == 10) {
_root.fg1.gotoAndStop(45);
_root.fg2.gotoAndStop(46);
_root.bg1.gotoAndStop(14);
_root.bg2.gotoAndStop(15);
}
}
}
}
}
}
}
}
}
}
if (_root.orangelvl == 1) {
_root.fg1.gotoAndStop(1);
_root.fg2.gotoAndStop(2);
_root.bg1.gotoAndStop(1);
_root.bg2.gotoAndStop(2);
_root.hero.gotoAndStop(1);
} else {
if (_root.orangelvl == 2) {
_root.fg1.gotoAndStop(6);
_root.fg2.gotoAndStop(7);
_root.bg1.gotoAndStop(3);
_root.bg2.gotoAndStop(4);
} else {
if (_root.orangelvl == 3) {
_root.fg1.gotoAndStop(11);
_root.fg2.gotoAndStop(12);
_root.bg1.gotoAndStop(6);
_root.bg2.gotoAndStop(7);
} else {
if (_root.orangelvl == 4) {
_root.fg1.gotoAndStop(17);
_root.fg2.gotoAndStop(18);
_root.bg1.gotoAndStop(10);
_root.bg2.gotoAndStop(11);
} else {
if (_root.orangelvl == 5) {
_root.fg1.gotoAndStop(23);
_root.fg2.gotoAndStop(24);
_root.bg1.gotoAndStop(12);
_root.bg2.gotoAndStop(13);
} else {
if (_root.orangelvl == 6) {
_root.fg1.gotoAndStop(27);
_root.fg2.gotoAndStop(27);
_root.bg1.gotoAndStop(14);
_root.bg2.gotoAndStop(15);
} else {
if (_root.orangelvl == 7) {
_root.fg1.gotoAndStop(33);
_root.fg2.gotoAndStop(32);
_root.bg1.gotoAndStop(17);
_root.bg2.gotoAndStop(18);
} else {
if (_root.orangelvl == 8) {
_root.fg1.gotoAndStop(39);
_root.fg2.gotoAndStop(38);
_root.bg1.gotoAndStop(14);
_root.bg2.gotoAndStop(15);
} else {
if (_root.orangelvl == 9) {
_root.fg1.gotoAndStop(45);
_root.fg2.gotoAndStop(44);
_root.bg1.gotoAndStop(17);
_root.bg2.gotoAndStop(18);
} else {
if (_root.orangelvl == 10) {
_root.fg1.gotoAndStop(50);
_root.fg2.gotoAndStop(51);
_root.bg1.gotoAndStop(14);
_root.bg2.gotoAndStop(15);
}
}
}
}
}
}
}
}
}
}
if (_root.pinklvl == 1) {
_root.fg1.gotoAndStop(1);
_root.fg2.gotoAndStop(2);
_root.bg1.gotoAndStop(1);
_root.bg2.gotoAndStop(2);
_root.hero.gotoAndStop(1);
} else {
if (_root.pinklvl == 2) {
_root.fg1.gotoAndStop(6);
_root.fg2.gotoAndStop(7);
_root.bg1.gotoAndStop(3);
_root.bg2.gotoAndStop(4);
} else {
if (_root.pinklvl == 3) {
_root.fg1.gotoAndStop(12);
_root.fg2.gotoAndStop(13);
_root.bg1.gotoAndStop(6);
_root.bg2.gotoAndStop(7);
} else {
if (_root.pinklvl == 4) {
_root.fg1.gotoAndStop(17);
_root.fg2.gotoAndStop(18);
_root.bg1.gotoAndStop(10);
_root.bg2.gotoAndStop(11);
} else {
if (_root.pinklvl == 5) {
_root.fg1.gotoAndStop(24);
_root.fg2.gotoAndStop(25);
_root.bg1.gotoAndStop(12);
_root.bg2.gotoAndStop(13);
} else {
if (_root.pinklvl == 6) {
_root.fg1.gotoAndStop(28);
_root.fg2.gotoAndStop(28);
_root.bg1.gotoAndStop(14);
_root.bg2.gotoAndStop(15);
} else {
if (_root.pinklvl == 7) {
_root.fg1.gotoAndStop(34);
_root.fg2.gotoAndStop(33);
_root.bg1.gotoAndStop(17);
_root.bg2.gotoAndStop(18);
} else {
if (_root.pinklvl == 8) {
_root.fg1.gotoAndStop(40);
_root.fg2.gotoAndStop(39);
_root.bg1.gotoAndStop(14);
_root.bg2.gotoAndStop(15);
} else {
if (_root.pinklvl == 9) {
_root.fg1.gotoAndStop(46);
_root.fg2.gotoAndStop(45);
_root.bg1.gotoAndStop(17);
_root.bg2.gotoAndStop(18);
} else {
if (_root.pinklvl == 10) {
_root.fg1.gotoAndStop(53);
_root.fg2.gotoAndStop(54);
_root.bg1.gotoAndStop(14);
_root.bg2.gotoAndStop(15);
}
}
}
}
}
}
}
}
}
}
_root.frame.fade.play();
}
}
movieClip 385 {
frame 1 {
stop();
}
frame 14 {
stop();
_root.enemy1.removeMovieClip();
_root.enemy2.removeMovieClip();
_root.enemy3.removeMovieClip();
_root.enemy4.removeMovieClip();
_root.enemy5.removeMovieClip();
_root.enemy6.removeMovieClip();
_root.enemy7.removeMovieClip();
_root.enemy8.removeMovieClip();
_root.enemy9.removeMovieClip();
_root.enemy10.removeMovieClip();
_root.enemy11.removeMovieClip();
_root.enemy12.removeMovieClip();
_root.enemy13.removeMovieClip();
_root.enemy14.removeMovieClip();
_root.enemy15.removeMovieClip();
_root.enemy16.removeMovieClip();
_root.enemy17.removeMovieClip();
_root.enemy18.removeMovieClip();
_root.enemy19.removeMovieClip();
_root.enemy20.removeMovieClip();
_root.enemy21.removeMovieClip();
_root.enemy22.removeMovieClip();
_root.enemy23.removeMovieClip();
_root.enemy24.removeMovieClip();
_root.enemy1alive = false;
_root.enemy2alive = false;
_root.enemy3alive = false;
_root.enemy4alive = false;
_root.enemy5alive = false;
_root.enemy6alive = false;
_root.enemy7alive = false;
_root.enemy8alive = false;
_root.enemy9alive = false;
_root.enemy10alive = false;
_root.enemy11alive = false;
_root.enemy12alive = false;
_root.enemy13alive = false;
_root.enemy14alive = false;
_root.enemy15alive = false;
_root.enemy16alive = false;
_root.enemy17alive = false;
_root.enemy18alive = false;
_root.enemy19alive = false;
_root.enemy20alive = false;
_root.enemy21alive = false;
_root.enemy22alive = false;
_root.enemy23alive = false;
_root.enemy24alive = false;
_root.star1istaken = false;
_root.star2istaken = false;
_root.star3istaken = false;
_root.star4istaken = false;
_root.star5istaken = false;
_root.star6istaken = false;
_root.star7istaken = false;
_root.star8istaken = false;
_root.star9istaken = false;
_root.star10istaken = false;
_root.star11istaken = false;
_root.star12istaken = false;
_root.star13istaken = false;
_root.star14istaken = false;
_root.star15istaken = false;
_root.star16istaken = false;
_root.star17istaken = false;
_root.star18istaken = false;
_root.star19istaken = false;
_root.star20istaken = false;
_root.star21istaken = false;
_root.star22istaken = false;
_root.star23istaken = false;
_root.star24istaken = false;
_root.star25istaken = false;
_root.star26istaken = false;
_root.star27istaken = false;
_root.star28istaken = false;
_root.star29istaken = false;
_root.star30istaken = false;
_root.star31istaken = false;
_root.star32istaken = false;
_root.star33istaken = false;
_root.star34istaken = false;
_root.star35istaken = false;
_root.star36istaken = false;
_root.star37istaken = false;
_root.star38istaken = false;
_root.star39istaken = false;
_root.star40istaken = false;
_root.star41istaken = false;
_root.star42istaken = false;
_root.star43istaken = false;
_root.star44istaken = false;
_root.star45istaken = false;
_root.star46istaken = false;
_root.star47istaken = false;
_root.star48istaken = false;
_root.star49istaken = false;
_root.star50istaken = false;
play();
}
frame 15 {
stop();
_root._x = 0;
_root._y = 0;
_root.frame._y = 201.6;
_root.hero._y = _root.fg1.platform0._y;
_root.hero.gotoAndStop(12);
_root.fg1._x = 180;
_root.fg2._x = 900;
_root.bg1._x = 180;
_root.bg2._x = 900;
}
}
movieClip 387 {
}
button 391 {
on (release) {
_root.frame.hud.lives = 3;
_root.portalclosed = false;
_root.fg1.portall.gotoAndPlay(1);
_root.heroinvincible = false;
_root.frame.fade.gotoAndStop(14);
_root.frame.gameoverclip.gotoAndStop(1);
}
}
button 394 {
on (release) {
_root.tomainmenu = true;
stopAllSounds();
_root.frame.gameoverclip.gotoAndStop(1);
}
}
movieClip 395 {
frame 1 {
stop();
if (_root.tomainmenu == true) {
_root.tomainmenu = false;
_root.frame.hud.stars = 0;
_root.frame.hud.lives = 3;
_root.gotoAndStop(2);
_root.fg1.removeMovieClip();
_root.fg2.removeMovieClip();
_parent.removeMovieClip();
}
}
frame 2 {
_root.playerplaying = false;
}
frame 34 {
stop();
_root.enemy1.removeMovieClip();
_root.enemy2.removeMovieClip();
_root.enemy3.removeMovieClip();
_root.enemy4.removeMovieClip();
_root.enemy5.removeMovieClip();
_root.enemy6.removeMovieClip();
_root.enemy7.removeMovieClip();
_root.enemy8.removeMovieClip();
_root.enemy9.removeMovieClip();
_root.enemy10.removeMovieClip();
_root.enemy11.removeMovieClip();
_root.enemy12.removeMovieClip();
_root.enemy13.removeMovieClip();
_root.enemy14.removeMovieClip();
_root.enemy15.removeMovieClip();
_root.enemy16.removeMovieClip();
_root.enemy17.removeMovieClip();
_root.enemy18.removeMovieClip();
_root.enemy19.removeMovieClip();
_root.enemy20.removeMovieClip();
_root.enemy21.removeMovieClip();
_root.enemy22.removeMovieClip();
_root.enemy23.removeMovieClip();
_root.enemy24.removeMovieClip();
_root.enemy1alive = false;
_root.enemy2alive = false;
_root.enemy3alive = false;
_root.enemy4alive = false;
_root.enemy5alive = false;
_root.enemy6alive = false;
_root.enemy7alive = false;
_root.enemy8alive = false;
_root.enemy9alive = false;
_root.enemy10alive = false;
_root.enemy11alive = false;
_root.enemy12alive = false;
_root.enemy13alive = false;
_root.enemy14alive = false;
_root.enemy15alive = false;
_root.enemy16alive = false;
_root.enemy17alive = false;
_root.enemy18alive = false;
_root.enemy19alive = false;
_root.enemy20alive = false;
_root.enemy21alive = false;
_root.enemy22alive = false;
_root.enemy23alive = false;
_root.enemy24alive = false;
}
}
movieClip 396 {
frame 1 {
stop();
}
frame 34 {
stop();
stopAllSounds();
_root.gotoAndStop(2);
_root.fg1.removeMovieClip();
_root.fg2.removeMovieClip();
_parent.removeMovieClip();
}
}
button 402 {
on (release) {
getURL('http://www.armorgames.com', '_blank');
}
}
button 404 {
on (release) {
_root.mute = true;
_root.frame.mute.gotoAndStop(2);
_root.mutebutton.gotoAndStop(2);
}
}
button 406 {
on (release) {
_root.mute = false;
_root.frame.mute.gotoAndStop(1);
_root.mutebutton.gotoAndStop(1);
}
}
movieClip 407 {
frame 1 {
_root.globalvolume.setVolume(100);
stop();
}
frame 2 {
_root.globalvolume.setVolume(0);
stop();
}
}
movieClip 420 {
}
movieClip 427 {
}
movieClip 431 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 440 {
frame 15 {
_parent.gotoAndStop(1);
}
}
movieClip 441 {
frame 1 {
stop();
}
instance of movieClip 431 {
onClipEvent (enterFrame) {
if (_root.purpleworld == true) {
this.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_root.orangeworld == true) {
this.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_root.pinkworld == true) {
this.gotoAndStop(3);
}
}
}
frame 2 {
stop();
}
}
movieClip 442 {
frame 1 {
stop();
}
frame 2 {
stop();
}
instance hudhead of movieClip 441 {
onClipEvent (enterFrame) {
if (_root.frame.hud.stars >= 25) {
_root.frame.hud.stars = 0;
_root.frame.hud.lives += 1;
this.gotoAndStop(2);
}
}
}
}
movieClip 446 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
}
button 450 {
on (release) {
if (_root.purpleworld == true) {
_root.frame.music.gotoAndStop(2);
_root.frame.gotoAndStop(1);
} else {
if (_root.orangeworld == true) {
_root.frame.music.gotoAndStop(3);
_root.frame.gotoAndStop(1);
} else {
if (_root.pinkworld == true) {
_root.frame.music.gotoAndStop(4);
_root.frame.gotoAndStop(1);
}
}
}
}
}
button 453 {
on (release) {
getURL('http://www.armorgames.com', '_blank');
}
}
button 456 {
on (release) {
stopAllSounds();
_root.enemy1.removeMovieClip();
_root.enemy2.removeMovieClip();
_root.enemy3.removeMovieClip();
_root.enemy4.removeMovieClip();
_root.enemy5.removeMovieClip();
_root.enemy6.removeMovieClip();
_root.enemy7.removeMovieClip();
_root.enemy8.removeMovieClip();
_root.enemy9.removeMovieClip();
_root.enemy10.removeMovieClip();
_root.enemy11.removeMovieClip();
_root.enemy12.removeMovieClip();
_root.enemy13.removeMovieClip();
_root.enemy14.removeMovieClip();
_root.enemy15.removeMovieClip();
_root.enemy16.removeMovieClip();
_root.enemy17.removeMovieClip();
_root.enemy18.removeMovieClip();
_root.enemy19.removeMovieClip();
_root.enemy20.removeMovieClip();
_root.enemy21.removeMovieClip();
_root.enemy22.removeMovieClip();
_root.enemy23.removeMovieClip();
_root.enemy24.removeMovieClip();
_root.enemy1alive = false;
_root.enemy2alive = false;
_root.enemy3alive = false;
_root.enemy4alive = false;
_root.enemy5alive = false;
_root.enemy6alive = false;
_root.enemy7alive = false;
_root.enemy8alive = false;
_root.enemy9alive = false;
_root.enemy10alive = false;
_root.enemy11alive = false;
_root.enemy12alive = false;
_root.enemy13alive = false;
_root.enemy14alive = false;
_root.enemy15alive = false;
_root.enemy16alive = false;
_root.enemy17alive = false;
_root.enemy18alive = false;
_root.enemy19alive = false;
_root.enemy20alive = false;
_root.enemy21alive = false;
_root.enemy22alive = false;
_root.enemy23alive = false;
_root.enemy24alive = false;
_root.frame.hud.stars = 0;
_root.frame.hud.lives = 3;
_root.gotoAndStop(2);
_root.fg1.removeMovieClip();
_root.fg2.removeMovieClip();
this.removeMovieClip();
}
}
movieClip 459 {
}
button 463 {
on (release) {
getURL('http://twitter.com/armorgames', '_blank');
}
}
movieClip 464 {
frame 1 {
stop();
_root.pause = false;
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (Key.isDown(80) and _root.pauseallowed == true and _root.playerplaying == true) {
_root.pauseallowed = false;
stopAllSounds();
_root.frame.music.gotoAndStop(5);
_parent.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(80) == false) {
_root.pauseallowed = true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(27) and _root.escapekeyallowed == true and _root.playerplaying == true) {
_root.escapekeyallowed = false;
stopAllSounds();
_root.frame.music.gotoAndStop(5);
_parent.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(27) == false) {
_root.escapekeyallowed = true;
}
}
onClipEvent (enterFrame) {
_root.fg1.boss.play();
_root.enemy15.body.play();
_root.enemy16.body.play();
_root.enemy17.body.play();
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
i = 0;
while (i < 99) {
if (_root.hero.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_root.hero.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_root.hero.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_root.hero.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (this.hitTest(_root.hero) and _root.hero.body.hitbox.hitTest(platform) and _root.pause == false) {
_root.frame._y -= 3;
_root._y += 3;
} else {
if (this.hitTest(_root.hero) and _root.hero.body.hitbox.hitTest(bplatform) and _root.pause == false) {
_root.frame._y -= 3;
_root._y += 3;
} else {
if (this.hitTest(_root.hero) and _root.hero.hitbox.hitTest(platform) and _root.pause == false) {
_root.frame._y -= 3;
_root._y += 3;
} else {
if (this.hitTest(_root.hero) and _root.hero.hitbox.hitTest(bplatform) and _root.pause == false) {
_root.frame._y -= 3;
_root._y += 3;
}
}
}
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
i = 0;
while (i < 99) {
if (_root.hero.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_root.hero.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_root.hero.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_root.hero.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (this.hitTest(_root.hero) and _root.hero.body.hitbox.hitTest(platform) and _root.pause == false) {
_root.frame._y += 3;
_root._y -= 3;
} else {
if (this.hitTest(_root.hero) and _root.hero.body.hitbox.hitTest(bplatform) and _root.pause == false) {
_root.frame._y += 3;
_root._y -= 3;
} else {
if (this.hitTest(_root.hero) and _root.hero.hitbox.hitTest(platform) and _root.pause == false) {
_root.frame._y += 3;
_root._y -= 3;
} else {
if (this.hitTest(_root.hero) and _root.hero.hitbox.hitTest(bplatform) and _root.pause == false) {
_root.frame._y += 3;
_root._y -= 3;
}
}
}
}
}
}
instance mute of movieClip 407 {
onClipEvent (enterFrame) {
if (_root.mute == true) {
this.gotoAndStop(2);
}
}
}
frame 2 {
stop();
_root.pause = true;
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (Key.isDown(80) and _root.pauseallowed == true and _root.purpleworld == true) {
_root.pauseallowed = false;
_root.frame.music.gotoAndStop(2);
_parent.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(80) == false) {
_root.pauseallowed = true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(80) and _root.pauseallowed == true and _root.orangeworld == true) {
_root.pauseallowed = false;
_root.frame.music.gotoAndStop(3);
_parent.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(80) == false) {
_root.pauseallowed = true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(80) and _root.pauseallowed == true and _root.pinkworld == true) {
_root.pauseallowed = false;
_root.frame.music.gotoAndStop(4);
_parent.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(80) == false) {
_root.pauseallowed = true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(27) and _root.escapekeyallowed == true and _root.purpleworld == true) {
_root.escapekeyallowed = false;
_root.frame.music.gotoAndStop(2);
_parent.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(27) == false) {
_root.escapekeyallowed = true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(27) and _root.escapekeyallowed == true and _root.orangeworld == true) {
_root.escapekeyallowed = false;
_root.frame.music.gotoAndStop(2);
_parent.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(27) == false) {
_root.escapekeyallowed = true;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(27) and _root.escapekeyallowed == true and _root.pinkworld == true) {
_root.escapekeyallowed = false;
_root.frame.music.gotoAndStop(2);
_parent.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(27) == false) {
_root.escapekeyallowed = true;
}
}
onClipEvent (enterFrame) {
_root.fg1.boss.stop();
_root.enemy15.body.stop();
_root.enemy16.body.stop();
_root.enemy17.body.stop();
}
}
}
instance frame of movieClip 464 {
onClipEvent (enterFrame) {
this.swapDepths(_root.getNextHighestDepth());
}
}
frame 2 {
stop();
_root.playerplaying = false;
_quality = 'high';
_root.fg1.removeMovieClip();
_root.fg2.removeMovieClip();
_root.pause = false;
_root.leftallowed = true;
_root.rightallowed = true;
_root.herospeed = 8;
_root.shroomselected = false;
_root.heroinvincible = false;
_root.purplelvl = 0;
_root.orangelvl = 0;
_root.pinklvl = 0;
_root.purpleworld = false;
_root.orangeworld = false;
_root.pinkworld = false;
_root.enemynumber = 1;
_root.gravity = 3;
_root.velocity = 0;
_root.falling = true;
_root.leftallowed = true;
_root.rightallowed = true;
_root.upallowed = true;
_root.upallowed2 = true;
_root.upallowed3 = true;
_root.downallowed = true;
_root.sinking = false;
_root.reset = false;
_root._x = 0;
_root._y = 0;
_root.frame.hud.stars = 0;
_root.frame.hud.lives = 3;
_root.enemy1alive = false;
_root.enemy2alive = false;
_root.enemy3alive = false;
_root.enemy4alive = false;
_root.enemy5alive = false;
_root.enemy6alive = false;
_root.enemy7alive = false;
_root.enemy8alive = false;
_root.enemy9alive = false;
_root.enemy10alive = false;
_root.enemy11alive = false;
_root.enemy12alive = false;
_root.enemy13alive = false;
_root.enemy14alive = false;
_root.enemy15alive = false;
_root.enemy16alive = false;
_root.enemy17alive = false;
_root.enemy18alive = false;
_root.enemy19alive = false;
_root.enemy20alive = false;
_root.enemy21alive = false;
_root.enemy22alive = false;
_root.enemy23alive = false;
_root.enemy24alive = false;
}
movieClip 467 {
}
movieClip 468 {
frame 1 {
stop();
}
frame 32 {
stop();
}
frame 62 {
stop();
}
frame 92 {
stop();
}
}
movieClip 471 {
}
movieClip 474 {
}
movieClip 476 {
}
movieClip 477 {
frame 1 {
stop();
}
frame 32 {
stop();
}
frame 62 {
stop();
}
frame 92 {
stop();
}
}
movieClip 479 {
}
movieClip 480 {
frame 1 {
stop();
}
frame 25 {
stop();
}
}
movieClip 482 {
}
movieClip 488 {
}
movieClip 490 {
}
movieClip 491 {
}
movieClip 501 {
frame 16 {
stop();
}
}
movieClip 504 {
frame 22 {
_root.fg.gotoAndPlay(63);
_root.bg.gotoAndPlay(63);
_root.clouds.gotoAndPlay(63);
_root.pickone.gotoAndPlay(2);
_root.pickone2.gotoAndPlay(2);
}
frame 51 {
stop();
_root.pinkworld = true;
_root.pinklvl = 1;
stopAllSounds();
_root.gotoAndStop(5);
}
}
movieClip 506 {
}
movieClip 509 {
frame 16 {
stop();
}
}
movieClip 510 {
frame 22 {
_root.fg.gotoAndPlay(33);
_root.bg.gotoAndPlay(33);
_root.clouds.gotoAndPlay(33);
_root.pickone.gotoAndPlay(2);
_root.pickone2.gotoAndPlay(2);
}
frame 51 {
stop();
_root.orangeworld = true;
_root.orangelvl = 1;
stopAllSounds();
_root.gotoAndStop(4);
}
}
movieClip 512 {
}
movieClip 515 {
frame 16 {
stop();
}
}
movieClip 516 {
frame 22 {
_root.fg.gotoAndPlay(2);
_root.bg.gotoAndPlay(2);
_root.clouds.gotoAndPlay(2);
_root.pickone.gotoAndPlay(2);
_root.pickone2.gotoAndPlay(2);
}
frame 51 {
stop();
_root.purpleworld = true;
_root.purplelvl = 1;
stopAllSounds();
_root.gotoAndStop(3);
}
}
movieClip 517 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
}
instance shrooms of movieClip 349 {
onClipEvent (enterFrame) {
if (_root.shroomselected == true) {
_root.shrooms.logo.play();
_root.shrooms.logo2.play();
}
}
}
button 518 {
on (release) {
if (_root.shroomselected == false) {
_root.hero.gotoAndStop(2);
_root.pink._x += 600;
_root.shroomselected = true;
}
}
}
movieClip 519 {
}
button 520 {
on (release) {
if (_root.shroomselected == false) {
_root.hero.gotoAndStop(3);
_root.orange._x += 600;
_root.shroomselected = true;
}
}
}
movieClip 521 {
frame 13 {
this.gotoAndPlay(1);
}
frame 14 {
stop();
}
}
button 522 {
on (release) {
if (_root.shroomselected == false) {
_root.hero.gotoAndStop(4);
_root.purple._x += 600;
_root.shroomselected = true;
}
}
}
movieClip 524 {
}
movieClip 525 {
frame 1 {
stop();
}
frame 32 {
stop();
}
frame 62 {
stop();
}
frame 92 {
stop();
}
}
movieClip 537 {
}
movieClip 538 {
}
movieClip 539 {
frame 1 {
stop();
}
instance of movieClip 538 {
onClipEvent (enterFrame) {
if (_parent._xdistance > 20 and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance < -100 and _parent._xdistance > -200 and _root.pause == false) {
_parent._x += 5;
} else {
if (_parent._xdistance < -200 and _root.pause == false) {
_parent._x += 12;
}
}
}
onClipEvent (enterFrame) {
if (_parent._ydistance < -100 and _parent._ydistance > -200 and _root.pause == false) {
_parent._y += 5;
} else {
if (_parent._ydistance < -200 and _root.pause == false) {
_parent._y += 12;
}
}
}
onClipEvent (enterFrame) {
if (_parent._ydistance > 100 and _parent._ydistance < 200 and _root.pause == false) {
_parent._y -= 5;
} else {
if (_parent._ydistance > 200 and _root.pause == false) {
_parent._y -= 12;
}
}
}
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
_parent._ydistance = _parent._y - _root.hero._y;
}
}
frame 2 {
stop();
}
instance of movieClip 538 {
onClipEvent (enterFrame) {
if (_parent._xdistance < -20 and _root.pause == false) {
_parent.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance > 100 and _parent._xdistance < 200 and _root.pause == false) {
_parent._x -= 5;
} else {
if (_parent._xdistance > 200 and _root.pause == false) {
_parent._x -= 12;
}
}
}
onClipEvent (enterFrame) {
if (_parent._ydistance < -100 and _parent._ydistance > -200 and _root.pause == false) {
_parent._y += 5;
} else {
if (_parent._ydistance < -200 and _root.pause == false) {
_parent._y += 12;
}
}
}
onClipEvent (enterFrame) {
if (_parent._ydistance > 100 and _parent._ydistance < 200 and _root.pause == false) {
_parent._y -= 5;
} else {
if (_parent._ydistance > 200 and _root.pause == false) {
_parent._y -= 12;
}
}
}
}
}
instance heropinkblob of movieClip 539 {
onClipEvent (enterFrame) {
if (_root.heropinkblobunlocked == false) {
this._visible = false;
} else {
this._visible = true;
}
}
}
movieClip 546 {
}
movieClip 547 {
}
movieClip 548 {
frame 1 {
stop();
}
instance of movieClip 547 {
onClipEvent (enterFrame) {
if (_parent._xdistance > 20 and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance < -150 and _parent._xdistance > -250 and _root.pause == false) {
_parent._x += 5;
} else {
if (_parent._xdistance < -250 and _root.pause == false) {
_parent._x += 12;
}
}
}
onClipEvent (enterFrame) {
if (_parent._ydistance < -75 and _parent._ydistance > -200 and _root.pause == false) {
_parent._y += 5;
} else {
if (_parent._ydistance < -200 and _root.pause == false) {
_parent._y += 12;
}
}
}
onClipEvent (enterFrame) {
if (_parent._ydistance > 100 and _parent._ydistance < 200 and _root.pause == false) {
_parent._y -= 5;
} else {
if (_parent._ydistance > 200 and _root.pause == false) {
_parent._y -= 12;
}
}
}
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
_parent._ydistance = _parent._y - _root.hero._y;
}
}
frame 2 {
stop();
}
instance of movieClip 547 {
onClipEvent (enterFrame) {
if (_parent._xdistance < -20 and _root.pause == false) {
_parent.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance > 150 and _parent._xdistance < 250 and _root.pause == false) {
_parent._x -= 5;
} else {
if (_parent._xdistance > 250 and _root.pause == false) {
_parent._x -= 12;
}
}
}
onClipEvent (enterFrame) {
if (_parent._ydistance < -75 and _parent._ydistance > -200 and _root.pause == false) {
_parent._y += 5;
} else {
if (_parent._ydistance < -200 and _root.pause == false) {
_parent._y += 12;
}
}
}
onClipEvent (enterFrame) {
if (_parent._ydistance > 100 and _parent._ydistance < 200 and _root.pause == false) {
_parent._y -= 5;
} else {
if (_parent._ydistance > 200 and _root.pause == false) {
_parent._y -= 12;
}
}
}
}
}
instance heropurpleblob of movieClip 548 {
onClipEvent (enterFrame) {
if (_root.heropurpleblobunlocked == false) {
this._visible = false;
} else {
this._visible = true;
}
}
}
movieClip 555 {
}
movieClip 556 {
}
movieClip 557 {
frame 1 {
stop();
}
instance of movieClip 556 {
onClipEvent (enterFrame) {
if (_parent._xdistance > 20 and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance < -200 and _parent._xdistance > -300 and _root.pause == false) {
_parent._x += 5;
} else {
if (_parent._xdistance < -300 and _root.pause == false) {
_parent._x += 12;
}
}
}
onClipEvent (enterFrame) {
if (_parent._ydistance < -50 and _parent._ydistance > -200 and _root.pause == false) {
_parent._y += 5;
} else {
if (_parent._ydistance < -200 and _root.pause == false) {
_parent._y += 12;
}
}
}
onClipEvent (enterFrame) {
if (_parent._ydistance > 100 and _parent._ydistance < 200 and _root.pause == false) {
_parent._y -= 5;
} else {
if (_parent._ydistance > 200 and _root.pause == false) {
_parent._y -= 12;
}
}
}
}
instance of movieClip 3 {
onClipEvent (enterFrame) {
_parent._xdistance = _parent._x - _root.hero._x;
}
onClipEvent (enterFrame) {
_parent._ydistance = _parent._y - _root.hero._y;
}
}
frame 2 {
stop();
}
instance of movieClip 556 {
onClipEvent (enterFrame) {
if (_parent._xdistance < -20 and _root.pause == false) {
_parent.gotoAndStop(1);
}
}
onClipEvent (enterFrame) {
if (_parent._xdistance > 200 and _parent._xdistance < 300 and _root.pause == false) {
_parent._x -= 5;
} else {
if (_parent._xdistance > 300 and _root.pause == false) {
_parent._x -= 12;
}
}
}
onClipEvent (enterFrame) {
if (_parent._ydistance < -50 and _parent._ydistance > -200 and _root.pause == false) {
_parent._y += 5;
} else {
if (_parent._ydistance < -200 and _root.pause == false) {
_parent._y += 12;
}
}
}
onClipEvent (enterFrame) {
if (_parent._ydistance > 100 and _parent._ydistance < 200 and _root.pause == false) {
_parent._y -= 5;
} else {
if (_parent._ydistance > 200 and _root.pause == false) {
_parent._y -= 12;
}
}
}
}
}
instance heroorangeblob of movieClip 557 {
onClipEvent (enterFrame) {
if (_root.heroorangeblobunlocked == false) {
this._visible = false;
} else {
this._visible = true;
}
}
}
frame 3 {
stop();
_quality = 'medium';
_root.playerplaying = true;
_root.frame.music.gotoAndStop(2);
_root.frame.hud.gotoAndStop(2);
_root.fg2.gotoAndStop(2);
_root.bg2.gotoAndStop(2);
}
movieClip 579 {
}
movieClip 580 {
}
movieClip 582 {
}
movieClip 584 {
}
movieClip 587 {
}
movieClip 588 {
}
movieClip 590 {
}
movieClip 597 {
}
movieClip 599 {
}
movieClip 606 {
}
movieClip 620 {
}
movieClip 623 {
}
movieClip 625 {
}
movieClip 627 {
}
movieClip 629 {
}
movieClip 631 {
}
movieClip 633 {
}
movieClip 635 {
}
movieClip 636 {
frame 1 {
stop();
}
instance sky of movieClip 467 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_parent._x -= 1440;
_parent.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_parent._x += 1440;
_parent.nextFrame();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 26 {
stop();
}
frame 27 {
stop();
}
frame 28 {
stop();
}
frame 29 {
stop();
}
frame 30 {
stop();
}
}
movieClip 639 {
}
movieClip 641 {
}
movieClip 643 {
}
movieClip 645 {
}
movieClip 647 {
}
movieClip 649 {
}
movieClip 651 {
}
movieClip 652 {
frame 1 {
stop();
}
instance sky of movieClip 467 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_parent._x -= 1440;
_parent.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_parent._x += 1440;
_parent.nextFrame();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 26 {
stop();
}
frame 27 {
stop();
}
frame 28 {
stop();
}
frame 29 {
stop();
}
frame 30 {
stop();
}
frame 31 {
stop();
}
frame 32 {
stop();
}
}
movieClip 661 {
}
movieClip 679 {
}
movieClip 682 {
}
movieClip 695 {
}
movieClip 696 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 705 {
}
movieClip 721 {
}
movieClip 735 {
}
movieClip 736 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 740 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 744 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 745 {
}
movieClip 749 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 750 {
}
movieClip 764 {
}
movieClip 765 {
}
movieClip 766 {
}
movieClip 767 {
}
movieClip 768 {
}
movieClip 790 {
}
movieClip 812 {
}
movieClip 834 {
}
movieClip 835 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 839 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 843 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 847 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 851 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 855 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 856 {
}
movieClip 857 {
}
movieClip 862 {
}
movieClip 867 {
}
movieClip 872 {
}
movieClip 873 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 874 {
}
movieClip 878 {
frame 3 {
stop();
}
}
movieClip 882 {
frame 3 {
stop();
}
}
movieClip 886 {
frame 3 {
stop();
}
}
movieClip 887 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 888 {
}
movieClip 889 {
frame 1 {
_root.jumping = true;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
if (_root.sinking == false and _root.pause == false) {
_root.velocity -= 32;
_root.falling = true;
} else {
if (_root.sinking == true and _root.pause == false) {
_root.velocity -= 20;
_root.falling = true;
}
}
}
}
frame 7 {
_root.sinking = false;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
i = 0;
while (i < 99) {
if (this.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (this.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (this.hitTest(platform) and Key.isDown(39) and _root.pause == false) {
_parent._parent.gotoAndStop(3);
}
if (this.hitTest(platform) and Key.isDown(39) == false and _root.pause == false) {
_parent._parent.gotoAndStop(1);
}
if (this.hitTest(bplatform) and Key.isDown(39) and _root.pause == false) {
_parent._parent.gotoAndStop(3);
}
if (this.hitTest(bplatform) and Key.isDown(39) == false and _root.pause == false) {
_parent._parent.gotoAndStop(1);
}
}
}
frame 15 {
stop();
}
}
movieClip 890 {
frame 1 {
_root.jumping = true;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
if (_root.sinking == false and _root.pause == false) {
_root.velocity -= 32;
_root.falling = true;
} else {
if (_root.sinking == true and _root.pause == false) {
_root.velocity -= 20;
_root.falling = true;
}
}
}
}
frame 7 {
_root.sinking = false;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
i = 0;
while (i < 99) {
if (this.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (this.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (this.hitTest(platform) and Key.isDown(39) and _root.pause == false) {
_parent._parent.gotoAndStop(4);
}
if (this.hitTest(platform) and Key.isDown(39) == false and _root.pause == false) {
_parent._parent.gotoAndStop(2);
}
if (this.hitTest(bplatform) and Key.isDown(39) and _root.pause == false) {
_parent._parent.gotoAndStop(4);
}
if (this.hitTest(bplatform) and Key.isDown(39) == false and _root.pause == false) {
_parent._parent.gotoAndStop(2);
}
}
}
frame 15 {
stop();
}
}
movieClip 891 {
frame 1 {
_root.jumping = false;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
i = 0;
while (i < 99) {
if (this.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (this.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (this.hitTest(platform) and Key.isDown(39) and _root.pause == false) {
_parent._parent.gotoAndStop(3);
}
if (this.hitTest(platform) and Key.isDown(39) == false and _root.pause == false) {
_parent._parent.gotoAndStop(1);
}
if (this.hitTest(bplatform) and Key.isDown(39) and _root.pause == false) {
_parent._parent.gotoAndStop(3);
}
if (this.hitTest(bplatform) and Key.isDown(39) == false and _root.pause == false) {
_parent._parent.gotoAndStop(1);
}
}
}
frame 2 {
stop();
}
}
movieClip 892 {
frame 1 {
_root.jumping = false;
}
instance hitbox of movieClip 3 {
onClipEvent (enterFrame) {
i = 0;
while (i < 99) {
if (this.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (this.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (this.hitTest(platform) and Key.isDown(39) and _root.pause == false) {
_parent._parent.gotoAndStop(4);
}
if (this.hitTest(platform) and Key.isDown(39) == false and _root.pause == false) {
_parent._parent.gotoAndStop(2);
}
if (this.hitTest(bplatform) and Key.isDown(39) and _root.pause == false) {
_parent._parent.gotoAndStop(4);
}
if (this.hitTest(bplatform) and Key.isDown(39) == false and _root.pause == false) {
_parent._parent.gotoAndStop(2);
}
}
}
frame 2 {
stop();
}
}
movieClip 903 {
frame 2 {
if (_root.frame.hud.lives == 0) {
_root.gameover = true;
this.gotoAndPlay(3);
} else {
_root.frame.hud.lives -= 1;
}
}
frame 28 {
if (_root.gameover == true) {
_root.gameover = false;
_root.frame.gameoverclip.gotoAndPlay(2);
_parent.gotoAndStop(12);
} else {
_root.invincibility.gotoAndPlay(2);
_parent.gotoAndStop(1);
}
}
}
movieClip 914 {
frame 2 {
if (_root.frame.hud.lives == 0) {
_root.gameover = true;
this.gotoAndPlay(3);
} else {
_root.frame.hud.lives -= 1;
}
}
frame 28 {
if (_root.gameover == true) {
_root.gameover = false;
_root.frame.gameoverclip.gotoAndPlay(2);
_parent.gotoAndStop(12);
} else {
_root.invincibility.gotoAndPlay(2);
_parent.gotoAndStop(1);
}
}
}
movieClip 925 {
frame 2 {
if (_root.frame.hud.lives == 0) {
_root.gameover = true;
this.gotoAndPlay(3);
} else {
_root.frame.hud.lives -= 1;
}
}
frame 28 {
if (_root.gameover == true) {
_root.gameover = false;
_root.frame.gameoverclip.gotoAndPlay(2);
_parent.gotoAndStop(12);
} else {
_root.invincibility.gotoAndPlay(2);
_parent.gotoAndStop(1);
}
}
}
movieClip 926 {
frame 1 {
stop();
_root.herofacingright = true;
}
instance body of movieClip 768 {
onClipEvent (enterFrame) {
if (Key.isDown(39) and _root.pause == false) {
_parent.gotoAndStop(3);
} else {
if (Key.isDown(37) and _root.pause == false) {
_parent.gotoAndStop(4);
} else {
if (Key.isDown(38) and _root.pause == false) {
_parent.gotoAndStop(5);
}
}
}
}
onClipEvent (enterFrame) {
if (_root.falling == true and _root.velocity > 1 and _root.pause == false) {
_parent.gotoAndStop(7);
}
}
}
frame 2 {
stop();
_root.herofacingright = false;
}
instance body of movieClip 768 {
onClipEvent (enterFrame) {
if (Key.isDown(39) and _root.pause == false) {
_parent.gotoAndStop(3);
} else {
if (Key.isDown(37) and _root.pause == false) {
_parent.gotoAndStop(4);
} else {
if (Key.isDown(38) and _root.pause == false) {
_parent.gotoAndStop(6);
}
}
}
}
onClipEvent (enterFrame) {
if (_root.falling == true and _root.velocity > 1 and _root.pause == false) {
_parent.gotoAndStop(8);
}
}
}
frame 3 {
stop();
_root.herofacingright = true;
}
instance body of movieClip 857 {
onClipEvent (enterFrame) {
if (Key.isDown(39) and Key.isDown(37) == false and _root.pause == false) {
_parent.gotoAndStop(3);
} else {
if (Key.isDown(39) == false and _root.pause == false) {
_parent.gotoAndStop(1);
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) and _root.pause == false) {
_parent.gotoAndStop(5);
}
}
onClipEvent (enterFrame) {
if (_root.falling == true and _root.velocity > 1 and _root.pause == false) {
_parent.gotoAndStop(7);
}
}
onClipEvent (enterFrame) {
if (_parent._x < 285 and _root.pause == false and _root.rightallowed == true) {
_parent._x += _root.herospeed;
_root.bg1._x -= _root.herospeed / 2;
_root.bg2._x -= _root.herospeed / 2;
_root.fg1._x -= _root.herospeed / 3;
_root.fg2._x -= _root.herospeed / 3;
_root.enemy1._x -= _root.herospeed / 3;
_root.enemy2._x -= _root.herospeed / 3;
_root.enemy3._x -= _root.herospeed / 3;
_root.enemy4._x -= _root.herospeed / 3;
_root.enemy5._x -= _root.herospeed / 3;
_root.enemy6._x -= _root.herospeed / 3;
_root.enemy7._x -= _root.herospeed / 3;
_root.enemy8._x -= _root.herospeed / 3;
_root.enemy9._x -= _root.herospeed / 3;
_root.enemy10._x -= _root.herospeed / 3;
_root.enemy11._x -= _root.herospeed / 3;
_root.enemy12._x -= _root.herospeed / 3;
_root.enemy13._x -= _root.herospeed / 3;
_root.enemy14._x -= _root.herospeed / 3;
_root.enemy15._x -= _root.herospeed / 3;
_root.enemy16._x -= _root.herospeed / 3;
_root.enemy17._x -= _root.herospeed / 3;
_root.enemy18._x -= _root.herospeed / 3;
_root.enemy19._x -= _root.herospeed / 3;
_root.enemy20._x -= _root.herospeed / 3;
_root.enemy21._x -= _root.herospeed / 3;
_root.enemy22._x -= _root.herospeed / 3;
_root.enemy23._x -= _root.herospeed / 3;
_root.enemy24._x -= _root.herospeed / 3;
_root.heropurpleblob._x -= _root.herospeed / 3;
_root.heroorangeblob._x -= _root.herospeed / 3;
_root.heropinkblob._x -= _root.herospeed / 3;
} else {
if (_parent._x > 295 and _root.pause == false and _root.rightallowed == true) {
_parent._x -= _root.herospeed;
_root.bg1._x -= _root.herospeed * 2;
_root.bg2._x -= _root.herospeed * 2;
_root.fg1._x -= _root.herospeed * 3;
_root.fg2._x -= _root.herospeed * 3;
_root.enemy1._x -= _root.herospeed * 3;
_root.enemy2._x -= _root.herospeed * 3;
_root.enemy3._x -= _root.herospeed * 3;
_root.enemy4._x -= _root.herospeed * 3;
_root.enemy5._x -= _root.herospeed * 3;
_root.enemy6._x -= _root.herospeed * 3;
_root.enemy7._x -= _root.herospeed * 3;
_root.enemy8._x -= _root.herospeed * 3;
_root.enemy9._x -= _root.herospeed * 3;
_root.enemy10._x -= _root.herospeed * 3;
_root.enemy11._x -= _root.herospeed * 3;
_root.enemy12._x -= _root.herospeed * 3;
_root.enemy13._x -= _root.herospeed * 3;
_root.enemy14._x -= _root.herospeed * 3;
_root.enemy15._x -= _root.herospeed * 3;
_root.enemy16._x -= _root.herospeed * 3;
_root.enemy17._x -= _root.herospeed * 3;
_root.enemy18._x -= _root.herospeed * 3;
_root.enemy19._x -= _root.herospeed * 3;
_root.enemy20._x -= _root.herospeed * 3;
_root.enemy21._x -= _root.herospeed * 3;
_root.enemy22._x -= _root.herospeed * 3;
_root.enemy23._x -= _root.herospeed * 3;
_root.enemy24._x -= _root.herospeed * 3;
_root.heropurpleblob._x -= _root.herospeed * 3;
_root.heroorangeblob._x -= _root.herospeed * 3;
_root.heropinkblob._x -= _root.herospeed * 3;
} else {
if (_parent._x >= 285 and _parent._x <= 295 and _root.pause == false and _root.rightallowed == true) {
_root.bg1._x -= _root.herospeed;
_root.bg2._x -= _root.herospeed;
_root.fg1._x -= _root.herospeed * 1.5;
_root.fg2._x -= _root.herospeed * 1.5;
_root.enemy1._x -= _root.herospeed * 1.5;
_root.enemy2._x -= _root.herospeed * 1.5;
_root.enemy3._x -= _root.herospeed * 1.5;
_root.enemy4._x -= _root.herospeed * 1.5;
_root.enemy5._x -= _root.herospeed * 1.5;
_root.enemy6._x -= _root.herospeed * 1.5;
_root.enemy7._x -= _root.herospeed * 1.5;
_root.enemy8._x -= _root.herospeed * 1.5;
_root.enemy9._x -= _root.herospeed * 1.5;
_root.enemy10._x -= _root.herospeed * 1.5;
_root.enemy11._x -= _root.herospeed * 1.5;
_root.enemy12._x -= _root.herospeed * 1.5;
_root.enemy13._x -= _root.herospeed * 1.5;
_root.enemy14._x -= _root.herospeed * 1.5;
_root.enemy15._x -= _root.herospeed * 1.5;
_root.enemy16._x -= _root.herospeed * 1.5;
_root.enemy17._x -= _root.herospeed * 1.5;
_root.enemy18._x -= _root.herospeed * 1.5;
_root.enemy19._x -= _root.herospeed * 1.5;
_root.enemy20._x -= _root.herospeed * 1.5;
_root.enemy21._x -= _root.herospeed * 1.5;
_root.enemy22._x -= _root.herospeed * 1.5;
_root.enemy23._x -= _root.herospeed * 1.5;
_root.enemy24._x -= _root.herospeed * 1.5;
_root.heropurpleblob._x -= _root.herospeed * 1.5;
_root.heroorangeblob._x -= _root.herospeed * 1.5;
_root.heropinkblob._x -= _root.herospeed * 1.5;
}
}
}
}
}
frame 4 {
stop();
_root.herofacingright = false;
}
instance body of movieClip 857 {
onClipEvent (enterFrame) {
if (Key.isDown(37) and Key.isDown(39) == false and _root.pause == false) {
_parent.gotoAndStop(4);
} else {
if (Key.isDown(37) == false and _root.pause == false) {
_parent.gotoAndStop(2);
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(38) and _root.pause == false) {
_parent.gotoAndStop(6);
}
}
onClipEvent (enterFrame) {
if (_root.falling == true and _root.velocity > 1 and _root.pause == false) {
_parent.gotoAndStop(8);
}
}
onClipEvent (enterFrame) {
if (_parent._x > 415 and _root.pause == false and _root.leftallowed == true) {
_parent._x -= _root.herospeed;
_root.bg1._x += _root.herospeed / 2;
_root.bg2._x += _root.herospeed / 2;
_root.fg1._x += _root.herospeed / 3;
_root.fg2._x += _root.herospeed / 3;
_root.enemy1._x += _root.herospeed / 3;
_root.enemy2._x += _root.herospeed / 3;
_root.enemy3._x += _root.herospeed / 3;
_root.enemy4._x += _root.herospeed / 3;
_root.enemy5._x += _root.herospeed / 3;
_root.enemy6._x += _root.herospeed / 3;
_root.enemy7._x += _root.herospeed / 3;
_root.enemy8._x += _root.herospeed / 3;
_root.enemy9._x += _root.herospeed / 3;
_root.enemy10._x += _root.herospeed / 3;
_root.enemy11._x += _root.herospeed / 3;
_root.enemy12._x += _root.herospeed / 3;
_root.enemy13._x += _root.herospeed / 3;
_root.enemy14._x += _root.herospeed / 3;
_root.enemy15._x += _root.herospeed / 3;
_root.enemy16._x += _root.herospeed / 3;
_root.enemy17._x += _root.herospeed / 3;
_root.enemy18._x += _root.herospeed / 3;
_root.enemy19._x += _root.herospeed / 3;
_root.enemy20._x += _root.herospeed / 3;
_root.enemy21._x += _root.herospeed / 3;
_root.enemy22._x += _root.herospeed / 3;
_root.enemy23._x += _root.herospeed / 3;
_root.enemy24._x += _root.herospeed / 3;
_root.heropurpleblob._x += _root.herospeed / 3;
_root.heroorangeblob._x += _root.herospeed / 3;
_root.heropinkblob._x += _root.herospeed / 3;
} else {
if (_parent._x < 405 and _root.pause == false and _root.leftallowed == true) {
_parent._x += _root.herospeed;
_root.bg1._x += _root.herospeed * 2;
_root.bg2._x += _root.herospeed * 2;
_root.fg1._x += _root.herospeed * 3;
_root.fg2._x += _root.herospeed * 3;
_root.enemy1._x += _root.herospeed * 3;
_root.enemy2._x += _root.herospeed * 3;
_root.enemy3._x += _root.herospeed * 3;
_root.enemy4._x += _root.herospeed * 3;
_root.enemy5._x += _root.herospeed * 3;
_root.enemy6._x += _root.herospeed * 3;
_root.enemy7._x += _root.herospeed * 3;
_root.enemy8._x += _root.herospeed * 3;
_root.enemy9._x += _root.herospeed * 3;
_root.enemy10._x += _root.herospeed * 3;
_root.enemy11._x += _root.herospeed * 3;
_root.enemy12._x += _root.herospeed * 3;
_root.enemy13._x += _root.herospeed * 3;
_root.enemy14._x += _root.herospeed * 3;
_root.enemy15._x += _root.herospeed * 3;
_root.enemy16._x += _root.herospeed * 3;
_root.enemy17._x += _root.herospeed * 3;
_root.enemy18._x += _root.herospeed * 3;
_root.enemy19._x += _root.herospeed * 3;
_root.enemy20._x += _root.herospeed * 3;
_root.enemy21._x += _root.herospeed * 3;
_root.enemy22._x += _root.herospeed * 3;
_root.enemy23._x += _root.herospeed * 3;
_root.enemy24._x += _root.herospeed * 3;
_root.heropurpleblob._x += _root.herospeed * 3;
_root.heroorangeblob._x += _root.herospeed * 3;
_root.heropinkblob._x += _root.herospeed * 3;
} else {
if (_parent._x >= 405 and _parent._x <= 415 and _root.pause == false and _root.leftallowed == true) {
_root.bg1._x += _root.herospeed;
_root.bg2._x += _root.herospeed;
_root.fg1._x += _root.herospeed * 1.5;
_root.fg2._x += _root.herospeed * 1.5;
_root.enemy1._x += _root.herospeed * 1.5;
_root.enemy2._x += _root.herospeed * 1.5;
_root.enemy3._x += _root.herospeed * 1.5;
_root.enemy4._x += _root.herospeed * 1.5;
_root.enemy5._x += _root.herospeed * 1.5;
_root.enemy6._x += _root.herospeed * 1.5;
_root.enemy7._x += _root.herospeed * 1.5;
_root.enemy8._x += _root.herospeed * 1.5;
_root.enemy9._x += _root.herospeed * 1.5;
_root.enemy10._x += _root.herospeed * 1.5;
_root.enemy11._x += _root.herospeed * 1.5;
_root.enemy12._x += _root.herospeed * 1.5;
_root.enemy13._x += _root.herospeed * 1.5;
_root.enemy14._x += _root.herospeed * 1.5;
_root.enemy15._x += _root.herospeed * 1.5;
_root.enemy16._x += _root.herospeed * 1.5;
_root.enemy17._x += _root.herospeed * 1.5;
_root.enemy18._x += _root.herospeed * 1.5;
_root.enemy19._x += _root.herospeed * 1.5;
_root.enemy20._x += _root.herospeed * 1.5;
_root.enemy21._x += _root.herospeed * 1.5;
_root.enemy22._x += _root.herospeed * 1.5;
_root.enemy23._x += _root.herospeed * 1.5;
_root.enemy24._x += _root.herospeed * 1.5;
_root.heropurpleblob._x += _root.herospeed * 1.5;
_root.heroorangeblob._x += _root.herospeed * 1.5;
_root.heropinkblob._x += _root.herospeed * 1.5;
}
}
}
}
}
frame 5 {
stop();
_root.herofacingright = true;
}
instance body of movieClip 889 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root._y -= 1;
_root.frame._y += 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) and _parent._x < 285 and _root.pause == false and _root.rightallowed == true) {
_parent._x += _root.herospeed;
_root.bg1._x -= _root.herospeed / 2;
_root.bg2._x -= _root.herospeed / 2;
_root.fg1._x -= _root.herospeed / 3;
_root.fg2._x -= _root.herospeed / 3;
_root.enemy1._x -= _root.herospeed / 3;
_root.enemy2._x -= _root.herospeed / 3;
_root.enemy3._x -= _root.herospeed / 3;
_root.enemy4._x -= _root.herospeed / 3;
_root.enemy5._x -= _root.herospeed / 3;
_root.enemy6._x -= _root.herospeed / 3;
_root.enemy7._x -= _root.herospeed / 3;
_root.enemy8._x -= _root.herospeed / 3;
_root.enemy9._x -= _root.herospeed / 3;
_root.enemy10._x -= _root.herospeed / 3;
_root.enemy11._x -= _root.herospeed / 3;
_root.enemy12._x -= _root.herospeed / 3;
_root.enemy13._x -= _root.herospeed / 3;
_root.enemy14._x -= _root.herospeed / 3;
_root.enemy15._x -= _root.herospeed / 3;
_root.enemy16._x -= _root.herospeed / 3;
_root.enemy17._x -= _root.herospeed / 3;
_root.enemy18._x -= _root.herospeed / 3;
_root.enemy19._x -= _root.herospeed / 3;
_root.enemy20._x -= _root.herospeed / 3;
_root.enemy21._x -= _root.herospeed / 3;
_root.enemy22._x -= _root.herospeed / 3;
_root.enemy23._x -= _root.herospeed / 3;
_root.enemy24._x -= _root.herospeed / 3;
_root.heropurpleblob._x -= _root.herospeed / 3;
_root.heroorangeblob._x -= _root.herospeed / 3;
_root.heropinkblob._x -= _root.herospeed / 3;
} else {
if (Key.isDown(39) and _parent._x > 295 and _root.pause == false and _root.rightallowed == true) {
_parent._x -= _root.herospeed;
_root.bg1._x -= _root.herospeed * 2;
_root.bg2._x -= _root.herospeed * 2;
_root.fg1._x -= _root.herospeed * 3;
_root.fg2._x -= _root.herospeed * 3;
_root.enemy1._x -= _root.herospeed * 3;
_root.enemy2._x -= _root.herospeed * 3;
_root.enemy3._x -= _root.herospeed * 3;
_root.enemy4._x -= _root.herospeed * 3;
_root.enemy5._x -= _root.herospeed * 3;
_root.enemy6._x -= _root.herospeed * 3;
_root.enemy7._x -= _root.herospeed * 3;
_root.enemy8._x -= _root.herospeed * 3;
_root.enemy9._x -= _root.herospeed * 3;
_root.enemy10._x -= _root.herospeed * 3;
_root.enemy11._x -= _root.herospeed * 3;
_root.enemy12._x -= _root.herospeed * 3;
_root.enemy13._x -= _root.herospeed * 3;
_root.enemy14._x -= _root.herospeed * 3;
_root.enemy15._x -= _root.herospeed * 3;
_root.enemy16._x -= _root.herospeed * 3;
_root.enemy17._x -= _root.herospeed * 3;
_root.enemy18._x -= _root.herospeed * 3;
_root.enemy19._x -= _root.herospeed * 3;
_root.enemy20._x -= _root.herospeed * 3;
_root.enemy21._x -= _root.herospeed * 3;
_root.enemy22._x -= _root.herospeed * 3;
_root.enemy23._x -= _root.herospeed * 3;
_root.enemy24._x -= _root.herospeed * 3;
_root.heropurpleblob._x -= _root.herospeed * 3;
_root.heroorangeblob._x -= _root.herospeed * 3;
_root.heropinkblob._x -= _root.herospeed * 3;
} else {
if (Key.isDown(39) and _parent._x >= 285 and _parent._x <= 295 and _root.pause == false and _root.rightallowed == true) {
_root.bg1._x -= _root.herospeed;
_root.bg2._x -= _root.herospeed;
_root.fg1._x -= _root.herospeed * 1.5;
_root.fg2._x -= _root.herospeed * 1.5;
_root.enemy1._x -= _root.herospeed * 1.5;
_root.enemy2._x -= _root.herospeed * 1.5;
_root.enemy3._x -= _root.herospeed * 1.5;
_root.enemy4._x -= _root.herospeed * 1.5;
_root.enemy5._x -= _root.herospeed * 1.5;
_root.enemy6._x -= _root.herospeed * 1.5;
_root.enemy7._x -= _root.herospeed * 1.5;
_root.enemy8._x -= _root.herospeed * 1.5;
_root.enemy9._x -= _root.herospeed * 1.5;
_root.enemy10._x -= _root.herospeed * 1.5;
_root.enemy11._x -= _root.herospeed * 1.5;
_root.enemy12._x -= _root.herospeed * 1.5;
_root.enemy13._x -= _root.herospeed * 1.5;
_root.enemy14._x -= _root.herospeed * 1.5;
_root.enemy15._x -= _root.herospeed * 1.5;
_root.enemy16._x -= _root.herospeed * 1.5;
_root.enemy17._x -= _root.herospeed * 1.5;
_root.enemy18._x -= _root.herospeed * 1.5;
_root.enemy19._x -= _root.herospeed * 1.5;
_root.enemy20._x -= _root.herospeed * 1.5;
_root.enemy21._x -= _root.herospeed * 1.5;
_root.enemy22._x -= _root.herospeed * 1.5;
_root.enemy23._x -= _root.herospeed * 1.5;
_root.enemy24._x -= _root.herospeed * 1.5;
_root.heropurpleblob._x -= _root.herospeed * 1.5;
_root.heroorangeblob._x -= _root.herospeed * 1.5;
_root.heropinkblob._x -= _root.herospeed * 1.5;
}
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and _root.pause == false and _root.leftallowed == true) {
_root.bg1._x += _root.herospeed;
_root.bg2._x += _root.herospeed;
_root.fg1._x += _root.herospeed * 1.5;
_root.fg2._x += _root.herospeed * 1.5;
_root.enemy1._x += _root.herospeed * 1.5;
_root.enemy2._x += _root.herospeed * 1.5;
_root.enemy3._x += _root.herospeed * 1.5;
_root.enemy4._x += _root.herospeed * 1.5;
_root.enemy5._x += _root.herospeed * 1.5;
_root.enemy6._x += _root.herospeed * 1.5;
_root.enemy7._x += _root.herospeed * 1.5;
_root.enemy8._x += _root.herospeed * 1.5;
_root.enemy9._x += _root.herospeed * 1.5;
_root.enemy10._x += _root.herospeed * 1.5;
_root.enemy11._x += _root.herospeed * 1.5;
_root.enemy12._x += _root.herospeed * 1.5;
_root.enemy13._x += _root.herospeed * 1.5;
_root.enemy14._x += _root.herospeed * 1.5;
_root.enemy15._x += _root.herospeed * 1.5;
_root.enemy16._x += _root.herospeed * 1.5;
_root.enemy17._x += _root.herospeed * 1.5;
_root.enemy18._x += _root.herospeed * 1.5;
_root.enemy19._x += _root.herospeed * 1.5;
_root.enemy20._x += _root.herospeed * 1.5;
_root.enemy21._x += _root.herospeed * 1.5;
_root.enemy22._x += _root.herospeed * 1.5;
_root.enemy23._x += _root.herospeed * 1.5;
_root.enemy24._x += _root.herospeed * 1.5;
_root.heropurpleblob._x += _root.herospeed * 1.5;
_root.heroorangeblob._x += _root.herospeed * 1.5;
_root.heropinkblob._x += _root.herospeed * 1.5;
}
}
}
frame 6 {
stop();
_root.herofacingright = false;
}
instance body of movieClip 890 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root._y -= 1;
_root.frame._y += 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and _parent._x > 415 and _root.pause == false and _root.leftallowed == true) {
_parent._x -= _root.herospeed;
_root.bg1._x += _root.herospeed / 2;
_root.bg2._x += _root.herospeed / 2;
_root.fg1._x += _root.herospeed / 3;
_root.fg2._x += _root.herospeed / 3;
_root.enemy1._x += _root.herospeed / 3;
_root.enemy2._x += _root.herospeed / 3;
_root.enemy3._x += _root.herospeed / 3;
_root.enemy4._x += _root.herospeed / 3;
_root.enemy5._x += _root.herospeed / 3;
_root.enemy6._x += _root.herospeed / 3;
_root.enemy7._x += _root.herospeed / 3;
_root.enemy8._x += _root.herospeed / 3;
_root.enemy9._x += _root.herospeed / 3;
_root.enemy10._x += _root.herospeed / 3;
_root.enemy11._x += _root.herospeed / 3;
_root.enemy12._x += _root.herospeed / 3;
_root.enemy13._x += _root.herospeed / 3;
_root.enemy14._x += _root.herospeed / 3;
_root.enemy15._x += _root.herospeed / 3;
_root.enemy16._x += _root.herospeed / 3;
_root.enemy17._x += _root.herospeed / 3;
_root.enemy18._x += _root.herospeed / 3;
_root.enemy19._x += _root.herospeed / 3;
_root.enemy20._x += _root.herospeed / 3;
_root.enemy21._x += _root.herospeed / 3;
_root.enemy22._x += _root.herospeed / 3;
_root.enemy23._x += _root.herospeed / 3;
_root.enemy24._x += _root.herospeed / 3;
_root.heropurpleblob._x += _root.herospeed / 3;
_root.heroorangeblob._x += _root.herospeed / 3;
_root.heropinkblob._x += _root.herospeed / 3;
} else {
if (Key.isDown(37) and _parent._x < 405 and _root.pause == false and _root.leftallowed == true) {
_parent._x += _root.herospeed;
_root.bg1._x += _root.herospeed * 2;
_root.bg2._x += _root.herospeed * 2;
_root.fg1._x += _root.herospeed * 3;
_root.fg2._x += _root.herospeed * 3;
_root.enemy1._x += _root.herospeed * 3;
_root.enemy2._x += _root.herospeed * 3;
_root.enemy3._x += _root.herospeed * 3;
_root.enemy4._x += _root.herospeed * 3;
_root.enemy5._x += _root.herospeed * 3;
_root.enemy6._x += _root.herospeed * 3;
_root.enemy7._x += _root.herospeed * 3;
_root.enemy8._x += _root.herospeed * 3;
_root.enemy9._x += _root.herospeed * 3;
_root.enemy10._x += _root.herospeed * 3;
_root.enemy11._x += _root.herospeed * 3;
_root.enemy12._x += _root.herospeed * 3;
_root.enemy13._x += _root.herospeed * 3;
_root.enemy14._x += _root.herospeed * 3;
_root.enemy15._x += _root.herospeed * 3;
_root.enemy16._x += _root.herospeed * 3;
_root.enemy17._x += _root.herospeed * 3;
_root.enemy18._x += _root.herospeed * 3;
_root.enemy19._x += _root.herospeed * 3;
_root.enemy20._x += _root.herospeed * 3;
_root.enemy21._x += _root.herospeed * 3;
_root.enemy22._x += _root.herospeed * 3;
_root.enemy23._x += _root.herospeed * 3;
_root.enemy24._x += _root.herospeed * 3;
_root.heropurpleblob._x += _root.herospeed * 3;
_root.heroorangeblob._x += _root.herospeed * 3;
_root.heropinkblob._x += _root.herospeed * 3;
} else {
if (Key.isDown(37) and _parent._x >= 405 and _parent._x <= 415 and _root.pause == false and _root.leftallowed == true) {
_root.bg1._x += _root.herospeed;
_root.bg2._x += _root.herospeed;
_root.fg1._x += _root.herospeed * 1.5;
_root.fg2._x += _root.herospeed * 1.5;
_root.enemy1._x += _root.herospeed * 1.5;
_root.enemy2._x += _root.herospeed * 1.5;
_root.enemy3._x += _root.herospeed * 1.5;
_root.enemy4._x += _root.herospeed * 1.5;
_root.enemy5._x += _root.herospeed * 1.5;
_root.enemy6._x += _root.herospeed * 1.5;
_root.enemy7._x += _root.herospeed * 1.5;
_root.enemy8._x += _root.herospeed * 1.5;
_root.enemy9._x += _root.herospeed * 1.5;
_root.enemy10._x += _root.herospeed * 1.5;
_root.enemy11._x += _root.herospeed * 1.5;
_root.enemy12._x += _root.herospeed * 1.5;
_root.enemy13._x += _root.herospeed * 1.5;
_root.enemy14._x += _root.herospeed * 1.5;
_root.enemy15._x += _root.herospeed * 1.5;
_root.enemy16._x += _root.herospeed * 1.5;
_root.enemy17._x += _root.herospeed * 1.5;
_root.enemy18._x += _root.herospeed * 1.5;
_root.enemy19._x += _root.herospeed * 1.5;
_root.enemy20._x += _root.herospeed * 1.5;
_root.enemy21._x += _root.herospeed * 1.5;
_root.enemy22._x += _root.herospeed * 1.5;
_root.enemy23._x += _root.herospeed * 1.5;
_root.enemy24._x += _root.herospeed * 1.5;
_root.heropurpleblob._x += _root.herospeed * 1.5;
_root.heroorangeblob._x += _root.herospeed * 1.5;
_root.heropinkblob._x += _root.herospeed * 1.5;
}
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) and _root.pause == false and _root.rightallowed == true) {
_root.bg1._x -= _root.herospeed;
_root.bg2._x -= _root.herospeed;
_root.fg1._x -= _root.herospeed * 1.5;
_root.fg2._x -= _root.herospeed * 1.5;
_root.enemy1._x -= _root.herospeed * 1.5;
_root.enemy2._x -= _root.herospeed * 1.5;
_root.enemy3._x -= _root.herospeed * 1.5;
_root.enemy4._x -= _root.herospeed * 1.5;
_root.enemy5._x -= _root.herospeed * 1.5;
_root.enemy6._x -= _root.herospeed * 1.5;
_root.enemy7._x -= _root.herospeed * 1.5;
_root.enemy8._x -= _root.herospeed * 1.5;
_root.enemy9._x -= _root.herospeed * 1.5;
_root.enemy10._x -= _root.herospeed * 1.5;
_root.enemy11._x -= _root.herospeed * 1.5;
_root.enemy12._x -= _root.herospeed * 1.5;
_root.enemy13._x -= _root.herospeed * 1.5;
_root.enemy14._x -= _root.herospeed * 1.5;
_root.enemy15._x -= _root.herospeed * 1.5;
_root.enemy16._x -= _root.herospeed * 1.5;
_root.enemy17._x -= _root.herospeed * 1.5;
_root.enemy18._x -= _root.herospeed * 1.5;
_root.enemy19._x -= _root.herospeed * 1.5;
_root.enemy20._x -= _root.herospeed * 1.5;
_root.enemy21._x -= _root.herospeed * 1.5;
_root.enemy22._x -= _root.herospeed * 1.5;
_root.enemy23._x -= _root.herospeed * 1.5;
_root.enemy24._x -= _root.herospeed * 1.5;
_root.heropurpleblob._x -= _root.herospeed * 1.5;
_root.heroorangeblob._x -= _root.herospeed * 1.5;
_root.heropinkblob._x -= _root.herospeed * 1.5;
}
}
}
frame 7 {
stop();
_root.herofacingright = true;
}
instance body of movieClip 891 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root._y -= 1;
_root.frame._y += 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) and _parent._x < 285 and _root.pause == false and _root.rightallowed == true) {
_parent._x += _root.herospeed;
_root.bg1._x -= _root.herospeed / 2;
_root.bg2._x -= _root.herospeed / 2;
_root.fg1._x -= _root.herospeed / 3;
_root.fg2._x -= _root.herospeed / 3;
_root.enemy1._x -= _root.herospeed / 3;
_root.enemy2._x -= _root.herospeed / 3;
_root.enemy3._x -= _root.herospeed / 3;
_root.enemy4._x -= _root.herospeed / 3;
_root.enemy5._x -= _root.herospeed / 3;
_root.enemy6._x -= _root.herospeed / 3;
_root.enemy7._x -= _root.herospeed / 3;
_root.enemy8._x -= _root.herospeed / 3;
_root.enemy9._x -= _root.herospeed / 3;
_root.enemy10._x -= _root.herospeed / 3;
_root.enemy11._x -= _root.herospeed / 3;
_root.enemy12._x -= _root.herospeed / 3;
_root.enemy13._x -= _root.herospeed / 3;
_root.enemy14._x -= _root.herospeed / 3;
_root.enemy15._x -= _root.herospeed / 3;
_root.enemy16._x -= _root.herospeed / 3;
_root.enemy17._x -= _root.herospeed / 3;
_root.enemy18._x -= _root.herospeed / 3;
_root.enemy19._x -= _root.herospeed / 3;
_root.enemy20._x -= _root.herospeed / 3;
_root.enemy21._x -= _root.herospeed / 3;
_root.enemy22._x -= _root.herospeed / 3;
_root.enemy23._x -= _root.herospeed / 3;
_root.enemy24._x -= _root.herospeed / 3;
_root.heropurpleblob._x -= _root.herospeed / 3;
_root.heroorangeblob._x -= _root.herospeed / 3;
_root.heropinkblob._x -= _root.herospeed / 3;
} else {
if (Key.isDown(39) and _parent._x > 295 and _root.pause == false and _root.rightallowed == true) {
_parent._x -= _root.herospeed;
_root.bg1._x -= _root.herospeed * 2;
_root.bg2._x -= _root.herospeed * 2;
_root.fg1._x -= _root.herospeed * 3;
_root.fg2._x -= _root.herospeed * 3;
_root.enemy1._x -= _root.herospeed * 3;
_root.enemy2._x -= _root.herospeed * 3;
_root.enemy3._x -= _root.herospeed * 3;
_root.enemy4._x -= _root.herospeed * 3;
_root.enemy5._x -= _root.herospeed * 3;
_root.enemy6._x -= _root.herospeed * 3;
_root.enemy7._x -= _root.herospeed * 3;
_root.enemy8._x -= _root.herospeed * 3;
_root.enemy9._x -= _root.herospeed * 3;
_root.enemy10._x -= _root.herospeed * 3;
_root.enemy11._x -= _root.herospeed * 3;
_root.enemy12._x -= _root.herospeed * 3;
_root.enemy13._x -= _root.herospeed * 3;
_root.enemy14._x -= _root.herospeed * 3;
_root.enemy15._x -= _root.herospeed * 3;
_root.enemy16._x -= _root.herospeed * 3;
_root.enemy17._x -= _root.herospeed * 3;
_root.enemy18._x -= _root.herospeed * 3;
_root.enemy19._x -= _root.herospeed * 3;
_root.enemy20._x -= _root.herospeed * 3;
_root.enemy21._x -= _root.herospeed * 3;
_root.enemy22._x -= _root.herospeed * 3;
_root.enemy23._x -= _root.herospeed * 3;
_root.enemy24._x -= _root.herospeed * 3;
_root.heropurpleblob._x -= _root.herospeed * 3;
_root.heroorangeblob._x -= _root.herospeed * 3;
_root.heropinkblob._x -= _root.herospeed * 3;
} else {
if (Key.isDown(39) and _parent._x >= 285 and _parent._x <= 295 and _root.pause == false and _root.rightallowed == true) {
_root.bg1._x -= _root.herospeed;
_root.bg2._x -= _root.herospeed;
_root.fg1._x -= _root.herospeed * 1.5;
_root.fg2._x -= _root.herospeed * 1.5;
_root.enemy1._x -= _root.herospeed * 1.5;
_root.enemy2._x -= _root.herospeed * 1.5;
_root.enemy3._x -= _root.herospeed * 1.5;
_root.enemy4._x -= _root.herospeed * 1.5;
_root.enemy5._x -= _root.herospeed * 1.5;
_root.enemy6._x -= _root.herospeed * 1.5;
_root.enemy7._x -= _root.herospeed * 1.5;
_root.enemy8._x -= _root.herospeed * 1.5;
_root.enemy9._x -= _root.herospeed * 1.5;
_root.enemy10._x -= _root.herospeed * 1.5;
_root.enemy11._x -= _root.herospeed * 1.5;
_root.enemy12._x -= _root.herospeed * 1.5;
_root.enemy13._x -= _root.herospeed * 1.5;
_root.enemy14._x -= _root.herospeed * 1.5;
_root.enemy15._x -= _root.herospeed * 1.5;
_root.enemy16._x -= _root.herospeed * 1.5;
_root.enemy17._x -= _root.herospeed * 1.5;
_root.enemy18._x -= _root.herospeed * 1.5;
_root.enemy19._x -= _root.herospeed * 1.5;
_root.enemy20._x -= _root.herospeed * 1.5;
_root.enemy21._x -= _root.herospeed * 1.5;
_root.enemy22._x -= _root.herospeed * 1.5;
_root.enemy23._x -= _root.herospeed * 1.5;
_root.enemy24._x -= _root.herospeed * 1.5;
_root.heropurpleblob._x -= _root.herospeed * 1.5;
_root.heroorangeblob._x -= _root.herospeed * 1.5;
_root.heropinkblob._x -= _root.herospeed * 1.5;
}
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and _root.pause == false and _root.leftallowed == true) {
_root.bg1._x += _root.herospeed;
_root.bg2._x += _root.herospeed;
_root.fg1._x += _root.herospeed * 1.5;
_root.fg2._x += _root.herospeed * 1.5;
_root.enemy1._x += _root.herospeed * 1.5;
_root.enemy2._x += _root.herospeed * 1.5;
_root.enemy3._x += _root.herospeed * 1.5;
_root.enemy4._x += _root.herospeed * 1.5;
_root.enemy5._x += _root.herospeed * 1.5;
_root.enemy6._x += _root.herospeed * 1.5;
_root.enemy7._x += _root.herospeed * 1.5;
_root.enemy8._x += _root.herospeed * 1.5;
_root.enemy9._x += _root.herospeed * 1.5;
_root.enemy10._x += _root.herospeed * 1.5;
_root.enemy11._x += _root.herospeed * 1.5;
_root.enemy12._x += _root.herospeed * 1.5;
_root.enemy13._x += _root.herospeed * 1.5;
_root.enemy14._x += _root.herospeed * 1.5;
_root.enemy15._x += _root.herospeed * 1.5;
_root.enemy16._x += _root.herospeed * 1.5;
_root.enemy17._x += _root.herospeed * 1.5;
_root.enemy18._x += _root.herospeed * 1.5;
_root.enemy19._x += _root.herospeed * 1.5;
_root.enemy20._x += _root.herospeed * 1.5;
_root.enemy21._x += _root.herospeed * 1.5;
_root.enemy22._x += _root.herospeed * 1.5;
_root.enemy23._x += _root.herospeed * 1.5;
_root.enemy24._x += _root.herospeed * 1.5;
}
}
}
frame 8 {
stop();
_root.herofacingright = false;
}
instance body of movieClip 892 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_root._y -= 1;
_root.frame._y += 1;
}
}
onClipEvent (enterFrame) {
if (Key.isDown(37) and _parent._x > 415 and _root.pause == false and _root.leftallowed == true) {
_parent._x -= _root.herospeed;
_root.bg1._x += _root.herospeed / 2;
_root.bg2._x += _root.herospeed / 2;
_root.fg1._x += _root.herospeed / 3;
_root.fg2._x += _root.herospeed / 3;
_root.enemy1._x += _root.herospeed / 3;
_root.enemy2._x += _root.herospeed / 3;
_root.enemy3._x += _root.herospeed / 3;
_root.enemy4._x += _root.herospeed / 3;
_root.enemy5._x += _root.herospeed / 3;
_root.enemy6._x += _root.herospeed / 3;
_root.enemy7._x += _root.herospeed / 3;
_root.enemy8._x += _root.herospeed / 3;
_root.enemy9._x += _root.herospeed / 3;
_root.enemy10._x += _root.herospeed / 3;
_root.enemy11._x += _root.herospeed / 3;
_root.enemy12._x += _root.herospeed / 3;
_root.enemy13._x += _root.herospeed / 3;
_root.enemy14._x += _root.herospeed / 3;
_root.enemy15._x += _root.herospeed / 3;
_root.enemy16._x += _root.herospeed / 3;
_root.enemy17._x += _root.herospeed / 3;
_root.enemy18._x += _root.herospeed / 3;
_root.enemy19._x += _root.herospeed / 3;
_root.enemy20._x += _root.herospeed / 3;
_root.enemy21._x += _root.herospeed / 3;
_root.enemy22._x += _root.herospeed / 3;
_root.enemy23._x += _root.herospeed / 3;
_root.enemy24._x += _root.herospeed / 3;
_root.heropurpleblob._x += _root.herospeed / 3;
_root.heroorangeblob._x += _root.herospeed / 3;
_root.heropinkblob._x += _root.herospeed / 3;
} else {
if (Key.isDown(37) and _parent._x < 405 and _root.pause == false and _root.leftallowed == true) {
_parent._x += _root.herospeed;
_root.bg1._x += _root.herospeed * 2;
_root.bg2._x += _root.herospeed * 2;
_root.fg1._x += _root.herospeed * 3;
_root.fg2._x += _root.herospeed * 3;
_root.enemy1._x += _root.herospeed * 3;
_root.enemy2._x += _root.herospeed * 3;
_root.enemy3._x += _root.herospeed * 3;
_root.enemy4._x += _root.herospeed * 3;
_root.enemy5._x += _root.herospeed * 3;
_root.enemy6._x += _root.herospeed * 3;
_root.enemy7._x += _root.herospeed * 3;
_root.enemy8._x += _root.herospeed * 3;
_root.enemy9._x += _root.herospeed * 3;
_root.enemy10._x += _root.herospeed * 3;
_root.enemy11._x += _root.herospeed * 3;
_root.enemy12._x += _root.herospeed * 3;
_root.enemy13._x += _root.herospeed * 3;
_root.enemy14._x += _root.herospeed * 3;
_root.enemy15._x += _root.herospeed * 3;
_root.enemy16._x += _root.herospeed * 3;
_root.enemy17._x += _root.herospeed * 3;
_root.enemy18._x += _root.herospeed * 3;
_root.enemy19._x += _root.herospeed * 3;
_root.enemy20._x += _root.herospeed * 3;
_root.enemy21._x += _root.herospeed * 3;
_root.enemy22._x += _root.herospeed * 3;
_root.enemy23._x += _root.herospeed * 3;
_root.enemy24._x += _root.herospeed * 3;
_root.heropurpleblob._x += _root.herospeed * 3;
_root.heroorangeblob._x += _root.herospeed * 3;
_root.heropinkblob._x += _root.herospeed * 3;
} else {
if (Key.isDown(37) and _parent._x >= 405 and _parent._x <= 415 and _root.pause == false and _root.leftallowed == true) {
_root.bg1._x += _root.herospeed;
_root.bg2._x += _root.herospeed;
_root.fg1._x += _root.herospeed * 1.5;
_root.fg2._x += _root.herospeed * 1.5;
_root.enemy1._x += _root.herospeed * 1.5;
_root.enemy2._x += _root.herospeed * 1.5;
_root.enemy3._x += _root.herospeed * 1.5;
_root.enemy4._x += _root.herospeed * 1.5;
_root.enemy5._x += _root.herospeed * 1.5;
_root.enemy6._x += _root.herospeed * 1.5;
_root.enemy7._x += _root.herospeed * 1.5;
_root.enemy8._x += _root.herospeed * 1.5;
_root.enemy9._x += _root.herospeed * 1.5;
_root.enemy10._x += _root.herospeed * 1.5;
_root.enemy11._x += _root.herospeed * 1.5;
_root.enemy12._x += _root.herospeed * 1.5;
_root.enemy13._x += _root.herospeed * 1.5;
_root.enemy14._x += _root.herospeed * 1.5;
_root.enemy15._x += _root.herospeed * 1.5;
_root.enemy16._x += _root.herospeed * 1.5;
_root.enemy17._x += _root.herospeed * 1.5;
_root.enemy18._x += _root.herospeed * 1.5;
_root.enemy19._x += _root.herospeed * 1.5;
_root.enemy20._x += _root.herospeed * 1.5;
_root.enemy21._x += _root.herospeed * 1.5;
_root.enemy22._x += _root.herospeed * 1.5;
_root.enemy23._x += _root.herospeed * 1.5;
_root.enemy24._x += _root.herospeed * 1.5;
_root.heropurpleblob._x += _root.herospeed * 1.5;
_root.heroorangeblob._x += _root.herospeed * 1.5;
_root.heropinkblob._x += _root.herospeed * 1.5;
}
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(39) and _root.pause == false and _root.rightallowed == true) {
_root.bg1._x -= _root.herospeed;
_root.bg2._x -= _root.herospeed;
_root.fg1._x -= _root.herospeed * 1.5;
_root.fg2._x -= _root.herospeed * 1.5;
_root.enemy1._x -= _root.herospeed * 1.5;
_root.enemy2._x -= _root.herospeed * 1.5;
_root.enemy3._x -= _root.herospeed * 1.5;
_root.enemy4._x -= _root.herospeed * 1.5;
_root.enemy5._x -= _root.herospeed * 1.5;
_root.enemy6._x -= _root.herospeed * 1.5;
_root.enemy7._x -= _root.herospeed * 1.5;
_root.enemy8._x -= _root.herospeed * 1.5;
_root.enemy9._x -= _root.herospeed * 1.5;
_root.enemy10._x -= _root.herospeed * 1.5;
_root.enemy11._x -= _root.herospeed * 1.5;
_root.enemy12._x -= _root.herospeed * 1.5;
_root.enemy13._x -= _root.herospeed * 1.5;
_root.enemy14._x -= _root.herospeed * 1.5;
_root.enemy15._x -= _root.herospeed * 1.5;
_root.enemy16._x -= _root.herospeed * 1.5;
_root.enemy17._x -= _root.herospeed * 1.5;
_root.enemy18._x -= _root.herospeed * 1.5;
_root.enemy19._x -= _root.herospeed * 1.5;
_root.enemy20._x -= _root.herospeed * 1.5;
_root.enemy21._x -= _root.herospeed * 1.5;
_root.enemy22._x -= _root.herospeed * 1.5;
_root.enemy23._x -= _root.herospeed * 1.5;
_root.enemy24._x -= _root.herospeed * 1.5;
_root.heropurpleblob._x -= _root.herospeed * 1.5;
_root.heroorangeblob._x -= _root.herospeed * 1.5;
_root.heropinkblob._x -= _root.herospeed * 1.5;
}
}
}
frame 9 {
stop();
_root.herofacingright = true;
}
instance body of movieClip 903 {
onClipEvent (enterFrame) {
if (_root.orangeworld == true) {
_parent.gotoAndStop(13);
}
}
onClipEvent (enterFrame) {
if (_root.pinkworld == true) {
_parent.gotoAndStop(15);
}
}
}
frame 10 {
stop();
_root.herofacingright = false;
}
instance body of movieClip 903 {
onClipEvent (enterFrame) {
if (_root.orangeworld == true) {
_parent.gotoAndStop(14);
}
}
onClipEvent (enterFrame) {
if (_root.pinkworld == true) {
_parent.gotoAndStop(16);
}
}
}
frame 11 {
stop();
_root.herofacingright = true;
}
instance body of movieClip 768 {
onClipEvent (enterFrame) {
if (_root.falling == true and _root.velocity > 1 and _root.pause == false) {
_parent.gotoAndStop(7);
}
}
}
frame 12 {
stop();
}
frame 13 {
stop();
_root.herofacingright = true;
}
frame 14 {
stop();
_root.herofacingright = false;
}
frame 15 {
stop();
_root.herofacingright = true;
}
frame 16 {
stop();
_root.herofacingright = false;
}
}
instance hero of movieClip 926 {
onClipEvent (enterFrame) {
if (_root.screenmove == true and _root.pause == false) {
_root._y -= _root.velocity / 2;
_root.frame._y += _root.velocity / 2;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.rightwall1)) {
_root.leftallowed = false;
} else {
if (this.hitTest(_root.fg1.rightwall2)) {
_root.leftallowed = false;
} else {
if (this.hitTest(_root.fg1.rightwall3)) {
_root.leftallowed = false;
} else {
if (this.hitTest(_root.fg2.rightwall1)) {
_root.leftallowed = false;
} else {
if (this.hitTest(_root.fg2.rightwall2)) {
_root.leftallowed = false;
} else {
if (this.hitTest(_root.fg2.rightwall3)) {
_root.leftallowed = false;
} else {
_root.leftallowed = true;
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.fg1.leftwall1)) {
_root.rightallowed = false;
} else {
if (this.hitTest(_root.fg1.leftwall2)) {
_root.rightallowed = false;
} else {
if (this.hitTest(_root.fg1.leftwall3)) {
_root.rightallowed = false;
} else {
if (this.hitTest(_root.fg2.leftwall1)) {
_root.rightallowed = false;
} else {
if (this.hitTest(_root.fg2.leftwall2)) {
_root.rightallowed = false;
} else {
if (this.hitTest(_root.fg2.leftwall3)) {
_root.rightallowed = false;
} else {
_root.rightallowed = true;
}
}
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.falling == true and _root.pause == false) {
_root.velocity += _root.gravity;
_root.hero._y += _root.velocity;
_root.screenmove = true;
}
i = 0;
while (i < 99) {
if (_root.hero.body.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_root.hero.body.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
if (_root.hero.hitbox.hitTest('_root.fg1.platform' + i)) {
platform = eval('_root.fg1.platform' + i);
}
if (_root.hero.hitbox.hitTest('_root.fg2.platform' + i)) {
bplatform = eval('_root.fg2.platform' + i);
}
++i;
}
if (_root.hero.body.hitbox.hitTest(platform) and _root.pause == false) {
if (_root.falling == true) {
_root.hero._y = platform._y;
_root.velocity = 0;
_root.screenmove = false;
}
} else {
if (_root.hero.body.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_root.falling == true) {
_root.hero._y = bplatform._y;
_root.velocity = 0;
_root.screenmove = false;
}
}
}
if (_root.hero.hitbox.hitTest(platform) and _root.pause == false) {
if (_root.falling == true) {
_root.hero._y = platform._y;
_root.velocity = 0;
_root.screenmove = false;
}
} else {
if (_root.hero.hitbox.hitTest(bplatform) and _root.pause == false) {
if (_root.falling == true) {
_root.hero._y = bplatform._y;
_root.velocity = 0;
_root.screenmove = false;
}
} else {
_root.falling = true;
}
}
}
}
movieClip 927 {
frame 1 {
stop();
}
frame 2 {
_root.heroinvincible = true;
}
frame 2 {
_root.hero._visible = false;
}
frame 3 {
_root.hero._visible = true;
}
frame 4 {
_root.hero._visible = false;
}
frame 5 {
_root.hero._visible = true;
}
frame 6 {
_root.hero._visible = false;
}
frame 7 {
_root.hero._visible = true;
}
frame 8 {
_root.hero._visible = false;
}
frame 9 {
_root.hero._visible = true;
}
frame 10 {
_root.hero._visible = false;
}
frame 11 {
_root.hero._visible = true;
}
frame 12 {
_root.hero._visible = false;
}
frame 13 {
_root.hero._visible = true;
}
frame 14 {
_root.hero._visible = false;
}
frame 15 {
_root.hero._visible = true;
}
frame 16 {
_root.hero._visible = false;
}
frame 17 {
_root.hero._visible = true;
}
frame 18 {
_root.hero._visible = false;
}
frame 19 {
_root.hero._visible = true;
}
frame 20 {
_root.hero._visible = false;
}
frame 21 {
_root.hero._visible = true;
}
frame 22 {
_root.hero._visible = false;
}
frame 23 {
_root.hero._visible = true;
}
frame 24 {
_root.hero._visible = false;
}
frame 25 {
_root.hero._visible = true;
}
frame 26 {
_root.hero._visible = false;
}
frame 27 {
_root.hero._visible = true;
}
frame 28 {
_root.hero._visible = false;
}
frame 29 {
_root.hero._visible = true;
}
frame 30 {
_root.hero._visible = false;
}
frame 31 {
_root.hero._visible = true;
}
frame 32 {
_root.hero._visible = false;
}
frame 33 {
_root.hero._visible = true;
}
frame 34 {
_root.hero._visible = false;
}
frame 35 {
_root.hero._visible = true;
}
frame 36 {
_root.hero._visible = false;
}
frame 37 {
_root.hero._visible = true;
}
frame 38 {
_root.hero._visible = false;
}
frame 39 {
_root.hero._visible = true;
}
frame 40 {
_root.hero._visible = false;
}
frame 41 {
_root.hero._visible = true;
}
frame 42 {
_root.hero._visible = false;
}
frame 43 {
_root.hero._visible = true;
}
frame 44 {
_root.hero._visible = false;
}
frame 45 {
_root.hero._visible = true;
}
frame 46 {
_root.hero._visible = false;
}
frame 47 {
_root.hero._visible = true;
}
frame 48 {
_root.hero._visible = false;
}
frame 49 {
_root.hero._visible = true;
}
frame 50 {
_root.heroinvincible = false;
}
}
movieClip 929 {
}
movieClip 930 {
frame 35 {
stop();
}
frame 36 {
stop();
}
}
movieClip 932 {
}
movieClip 934 {
}
movieClip 942 {
frame 7 {
stop();
_root.frame.hud.stars += 1;
_parent.gotoAndStop(3);
}
}
movieClip 943 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star6istaken = true;
}
}
movieClip 944 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star7istaken = true;
}
}
movieClip 948 {
}
movieClip 949 {
}
movieClip 950 {
}
movieClip 967 {
}
movieClip 973 {
frame 6 {
stop();
_parent._parent.gotoAndStop(115);
}
}
movieClip 974 {
frame 1 {
stop();
}
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(2);
}
}
}
frame 2 {
stop();
}
}
movieClip 978 {
}
movieClip 980 {
frame 11 {
stop();
}
}
movieClip 981 {
frame 114 {
this.gotoAndPlay(1);
}
frame 115 {
stop();
}
}
movieClip 983 {
}
movieClip 984 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star1istaken = true;
}
}
movieClip 985 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star2istaken = true;
}
}
movieClip 986 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star3istaken = true;
}
}
movieClip 987 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star4istaken = true;
}
}
movieClip 988 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star5istaken = true;
}
}
movieClip 991 {
}
movieClip 992 {
}
movieClip 994 {
}
movieClip 995 {
}
movieClip 1001 {
}
movieClip 1011 {
frame 33 {
_root.playerplaying = true;
_root.hero.gotoAndStop(1);
}
frame 36 {
stop();
_root.portalclosed = true;
}
}
movieClip 1037 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
}
movieClip 1041 {
}
movieClip 1042 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star8istaken = true;
}
}
movieClip 1043 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star9istaken = true;
}
}
movieClip 1044 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star10istaken = true;
}
}
movieClip 1045 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star11istaken = true;
}
}
movieClip 1046 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star12istaken = true;
}
}
movieClip 1047 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star13istaken = true;
}
}
movieClip 1048 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star14istaken = true;
}
}
movieClip 1052 {
}
movieClip 1054 {
frame 25 {
_parent.gotoAndStop(1);
}
}
movieClip 1055 {
frame 1 {
stop();
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.pause == false) {
_root.jumping = true;
_root.velocity = -50;
_root.falling = true;
_parent.gotoAndStop(2);
}
}
}
frame 2 {
stop();
}
}
movieClip 1056 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star15istaken = true;
}
}
movieClip 1057 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star16istaken = true;
}
}
movieClip 1058 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star17istaken = true;
}
}
movieClip 1059 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star18istaken = true;
}
}
movieClip 1060 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star19istaken = true;
}
}
movieClip 1061 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star20istaken = true;
}
}
movieClip 1062 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star21istaken = true;
}
}
movieClip 1063 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star22istaken = true;
}
}
movieClip 1064 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star23istaken = true;
}
}
movieClip 1065 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star24istaken = true;
}
}
movieClip 1066 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star25istaken = true;
}
}
movieClip 1067 {
}
movieClip 1069 {
}
movieClip 1070 {
}
movieClip 1074 {
frame 1 {
_root.heropurpleblobunlocked = true;
}
frame 325 {
stop();
_root.heropurpleblobunlocked = true;
_root.frame.theend.play();
}
}
movieClip 1075 {
frame 1 {
stop();
}
instance sky of movieClip 467 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_parent._x -= 1440;
_parent.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_parent._x += 1440;
_parent.nextFrame();
}
}
}
instance of movieClip 930 {
onClipEvent (enterFrame) {
if (_root.tuttext == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 900;
_root.enemy9.gotoAndStop(2);
}
}
}
frame 2 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.tuttext = true;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 300;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 1150;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 125;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 1600;
_root.enemy10.gotoAndStop(2);
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 500;
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 350;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 1475;
_root.enemy9.gotoAndStop(2);
}
}
}
frame 7 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter2', 'enemy4', 4);
_root.enemy4._width = 107.5;
_root.enemy4._height = 141.6;
_root.enemy4._y = _root.fg1.platform0._y;
_root.enemy4._x = _root.hero._x;
_root.enemy4._x += 1075;
_root.enemy4.gotoAndStop(2);
}
}
}
frame 8 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter3', 'enemy6', 6);
_root.enemy6._width = 107.5;
_root.enemy6._height = 141.6;
_root.enemy6._y = _root.fg1.platform0._y;
_root.enemy6._y -= 250;
_root.enemy6._x = _root.hero._x;
_root.enemy6._x += 975;
_root.enemy6.gotoAndStop(2);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 500;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 750;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 400;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 1350;
_root.enemy16.gotoAndStop(2);
}
}
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('bunny', 'enemy21', 21);
_root.enemy21._width = 86;
_root.enemy21._height = 86;
_root.enemy21._y = _root.fg1.platform0._y;
_root.enemy21._x = _root.hero._x;
_root.enemy21._x += 900;
_root.enemy21.gotoAndStop(2);
}
}
}
frame 12 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy12', 12);
_root.enemy12._width = 66.5;
_root.enemy12._height = 62;
_root.enemy12._y = _root.fg1.platform0._y;
_root.enemy12._x = _root.hero._x;
_root.enemy12._x += 700;
_root.enemy12.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('greenshroom', 'enemy18', 18);
_root.enemy18._width = 86.09999999999999;
_root.enemy18._height = 95;
_root.enemy18._y = _root.fg1.platform0._y;
_root.enemy18._x = _root.hero._x;
_root.enemy18._x += 1000;
_root.enemy18.gotoAndStop(2);
}
}
}
frame 13 {
stop();
}
frame 14 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 125;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 800;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 275;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 950;
_root.enemy10.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy11', 11);
_root.enemy11._width = 66.5;
_root.enemy11._height = 62;
_root.enemy11._y = _root.fg1.platform0._y;
_root.enemy11._y -= 350;
_root.enemy11._x = _root.hero._x;
_root.enemy11._x += 1100;
_root.enemy11.gotoAndStop(2);
}
}
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 150;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 550;
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('bunny', 'enemy21', 21);
_root.enemy21._width = 86;
_root.enemy21._height = 86;
_root.enemy21._y = _root.fg1.platform0._y;
_root.enemy21._x = _root.hero._x;
_root.enemy21._x += 1300;
_root.enemy21.gotoAndStop(2);
}
}
}
frame 18 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('greenshroom', 'enemy18', 18);
_root.enemy18._width = 86.09999999999999;
_root.enemy18._height = 95;
_root.enemy18._y = _root.fg1.platform0._y;
_root.enemy18._x = _root.hero._x;
_root.enemy18._x += 900;
_root.enemy18.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 1400;
_root.enemy9.gotoAndStop(2);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy11', 11);
_root.enemy11._width = 66.5;
_root.enemy11._height = 62;
_root.enemy11._y = _root.fg1.platform0._y;
_root.enemy11._x = _root.hero._x;
_root.enemy11._x += 1400;
_root.enemy11.gotoAndStop(2);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 1400;
_root.enemy10.gotoAndStop(2);
}
}
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
frame 22 {
stop();
}
frame 23 {
stop();
}
frame 24 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 2000;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 130;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 1475;
_root.enemy10.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 100;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 550;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 200;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 725;
_root.enemy16.gotoAndStop(2);
}
}
}
frame 25 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 300;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 1050;
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter2', 'enemy4', 4);
_root.enemy4._width = 107.5;
_root.enemy4._height = 141.6;
_root.enemy4._y = _root.fg1.platform0._y;
_root.enemy4._x = _root.hero._x;
_root.enemy4._x += 1300;
_root.enemy4.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter3', 'enemy6', 6);
_root.enemy6._width = 107.5;
_root.enemy6._height = 141.6;
_root.enemy6._y = _root.fg1.platform0._y;
_root.enemy6._y -= 300;
_root.enemy6._x = _root.hero._x;
_root.enemy6._x += 1700;
_root.enemy6.gotoAndStop(2);
}
}
}
frame 26 {
stop();
}
frame 27 {
stop();
}
frame 28 {
stop();
}
frame 29 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('triangleblob', 'enemy1', 1);
_root.enemy1._width = 103.1;
_root.enemy1._height = 98.09999999999999;
_root.enemy1._y = _root.fg1.platform0._y;
_root.enemy1._x = _root.hero._x;
_root.enemy1._x += 900;
_root.enemy1.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('triangleblob', 'enemy3', 3);
_root.enemy3._width = 103.1;
_root.enemy3._height = 98.09999999999999;
_root.enemy3._y = _root.fg1.platform0._y;
_root.enemy3._x = _root.hero._x;
_root.enemy3._x += 1200;
_root.enemy3.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('triangleblob', 'enemy5', 5);
_root.enemy5._width = 103.1;
_root.enemy5._height = 98.09999999999999;
_root.enemy5._y = _root.fg1.platform0._y;
_root.enemy5._x = _root.hero._x;
_root.enemy5._x += 1500;
_root.enemy5.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter4', 'enemy8', 8);
_root.enemy8._width = 107.5;
_root.enemy8._height = 141.6;
_root.enemy8._y = _root.fg1.platform0._y;
_root.enemy8._x = _root.hero._x;
_root.enemy8._x += 1700;
_root.enemy8.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('bunny', 'enemy21', 21);
_root.enemy21._width = 86;
_root.enemy21._height = 86;
_root.enemy21._y = _root.fg1.platform0._y;
_root.enemy21._x = _root.hero._x;
_root.enemy21._x += 1100;
_root.enemy21.gotoAndStop(2);
}
}
}
frame 30 {
stop();
}
frame 31 {
stop();
}
frame 32 {
stop();
}
frame 33 {
stop();
}
frame 34 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 450;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 975;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 500;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 650;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 450;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 2050;
_root.enemy17.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 2450;
_root.enemy2.gotoAndStop(2);
}
}
}
frame 35 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy12', 12);
_root.enemy12._width = 66.5;
_root.enemy12._height = 62;
_root.enemy12._y = _root.fg1.platform0._y;
_root.enemy12._x = _root.hero._x;
_root.enemy12._x += 1500;
_root.enemy12.gotoAndStop(2);
}
}
}
frame 36 {
stop();
}
frame 37 {
stop();
}
frame 38 {
stop();
}
frame 39 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 75;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 550;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 75;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 750;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('bunny', 'enemy21', 21);
_root.enemy21._width = 86;
_root.enemy21._height = 86;
_root.enemy21._y = _root.fg1.platform0._y;
_root.enemy21._x = _root.hero._x;
_root.enemy21._x += 700;
_root.enemy21.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('bunny', 'enemy22', 22);
_root.enemy22._width = 86;
_root.enemy22._height = 86;
_root.enemy22._y = _root.fg1.platform0._y;
_root.enemy22._x = _root.hero._x;
_root.enemy22._x += 900;
_root.enemy22.gotoAndStop(2);
}
}
}
frame 40 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy12', 12);
_root.enemy12._width = 66.5;
_root.enemy12._height = 62;
_root.enemy12._y = _root.fg1.platform0._y;
_root.enemy12._x = _root.hero._x;
_root.enemy12._x += 700;
_root.enemy12.gotoAndStop(2);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy13', 13);
_root.enemy13._width = 66.5;
_root.enemy13._height = 62;
_root.enemy13._y = _root.fg1.platform0._y;
_root.enemy13._x = _root.hero._x;
_root.enemy13._x += 800;
_root.enemy13.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 250;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 700;
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter2', 'enemy4', 4);
_root.enemy4._width = 107.5;
_root.enemy4._height = 141.6;
_root.enemy4._y = _root.fg1.platform0._y;
_root.enemy4._x = _root.hero._x;
_root.enemy4._x += 900;
_root.enemy4.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter3', 'enemy6', 6);
_root.enemy6._width = 107.5;
_root.enemy6._height = 141.6;
_root.enemy6._y = _root.fg1.platform0._y;
_root.enemy6._y -= 130;
_root.enemy6._x = _root.hero._x;
_root.enemy6._x += 1400;
_root.enemy6.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 1300;
_root.enemy9.gotoAndStop(2);
}
}
}
frame 41 {
stop();
}
frame 42 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 700;
_root.enemy10.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy11', 11);
_root.enemy11._width = 66.5;
_root.enemy11._height = 62;
_root.enemy11._y = _root.fg1.platform0._y;
_root.enemy11._y -= 100;
_root.enemy11._x = _root.hero._x;
_root.enemy11._x += 900;
_root.enemy11.gotoAndStop(2);
}
}
}
frame 43 {
stop();
}
frame 44 {
stop();
}
frame 45 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance boss of movieClip 1074 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
_root.hero.gotoAndStop(11);
}
}
}
frame 46 {
stop();
}
frame 47 {
stop();
}
frame 48 {
stop();
}
frame 49 {
stop();
}
frame 50 {
stop();
}
}
instance fg1 of movieClip 1075 {
onClipEvent (enterFrame) {
this.swapDepths(_root.getNextHighestDepth());
}
onClipEvent (enterFrame) {
if (_root.star1istaken == true) {
_root.fg1.star1.gotoAndStop(3);
}
if (_root.star2istaken == true) {
_root.fg1.star2.gotoAndStop(3);
}
if (_root.star3istaken == true) {
_root.fg1.star3.gotoAndStop(3);
}
if (_root.star4istaken == true) {
_root.fg1.star4.gotoAndStop(3);
}
if (_root.star5istaken == true) {
_root.fg1.star5.gotoAndStop(3);
}
if (_root.star6istaken == true) {
_root.fg1.star6.gotoAndStop(3);
}
if (_root.star7istaken == true) {
_root.fg1.star7.gotoAndStop(3);
}
if (_root.star8istaken == true) {
_root.fg1.star8.gotoAndStop(3);
}
if (_root.star9istaken == true) {
_root.fg1.star9.gotoAndStop(3);
}
if (_root.star10istaken == true) {
_root.fg1.star10.gotoAndStop(3);
}
if (_root.star11istaken == true) {
_root.fg1.star11.gotoAndStop(3);
}
if (_root.star12istaken == true) {
_root.fg1.star12.gotoAndStop(3);
}
if (_root.star13istaken == true) {
_root.fg1.star13.gotoAndStop(3);
}
if (_root.star14istaken == true) {
_root.fg1.star14.gotoAndStop(3);
}
if (_root.star15istaken == true) {
_root.fg1.star15.gotoAndStop(3);
}
if (_root.star16istaken == true) {
_root.fg1.star16.gotoAndStop(3);
}
if (_root.star17istaken == true) {
_root.fg1.star17.gotoAndStop(3);
}
if (_root.star18istaken == true) {
_root.fg1.star18.gotoAndStop(3);
}
if (_root.star19istaken == true) {
_root.fg1.star19.gotoAndStop(3);
}
if (_root.star20istaken == true) {
_root.fg1.star20.gotoAndStop(3);
}
if (_root.star21istaken == true) {
_root.fg1.star21.gotoAndStop(3);
}
if (_root.star22istaken == true) {
_root.fg1.star22.gotoAndStop(3);
}
if (_root.star23istaken == true) {
_root.fg1.star23.gotoAndStop(3);
}
if (_root.star24istaken == true) {
_root.fg1.star24.gotoAndStop(3);
}
if (_root.star25istaken == true) {
_root.fg1.star25.gotoAndStop(3);
}
}
}
movieClip 1077 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star26istaken = true;
}
}
movieClip 1079 {
frame 1 {
stop();
}
frame 2 {
stop();
}
}
movieClip 1080 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star27istaken = true;
}
}
movieClip 1081 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star28istaken = true;
}
}
movieClip 1082 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star29istaken = true;
}
}
movieClip 1083 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star30istaken = true;
}
}
movieClip 1084 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star31istaken = true;
}
}
movieClip 1085 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star32istaken = true;
}
}
movieClip 1086 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star33istaken = true;
}
}
movieClip 1087 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star34istaken = true;
}
}
movieClip 1091 {
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero) and _root.pause == false) {
_parent._parent.gotoAndStop(2);
}
}
}
}
movieClip 1100 {
frame 4 {
stop();
}
instance of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.herofacingright == true and _root.pause == false) {
_root.playerplaying = false;
_root.hero.gotoAndStop(12);
_parent._parent.gotoAndStop(3);
}
}
}
}
movieClip 1103 {
frame 26 {
stop();
_root.portalclosed = false;
_root.frame.fade.play();
}
}
movieClip 1104 {
frame 1 {
stop();
}
frame 2 {
stop();
}
frame 3 {
stop();
}
}
movieClip 1105 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star35istaken = true;
}
}
movieClip 1106 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star36istaken = true;
}
}
movieClip 1107 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star37istaken = true;
}
}
movieClip 1108 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star38istaken = true;
}
}
movieClip 1109 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star39istaken = true;
}
}
movieClip 1110 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star40istaken = true;
}
}
movieClip 1111 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star41istaken = true;
}
}
movieClip 1112 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star42istaken = true;
}
}
movieClip 1113 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star43istaken = true;
}
}
movieClip 1114 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star44istaken = true;
}
}
movieClip 1115 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star45istaken = true;
}
}
movieClip 1116 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star46istaken = true;
}
}
movieClip 1117 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star47istaken = true;
}
}
movieClip 1118 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star48istaken = true;
}
}
movieClip 1119 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star49istaken = true;
}
}
movieClip 1120 {
frame 1 {
stop();
}
instance of movieClip 420 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1)) {
_parent.gotoAndStop(2);
} else {
if (this.hitTest(_root.hero.trigger2)) {
_parent.gotoAndStop(2);
}
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
_root.star50istaken = true;
}
}
movieClip 1121 {
frame 1 {
stop();
}
instance sky of movieClip 467 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_parent._x -= 1440;
_parent.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_parent._x += 1440;
_parent.nextFrame();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1079 {
onClipEvent (enterFrame) {
if (_root.tuttext == true) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 1079 {
onClipEvent (enterFrame) {
if (_root.tuttext == true) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 200;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 800;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('triangleblob', 'enemy1', 1);
_root.enemy1._width = 103.1;
_root.enemy1._height = 98.09999999999999;
_root.enemy1._y = _root.fg1.platform0._y;
_root.enemy1._x = _root.hero._x;
_root.enemy1._x += 900;
_root.enemy1.gotoAndStop(2);
}
}
}
frame 3 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy11', 11);
_root.enemy11._width = 66.5;
_root.enemy11._height = 62;
_root.enemy11._y = _root.fg1.platform0._y;
_root.enemy11._y -= 0;
_root.enemy11._x = _root.hero._x;
_root.enemy11._x += 1100;
_root.enemy11.gotoAndStop(2);
}
}
}
frame 4 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.purplelvl = 2;
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.purplelvl = 3;
}
}
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 220;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 900;
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 220;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 1800;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 200;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 2000;
_root.enemy16.gotoAndStop(2);
}
}
}
frame 14 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('bunny', 'enemy22', 22);
_root.enemy22._width = 86;
_root.enemy22._height = 86;
_root.enemy22._y = _root.fg1.platform0._y;
_root.enemy22._x = _root.hero._x;
_root.enemy22._x += 1100;
_root.enemy22.gotoAndStop(2);
}
}
}
frame 15 {
stop();
}
frame 16 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.purplelvl = 4;
}
}
}
frame 17 {
stop();
}
frame 18 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter3', 'enemy6', 6);
_root.enemy6._width = 107.5;
_root.enemy6._height = 141.6;
_root.enemy6._y = _root.fg1.platform0._y;
_root.enemy6._y -= 250;
_root.enemy6._x = _root.hero._x;
_root.enemy6._x += 1000;
_root.enemy6.gotoAndStop(2);
}
}
}
frame 19 {
stop();
}
frame 20 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.purplelvl = 5;
}
}
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.purplelvl = 6;
}
}
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 26 {
stop();
}
frame 27 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy12', 12);
_root.enemy12._width = 66.5;
_root.enemy12._height = 62;
_root.enemy12._y = _root.fg1.platform0._y;
_root.enemy12._y -= 25;
_root.enemy12._x = _root.hero._x;
_root.enemy12._x += 800;
_root.enemy12.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy13', 13);
_root.enemy13._width = 66.5;
_root.enemy13._height = 62;
_root.enemy13._y = _root.fg1.platform0._y;
_root.enemy13._y -= 50;
_root.enemy13._x = _root.hero._x;
_root.enemy13._x += 950;
_root.enemy13.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy14', 14);
_root.enemy14._width = 66.5;
_root.enemy14._height = 62;
_root.enemy14._y = _root.fg1.platform0._y;
_root.enemy14._y -= 75;
_root.enemy14._x = _root.hero._x;
_root.enemy14._x += 1100;
_root.enemy14.gotoAndStop(2);
}
}
}
frame 28 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.purplelvl = 7;
}
}
}
frame 29 {
stop();
}
frame 30 {
stop();
}
frame 31 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 300;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 1000;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 100;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 1600;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 2200;
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 450;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 2100;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 2600;
_root.enemy10.gotoAndStop(2);
}
}
}
frame 32 {
stop();
}
frame 33 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.purplelvl = 8;
}
}
}
frame 34 {
stop();
}
frame 35 {
stop();
}
frame 36 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('bunny', 'enemy21', 21);
_root.enemy21._width = 86;
_root.enemy21._height = 86;
_root.enemy21._y = _root.fg1.platform0._y;
_root.enemy21._x = _root.hero._x;
_root.enemy21._x += 1300;
_root.enemy21.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 1500;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('greenshroom', 'enemy18', 18);
_root.enemy18._width = 86.09999999999999;
_root.enemy18._height = 95;
_root.enemy18._y = _root.fg1.platform0._y;
_root.enemy18._x = _root.hero._x;
_root.enemy18._x += 2000;
_root.enemy18.gotoAndStop(2);
}
}
}
frame 37 {
stop();
}
frame 38 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.purplelvl = 9;
}
}
}
frame 39 {
stop();
}
frame 40 {
stop();
}
frame 41 {
stop();
}
frame 42 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter4', 'enemy8', 8);
_root.enemy8._width = 107.5;
_root.enemy8._height = 141.6;
_root.enemy8._y = _root.fg1.platform0._y;
_root.enemy8._x = _root.hero._x;
_root.enemy8._x += 850;
_root.enemy8.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 75;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 700;
_root.enemy17.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('bunny', 'enemy21', 21);
_root.enemy21._width = 86;
_root.enemy21._height = 86;
_root.enemy21._y = _root.fg1.platform0._y;
_root.enemy21._x = _root.hero._x;
_root.enemy21._x += 700;
_root.enemy21.gotoAndStop(2);
}
}
}
frame 43 {
stop();
}
frame 44 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.purplelvl = 10;
}
}
}
frame 45 {
stop();
}
frame 46 {
stop();
}
frame 47 {
stop();
}
frame 48 {
stop();
}
frame 49 {
stop();
}
frame 50 {
stop();
}
}
instance fg2 of movieClip 1121 {
onClipEvent (enterFrame) {
this.swapDepths(_root.getNextHighestDepth());
}
onClipEvent (enterFrame) {
if (_root.star26istaken == true) {
_root.fg2.star26.gotoAndStop(3);
}
if (_root.star27istaken == true) {
_root.fg2.star27.gotoAndStop(3);
}
if (_root.star28istaken == true) {
_root.fg2.star28.gotoAndStop(3);
}
if (_root.star29istaken == true) {
_root.fg2.star29.gotoAndStop(3);
}
if (_root.star30istaken == true) {
_root.fg2.star30.gotoAndStop(3);
}
if (_root.star31istaken == true) {
_root.fg2.star31.gotoAndStop(3);
}
if (_root.star32istaken == true) {
_root.fg2.star32.gotoAndStop(3);
}
if (_root.star33istaken == true) {
_root.fg2.star33.gotoAndStop(3);
}
if (_root.star34istaken == true) {
_root.fg2.star34.gotoAndStop(3);
}
if (_root.star35istaken == true) {
_root.fg2.star35.gotoAndStop(3);
}
if (_root.star36istaken == true) {
_root.fg2.star36.gotoAndStop(3);
}
if (_root.star37istaken == true) {
_root.fg2.star37.gotoAndStop(3);
}
if (_root.star38istaken == true) {
_root.fg2.star38.gotoAndStop(3);
}
if (_root.star39istaken == true) {
_root.fg2.star39.gotoAndStop(3);
}
if (_root.star40istaken == true) {
_root.fg2.star40.gotoAndStop(3);
}
if (_root.star41istaken == true) {
_root.fg2.star41.gotoAndStop(3);
}
if (_root.star42istaken == true) {
_root.fg2.star42.gotoAndStop(3);
}
if (_root.star43istaken == true) {
_root.fg2.star43.gotoAndStop(3);
}
if (_root.star44istaken == true) {
_root.fg2.star44.gotoAndStop(3);
}
if (_root.star45istaken == true) {
_root.fg2.star45.gotoAndStop(3);
}
if (_root.star46istaken == true) {
_root.fg2.star46.gotoAndStop(3);
}
if (_root.star47istaken == true) {
_root.fg2.star47.gotoAndStop(3);
}
if (_root.star48istaken == true) {
_root.fg2.star48.gotoAndStop(3);
}
if (_root.star49istaken == true) {
_root.fg2.star49.gotoAndStop(3);
}
if (_root.star50istaken == true) {
_root.fg2.star50.gotoAndStop(3);
}
if (_root.star51istaken == true) {
_root.fg2.star51.gotoAndStop(3);
}
}
}
frame 4 {
stop();
_quality = 'medium';
_root.playerplaying = true;
_root.frame.music.gotoAndStop(3);
_root.frame.hud.gotoAndStop(2);
_root.fg2.gotoAndStop(2);
_root.bg2.gotoAndStop(2);
}
movieClip 1125 {
}
movieClip 1127 {
}
movieClip 1129 {
}
movieClip 1132 {
}
movieClip 1133 {
}
movieClip 1135 {
}
movieClip 1137 {
}
movieClip 1139 {
}
movieClip 1141 {
}
movieClip 1143 {
}
movieClip 1157 {
}
movieClip 1159 {
}
movieClip 1161 {
}
movieClip 1163 {
}
movieClip 1165 {
}
movieClip 1167 {
}
movieClip 1168 {
frame 1 {
stop();
}
instance sky of movieClip 467 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_parent._x -= 1440;
_parent.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_parent._x += 1440;
_parent.nextFrame();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
}
movieClip 1174 {
}
movieClip 1177 {
}
movieClip 1179 {
}
movieClip 1181 {
}
movieClip 1183 {
}
movieClip 1185 {
}
movieClip 1187 {
}
movieClip 1189 {
}
movieClip 1190 {
frame 1 {
stop();
}
instance sky of movieClip 467 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_parent._x -= 1440;
_parent.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_parent._x += 1440;
_parent.nextFrame();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
}
movieClip 1193 {
}
movieClip 1205 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
frame 18 {
stop();
_root.handsign = Math.ceil(Math.random() * 3);
if (_root.handsign == 1) {
this.gotoAndPlay(19);
} else {
if (_root.handsign == 2) {
this.gotoAndPlay(27);
} else {
if (_root.handsign == 3) {
this.gotoAndPlay(35);
}
}
}
}
frame 26 {
this.gotoAndPlay(43);
}
frame 34 {
this.gotoAndPlay(43);
}
}
movieClip 1207 {
}
movieClip 1209 {
}
movieClip 1211 {
}
movieClip 1213 {
}
movieClip 1215 {
}
movieClip 1220 {
}
movieClip 1222 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
}
movieClip 1223 {
}
movieClip 1229 {
frame 6 {
stop();
}
}
movieClip 1230 {
frame 1 {
stop();
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(2);
}
}
}
frame 2 {
stop();
}
}
movieClip 1232 {
}
movieClip 1233 {
frame 1 {
_root.heroorangeblobunlocked = true;
}
frame 325 {
stop();
_root.heroorangeblobunlocked = true;
_root.frame.theend.play();
}
}
movieClip 1234 {
frame 1 {
stop();
}
instance sky of movieClip 467 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_parent._x -= 1440;
_parent.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_parent._x += 1440;
_parent.nextFrame();
}
}
}
instance of movieClip 930 {
onClipEvent (enterFrame) {
if (_root.tuttext == true) {
this.gotoAndStop(36);
}
}
}
frame 2 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 150;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 1150;
_root.enemy16.gotoAndStop(2);
}
}
}
frame 3 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.tuttext = true;
}
}
}
frame 4 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.orangelvl = 2;
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 0;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 500;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 150;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 1100;
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 350;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 950;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('chickthing', 'enemy21', 21);
_root.enemy21._width = 82.8;
_root.enemy21._height = 65;
_root.enemy21._y = _root.fg1.platform0._y;
_root.enemy21._y -= 0;
_root.enemy21._x = _root.hero._x;
_root.enemy21._x += 2300;
_root.enemy21.gotoAndStop(2);
}
}
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.orangelvl = 3;
}
}
}
frame 10 {
stop();
}
frame 11 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 450;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 800;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 125;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 500;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 0;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 700;
_root.enemy10.gotoAndStop(2);
}
}
}
frame 12 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy12', 12);
_root.enemy12._width = 66.5;
_root.enemy12._height = 62;
_root.enemy12._y = _root.fg1.platform0._y;
_root.enemy12._y -= 0;
_root.enemy12._x = _root.hero._x;
_root.enemy12._x += 1000;
_root.enemy12.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy13', 13);
_root.enemy13._width = 66.5;
_root.enemy13._height = 62;
_root.enemy13._y = _root.fg1.platform0._y;
_root.enemy13._y -= 100;
_root.enemy13._x = _root.hero._x;
_root.enemy13._x += 1200;
_root.enemy13.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('greenshroom', 'enemy18', 18);
_root.enemy18._width = 86.09999999999999;
_root.enemy18._height = 95;
_root.enemy18._y = _root.fg1.platform0._y;
_root.enemy18._y -= 0;
_root.enemy18._x = _root.hero._x;
_root.enemy18._x += 1500;
_root.enemy18.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 450;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 2275;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 450;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 2425;
_root.enemy17.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('chickthing', 'enemy21', 21);
_root.enemy21._width = 82.8;
_root.enemy21._height = 65;
_root.enemy21._y = _root.fg1.platform0._y;
_root.enemy21._y -= 0;
_root.enemy21._x = _root.hero._x;
_root.enemy21._x += 2900;
_root.enemy21.gotoAndStop(2);
}
}
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 300;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 1000;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 300;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 1500;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 300;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 1700;
_root.enemy17.gotoAndStop(2);
}
}
}
frame 18 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 200;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 1650;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 300;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 1900;
_root.enemy10.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 0;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 1000;
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('chickthing', 'enemy21', 21);
_root.enemy21._width = 82.8;
_root.enemy21._height = 65;
_root.enemy21._y = _root.fg1.platform0._y;
_root.enemy21._y -= 0;
_root.enemy21._x = _root.hero._x;
_root.enemy21._x += 1500;
_root.enemy21.gotoAndStop(2);
}
}
}
frame 19 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter2', 'enemy4', 4);
_root.enemy4._width = 107.5;
_root.enemy4._height = 141.6;
_root.enemy4._y = _root.fg1.platform0._y;
_root.enemy4._y -= 0;
_root.enemy4._x = _root.hero._x;
_root.enemy4._x += 1200;
_root.enemy4.gotoAndStop(2);
}
}
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
frame 24 {
stop();
}
frame 25 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.orangelvl = 6;
}
}
}
frame 26 {
stop();
}
frame 27 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 400;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 625;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 150;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 1450;
_root.enemy10.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy12', 12);
_root.enemy12._width = 66.5;
_root.enemy12._height = 62;
_root.enemy12._y = _root.fg1.platform0._y;
_root.enemy12._y -= 0;
_root.enemy12._x = _root.hero._x;
_root.enemy12._x += 2500;
_root.enemy12.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('chickthing', 'enemy21', 21);
_root.enemy21._width = 82.8;
_root.enemy21._height = 65;
_root.enemy21._y = _root.fg1.platform0._y;
_root.enemy21._y -= 0;
_root.enemy21._x = _root.hero._x;
_root.enemy21._x += 2800;
_root.enemy21.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 350;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 1950;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 350;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 3400;
_root.enemy16.gotoAndStop(2);
}
}
}
frame 28 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy13', 13);
_root.enemy13._width = 66.5;
_root.enemy13._height = 62;
_root.enemy13._y = _root.fg1.platform0._y;
_root.enemy13._y -= 0;
_root.enemy13._x = _root.hero._x;
_root.enemy13._x += 2800;
_root.enemy13.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy14', 14);
_root.enemy14._width = 66.5;
_root.enemy14._height = 62;
_root.enemy14._y = _root.fg1.platform0._y;
_root.enemy14._y -= 50;
_root.enemy14._x = _root.hero._x;
_root.enemy14._x += 3100;
_root.enemy14.gotoAndStop(2);
}
}
}
frame 29 {
stop();
}
frame 30 {
stop();
}
frame 31 {
stop();
}
frame 32 {
stop();
}
frame 33 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 0;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 850;
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('chickthing', 'enemy21', 21);
_root.enemy21._width = 82.8;
_root.enemy21._height = 65;
_root.enemy21._y = _root.fg1.platform0._y;
_root.enemy21._y -= 0;
_root.enemy21._x = _root.hero._x;
_root.enemy21._x += 1400;
_root.enemy21.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 300;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 1475;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 250;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 1700;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 300;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 1900;
_root.enemy17.gotoAndStop(2);
}
}
}
frame 34 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 0;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 600;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 200;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 1300;
_root.enemy10.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy11', 11);
_root.enemy11._width = 66.5;
_root.enemy11._height = 62;
_root.enemy11._y = _root.fg1.platform0._y;
_root.enemy11._y -= 400;
_root.enemy11._x = _root.hero._x;
_root.enemy11._x += 2375;
_root.enemy11.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter2', 'enemy4', 4);
_root.enemy4._width = 107.5;
_root.enemy4._height = 141.6;
_root.enemy4._y = _root.fg1.platform0._y;
_root.enemy4._y -= 0;
_root.enemy4._x = _root.hero._x;
_root.enemy4._x += 2100;
_root.enemy4.gotoAndStop(2);
}
}
}
frame 35 {
stop();
}
frame 36 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy13', 13);
_root.enemy13._width = 66.5;
_root.enemy13._height = 62;
_root.enemy13._y = _root.fg1.platform0._y;
_root.enemy13._y -= 0;
_root.enemy13._x = _root.hero._x;
_root.enemy13._x += 600;
_root.enemy13.gotoAndStop(2);
}
}
}
frame 37 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.orangelvl = 8;
}
}
}
frame 38 {
stop();
}
frame 39 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 550;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 1400;
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 300;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 1900;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy18', 18);
_root.enemy18._width = 66.5;
_root.enemy18._height = 62;
_root.enemy18._y = _root.fg1.platform0._y;
_root.enemy18._y -= 300;
_root.enemy18._x = _root.hero._x;
_root.enemy18._x += 2500;
_root.enemy18.gotoAndStop(2);
}
}
}
frame 40 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter2', 'enemy4', 4);
_root.enemy4._width = 107.5;
_root.enemy4._height = 141.6;
_root.enemy4._y = _root.fg1.platform0._y;
_root.enemy4._y -= 550;
_root.enemy4._x = _root.hero._x;
_root.enemy4._x += 1400;
_root.enemy4.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 300;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 1900;
_root.enemy17.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy12', 12);
_root.enemy12._width = 66.5;
_root.enemy12._height = 62;
_root.enemy12._y = _root.fg1.platform0._y;
_root.enemy12._y -= 0;
_root.enemy12._x = _root.hero._x;
_root.enemy12._x += 800;
_root.enemy12.gotoAndStop(2);
}
}
}
frame 41 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('triangleblob3', 'enemy6', 6);
_root.enemy6._width = 103.1;
_root.enemy6._height = 92.09999999999999;
_root.enemy6._y = _root.fg1.platform0._y;
_root.enemy6._y -= 0;
_root.enemy6._x = _root.hero._x;
_root.enemy6._x += 1700;
_root.enemy6.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('triangleblob4', 'enemy8', 8);
_root.enemy8._width = 103.1;
_root.enemy8._height = 92.09999999999999;
_root.enemy8._y = _root.fg1.platform0._y;
_root.enemy8._y -= 0;
_root.enemy8._x = _root.hero._x;
_root.enemy8._x += 1300;
_root.enemy8.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy13', 13);
_root.enemy13._width = 66.5;
_root.enemy13._height = 62;
_root.enemy13._y = _root.fg1.platform0._y;
_root.enemy13._y -= 0;
_root.enemy13._x = _root.hero._x;
_root.enemy13._x += 900;
_root.enemy13.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 200;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 1200;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 200;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 1400;
_root.enemy10.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy11', 11);
_root.enemy11._width = 66.5;
_root.enemy11._height = 62;
_root.enemy11._y = _root.fg1.platform0._y;
_root.enemy11._y -= 200;
_root.enemy11._x = _root.hero._x;
_root.enemy11._x += 1500;
_root.enemy11.gotoAndStop(2);
}
}
}
frame 42 {
stop();
}
frame 43 {
stop();
}
frame 44 {
stop();
}
frame 45 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 150;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 1150;
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 500;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 1500;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 500;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 2350;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 0;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 1550;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy11', 11);
_root.enemy11._width = 66.5;
_root.enemy11._height = 62;
_root.enemy11._y = _root.fg1.platform0._y;
_root.enemy11._y -= 0;
_root.enemy11._x = _root.hero._x;
_root.enemy11._x += 1900;
_root.enemy11.gotoAndStop(2);
}
}
}
frame 46 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter2', 'enemy4', 4);
_root.enemy4._width = 107.5;
_root.enemy4._height = 141.6;
_root.enemy4._y = _root.fg1.platform0._y;
_root.enemy4._y -= 150;
_root.enemy4._x = _root.hero._x;
_root.enemy4._x += 1550;
_root.enemy4.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 600;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 900;
_root.enemy17.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 0;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 1150;
_root.enemy10.gotoAndStop(2);
}
}
}
frame 47 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter3', 'enemy6', 6);
_root.enemy6._width = 107.5;
_root.enemy6._height = 141.6;
_root.enemy6._y = _root.fg1.platform0._y;
_root.enemy6._y -= 300;
_root.enemy6._x = _root.hero._x;
_root.enemy6._x += 1050;
_root.enemy6.gotoAndStop(2);
}
}
}
frame 48 {
stop();
}
frame 49 {
stop();
}
frame 50 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance boss of movieClip 1233 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
_root.hero.gotoAndStop(11);
}
}
}
frame 51 {
stop();
}
frame 52 {
stop();
}
frame 53 {
stop();
}
frame 54 {
stop();
}
frame 55 {
stop();
}
frame 56 {
stop();
}
frame 57 {
stop();
}
}
instance fg1 of movieClip 1234 {
onClipEvent (enterFrame) {
this.swapDepths(_root.getNextHighestDepth());
}
onClipEvent (enterFrame) {
if (_root.star1istaken == true) {
_root.fg1.star1.gotoAndStop(3);
}
if (_root.star2istaken == true) {
_root.fg1.star2.gotoAndStop(3);
}
if (_root.star3istaken == true) {
_root.fg1.star3.gotoAndStop(3);
}
if (_root.star4istaken == true) {
_root.fg1.star4.gotoAndStop(3);
}
if (_root.star5istaken == true) {
_root.fg1.star5.gotoAndStop(3);
}
if (_root.star6istaken == true) {
_root.fg1.star6.gotoAndStop(3);
}
if (_root.star7istaken == true) {
_root.fg1.star7.gotoAndStop(3);
}
if (_root.star8istaken == true) {
_root.fg1.star8.gotoAndStop(3);
}
if (_root.star9istaken == true) {
_root.fg1.star9.gotoAndStop(3);
}
if (_root.star10istaken == true) {
_root.fg1.star10.gotoAndStop(3);
}
if (_root.star11istaken == true) {
_root.fg1.star11.gotoAndStop(3);
}
if (_root.star12istaken == true) {
_root.fg1.star12.gotoAndStop(3);
}
if (_root.star13istaken == true) {
_root.fg1.star13.gotoAndStop(3);
}
if (_root.star14istaken == true) {
_root.fg1.star14.gotoAndStop(3);
}
if (_root.star15istaken == true) {
_root.fg1.star15.gotoAndStop(3);
}
if (_root.star16istaken == true) {
_root.fg1.star16.gotoAndStop(3);
}
if (_root.star17istaken == true) {
_root.fg1.star17.gotoAndStop(3);
}
if (_root.star18istaken == true) {
_root.fg1.star18.gotoAndStop(3);
}
if (_root.star19istaken == true) {
_root.fg1.star19.gotoAndStop(3);
}
if (_root.star20istaken == true) {
_root.fg1.star20.gotoAndStop(3);
}
if (_root.star21istaken == true) {
_root.fg1.star21.gotoAndStop(3);
}
if (_root.star22istaken == true) {
_root.fg1.star22.gotoAndStop(3);
}
if (_root.star23istaken == true) {
_root.fg1.star23.gotoAndStop(3);
}
if (_root.star24istaken == true) {
_root.fg1.star24.gotoAndStop(3);
}
if (_root.star25istaken == true) {
_root.fg1.star25.gotoAndStop(3);
}
}
}
movieClip 1235 {
frame 1 {
stop();
}
instance sky of movieClip 467 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_parent._x -= 1440;
_parent.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_parent._x += 1440;
_parent.nextFrame();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1079 {
onClipEvent (enterFrame) {
if (_root.tuttext == true) {
this.gotoAndStop(2);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 250;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 750;
_root.enemy15.gotoAndStop(2);
}
}
}
frame 3 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.tuttext = true;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 350;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 1025;
_root.enemy10.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('chickthing', 'enemy21', 21);
_root.enemy21._width = 82.8;
_root.enemy21._height = 65;
_root.enemy21._y = _root.fg1.platform0._y;
_root.enemy21._y -= 0;
_root.enemy21._x = _root.hero._x;
_root.enemy21._x += 1800;
_root.enemy21.gotoAndStop(2);
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.orangelvl = 4;
}
}
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.orangelvl = 5;
}
}
}
frame 22 {
stop();
}
frame 23 {
stop();
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 26 {
stop();
}
frame 27 {
stop();
}
frame 28 {
stop();
}
frame 29 {
stop();
}
frame 30 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.orangelvl = 7;
}
}
}
frame 31 {
stop();
}
frame 32 {
stop();
}
frame 33 {
stop();
}
frame 34 {
stop();
}
frame 35 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.orangelvl = 8;
}
}
}
frame 36 {
stop();
}
frame 37 {
stop();
}
frame 38 {
stop();
}
frame 39 {
stop();
}
frame 40 {
stop();
}
frame 41 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.orangelvl = 9;
}
}
}
frame 42 {
stop();
}
frame 43 {
stop();
}
frame 44 {
stop();
}
frame 45 {
stop();
}
frame 46 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy12', 12);
_root.enemy12._width = 66.5;
_root.enemy12._height = 62;
_root.enemy12._y = _root.fg1.platform0._y;
_root.enemy12._y -= 0;
_root.enemy12._x = _root.hero._x;
_root.enemy12._x += 700;
_root.enemy12.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy13', 13);
_root.enemy13._width = 66.5;
_root.enemy13._height = 62;
_root.enemy13._y = _root.fg1.platform0._y;
_root.enemy13._y -= 20;
_root.enemy13._x = _root.hero._x;
_root.enemy13._x += 900;
_root.enemy13.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy14', 14);
_root.enemy14._width = 66.5;
_root.enemy14._height = 62;
_root.enemy14._y = _root.fg1.platform0._y;
_root.enemy14._y -= 0;
_root.enemy14._x = _root.hero._x;
_root.enemy14._x += 1100;
_root.enemy14.gotoAndStop(2);
}
}
}
frame 47 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.orangelvl = 10;
}
}
}
frame 48 {
stop();
}
frame 49 {
stop();
}
frame 50 {
stop();
}
frame 51 {
stop();
}
frame 52 {
stop();
}
frame 53 {
stop();
}
}
instance fg2 of movieClip 1235 {
onClipEvent (enterFrame) {
this.swapDepths(_root.getNextHighestDepth());
}
onClipEvent (enterFrame) {
if (_root.star26istaken == true) {
_root.fg2.star26.gotoAndStop(3);
}
if (_root.star27istaken == true) {
_root.fg2.star27.gotoAndStop(3);
}
if (_root.star28istaken == true) {
_root.fg2.star28.gotoAndStop(3);
}
if (_root.star29istaken == true) {
_root.fg2.star29.gotoAndStop(3);
}
if (_root.star30istaken == true) {
_root.fg2.star30.gotoAndStop(3);
}
if (_root.star31istaken == true) {
_root.fg2.star31.gotoAndStop(3);
}
if (_root.star32istaken == true) {
_root.fg2.star32.gotoAndStop(3);
}
if (_root.star33istaken == true) {
_root.fg2.star33.gotoAndStop(3);
}
if (_root.star34istaken == true) {
_root.fg2.star34.gotoAndStop(3);
}
if (_root.star35istaken == true) {
_root.fg2.star35.gotoAndStop(3);
}
if (_root.star36istaken == true) {
_root.fg2.star36.gotoAndStop(3);
}
if (_root.star37istaken == true) {
_root.fg2.star37.gotoAndStop(3);
}
if (_root.star38istaken == true) {
_root.fg2.star38.gotoAndStop(3);
}
if (_root.star39istaken == true) {
_root.fg2.star39.gotoAndStop(3);
}
if (_root.star40istaken == true) {
_root.fg2.star40.gotoAndStop(3);
}
if (_root.star41istaken == true) {
_root.fg2.star41.gotoAndStop(3);
}
if (_root.star42istaken == true) {
_root.fg2.star42.gotoAndStop(3);
}
if (_root.star43istaken == true) {
_root.fg2.star43.gotoAndStop(3);
}
if (_root.star44istaken == true) {
_root.fg2.star44.gotoAndStop(3);
}
if (_root.star45istaken == true) {
_root.fg2.star45.gotoAndStop(3);
}
if (_root.star46istaken == true) {
_root.fg2.star46.gotoAndStop(3);
}
if (_root.star47istaken == true) {
_root.fg2.star47.gotoAndStop(3);
}
if (_root.star48istaken == true) {
_root.fg2.star48.gotoAndStop(3);
}
if (_root.star49istaken == true) {
_root.fg2.star49.gotoAndStop(3);
}
if (_root.star50istaken == true) {
_root.fg2.star50.gotoAndStop(3);
}
if (_root.star51istaken == true) {
_root.fg2.star51.gotoAndStop(3);
}
}
}
instance Gaawwd of movieClip 367 {
onClipEvent (enterFrame) {
_root.hero.body.head.head.head.gotoAndStop(2);
_root.hero.body.torso.leftarm.gotoAndStop(2);
_root.hero.body.torso.rightarm.gotoAndStop(2);
_root.hero.body.torso.torso.gotoAndStop(2);
_root.hero.body.torso.legs.gotoAndStop(2);
_root.fg1.portall.body.head.head.head.gotoAndStop(2);
_root.fg1.portall.body.torso.leftarm.gotoAndStop(2);
_root.fg1.portall.body.torso.rightarm.gotoAndStop(2);
_root.fg1.portall.body.torso.torso.gotoAndStop(2);
_root.fg1.portall.body.torso.legs.gotoAndStop(2);
_root.fg2.portall.body.head.head.head.gotoAndStop(2);
_root.fg2.portall.body.torso.leftarm.gotoAndStop(2);
_root.fg2.portall.body.torso.rightarm.gotoAndStop(2);
_root.fg2.portall.body.torso.torso.gotoAndStop(2);
_root.fg2.portall.body.torso.legs.gotoAndStop(2);
_root.fg1.portal.openmouth.body.head.head.head.gotoAndStop(2);
_root.fg1.portal.openmouth.body.torso.leftarm.gotoAndStop(2);
_root.fg1.portal.openmouth.body.torso.rightarm.gotoAndStop(2);
_root.fg1.portal.openmouth.body.torso.torso.gotoAndStop(2);
_root.fg1.portal.openmouth.body.torso.legs.gotoAndStop(2);
_root.fg2.portal.openmouth.body.head.head.head.gotoAndStop(2);
_root.fg2.portal.openmouth.body.torso.leftarm.gotoAndStop(2);
_root.fg2.portal.openmouth.body.torso.rightarm.gotoAndStop(2);
_root.fg2.portal.openmouth.body.torso.torso.gotoAndStop(2);
_root.fg2.portal.openmouth.body.torso.legs.gotoAndStop(2);
_root.fg1.portalll.openmouth.body.head.head.head.gotoAndStop(2);
_root.fg1.portalll.openmouth.body.torso.leftarm.gotoAndStop(2);
_root.fg1.portalll.openmouth.body.torso.rightarm.gotoAndStop(2);
_root.fg1.portalll.openmouth.body.torso.torso.gotoAndStop(2);
_root.fg1.portalll.openmouth.body.torso.legs.gotoAndStop(2);
_root.fg2.portalll.openmouth.body.head.head.head.gotoAndStop(2);
_root.fg2.portalll.openmouth.body.torso.leftarm.gotoAndStop(2);
_root.fg2.portalll.openmouth.body.torso.rightarm.gotoAndStop(2);
_root.fg2.portalll.openmouth.body.torso.torso.gotoAndStop(2);
_root.fg2.portalll.openmouth.body.torso.legs.gotoAndStop(2);
}
}
frame 5 {
stop();
_quality = 'medium';
_root.playerplaying = true;
_root.frame.music.gotoAndStop(4);
_root.frame.hud.gotoAndStop(2);
_root.fg2.gotoAndStop(2);
_root.bg2.gotoAndStop(2);
}
movieClip 1239 {
}
movieClip 1241 {
}
movieClip 1243 {
}
movieClip 1246 {
}
movieClip 1247 {
}
movieClip 1249 {
}
movieClip 1251 {
}
movieClip 1253 {
}
movieClip 1255 {
}
movieClip 1258 {
}
movieClip 1259 {
}
movieClip 1273 {
}
movieClip 1275 {
}
movieClip 1277 {
}
movieClip 1279 {
}
movieClip 1281 {
}
movieClip 1283 {
}
movieClip 1285 {
}
movieClip 1286 {
frame 1 {
stop();
}
instance sky of movieClip 467 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_parent._x -= 1440;
_parent.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_parent._x += 1440;
_parent.nextFrame();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
}
movieClip 1292 {
}
movieClip 1295 {
}
movieClip 1297 {
}
movieClip 1299 {
}
movieClip 1301 {
}
movieClip 1303 {
}
movieClip 1304 {
frame 1 {
stop();
}
instance sky of movieClip 467 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_parent._x -= 1440;
_parent.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_parent._x += 1440;
_parent.nextFrame();
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
frame 21 {
stop();
}
}
movieClip 1307 {
}
movieClip 1317 {
}
movieClip 1320 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
}
movieClip 1322 {
}
movieClip 1324 {
}
movieClip 1326 {
}
movieClip 1328 {
}
movieClip 1334 {
frame 26 {
_parent.gotoAndStop(2);
}
}
movieClip 1353 {
frame 13 {
_parent.gotoAndStop(3);
}
}
movieClip 1364 {
}
movieClip 1369 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
frame 32 {
_parent.gotoAndStop(4);
}
}
movieClip 1370 {
frame 26 {
_parent.gotoAndStop(5);
}
}
movieClip 1378 {
frame 13 {
_parent.gotoAndStop(6);
}
}
movieClip 1380 {
instance trigger of movieClip 6 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == true and _root.pause == false) {
_root.hero.gotoAndStop(9);
} else {
if (this.hitTest(_root.hero.trigger1) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
} else {
if (this.hitTest(_root.hero.trigger2) and _root.heroinvincible == false and _root.herofacingright == false and _root.pause == false) {
_root.hero.gotoAndStop(10);
}
}
}
}
}
}
frame 32 {
_parent.gotoAndStop(1);
}
}
movieClip 1381 {
frame 6 {
stop();
}
}
movieClip 1382 {
frame 1 {
stop();
}
instance of movieClip 1334 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x -= 3;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
}
}
}
frame 2 {
stop();
}
frame 3 {
stop();
}
instance of movieClip 1369 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x -= 10;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(7);
}
}
}
frame 4 {
stop();
}
instance of movieClip 1370 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x += 3;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
}
}
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance of movieClip 1380 {
onClipEvent (enterFrame) {
if (_root.pause == false) {
_parent._x += 10;
}
}
}
instance trigger of movieClip 3 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero.body.crushbox)) {
_root.jumping = true;
_root.velocity = -30;
_root.falling = true;
_parent.gotoAndStop(7);
}
}
}
frame 7 {
stop();
}
}
movieClip 1384 {
}
movieClip 1385 {
}
movieClip 1386 {
frame 1 {
_root.heropinkblobunlocked = true;
}
frame 325 {
stop();
_root.heropinkblobunlocked = true;
_root.frame.theend.play();
}
}
movieClip 1387 {
frame 1 {
stop();
}
instance sky of movieClip 467 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_parent._x -= 1440;
_parent.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_parent._x += 1440;
_parent.nextFrame();
}
}
}
instance of movieClip 930 {
onClipEvent (enterFrame) {
if (_root.tuttext == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 400;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 750;
_root.enemy9.gotoAndStop(2);
}
}
}
frame 2 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.tuttext = true;
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 1025;
_root.enemy10.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('triangleblob', 'enemy1', 1);
_root.enemy1._width = 103.1;
_root.enemy1._height = 98.09999999999999;
_root.enemy1._y = _root.fg1.platform0._y;
_root.enemy1._x = _root.hero._x;
_root.enemy1._x += 2500;
_root.enemy1.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 300;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 1500;
_root.enemy16.gotoAndStop(2);
}
}
}
frame 3 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 100;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 800;
_root.enemy17.gotoAndStop(2);
}
}
}
frame 4 {
stop();
}
frame 5 {
stop();
}
frame 6 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 400;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 1475;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 350;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 950;
_root.enemy16.gotoAndStop(2);
}
}
}
frame 7 {
stop();
}
frame 8 {
stop();
}
frame 9 {
stop();
}
frame 10 {
stop();
}
frame 11 {
stop();
}
frame 12 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 300;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 700;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 250;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 1300;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 250;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 1550;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 250;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 1800;
_root.enemy17.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 0;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 1900;
_root.enemy2.gotoAndStop(2);
}
}
}
frame 13 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 0;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 900;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 0;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 1150;
_root.enemy10.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy11', 11);
_root.enemy11._width = 66.5;
_root.enemy11._height = 62;
_root.enemy11._y = _root.fg1.platform0._y;
_root.enemy11._y -= 0;
_root.enemy11._x = _root.hero._x;
_root.enemy11._x += 1400;
_root.enemy11.gotoAndStop(2);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('fishthing', 'enemy22', 22);
_root.enemy22._width = 88;
_root.enemy22._height = 88;
_root.enemy22._y = _root.fg1.platform0._y;
_root.enemy22._x = _root.hero._x;
_root.enemy22._x += 3000;
_root.enemy22.gotoAndStop(2);
}
}
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
frame 17 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 375;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 500;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 375;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 1150;
_root.enemy16.gotoAndStop(2);
}
}
}
frame 18 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 450;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 1100;
_root.enemy17.gotoAndStop(2);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy12', 12);
_root.enemy12._width = 66.5;
_root.enemy12._height = 62;
_root.enemy12._y = _root.fg1.platform0._y;
_root.enemy12._y -= 0;
_root.enemy12._x = _root.hero._x;
_root.enemy12._x += 1000;
_root.enemy12.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy13', 13);
_root.enemy13._width = 66.5;
_root.enemy13._height = 62;
_root.enemy13._y = _root.fg1.platform0._y;
_root.enemy13._y -= 20;
_root.enemy13._x = _root.hero._x;
_root.enemy13._x += 1500;
_root.enemy13.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('fishthing', 'enemy22', 22);
_root.enemy22._width = 88;
_root.enemy22._height = 88;
_root.enemy22._y = _root.fg1.platform0._y;
_root.enemy22._x = _root.hero._x;
_root.enemy22._x += 2000;
_root.enemy22.gotoAndStop(2);
}
}
}
frame 19 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 0;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 1100;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 0;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 1350;
_root.enemy10.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 0;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 2900;
_root.enemy2.gotoAndStop(2);
}
}
}
frame 20 {
stop();
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
frame 24 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
frame 25 {
stop();
}
frame 26 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.pinklvl = 6;
}
}
}
frame 27 {
stop();
}
frame 28 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 250;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 500;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 500;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 2000;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter2', 'enemy4', 4);
_root.enemy4._width = 107.5;
_root.enemy4._height = 141.6;
_root.enemy4._y = _root.fg1.platform0._y;
_root.enemy4._y -= 0;
_root.enemy4._x = _root.hero._x;
_root.enemy4._x += 1300;
_root.enemy4.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter2', 'enemy6', 6);
_root.enemy6._width = 107.5;
_root.enemy6._height = 141.6;
_root.enemy6._y = _root.fg1.platform0._y;
_root.enemy6._y -= 0;
_root.enemy6._x = _root.hero._x;
_root.enemy6._x += 1700;
_root.enemy6.gotoAndStop(2);
}
}
}
frame 29 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 500;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 1650;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 500;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 2150;
_root.enemy17.gotoAndStop(2);
}
}
}
frame 30 {
stop();
}
frame 31 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 0;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 700;
_root.enemy10.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy11', 11);
_root.enemy11._width = 66.5;
_root.enemy11._height = 62;
_root.enemy11._y = _root.fg1.platform0._y;
_root.enemy11._y -= 0;
_root.enemy11._x = _root.hero._x;
_root.enemy11._x += 1000;
_root.enemy11.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 0;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 1300;
_root.enemy2.gotoAndStop(2);
}
}
}
frame 32 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.pinklvl = 7;
}
}
}
frame 33 {
stop();
}
frame 34 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 650;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 650;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 400;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 1700;
_root.enemy15.gotoAndStop(2);
}
}
}
frame 35 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 250;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 1000;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 250;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 1400;
_root.enemy17.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 500;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 2150;
_root.enemy10.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 0;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 2300;
_root.enemy2.gotoAndStop(2);
}
}
}
frame 36 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy11', 11);
_root.enemy11._width = 66.5;
_root.enemy11._height = 62;
_root.enemy11._y = _root.fg1.platform0._y;
_root.enemy11._y -= 500;
_root.enemy11._x = _root.hero._x;
_root.enemy11._x += 1400;
_root.enemy11.gotoAndStop(2);
}
}
}
frame 37 {
stop();
}
frame 38 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.pinklvl = 8;
}
}
}
frame 39 {
stop();
}
frame 40 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 400;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 1300;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 400;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 1000;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 400;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 1600;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 500;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 1800;
_root.enemy17.gotoAndStop(2);
}
}
}
frame 41 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 0;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 1200;
_root.enemy2.gotoAndStop(2);
}
}
}
frame 42 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 0;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 1500;
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter2', 'enemy4', 4);
_root.enemy4._width = 107.5;
_root.enemy4._height = 141.6;
_root.enemy4._y = _root.fg1.platform0._y;
_root.enemy4._y -= 200;
_root.enemy4._x = _root.hero._x;
_root.enemy4._x += 1800;
_root.enemy4.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy12', 12);
_root.enemy12._width = 66.5;
_root.enemy12._height = 62;
_root.enemy12._y = _root.fg1.platform0._y;
_root.enemy12._y -= 0;
_root.enemy12._x = _root.hero._x;
_root.enemy12._x += 700;
_root.enemy12.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy13', 13);
_root.enemy13._width = 66.5;
_root.enemy13._height = 62;
_root.enemy13._y = _root.fg1.platform0._y;
_root.enemy13._y -= 0;
_root.enemy13._x = _root.hero._x;
_root.enemy13._x += 900;
_root.enemy13.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy14', 14);
_root.enemy14._width = 66.5;
_root.enemy14._height = 62;
_root.enemy14._y = _root.fg1.platform0._y;
_root.enemy14._y -= 0;
_root.enemy14._x = _root.hero._x;
_root.enemy14._x += 1100;
_root.enemy14.gotoAndStop(2);
}
}
}
frame 43 {
stop();
}
frame 44 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.pinklvl = 9;
}
}
}
frame 45 {
stop();
}
frame 46 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 150;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 875;
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter2', 'enemy4', 4);
_root.enemy4._width = 107.5;
_root.enemy4._height = 141.6;
_root.enemy4._y = _root.fg1.platform0._y;
_root.enemy4._y -= 150;
_root.enemy4._x = _root.hero._x;
_root.enemy4._x += 1600;
_root.enemy4.gotoAndStop(2);
}
}
}
frame 47 {
stop();
}
frame 48 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy9', 9);
_root.enemy9._width = 66.5;
_root.enemy9._height = 62;
_root.enemy9._y = _root.fg1.platform0._y;
_root.enemy9._y -= 420;
_root.enemy9._x = _root.hero._x;
_root.enemy9._x += 950;
_root.enemy9.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobround', 'enemy10', 10);
_root.enemy10._width = 66.5;
_root.enemy10._height = 62;
_root.enemy10._y = _root.fg1.platform0._y;
_root.enemy10._y -= 420;
_root.enemy10._x = _root.hero._x;
_root.enemy10._x += 2050;
_root.enemy10.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy15', 15);
_root.enemy15._width = 66.5;
_root.enemy15._height = 62;
_root.enemy15._y = _root.fg1.platform0._y;
_root.enemy15._y -= 450;
_root.enemy15._x = _root.hero._x;
_root.enemy15._x += 1400;
_root.enemy15.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy16', 16);
_root.enemy16._width = 66.5;
_root.enemy16._height = 62;
_root.enemy16._y = _root.fg1.platform0._y;
_root.enemy16._y -= 100;
_root.enemy16._x = _root.hero._x;
_root.enemy16._x += 1600;
_root.enemy16.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 450;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 1800;
_root.enemy17.gotoAndStop(2);
}
}
}
frame 49 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter3', 'enemy6', 6);
_root.enemy6._width = 107.5;
_root.enemy6._height = 141.6;
_root.enemy6._y = _root.fg1.platform0._y;
_root.enemy6._y -= 0;
_root.enemy6._x = _root.hero._x;
_root.enemy6._x += 1200;
_root.enemy6.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter4', 'enemy8', 8);
_root.enemy8._width = 107.5;
_root.enemy8._height = 141.6;
_root.enemy8._y = _root.fg1.platform0._y;
_root.enemy8._y -= 250;
_root.enemy8._x = _root.hero._x;
_root.enemy8._x += 1600;
_root.enemy8.gotoAndStop(2);
}
}
}
frame 50 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('fishthing', 'enemy21', 21);
_root.enemy21._width = 88;
_root.enemy21._height = 88;
_root.enemy21._y = _root.fg1.platform0._y;
_root.enemy21._y -= 0;
_root.enemy21._x = _root.hero._x;
_root.enemy21._x += 1200;
_root.enemy21.gotoAndStop(2);
}
}
}
frame 51 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.pinklvl = 10;
}
}
}
frame 52 {
stop();
}
frame 53 {
stop();
}
instance portall of movieClip 1011 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
this.gotoAndStop(36);
}
}
}
instance boss of movieClip 1386 {
onClipEvent (enterFrame) {
if (_root.portalclosed == true) {
_root.hero.gotoAndStop(11);
}
}
}
frame 54 {
stop();
}
frame 55 {
stop();
}
}
instance fg1 of movieClip 1387 {
onClipEvent (enterFrame) {
this.swapDepths(_root.getNextHighestDepth());
}
onClipEvent (enterFrame) {
if (_root.star1istaken == true) {
_root.fg1.star1.gotoAndStop(3);
}
if (_root.star2istaken == true) {
_root.fg1.star2.gotoAndStop(3);
}
if (_root.star3istaken == true) {
_root.fg1.star3.gotoAndStop(3);
}
if (_root.star4istaken == true) {
_root.fg1.star4.gotoAndStop(3);
}
if (_root.star5istaken == true) {
_root.fg1.star5.gotoAndStop(3);
}
if (_root.star6istaken == true) {
_root.fg1.star6.gotoAndStop(3);
}
if (_root.star7istaken == true) {
_root.fg1.star7.gotoAndStop(3);
}
if (_root.star8istaken == true) {
_root.fg1.star8.gotoAndStop(3);
}
if (_root.star9istaken == true) {
_root.fg1.star9.gotoAndStop(3);
}
if (_root.star10istaken == true) {
_root.fg1.star10.gotoAndStop(3);
}
if (_root.star11istaken == true) {
_root.fg1.star11.gotoAndStop(3);
}
if (_root.star12istaken == true) {
_root.fg1.star12.gotoAndStop(3);
}
if (_root.star13istaken == true) {
_root.fg1.star13.gotoAndStop(3);
}
if (_root.star14istaken == true) {
_root.fg1.star14.gotoAndStop(3);
}
if (_root.star15istaken == true) {
_root.fg1.star15.gotoAndStop(3);
}
if (_root.star16istaken == true) {
_root.fg1.star16.gotoAndStop(3);
}
if (_root.star17istaken == true) {
_root.fg1.star17.gotoAndStop(3);
}
if (_root.star18istaken == true) {
_root.fg1.star18.gotoAndStop(3);
}
if (_root.star19istaken == true) {
_root.fg1.star19.gotoAndStop(3);
}
if (_root.star20istaken == true) {
_root.fg1.star20.gotoAndStop(3);
}
if (_root.star21istaken == true) {
_root.fg1.star21.gotoAndStop(3);
}
if (_root.star22istaken == true) {
_root.fg1.star22.gotoAndStop(3);
}
if (_root.star23istaken == true) {
_root.fg1.star23.gotoAndStop(3);
}
if (_root.star24istaken == true) {
_root.fg1.star24.gotoAndStop(3);
}
if (_root.star25istaken == true) {
_root.fg1.star25.gotoAndStop(3);
}
}
}
movieClip 1388 {
frame 1 {
stop();
}
instance sky of movieClip 467 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.therightborder)) {
_parent._x -= 1440;
_parent.prevFrame();
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.theleftborder)) {
_parent._x += 1440;
_parent.nextFrame();
}
}
}
frame 2 {
stop();
}
instance of movieClip 1079 {
onClipEvent (enterFrame) {
if (_root.tuttext == true) {
this.gotoAndStop(2);
}
}
}
frame 3 {
stop();
}
frame 4 {
stop();
}
frame 5 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.pinklvl = 2;
}
}
}
frame 6 {
stop();
}
frame 7 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('squirter', 'enemy2', 2);
_root.enemy2._width = 107.5;
_root.enemy2._height = 141.6;
_root.enemy2._y = _root.fg1.platform0._y;
_root.enemy2._y -= 0;
_root.enemy2._x = _root.hero._x;
_root.enemy2._x += 2100;
_root.enemy2.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobflying', 'enemy17', 17);
_root.enemy17._width = 66.5;
_root.enemy17._height = 62;
_root.enemy17._y = _root.fg1.platform0._y;
_root.enemy17._y -= 400;
_root.enemy17._x = _root.hero._x;
_root.enemy17._x += 3050;
_root.enemy17.gotoAndStop(2);
}
}
}
frame 8 {
stop();
}
frame 9 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('fishthing', 'enemy22', 22);
_root.enemy22._width = 88;
_root.enemy22._height = 88;
_root.enemy22._y = _root.fg1.platform0._y;
_root.enemy22._x = _root.hero._x;
_root.enemy22._x += 1000;
_root.enemy22.gotoAndStop(2);
}
}
}
frame 10 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.pinklvl = 3;
}
}
}
frame 11 {
stop();
}
frame 12 {
stop();
}
frame 13 {
stop();
}
frame 14 {
stop();
}
frame 15 {
stop();
}
frame 16 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.pinklvl = 4;
}
}
}
frame 17 {
stop();
}
frame 18 {
stop();
}
frame 19 {
stop();
}
frame 20 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy12', 12);
_root.enemy12._width = 66.5;
_root.enemy12._height = 62;
_root.enemy12._y = _root.fg1.platform0._y;
_root.enemy12._y -= 0;
_root.enemy12._x = _root.hero._x;
_root.enemy12._x += 2500;
_root.enemy12.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('blobroundfollowing', 'enemy13', 13);
_root.enemy13._width = 66.5;
_root.enemy13._height = 62;
_root.enemy13._y = _root.fg1.platform0._y;
_root.enemy13._y -= 20;
_root.enemy13._x = _root.hero._x;
_root.enemy13._x += 2800;
_root.enemy13.gotoAndStop(2);
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.attachMovie('fishthing', 'enemy22', 22);
_root.enemy22._width = 88;
_root.enemy22._height = 88;
_root.enemy22._y = _root.fg1.platform0._y;
_root.enemy22._x = _root.hero._x;
_root.enemy22._x += 3300;
_root.enemy22.gotoAndStop(2);
}
}
}
frame 21 {
stop();
}
frame 22 {
stop();
}
frame 23 {
stop();
}
instance of movieClip 367 {
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.pinklvl = 5;
}
}
}
frame 24 {
stop();
}
frame 25 {
stop();
}
frame 26 {
stop();
}
frame 27 {
stop();
}
frame 28 {
stop();
}
frame 29 {
stop();
}
frame 30 {
stop();
}
frame 31 {
stop();
}
frame 32 {
stop();
}
frame 33 {
stop();
}
frame 34 {
stop();
}
frame 35 {
stop();
}
frame 36 {
stop();
}
frame 37 {
stop();
}
frame 38 {
stop();
}
frame 39 {
stop();
}
frame 40 {
stop();
}
frame 41 {
stop();
}
frame 42 {
stop();
}
frame 43 {
stop();
}
frame 44 {
stop();
}
frame 45 {
stop();
}
frame 46 {
stop();
}
frame 47 {
stop();
}
frame 48 {
stop();
}
frame 49 {
stop();
}
frame 50 {
stop();
}
frame 51 {
stop();
}
frame 52 {
stop();
}
frame 53 {
stop();
}
frame 54 {
stop();
}
frame 55 {
stop();
}
frame 56 {
stop();
}
frame 57 {
stop();
}
frame 58 {
stop();
}
frame 59 {
stop();
}
frame 60 {
stop();
}
}
instance fg2 of movieClip 1388 {
onClipEvent (enterFrame) {
this.swapDepths(_root.getNextHighestDepth());
}
onClipEvent (enterFrame) {
if (_root.star26istaken == true) {
_root.fg2.star26.gotoAndStop(3);
}
if (_root.star27istaken == true) {
_root.fg2.star27.gotoAndStop(3);
}
if (_root.star28istaken == true) {
_root.fg2.star28.gotoAndStop(3);
}
if (_root.star29istaken == true) {
_root.fg2.star29.gotoAndStop(3);
}
if (_root.star30istaken == true) {
_root.fg2.star30.gotoAndStop(3);
}
if (_root.star31istaken == true) {
_root.fg2.star31.gotoAndStop(3);
}
if (_root.star32istaken == true) {
_root.fg2.star32.gotoAndStop(3);
}
if (_root.star33istaken == true) {
_root.fg2.star33.gotoAndStop(3);
}
if (_root.star34istaken == true) {
_root.fg2.star34.gotoAndStop(3);
}
if (_root.star35istaken == true) {
_root.fg2.star35.gotoAndStop(3);
}
if (_root.star36istaken == true) {
_root.fg2.star36.gotoAndStop(3);
}
if (_root.star37istaken == true) {
_root.fg2.star37.gotoAndStop(3);
}
if (_root.star38istaken == true) {
_root.fg2.star38.gotoAndStop(3);
}
if (_root.star39istaken == true) {
_root.fg2.star39.gotoAndStop(3);
}
if (_root.star40istaken == true) {
_root.fg2.star40.gotoAndStop(3);
}
if (_root.star41istaken == true) {
_root.fg2.star41.gotoAndStop(3);
}
if (_root.star42istaken == true) {
_root.fg2.star42.gotoAndStop(3);
}
if (_root.star43istaken == true) {
_root.fg2.star43.gotoAndStop(3);
}
if (_root.star44istaken == true) {
_root.fg2.star44.gotoAndStop(3);
}
if (_root.star45istaken == true) {
_root.fg2.star45.gotoAndStop(3);
}
if (_root.star46istaken == true) {
_root.fg2.star46.gotoAndStop(3);
}
if (_root.star47istaken == true) {
_root.fg2.star47.gotoAndStop(3);
}
if (_root.star48istaken == true) {
_root.fg2.star48.gotoAndStop(3);
}
if (_root.star49istaken == true) {
_root.fg2.star49.gotoAndStop(3);
}
if (_root.star50istaken == true) {
_root.fg2.star50.gotoAndStop(3);
}
if (_root.star51istaken == true) {
_root.fg2.star51.gotoAndStop(3);
}
}
}
instance Gaawwd of movieClip 367 {
onClipEvent (enterFrame) {
_root.hero.body.head.head.head.gotoAndStop(3);
_root.hero.body.torso.leftarm.gotoAndStop(3);
_root.hero.body.torso.rightarm.gotoAndStop(3);
_root.hero.body.torso.torso.gotoAndStop(3);
_root.hero.body.torso.legs.gotoAndStop(3);
_root.fg1.portall.body.head.head.head.gotoAndStop(3);
_root.fg1.portall.body.torso.leftarm.gotoAndStop(3);
_root.fg1.portall.body.torso.rightarm.gotoAndStop(3);
_root.fg1.portall.body.torso.torso.gotoAndStop(3);
_root.fg1.portall.body.torso.legs.gotoAndStop(3);
_root.fg2.portall.body.head.head.head.gotoAndStop(3);
_root.fg2.portall.body.torso.leftarm.gotoAndStop(3);
_root.fg2.portall.body.torso.rightarm.gotoAndStop(3);
_root.fg2.portall.body.torso.torso.gotoAndStop(3);
_root.fg2.portall.body.torso.legs.gotoAndStop(3);
_root.fg1.portal.openmouth.body.head.head.head.gotoAndStop(3);
_root.fg1.portal.openmouth.body.torso.leftarm.gotoAndStop(3);
_root.fg1.portal.openmouth.body.torso.rightarm.gotoAndStop(3);
_root.fg1.portal.openmouth.body.torso.torso.gotoAndStop(3);
_root.fg1.portal.openmouth.body.torso.legs.gotoAndStop(3);
_root.fg2.portal.openmouth.body.head.head.head.gotoAndStop(3);
_root.fg2.portal.openmouth.body.torso.leftarm.gotoAndStop(3);
_root.fg2.portal.openmouth.body.torso.rightarm.gotoAndStop(3);
_root.fg2.portal.openmouth.body.torso.torso.gotoAndStop(3);
_root.fg2.portal.openmouth.body.torso.legs.gotoAndStop(3);
}
}
frame 6 {
stop();
_quality = 'high';
}
movieClip 1390 {
}
movieClip 1394 {
}
movieClip 1408 {
}
movieClip 1414 {
}
movieClip 1422 {
instance of movieClip 1414 {
onClipEvent (release) {
getURL('http://www.seethingswarm.com', '_blank');
}
}
frame 231 {
stop();
stopAllSounds();
_root.frame.removeMovieClip();
_root.gotoAndStop(2);
}
}