Frame 1
fscommand ("fullscreen", "false");
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
Frame 2
points = 0;
speed = 2;
pause = 0;
kills = 0;
t = 5000;
Frame 3
function movesound() {
s = new Sound();
s.attachSound("move");
s.start();
}
Frame 7
ifFrameLoaded (189) {
gotoAndPlay (9);
}
Frame 8
gotoAndPlay (5);
Frame 128
stop();
Frame 129
hp = 100;
time = 0;
h = -2;
power = 0;
stop();
Instance of Symbol 23 MovieClip "green" in Frame 129
onClipEvent (enterFrame) {
if ((/:time >= 500) and (getProperty(this, _currentframe) == 1)) {
tellTarget (this) {
gotoAndPlay (1);
};
}
}
Instance of Symbol 25 MovieClip "yellow" in Frame 129
onClipEvent (enterFrame) {
if ((/:time >= 1500) and (getProperty(this, _currentframe) == 1)) {
tellTarget (this) {
gotoAndPlay (1);
};
}
}
Instance of Symbol 27 MovieClip "purple" in Frame 129
onClipEvent (enterFrame) {
if ((/:time >= 2000) and (getProperty(this, _currentframe) == 1)) {
tellTarget (this) {
gotoAndPlay (1);
};
}
}
Instance of Symbol 29 MovieClip "blue" in Frame 129
onClipEvent (enterFrame) {
if ((/:time >= 2500) and (getProperty(this, _currentframe) == 1)) {
tellTarget (this) {
gotoAndPlay (1);
};
}
}
Instance of Symbol 32 MovieClip "blobb" in Frame 129
onClipEvent (load) {
speed = 0.5;
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.circle.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
Set("/:points", /:points + 2);
Set("/:kills", /:kills + 1);
}
if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
if (/:power < 100) {
Set("/:power", /:power + 1);
}
Set("/:points", /:points + 2);
Set("/:kills", /:kills + 1);
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 3;
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 3;
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 3;
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 3;
}
}
}
}
}
Instance of Symbol 35 MovieClip "blobc" in Frame 129
onClipEvent (load) {
speed = 2;
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.circle.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
Set("/:points", /:points + 3);
Set("/:kills", /:kills + 1);
}
if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
if (/:power < 100) {
Set("/:power", /:power + 1);
}
Set("/:points", /:points + 3);
Set("/:kills", /:kills + 1);
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 3;
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 3;
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 3;
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 3;
}
}
}
}
}
Instance of Symbol 38 MovieClip "blobd" in Frame 129
onClipEvent (load) {
speed = 2;
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.circle.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
Set("/:points", /:points + 5);
Set("/:kills", /:kills + 1);
}
if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
if (/:power < 100) {
Set("/:power", /:power + 1);
}
Set("/:points", /:points + 5);
Set("/:kills", /:kills + 1);
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 5;
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 5;
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 5;
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 5;
}
}
}
}
}
Instance of Symbol 41 MovieClip "blobe" in Frame 129
onClipEvent (load) {
speed = 0.3;
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.circle.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
Set("/:points", /:points + 2);
Set("/:kills", /:kills + 1);
}
if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
if (/:power < 100) {
Set("/:power", /:power + 1);
}
Set("/:points", /:points + 2);
Set("/:kills", /:kills + 1);
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
}
}
}
Instance of Symbol 44 MovieClip "bloba" in Frame 129
onClipEvent (load) {
speed = 0.1;
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.circle.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
Set("/:points", /:points + 1);
Set("/:kills", /:kills + 1);
}
if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
if (/:power < 100) {
Set("/:power", /:power + 1);
}
Set("/:points", /:points + 1);
Set("/:kills", /:kills + 1);
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 1;
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 1;
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 1;
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 1;
}
}
}
}
}
Instance of Symbol 46 MovieClip "blobf" in Frame 129
onClipEvent (load) {
speed = 0.2;
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.circle.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
Set("/:points", /:points + 6);
Set("/:kills", /:kills + 1);
}
if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
if (/:power < 100) {
Set("/:power", /:power + 1);
}
Set("/:points", /:points + 6);
Set("/:kills", /:kills + 1);
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 15;
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 15;
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 15;
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 15;
}
}
}
}
}
Instance of Symbol 48 MovieClip "orange" in Frame 129
onClipEvent (enterFrame) {
if ((/:time >= 3000) and (getProperty(this, _currentframe) == 1)) {
tellTarget (this) {
gotoAndPlay (1);
};
}
}
Instance of Symbol 50 MovieClip "blobg" in Frame 129
onClipEvent (load) {
speed = 0.5;
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.you.hittest(this)) {
s = new Sound();
s.attachSound("wrong");
s.start();
removeMovieClip("");
Set("/:hp", /:hp - 5);
if (/:hp < 1) {
Set("/:hp", 0);
}
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
removeMovieClip("");
hp = hp + 5;
if (/:hp > 100) {
Set("/:hp", 100);
}
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
removeMovieClip("");
hp = hp + 5;
if (/:hp > 100) {
Set("/:hp", 100);
}
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
removeMovieClip("");
hp = hp + 5;
if (/:hp > 100) {
Set("/:hp", 100);
}
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
removeMovieClip("");
hp = hp + 5;
if (/:hp > 100) {
Set("/:hp", 100);
}
}
}
}
}
}
Instance of Symbol 52 MovieClip "white" in Frame 129
onClipEvent (enterFrame) {
if ((/:time >= 1750) and (getProperty(this, _currentframe) == 1)) {
tellTarget (this) {
gotoAndPlay (1);
};
}
}
Instance of Symbol 59 MovieClip "wall" in Frame 129
onClipEvent (enterFrame) {
if (/:hp <= 0) {
tellTarget (_root) {
gotoAndPlay ("gameover");
};
}
}
Instance of Symbol 79 MovieClip "you" in Frame 129
onClipEvent (enterFrame) {
if (/:pause == 0) {
if (Key.isDown(37) && (!Key.isDown(39))) {
_x = (_x - /:speed);
_rotation = 270;
if ((((_root.wall.hittest(this) or _root.wall2.hittest(this)) or _root.wall3.hittest(this)) or _root.wall4.hittest(this)) or _root.wall5.hittest(this)) {
_x = (_x + /:speed);
}
}
if (Key.isDown(39) && (!Key.isDown(37))) {
_x = (_x + /:speed);
_rotation = 90;
if ((((_root.wall.hittest(this) or _root.wall2.hittest(this)) or _root.wall3.hittest(this)) or _root.wall4.hittest(this)) or _root.wall5.hittest(this)) {
_x = (_x - /:speed);
}
}
if (Key.isDown(38) && (!Key.isDown(40))) {
_y = (_y - /:speed);
_rotation = 0;
if ((((_root.wall.hittest(this) or _root.wall2.hittest(this)) or _root.wall3.hittest(this)) or _root.wall4.hittest(this)) or _root.wall5.hittest(this)) {
_y = (_y + /:speed);
}
}
if (Key.isDown(40) && (!Key.isDown(38))) {
_y = (_y + /:speed);
_rotation = 180;
if ((((_root.wall.hittest(this) or _root.wall2.hittest(this)) or _root.wall3.hittest(this)) or _root.wall4.hittest(this)) or _root.wall5.hittest(this)) {
_y = (_y - /:speed);
}
}
if (((Key.isDown(37) && (Key.isDown(38))) && (!Key.isDown(39))) && (!Key.isDown(40))) {
_rotation = 315;
}
if (((Key.isDown(39) && (Key.isDown(38))) && (!Key.isDown(37))) && (!Key.isDown(40))) {
_rotation = 45;
}
if (((Key.isDown(37) && (Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) {
_rotation = 225;
}
if (((Key.isDown(39) && (Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(38))) {
_rotation = 135;
}
}
}
Instance of Symbol 88 MovieClip "speeda" in Frame 129
onClipEvent (enterFrame) {
if ((/:points == -1) and (getProperty("_root.speeda", _currentframe) == 1)) {
tellTarget ("_root.speeda") {
gotoAndPlay (2);
};
}
}
Instance of Symbol 95 MovieClip "bottom" in Frame 129
onClipEvent (enterFrame) {
if ((/:time >= 1000) and (getProperty(this, _currentframe) == 1)) {
tellTarget (this) {
gotoAndPlay (1);
};
}
}
Instance of Symbol 100 MovieClip "powerbar" in Frame 129
onClipEvent (enterFrame) {
setProperty("_root.powerbar", _xscale , /:power);
Set("/:powervar", /:power add "%");
}
Instance of Symbol 102 MovieClip "top" in Frame 129
onClipEvent (enterFrame) {
if ((/:time >= 50) and (getProperty(this, _currentframe) == 1)) {
tellTarget (this) {
gotoAndPlay (1);
};
}
}
Instance of Symbol 106 MovieClip "right" in Frame 129
onClipEvent (enterFrame) {
if ((/:time >= 3000) and (getProperty(this, _currentframe) == 1)) {
tellTarget (this) {
gotoAndPlay (1);
};
}
}
Instance of Symbol 108 MovieClip "left" in Frame 129
onClipEvent (enterFrame) {
if ((/:time >= 2000) and (getProperty(this, _currentframe) == 1)) {
tellTarget (this) {
gotoAndPlay (1);
};
}
}
Instance of Symbol 117 MovieClip "bonus1" in Frame 129
onClipEvent (enterFrame) {
if (/:speed < 7) {
if (/:points >= 500) {
tellTarget ("_root.bonus1") {
gotoAndStop (2);
};
} else if (/:points < 500) {
tellTarget ("_root.bonus1") {
gotoAndStop (1);
};
}
} else if (/:speed == 7) {
tellTarget ("_root.bonus1") {
gotoAndStop (3);
};
}
}
Instance of Symbol 123 MovieClip "bonus2" in Frame 129
onClipEvent (enterFrame) {
if (/:points >= 50) {
tellTarget ("_root.bonus2") {
gotoAndStop (2);
};
} else if (/:points < 50) {
tellTarget ("_root.bonus2") {
gotoAndStop (1);
};
}
}
Instance of Symbol 129 MovieClip "bonus3" in Frame 129
onClipEvent (enterFrame) {
if (/:points >= 250) {
tellTarget ("_root.bonus3") {
gotoAndStop (2);
};
} else if (/:points < 250) {
tellTarget ("_root.bonus3") {
gotoAndStop (1);
};
}
}
Instance of Symbol 137 MovieClip "pressz" in Frame 129
onClipEvent (enterFrame) {
if ((/:power == 100) and (getProperty("_root.pressz", _currentframe) == 1)) {
tellTarget ("_root.pressz") {
gotoAndPlay (2);
};
} else if (/:power < 100) {
tellTarget ("_root.pressz") {
gotoAndStop (1);
};
}
}
Instance of Symbol 150 MovieClip "blobh" in Frame 129
onClipEvent (load) {
speed = 1 + ((random(10) + 1) / 10);
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.circle.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
Set("/:points", /:points + 2);
Set("/:kills", /:kills + 1);
}
if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
if (/:power < 100) {
Set("/:power", /:power + 1);
}
Set("/:points", /:points + 2);
Set("/:kills", /:kills + 1);
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
}
}
}
Instance of Symbol 152 MovieClip "black" in Frame 129
onClipEvent (enterFrame) {
if ((/:time >= 3500) and (getProperty(this, _currentframe) == 1)) {
tellTarget (this) {
gotoAndPlay (1);
};
}
}
Instance of Symbol 154 MovieClip "snakehead" in Frame 129
onClipEvent (load) {
speed = 0.5;
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.circle.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
Set("/:points", /:points + 10);
Set("/:kills", /:kills + 1);
}
if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
if (/:power < 100) {
Set("/:power", /:power + 1);
}
Set("/:points", /:points + 10);
Set("/:kills", /:kills + 1);
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
}
}
}
Instance of Symbol 156 MovieClip "snake1" in Frame 129
onClipEvent (load) {
speed = 0.5;
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.circle.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
Set("/:points", /:points + 10);
Set("/:kills", /:kills + 1);
}
if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
if (/:power < 100) {
Set("/:power", /:power + 1);
}
Set("/:points", /:points + 10);
Set("/:kills", /:kills + 1);
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
}
}
}
Instance of Symbol 158 MovieClip "snake2" in Frame 129
onClipEvent (load) {
speed = 0.5;
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.circle.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
Set("/:points", /:points + 10);
Set("/:kills", /:kills + 1);
}
if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
if (/:power < 100) {
Set("/:power", /:power + 1);
}
Set("/:points", /:points + 10);
Set("/:kills", /:kills + 1);
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
}
}
}
Instance of Symbol 160 MovieClip "snake3" in Frame 129
onClipEvent (load) {
speed = 0.5;
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.circle.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
Set("/:points", /:points + 10);
Set("/:kills", /:kills + 1);
}
if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
if (/:power < 100) {
Set("/:power", /:power + 1);
}
Set("/:points", /:points + 10);
Set("/:kills", /:kills + 1);
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
}
}
}
Instance of Symbol 162 MovieClip "snake4" in Frame 129
onClipEvent (load) {
speed = 0.5;
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.circle.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
Set("/:points", /:points + 10);
Set("/:kills", /:kills + 1);
}
if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
if (/:power < 100) {
Set("/:power", /:power + 1);
}
Set("/:points", /:points + 10);
Set("/:kills", /:kills + 1);
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
}
}
}
Instance of Symbol 164 MovieClip "snake5" in Frame 129
onClipEvent (load) {
speed = 0.5;
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.circle.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
Set("/:points", /:points + 10);
Set("/:kills", /:kills + 1);
}
if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
removeMovieClip("");
if (/:power < 100) {
Set("/:power", /:power + 1);
}
Set("/:points", /:points + 10);
Set("/:kills", /:kills + 1);
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
hp = hp - 10;
}
}
}
}
}
Instance of Symbol 166 MovieClip "snake" in Frame 129
onClipEvent (enterFrame) {
if ((/:time >= 4000) and (getProperty(this, _currentframe) == 1)) {
tellTarget (this) {
gotoAndPlay (1);
};
}
}
Instance of Symbol 168 MovieClip "points25" in Frame 129
onClipEvent (load) {
speed = 1;
song = new Sound();
song.attachSound("slide");
song.start();
}
onClipEvent (enterFrame) {
if (getProperty(this, _x) > 0) {
if (/:pause == 0) {
if (/:hp <= 0) {
removeMovieClip("");
}
if (/:time <= 0) {
removeMovieClip("");
}
if (_root.you.hittest(this)) {
s = new Sound();
s.attachSound("splat");
s.start();
tellTarget ("_root.got25points") {
gotoAndPlay (2);
};
removeMovieClip("");
Set("/:points", /:points + 25);
}
if (_x > _root.wall._x) {
_x = (_x - speed);
_rotation = 270;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
}
}
if (_x < _root.wall._x) {
_x = (_x + speed);
_rotation = 90;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
}
}
if (_y > _root.wall._y) {
_y = (_y - speed);
_rotation = 0;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
}
}
if (_y < _root.wall._y) {
_y = (_y + speed);
_rotation = 180;
if (_root.wall.hittest(this)) {
tellTarget ("_root.wall") {
gotoAndPlay (2);
};
removeMovieClip("");
}
}
}
}
}
Instance of Symbol 170 MovieClip "points25control" in Frame 129
onClipEvent (enterFrame) {
if ((/:time >= 500) and (getProperty(this, _currentframe) == 1)) {
tellTarget (this) {
gotoAndPlay (1);
};
}
}
Frame 177
stop();
Frame 178
score = ((time * 1) + (points * 2)) + (kills * 3);
stop();
Symbol 19 Button
on (release) {
gotoAndStop (129);
}
Symbol 21 MovieClip Frame 1
z = 1;
Symbol 21 MovieClip Frame 2
Set("/:red", 1);
Symbol 21 MovieClip Frame 10
if (/:time > /:t) {
call("19");
}
Symbol 21 MovieClip Frame 19
if (/:h > 0) {
duplicateMovieClip ("_root.bloba", "bloba" add z, z);
Set("/:blobs", /:blobs + 1);
q = random(/:h) + 1;
}
if (q == 1) {
setProperty("_root.bloba" add z, _x , random(303) + 52);
setProperty("_root.bloba" add z, _y , 88);
} else if (q == 2) {
setProperty("_root.bloba" add z, _x , random(303) + 52);
setProperty("_root.bloba" add z, _y , 437);
} else if (q == 3) {
setProperty("_root.bloba" add z, _x , 28);
setProperty("_root.bloba" add z, _y , random(304) + 111);
} else if (q == 4) {
setProperty("_root.bloba" add z, _x , 378);
setProperty("_root.bloba" add z, _y , random(304) + 111);
}
z = Number(z) + 1;
Symbol 21 MovieClip Frame 20
gotoAndPlay (2);
Symbol 23 MovieClip Frame 1
stop();
z = 1000;
Symbol 23 MovieClip Frame 2
Set("/:green", 1);
Symbol 23 MovieClip Frame 15
if (/:time > /:t) {
call("29");
}
Symbol 23 MovieClip Frame 29
if (/:h > 0) {
duplicateMovieClip ("_root.blobb", "blobb" add z, z);
Set("/:blobs", /:blobs + 1);
q = random(/:h) + 1;
}
if (q == 1) {
setProperty("_root.blobb" add z, _x , random(303) + 52);
setProperty("_root.blobb" add z, _y , 88);
} else if (q == 2) {
setProperty("_root.blobb" add z, _x , random(303) + 52);
setProperty("_root.blobb" add z, _y , 437);
} else if (q == 3) {
setProperty("_root.blobb" add z, _x , 28);
setProperty("_root.blobb" add z, _y , random(304) + 111);
} else if (q == 4) {
setProperty("_root.blobb" add z, _x , 378);
setProperty("_root.blobb" add z, _y , random(304) + 111);
}
z = Number(z) + 1;
Symbol 23 MovieClip Frame 30
gotoAndPlay (2);
Symbol 25 MovieClip Frame 1
stop();
z = 2000;
Symbol 25 MovieClip Frame 2
Set("/:yellow", 1);
Symbol 25 MovieClip Frame 50
if (/:time > /:t) {
call("108");
}
Symbol 25 MovieClip Frame 108
if (/:h > 0) {
duplicateMovieClip ("_root.blobc", "blobc" add z, z);
Set("/:blobs", /:blobs + 1);
q = random(/:h) + 1;
}
if (q == 1) {
setProperty("_root.blobc" add z, _x , random(303) + 52);
setProperty("_root.blobc" add z, _y , 88);
} else if (q == 2) {
setProperty("_root.blobc" add z, _x , random(303) + 52);
setProperty("_root.blobc" add z, _y , 437);
} else if (q == 3) {
setProperty("_root.blobc" add z, _x , 28);
setProperty("_root.blobc" add z, _y , random(304) + 111);
} else if (q == 4) {
setProperty("_root.blobc" add z, _x , 378);
setProperty("_root.blobc" add z, _y , random(304) + 111);
}
z = Number(z) + 1;
Symbol 25 MovieClip Frame 109
gotoAndPlay (2);
Symbol 27 MovieClip Frame 1
stop();
z = 3000;
Symbol 27 MovieClip Frame 2
Set("/:purple", 1);
Symbol 27 MovieClip Frame 173
if (/:time > /:t) {
call("250");
}
Symbol 27 MovieClip Frame 174
if (/:time > /:t) {
call("250");
}
Symbol 27 MovieClip Frame 175
if (/:time > /:t) {
call("250");
}
Symbol 27 MovieClip Frame 176
if (/:time > /:t) {
call("250");
}
Symbol 27 MovieClip Frame 250
if (/:h > 0) {
Set("/:blobs", /:blobs + 1);
duplicateMovieClip ("_root.blobd", "blobd" add z, z);
q = random(/:h) + 1;
}
if (q == 1) {
setProperty("_root.blobd" add z, _x , random(303) + 52);
setProperty("_root.blobd" add z, _y , 88);
} else if (q == 2) {
setProperty("_root.blobd" add z, _x , random(303) + 52);
setProperty("_root.blobd" add z, _y , 437);
} else if (q == 3) {
setProperty("_root.blobd" add z, _x , 28);
setProperty("_root.blobd" add z, _y , random(304) + 111);
} else if (q == 4) {
setProperty("_root.blobd" add z, _x , 378);
setProperty("_root.blobd" add z, _y , random(304) + 111);
}
z = Number(z) + 1;
Symbol 27 MovieClip Frame 251
call("250");
Symbol 27 MovieClip Frame 252
call("250");
Symbol 27 MovieClip Frame 253
call("250");
Symbol 27 MovieClip Frame 254
call("250");
Symbol 27 MovieClip Frame 255
gotoAndPlay (2);
Symbol 29 MovieClip Frame 1
stop();
z = 99999 /* 0x01869F */;
Symbol 29 MovieClip Frame 2
Set("/:blue", 1);
Symbol 29 MovieClip Frame 15
if (/:time > /:t) {
call("30");
}
Symbol 29 MovieClip Frame 16
if (/:time > /:t) {
call("30");
}
Symbol 29 MovieClip Frame 30
if (/:h > 0) {
Set("/:blobs", /:blobs + 1);
duplicateMovieClip ("_root.blobe", "blobe" add z, z);
q = random(/:h) + 1;
}
if (q == 1) {
setProperty("_root.blobe" add z, _x , random(303) + 52);
setProperty("_root.blobe" add z, _y , 88);
} else if (q == 2) {
setProperty("_root.blobe" add z, _x , random(303) + 52);
setProperty("_root.blobe" add z, _y , 437);
} else if (q == 3) {
setProperty("_root.blobe" add z, _x , 28);
setProperty("_root.blobe" add z, _y , random(304) + 111);
} else if (q == 4) {
setProperty("_root.blobe" add z, _x , 378);
setProperty("_root.blobe" add z, _y , random(304) + 111);
}
z = Number(z) + 1;
Symbol 29 MovieClip Frame 31
call("19");
Symbol 29 MovieClip Frame 32
gotoAndPlay (2);
Symbol 48 MovieClip Frame 1
stop();
z = 990999 /* 0x0F1F17 */;
Symbol 48 MovieClip Frame 2
Set("/:orange", 1);
Symbol 48 MovieClip Frame 25
if (/:time > /:t) {
call("50");
}
Symbol 48 MovieClip Frame 50
if (/:h > 0) {
Set("/:blobs", /:blobs + 1);
duplicateMovieClip ("_root.blobf", "blobf" add z, z);
q = random(/:h) + 1;
}
if (q == 1) {
setProperty("_root.blobf" add z, _x , random(303) + 52);
setProperty("_root.blobf" add z, _y , 93);
} else if (q == 2) {
setProperty("_root.blobf" add z, _x , random(303) + 52);
setProperty("_root.blobf" add z, _y , 432);
} else if (q == 3) {
setProperty("_root.blobf" add z, _x , 33);
setProperty("_root.blobf" add z, _y , random(304) + 111);
} else if (q == 4) {
setProperty("_root.blobf" add z, _x , 373);
setProperty("_root.blobf" add z, _y , random(304) + 111);
}
z = Number(z) + 1;
Symbol 48 MovieClip Frame 51
gotoAndPlay (2);
Symbol 52 MovieClip Frame 1
stop();
z = 91909 /* 0x016705 */;
Symbol 52 MovieClip Frame 2
Set("/:white", 1);
Symbol 52 MovieClip Frame 100
if (/:time > /:t) {
call("200");
}
Symbol 52 MovieClip Frame 200
if (/:h > 0) {
duplicateMovieClip ("_root.blobg", "blobg" add z, z);
q = random(/:h) + 1;
}
if (q == 1) {
setProperty("_root.blobg" add z, _x , random(303) + 52);
setProperty("_root.blobg" add z, _y , 88);
} else if (q == 2) {
setProperty("_root.blobg" add z, _x , random(303) + 52);
setProperty("_root.blobg" add z, _y , 437);
} else if (q == 3) {
setProperty("_root.blobg" add z, _x , 28);
setProperty("_root.blobg" add z, _y , random(304) + 111);
} else if (q == 4) {
setProperty("_root.blobg" add z, _x , 378);
setProperty("_root.blobg" add z, _y , random(304) + 111);
}
z = Number(z) + 1;
Symbol 52 MovieClip Frame 201
gotoAndPlay (2);
Symbol 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 13
gotoAndStop (1);
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 76
gotoAndStop (1);
Symbol 66 Button
on (keyPress "p") {
if (getProperty("_root.circle", _currentframe) == 1) {
if (/:pause == 0) {
Set("/:pause", 1);
tellTarget ("_root.addspeed") {
stop();
};
tellTarget ("_root.top") {
stop();
};
tellTarget ("_root.bottom") {
stop();
};
tellTarget ("_root.right") {
stop();
};
tellTarget ("_root.left") {
stop();
};
tellTarget ("_root.timer") {
stop();
};
tellTarget ("_root.pause") {
gotoAndStop (2);
};
tellTarget ("_root.red") {
stop();
};
tellTarget ("_root.green") {
stop();
};
tellTarget ("_root.yellow") {
stop();
};
tellTarget ("_root.purple") {
stop();
};
tellTarget ("_root.blue") {
stop();
};
tellTarget ("_root.orange") {
stop();
};
tellTarget ("_root.white") {
stop();
};
tellTarget ("_root.black") {
stop();
};
tellTarget ("_root.snake") {
stop();
};
tellTarget ("_root.points25control") {
stop();
};
} else if (/:pause == 1) {
Set("/:pause", 0);
if (getProperty("_root.addspeed", _currentframe) > 1) {
tellTarget ("_root.addspeed") {
play();
};
}
tellTarget ("_root.timer") {
play();
};
tellTarget ("_root.pause") {
gotoAndStop (1);
};
if (/:top == 1) {
tellTarget ("_root.top") {
play();
};
}
if (/:bottom == 1) {
tellTarget ("_root.bottom") {
play();
};
}
if (/:right == 1) {
tellTarget ("_root.right") {
play();
};
}
if (/:left == 1) {
tellTarget ("_root.left") {
play();
};
}
if (/:red == 1) {
tellTarget ("_root.red") {
play();
};
}
if (/:green == 1) {
tellTarget ("_root.green") {
play();
};
}
if (/:yellow == 1) {
tellTarget ("_root.yellow") {
play();
};
}
if (/:purple == 1) {
tellTarget ("_root.purple") {
play();
};
}
if (/:blue == 1) {
tellTarget ("_root.blue") {
play();
};
}
if (/:orange == 1) {
tellTarget ("_root.orange") {
play();
};
}
if (/:white == 1) {
tellTarget ("_root.white") {
play();
};
}
if (/:black == 1) {
tellTarget ("_root.black") {
play();
};
}
if (/:snake == 1) {
tellTarget ("_root.snake") {
play();
};
}
if (/:points25control == 1) {
tellTarget ("_root.points25control") {
play();
};
}
}
}
}
on (keyPress "<Space>") {
if (/:pause == 0) {
if (/:speed < 10) {
if (/:power > 0) {
tellTarget ("_root.addspeed") {
gotoAndPlay (1);
};
tellTarget ("_root.you") {
gotoAndStop (2);
};
Set("/:currentspeed", /:speed);
Set("/:speed", 10);
}
} else if (/:speed == 10) {
Set("/:speed", /:currentspeed);
tellTarget ("_root.addspeed") {
gotoAndStop (1);
};
tellTarget ("_root.you") {
gotoAndStop (1);
};
}
}
}
Symbol 68 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 2
Set("/:time", /:time + 1);
if (/:time == 0) {
}
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 2
Set("/:speed", /:speed + 1);
Symbol 88 MovieClip Frame 51
gotoAndStop (1);
Symbol 92 MovieClip Frame 52
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
Set("/:bottom", 1);
Symbol 95 MovieClip Frame 124
Set("/:h", 2);
Symbol 95 MovieClip Frame 125
Set("/:bottom", 0);
stop();
Symbol 96 MovieClip Frame 1
stop();
tellTarget ("_root.you") {
gotoAndStop (1);
};
Symbol 96 MovieClip Frame 4
if (/:power < 1) {
Set("/:speed", /:currentspeed);
gotoAndStop (1);
} else if (/:power > 0) {
Set("/:power", /:power - 1);
gotoAndPlay (2);
}
Symbol 102 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 2
Set("/:top", 1);
Symbol 102 MovieClip Frame 124
Set("/:h", 1);
Symbol 102 MovieClip Frame 125
Set("/:top", 0);
stop();
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 2
Set("/:right", 1);
Symbol 106 MovieClip Frame 124
Set("/:h", 4);
Symbol 106 MovieClip Frame 125
Set("/:right", 0);
stop();
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 2
Set("/:left", 1);
Symbol 108 MovieClip Frame 124
Set("/:h", 3);
Symbol 108 MovieClip Frame 125
Set("/:left", 0);
stop();
Symbol 109 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 21
gotoAndStop (1);
Symbol 117 MovieClip Frame 1
stop();
Symbol 123 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 1
stop();
Symbol 131 Button
on (keyPress "1") {
if ((((getProperty("_root.bonus1", _currentframe) == 2) and (/:pause == 0)) and (getProperty("_root.you", _currentframe) == 1)) and (/:speed < 7)) {
if (/:points >= 500) {
Set("/:points", /:points - 500);
Set("/:speed", /:speed + 1);
tellTarget ("_root.black1") {
gotoAndPlay (2);
};
}
}
}
Symbol 132 Button
on (keyPress "2") {
if ((getProperty("_root.bonus2", _currentframe) == 2) and (/:pause == 0)) {
if (/:hp < 100) {
if (/:points >= 50) {
Set("/:points", /:points - 50);
Set("/:hp", /:hp + 100);
if (/:hp > 100) {
Set("/:hp", 100);
}
tellTarget ("_root.black2") {
gotoAndPlay (2);
};
}
}
}
}
Symbol 133 Button
on (keyPress "3") {
if ((getProperty("_root.bonus3", _currentframe) == 2) and (/:pause == 0)) {
if (/:points >= 250) {
Set("/:points", /:points - 250);
if (getProperty("_root.trap4", _currentframe) != 2) {
tellTarget ("_root.black3") {
gotoAndPlay (2);
};
if (getProperty("_root.trap1", _currentframe) == 1) {
tellTarget ("_root.trap1") {
gotoAndStop (2);
};
} else if ((getProperty("_root.trap1", _currentframe) == 2) and (getProperty("_root.trap2", _currentframe) == 1)) {
tellTarget ("_root.trap2") {
gotoAndStop (2);
};
} else if (((getProperty("_root.trap1", _currentframe) == 2) and (getProperty("_root.trap2", _currentframe) == 2)) and (getProperty("_root.trap3", _currentframe) == 1)) {
tellTarget ("_root.trap3") {
gotoAndStop (2);
};
} else if ((((getProperty("_root.trap1", _currentframe) == 2) and (getProperty("_root.trap2", _currentframe) == 2)) and (getProperty("_root.trap3", _currentframe) == 2)) and (getProperty("_root.trap4", _currentframe) == 1)) {
tellTarget ("_root.trap4") {
gotoAndStop (2);
};
}
}
}
}
}
Symbol 135 Button
on (keyPress "z") {
if ((/:power == 100) and (/:pause == 0)) {
Set("/:power", 0);
tellTarget ("_root.circle") {
gotoAndPlay (2);
};
}
}
Symbol 137 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 18
gotoAndPlay (2);
Symbol 152 MovieClip Frame 1
stop();
z = 9099;
Symbol 152 MovieClip Frame 2
Set("/:black", 1);
Symbol 152 MovieClip Frame 60
if (/:time > /:t) {
call("120");
}
Symbol 152 MovieClip Frame 61
if (/:time > /:t) {
call("120");
}
Symbol 152 MovieClip Frame 120
if (/:h > 0) {
duplicateMovieClip ("_root.blobh", "blobh" add z, z);
q = random(/:h) + 1;
}
if (q == 1) {
setProperty("_root.blobh" add z, _x , random(303) + 52);
setProperty("_root.blobh" add z, _y , 88);
} else if (q == 2) {
setProperty("_root.blobh" add z, _x , random(303) + 52);
setProperty("_root.blobh" add z, _y , 437);
} else if (q == 3) {
setProperty("_root.blobh" add z, _x , 28);
setProperty("_root.blobh" add z, _y , random(304) + 111);
} else if (q == 4) {
setProperty("_root.blobh" add z, _x , 378);
setProperty("_root.blobh" add z, _y , random(304) + 111);
}
z = Number(z) + 1;
Symbol 152 MovieClip Frame 121
call("120");
Symbol 152 MovieClip Frame 122
gotoAndPlay (2);
Symbol 166 MovieClip Frame 1
stop();
z = 1590;
Symbol 166 MovieClip Frame 2
Set("/:snake", 1);
Symbol 166 MovieClip Frame 210
if (/:h > 0) {
duplicateMovieClip ("_root.snakehead", "snakehead" add z, z);
q = random(/:h) + 1;
}
if (q == 1) {
x = random(303) + 52;
y = 88;
setProperty("_root.snakehead" add z, _x , x);
setProperty("_root.snakehead" add z, _y , y);
} else if (q == 2) {
x = random(303) + 52;
y = 437;
setProperty("_root.snakehead" add z, _x , x);
setProperty("_root.snakehead" add z, _y , y);
} else if (q == 3) {
x = 28;
y = random(304) + 111;
setProperty("_root.snakehead" add z, _x , x);
setProperty("_root.snakehead" add z, _y , y);
} else if (q == 4) {
x = 378;
y = random(304) + 111;
setProperty("_root.snakehead" add z, _x , x);
setProperty("_root.snakehead" add z, _y , y);
}
z = Number(z) + 1;
Symbol 166 MovieClip Frame 220
if (/:h > 0) {
duplicateMovieClip ("_root.snake1", "snake1" add z, z);
setProperty("_root.snake1" add z, _x , x);
setProperty("_root.snake1" add z, _y , y);
}
z = Number(z) + 1;
Symbol 166 MovieClip Frame 230
if (/:h > 0) {
duplicateMovieClip ("_root.snake2", "snake2" add z, z);
setProperty("_root.snake2" add z, _x , x);
setProperty("_root.snake2" add z, _y , y);
}
z = Number(z) + 1;
Symbol 166 MovieClip Frame 240
if (/:h > 0) {
duplicateMovieClip ("_root.snake3", "snake3" add z, z);
setProperty("_root.snake3" add z, _x , x);
setProperty("_root.snake3" add z, _y , y);
}
z = Number(z) + 1;
Symbol 166 MovieClip Frame 250
if (/:h > 0) {
duplicateMovieClip ("_root.snake4", "snake4" add z, z);
setProperty("_root.snake4" add z, _x , x);
setProperty("_root.snake4" add z, _y , y);
}
z = Number(z) + 1;
Symbol 166 MovieClip Frame 260
if (/:h > 0) {
duplicateMovieClip ("_root.snake5", "snake5" add z, z);
setProperty("_root.snake5" add z, _x , x);
setProperty("_root.snake5" add z, _y , y);
}
z = Number(z) + 1;
Symbol 166 MovieClip Frame 261
gotoAndPlay (2);
Symbol 170 MovieClip Frame 1
stop();
z = 2050;
Symbol 170 MovieClip Frame 2
Set("/:points25control", 1);
Symbol 170 MovieClip Frame 300
e = random(25) + 1;
if (e == 1) {
if (/:h > 0) {
duplicateMovieClip ("_root.points25", "points25" add z, z);
q = random(/:h) + 1;
}
if (q == 1) {
setProperty("_root.points25" add z, _x , random(303) + 52);
setProperty("_root.points25" add z, _y , 88);
} else if (q == 2) {
setProperty("_root.points25" add z, _x , random(303) + 52);
setProperty("_root.points25" add z, _y , 437);
} else if (q == 3) {
setProperty("_root.points25" add z, _x , 28);
setProperty("_root.points25" add z, _y , random(304) + 111);
} else if (q == 4) {
setProperty("_root.points25" add z, _x , 378);
setProperty("_root.points25" add z, _y , random(304) + 111);
}
z = Number(z) + 1;
}
Symbol 170 MovieClip Frame 301
gotoAndPlay (2);
Symbol 173 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 50
gotoAndStop (1);
Symbol 203 MovieClip Frame 1
stop();
Symbol 215 Button
on (release) {
gotoAndStop (129);
}
Symbol 220 Button
on (release) {
getURL ("mailto:lost50andfound50@aol.com", "_self");
}