Frame 1 (8 B)
stop();
Frame 379 (77 B)
stop();
score = 0;
timer = 0;
hero.gotoAndStop(2);
music.gotoAndStop(2);
Instance of Symbol 51 MovieClip in Frame 379 (197 B)
onClipEvent (enterFrame) {
if (_root.hero._xscale == 100) {
this._x = this._x - (_root.hero.xSpeed / 4);
}
if (_root.hero._xscale == -100) {
this._x = this._x + (_root.hero.xSpeed / 4);
}
}
Instance of Symbol 53 MovieClip in Frame 379 (197 B)
onClipEvent (enterFrame) {
if (_root.hero._xscale == 100) {
this._x = this._x - (_root.hero.xSpeed / 2);
}
if (_root.hero._xscale == -100) {
this._x = this._x + (_root.hero.xSpeed / 2);
}
}
Instance of Symbol 154 MovieClip "ground" in Frame 379 (185 B)
onClipEvent (enterFrame) {
if (_root.hero._xscale == 100) {
this._x = this._x - _root.hero.xSpeed;
}
if (_root.hero._xscale == -100) {
this._x = this._x + _root.hero.xSpeed;
}
}
Instance of Symbol 249 MovieClip "hero" in Frame 379 (1.2 KiB) ●
onClipEvent (load) {
xSpeed = 0;
hidden = true;
activated = false;
bonus = 0;
score = 10;
elfin = 100;
}
onClipEvent (enterFrame) {
if (activated == true) {
if (this._currentframe == 1) {
xSpeed = 6;
}
if (Key.isDown(39)) {
this._xscale = 100;
}
if (Key.isDown(37)) {
this._xscale = -100;
}
if (this._currentframe == 2) {
if (Key.isDown(32)) {
hidden = false;
this.gotoAndStop(3);
_root.music.gotoAndStop(1);
}
}
if (this._currentframe == 1) {
if (Key.isDown(17)) {
hidden = true;
this.gotoAndStop(2);
xSpeed = 0;
_root.music.gotoAndStop(2);
}
}
if (hidden == true) {
if (Key.isDown(37) or Key.isDown(39)) {
xSpeed = 1.5;
_rotation = random(5);
} else {
xSpeed = 0;
}
}
if (bonus > 0) {
bonus--;
}
if (score < 0) {
score = 0;
}
if (this._yscale < 30) {
activated = false;
this._yscale = 100;
this._xscale = 100;
this.gotoAndStop(4);
xSpeed = 0;
}
if (_root.timer == 0) {
activated = false;
this._yscale = 100;
this._xscale = 100;
this.gotoAndStop(4);
xSpeed = 0;
}
}
if (this._currentframe == 4) {
this.elfin--;
}
if (this.elfin == 0) {
_root.nextFrame();
}
}
Frame 380 (57 B)
stop();
timer = 59;
score = 0;
hero.activated = true;
Instance of Symbol 282 MovieClip in Frame 380 (146 B)
onClipEvent (enterFrame) {
if (this._currentframe == 50) {
_root.timer = _root.timer - 1;
}
if (_root.timer < 0) {
_root.timer = 0;
}
}
Frame 381 (53 B)
stop();
music.gotoAndStop(2);
myname = "NameHere";
Frame 382 (814 B)
function __rankz_send__(par1, par2, par3, par4) {
par227 = new LoadVars();
par228 = new LoadVars();
par227.flashkey = par2;
par227.SU0249 = par1;
par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3);
par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s");
par227.flashkey = par227.flashkey.split("=").join("");
par227.SU0249 = par227.SU0249.split("=").join("");
par228.onLoad = function (success) {
if (success) {
trace(par228.msg);
} else {
trace(par228.loaded);
}
};
par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST");
}
stop();
bXlnYW1lX25hbWVfdmFyaWFibGU = myname;
bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = score;
__rankz_send__("MjE2OGolZSVhJW4lcw==", "akF5cU1RTkQ=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl);
Symbol 20 MovieClip Frame 7 (8 B)
stop();
Symbol 26 Button (31 B)
on (release) {
_root.play();
}
Symbol 29 MovieClip Frame 1 (186 B)
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
bar._xscale = PercentLoaded;
} else {
gotoAndPlay ("loaded");
}
Symbol 29 MovieClip Frame 2 (17 B)
gotoAndPlay (1);
Symbol 29 MovieClip Frame 50 (8 B)
stop();
Symbol 34 Button (62 B)
on (release) {
getURL ("http://www.dabontv.com", "_blank");
}
Symbol 325 MovieClip [__Packages.ab3.rankz.Armor_Bot_30_En_AS1] Frame 0 (5.86 KiB) ● ●
class ab3.rankz.Armor_Bot_30_En_AS1 extends Object
{
static var _CharsReverseLookup;
var _Armor_Bot_30_En_AS1Str, _Armor_Bot_30_En_AS1Count;
function Armor_Bot_30_En_AS1 () {
super();
}
static function Encode(str) {
var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1();
return(_local1.encodeArmor_Bot_30_En_AS1(str));
}
static function Decode(str) {
var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1();
return(_local1.decodeArmor_Bot_30_En_AS1(str));
}
static function StringReplaceAll(source, find, replacement) {
return(source.split(find).join(replacement));
}
static function InitReverseChars() {
_CharsReverseLookup = new Array();
var _local1 = 0;
while (_local1 < _Chars.length) {
_CharsReverseLookup[_Chars[_local1]] = _local1;
_local1++;
}
return(true);
}
static function UrlDecode(str) {
str = StringReplaceAll(str, "\\", " ");
str = unescape(str);
return(str);
}
static function UrlEncode(str) {
str = escape(str);
str = StringReplaceAll(str, "\\", "%2B");
str = StringReplaceAll(str, "%20", "+");
return(str);
}
function setArmor_Bot_30_En_AS1Str(str) {
_Armor_Bot_30_En_AS1Str = str;
_Armor_Bot_30_En_AS1Count = 0;
}
function readArmor_Bot_30_En_AS1() {
if (!_Armor_Bot_30_En_AS1Str) {
return(_EndOfInput);
}
if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) {
return(_EndOfInput);
}
var _local2 = _Armor_Bot_30_En_AS1Str.charCodeAt(_Armor_Bot_30_En_AS1Count) & 255;
_Armor_Bot_30_En_AS1Count++;
return(_local2);
}
function encodeArmor_Bot_30_En_AS1(str) {
setArmor_Bot_30_En_AS1Str(str);
var _local3 = "";
var _local2 = new Array(3);
var _local5 = 0;
var _local4 = false;
while ((!_local4) && (((_local2[0] = readArmor_Bot_30_En_AS1())) != _EndOfInput)) {
_local2[1] = readArmor_Bot_30_En_AS1();
_local2[2] = readArmor_Bot_30_En_AS1();
_local3 = _local3 + _Chars[_local2[0] >> 2];
if (_local2[1] != _EndOfInput) {
_local3 = _local3 + _Chars[((_local2[0] << 4) & 48) | (_local2[1] >> 4)];
if (_local2[2] != _EndOfInput) {
_local3 = _local3 + _Chars[((_local2[1] << 2) & 60) | (_local2[2] >> 6)];
_local3 = _local3 + _Chars[_local2[2] & 63];
} else {
_local3 = _local3 + _Chars[(_local2[1] << 2) & 60];
_local3 = _local3 + "=";
_local4 = true;
}
} else {
_local3 = _local3 + _Chars[(_local2[0] << 4) & 48];
_local3 = _local3 + "=";
_local3 = _local3 + "=";
_local4 = true;
}
_local5 = _local5 + 4;
if (_local5 >= 76) {
_local3 = _local3 + newline;
_local5 = 0;
}
}
return(_local3);
}
function readReverseArmor_Bot_30_En_AS1() {
if (!_Armor_Bot_30_En_AS1Str) {
return(_EndOfInput);
}
while (true) {
if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) {
return(_EndOfInput);
}
var _local2 = _Armor_Bot_30_En_AS1Str.charAt(_Armor_Bot_30_En_AS1Count);
_Armor_Bot_30_En_AS1Count++;
if (_CharsReverseLookup[_local2]) {
return(_CharsReverseLookup[_local2]);
}
if (_local2 == "A") {
return(0);
}
}
}
function ntos(n) {
var _local1 = n.toString(16);
if (_local1.length == 1) {
_local1 = "0" + _local1;
}
_local1 = "%" + _local1;
return(unescape(_local1));
}
function decodeArmor_Bot_30_En_AS1(str) {
setArmor_Bot_30_En_AS1Str(str);
var _local3 = "";
var _local2 = new Array(4);
var _local4 = false;
while (((!_local4) && (((_local2[0] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) && (((_local2[1] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) {
_local2[2] = readReverseArmor_Bot_30_En_AS1();
_local2[3] = readReverseArmor_Bot_30_En_AS1();
_local3 = _local3 + ntos(((_local2[0] << 2) & 255) | (_local2[1] >> 4));
if (_local2[2] != _EndOfInput) {
_local3 = _local3 + ntos(((_local2[1] << 4) & 255) | (_local2[2] >> 2));
if (_local2[3] != _EndOfInput) {
_local3 = _local3 + ntos(((_local2[2] << 6) & 255) | _local2[3]);
} else {
_local4 = true;
}
} else {
_local4 = true;
}
}
return(_local3);
}
function toHex(n) {
var _local4 = "";
var _local3 = true;
var _local1 = 32;
while (_local1 > 0) {
_local1 = _local1 - 4;
var _local2 = (n >> _local1) & 15;
if ((!_local3) || (_local2 != 0)) {
_local3 = false;
_local4 = _local4 + _Digits[_local2];
}
}
return(((_local4 == "") ? "0" : (_local4)));
}
function pad(str, len, pad) {
var _local2 = str;
var _local1 = str.length;
while (_local1 < len) {
_local2 = pad + _local2;
_local1++;
}
return(_local2);
}
function encodeHex(str) {
var _local4 = "";
var _local2 = 0;
while (_local2 < str.length) {
_local4 = _local4 + pad(toHex(str.charCodeAt(_local2) & 255), 2, "0");
_local2++;
}
return(_local4);
}
function decodeHex(str) {
var _local5 = "";
var _local3 = "";
var _local2 = 0;
while (_local2 < str.length) {
_local3 = _local3 + str.charAt(_local2);
if (_local3.length == 2) {
_local5 = _local5 + ntos(parseInt("0x" + _local3));
_local3 = "";
}
_local2++;
}
return(_local5);
}
static var _EndOfInput = -1;
static var _Chars = new Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "+", "/");
static var _CharsReverseLookupInited = InitReverseChars();
static var _Digits = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f");
}
Symbol 44 Button (60 B)
on (press) {
getURL ("http://www.dabontv.com", "_blank");
}
Symbol 64 MovieClip Frame 1 (8 B)
stop();
Symbol 64 MovieClip Frame 2 (8 B)
stop();
Symbol 110 MovieClip Frame 26 (8 B)
stop();
Symbol 129 MovieClip Frame 26 (8 B)
stop();
Symbol 153 MovieClip Frame 26 (8 B)
stop();
Instance of Symbol 55 MovieClip "lwall" in Symbol 154 MovieClip Frame 1 (92 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.hero._xscale = 100;
}
}
Instance of Symbol 55 MovieClip "rwall" in Symbol 154 MovieClip Frame 1 (93 B)
onClipEvent (enterFrame) {
if (this.hitTest(_root.hero)) {
_root.hero._xscale = -100;
}
}
Instance of Symbol 64 MovieClip in Symbol 154 MovieClip Frame 1 (1 KiB) ●
onClipEvent (load) {
timer = 30;
stop();
xSpeed = 1 + random(4);
right = true;
}
onClipEvent (enterFrame) {
timer = timer - 0.5;
if (this._currentframe == 1) {
if (this.timer == 0) {
this.timer = 20 + random(20);
nextFrame();
}
}
if (this._currentframe == 2) {
if (this.timer == 0) {
this.timer = 20 + random(20);
prevFrame();
}
}
if (right == true) {
this._x = this._x + xSpeed;
_xscale = 100;
}
if (right == false) {
this._x = this._x - xSpeed;
_xscale = -100;
}
if (this.hitTest(_parent.lwall)) {
right = true;
}
if (this.hitTest(_parent.rwall)) {
right = false;
}
if (this._currentframe == 2) {
if (_root.hero.activated == true) {
if (this.hitTest(_root.hero.det)) {
if (_root.hero._currentframe == 2) {
_root.hero._yscale = _root.hero._yscale + 0.2;
_root.hero.score = _root.hero.score + 1;
}
if (_root.hero._currentframe == 1) {
_root.hero._yscale = _root.hero._yscale - 1;
_root.hero.score = _root.hero.score - 3;
}
}
}
}
}
Instance of Symbol 64 MovieClip in Symbol 154 MovieClip Frame 1 (1 KiB) ●
onClipEvent (load) {
timer = 30;
stop();
xSpeed = 1 + random(4);
right = true;
}
onClipEvent (enterFrame) {
timer = timer - 0.5;
if (this._currentframe == 1) {
if (this.timer == 0) {
this.timer = 20 + random(20);
nextFrame();
}
}
if (this._currentframe == 2) {
if (this.timer == 0) {
this.timer = 20 + random(20);
prevFrame();
}
}
if (right == true) {
this._x = this._x + xSpeed;
_xscale = 100;
}
if (right == false) {
this._x = this._x - xSpeed;
_xscale = -100;
}
if (this.hitTest(_parent.lwall)) {
right = true;
}
if (this.hitTest(_parent.rwall)) {
right = false;
}
if (this._currentframe == 2) {
if (_root.hero.activated == true) {
if (this.hitTest(_root.hero.det)) {
if (_root.hero._currentframe == 2) {
_root.hero._yscale = _root.hero._yscale + 0.2;
_root.hero.score = _root.hero.score + 1;
}
if (_root.hero._currentframe == 1) {
_root.hero._yscale = _root.hero._yscale - 1;
_root.hero.score = _root.hero.score - 3;
}
}
}
}
}
Instance of Symbol 64 MovieClip in Symbol 154 MovieClip Frame 1 (1 KiB) ●
onClipEvent (load) {
timer = 30;
stop();
xSpeed = 1 + random(4);
right = true;
}
onClipEvent (enterFrame) {
timer = timer - 0.5;
if (this._currentframe == 1) {
if (this.timer == 0) {
this.timer = 20 + random(20);
nextFrame();
}
}
if (this._currentframe == 2) {
if (this.timer == 0) {
this.timer = 20 + random(20);
prevFrame();
}
}
if (right == true) {
this._x = this._x + xSpeed;
_xscale = 100;
}
if (right == false) {
this._x = this._x - xSpeed;
_xscale = -100;
}
if (this.hitTest(_parent.lwall)) {
right = true;
}
if (this.hitTest(_parent.rwall)) {
right = false;
}
if (this._currentframe == 2) {
if (_root.hero.activated == true) {
if (this.hitTest(_root.hero.det)) {
if (_root.hero._currentframe == 2) {
_root.hero._yscale = _root.hero._yscale + 0.2;
_root.hero.score = _root.hero.score + 1;
}
if (_root.hero._currentframe == 1) {
_root.hero._yscale = _root.hero._yscale - 1;
_root.hero.score = _root.hero.score - 3;
}
}
}
}
}
Symbol 154 MovieClip Frame 2 (8 B)
stop();
Instance of Symbol 110 MovieClip in Symbol 154 MovieClip Frame 2 (1.55 KiB) ●
onClipEvent (load) {
this.gotoAndStop(2);
xSpeed = 1;
right = true;
activated = true;
score = 10;
time = 1;
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 2);
if (_alpha > 100) {
_alpha = 100;
}
if (activated == true) {
if (right == true) {
this._x = this._x + xSpeed;
_xscale = 100;
}
if (right == false) {
this._x = this._x - xSpeed;
_xscale = -100;
}
if (_root.hero._currentframe == 3) {
xSpeed = 7;
gotoAndStop (2);
if (this._x > _root.hero.det._x) {
right = true;
}
if (this._x < _root.hero.det._x) {
right = false;
}
}
if (this.hitTest(_parent.lwall)) {
this._x = this._x + xSpeed;
right = true;
}
if (this.hitTest(_parent.rwall)) {
this._x = this._x - xSpeed;
right = false;
}
if (_root.music._currentframe == 2) {
if (this._currentframe < 26) {
xSpeed = 1;
gotoAndStop (1);
}
}
}
if (this.hitTest(_root.hero.det)) {
if ((_root.hero._currentframe == 1) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
if ((_root.hero._currentframe == 3) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
}
if (this._currentframe == 3) {
if (_root.hero.bonus > 0) {
_root.score = _root.score + (_root.hero.score * 2);
} else if (_root.hero.bonus == 0) {
_root.score = _root.score + _root.hero.score;
_root.hero.bonus = _root.hero.bonus + 30;
}
}
}
Instance of Symbol 129 MovieClip in Symbol 154 MovieClip Frame 2 (1.55 KiB) ●
onClipEvent (load) {
this.gotoAndStop(2);
xSpeed = 2;
right = true;
activated = true;
score = 10;
time = 1;
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 2);
if (_alpha > 100) {
_alpha = 100;
}
if (activated == true) {
if (right == true) {
this._x = this._x + xSpeed;
_xscale = 100;
}
if (right == false) {
this._x = this._x - xSpeed;
_xscale = -100;
}
if (_root.hero._currentframe == 3) {
xSpeed = 10;
gotoAndStop (2);
if (this._x > _root.hero.det._x) {
right = true;
}
if (this._x < _root.hero.det._x) {
right = false;
}
}
if (this.hitTest(_parent.lwall)) {
this._x = this._x + xSpeed;
right = true;
}
if (this.hitTest(_parent.rwall)) {
this._x = this._x - xSpeed;
right = false;
}
if (_root.music._currentframe == 2) {
if (this._currentframe < 26) {
xSpeed = 2;
gotoAndStop (1);
}
}
}
if (this.hitTest(_root.hero.det)) {
if ((_root.hero._currentframe == 1) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
if ((_root.hero._currentframe == 3) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
}
if (this._currentframe == 3) {
if (_root.hero.bonus > 0) {
_root.score = _root.score + (_root.hero.score * 2);
} else if (_root.hero.bonus == 0) {
_root.score = _root.score + _root.hero.score;
_root.hero.bonus = _root.hero.bonus + 30;
}
}
}
Instance of Symbol 131 MovieClip "counter" in Symbol 154 MovieClip Frame 2 (126 B)
onClipEvent (load) {
score = 0;
}
onClipEvent (enterFrame) {
if (score > 8) {
score = 0;
_parent.gotoAndPlay(1);
}
}
Instance of Symbol 153 MovieClip in Symbol 154 MovieClip Frame 2 (1.55 KiB) ●
onClipEvent (load) {
this.gotoAndStop(2);
xSpeed = 0.5;
right = true;
activated = true;
score = 10;
time = 1;
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 2);
if (_alpha > 100) {
_alpha = 100;
}
if (activated == true) {
if (right == true) {
this._x = this._x + xSpeed;
_xscale = 100;
}
if (right == false) {
this._x = this._x - xSpeed;
_xscale = -100;
}
if (_root.hero._currentframe == 3) {
xSpeed = 3;
gotoAndStop (2);
if (this._x > _root.hero.det._x) {
right = true;
}
if (this._x < _root.hero.det._x) {
right = false;
}
}
if (this.hitTest(_parent.lwall)) {
this._x = this._x + xSpeed;
right = true;
}
if (this.hitTest(_parent.rwall)) {
this._x = this._x - xSpeed;
right = false;
}
if (_root.music._currentframe == 2) {
if (this._currentframe < 26) {
xSpeed = 0.5;
gotoAndStop (1);
}
}
}
if (this.hitTest(_root.hero.det)) {
if ((_root.hero._currentframe == 1) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
if ((_root.hero._currentframe == 3) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
}
if (this._currentframe == 3) {
if (_root.hero.bonus > 0) {
_root.score = _root.score + (_root.hero.score * 2);
} else if (_root.hero.bonus == 0) {
_root.score = _root.score + _root.hero.score;
_root.hero.bonus = _root.hero.bonus + 30;
}
}
}
Instance of Symbol 110 MovieClip in Symbol 154 MovieClip Frame 2 (1.55 KiB) ●
onClipEvent (load) {
this.gotoAndStop(2);
xSpeed = 1;
right = true;
activated = true;
score = 10;
time = 1;
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 2);
if (_alpha > 100) {
_alpha = 100;
}
if (activated == true) {
if (right == true) {
this._x = this._x + xSpeed;
_xscale = 100;
}
if (right == false) {
this._x = this._x - xSpeed;
_xscale = -100;
}
if (_root.hero._currentframe == 3) {
xSpeed = 7;
gotoAndStop (2);
if (this._x > _root.hero.det._x) {
right = true;
}
if (this._x < _root.hero.det._x) {
right = false;
}
}
if (this.hitTest(_parent.lwall)) {
this._x = this._x + xSpeed;
right = true;
}
if (this.hitTest(_parent.rwall)) {
this._x = this._x - xSpeed;
right = false;
}
if (_root.music._currentframe == 2) {
if (this._currentframe < 26) {
xSpeed = 1;
gotoAndStop (1);
}
}
}
if (this.hitTest(_root.hero.det)) {
if ((_root.hero._currentframe == 1) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
if ((_root.hero._currentframe == 3) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
}
if (this._currentframe == 3) {
if (_root.hero.bonus > 0) {
_root.score = _root.score + (_root.hero.score * 2);
} else if (_root.hero.bonus == 0) {
_root.score = _root.score + _root.hero.score;
_root.hero.bonus = _root.hero.bonus + 30;
}
}
}
Instance of Symbol 129 MovieClip in Symbol 154 MovieClip Frame 2 (1.55 KiB) ●
onClipEvent (load) {
this.gotoAndStop(2);
xSpeed = 2;
right = true;
activated = true;
score = 10;
time = 1;
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 2);
if (_alpha > 100) {
_alpha = 100;
}
if (activated == true) {
if (right == true) {
this._x = this._x + xSpeed;
_xscale = 100;
}
if (right == false) {
this._x = this._x - xSpeed;
_xscale = -100;
}
if (_root.hero._currentframe == 3) {
xSpeed = 10;
gotoAndStop (2);
if (this._x > _root.hero.det._x) {
right = true;
}
if (this._x < _root.hero.det._x) {
right = false;
}
}
if (this.hitTest(_parent.lwall)) {
this._x = this._x + xSpeed;
right = true;
}
if (this.hitTest(_parent.rwall)) {
this._x = this._x - xSpeed;
right = false;
}
if (_root.music._currentframe == 2) {
if (this._currentframe < 26) {
xSpeed = 2;
gotoAndStop (1);
}
}
}
if (this.hitTest(_root.hero.det)) {
if ((_root.hero._currentframe == 1) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
if ((_root.hero._currentframe == 3) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
}
if (this._currentframe == 3) {
if (_root.hero.bonus > 0) {
_root.score = _root.score + (_root.hero.score * 2);
} else if (_root.hero.bonus == 0) {
_root.score = _root.score + _root.hero.score;
_root.hero.bonus = _root.hero.bonus + 30;
}
}
}
Instance of Symbol 153 MovieClip in Symbol 154 MovieClip Frame 2 (1.55 KiB) ●
onClipEvent (load) {
this.gotoAndStop(2);
xSpeed = 0.5;
right = true;
activated = true;
score = 10;
time = 1;
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 2);
if (_alpha > 100) {
_alpha = 100;
}
if (activated == true) {
if (right == true) {
this._x = this._x + xSpeed;
_xscale = 100;
}
if (right == false) {
this._x = this._x - xSpeed;
_xscale = -100;
}
if (_root.hero._currentframe == 3) {
xSpeed = 3;
gotoAndStop (2);
if (this._x > _root.hero.det._x) {
right = true;
}
if (this._x < _root.hero.det._x) {
right = false;
}
}
if (this.hitTest(_parent.lwall)) {
this._x = this._x + xSpeed;
right = true;
}
if (this.hitTest(_parent.rwall)) {
this._x = this._x - xSpeed;
right = false;
}
if (_root.music._currentframe == 2) {
if (this._currentframe < 26) {
xSpeed = 0.5;
gotoAndStop (1);
}
}
}
if (this.hitTest(_root.hero.det)) {
if ((_root.hero._currentframe == 1) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
if ((_root.hero._currentframe == 3) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
}
if (this._currentframe == 3) {
if (_root.hero.bonus > 0) {
_root.score = _root.score + (_root.hero.score * 2);
} else if (_root.hero.bonus == 0) {
_root.score = _root.score + _root.hero.score;
_root.hero.bonus = _root.hero.bonus + 30;
}
}
}
Instance of Symbol 110 MovieClip in Symbol 154 MovieClip Frame 2 (1.55 KiB) ●
onClipEvent (load) {
this.gotoAndStop(2);
xSpeed = 1;
right = true;
activated = true;
score = 10;
time = 1;
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 2);
if (_alpha > 100) {
_alpha = 100;
}
if (activated == true) {
if (right == true) {
this._x = this._x + xSpeed;
_xscale = 100;
}
if (right == false) {
this._x = this._x - xSpeed;
_xscale = -100;
}
if (_root.hero._currentframe == 3) {
xSpeed = 7;
gotoAndStop (2);
if (this._x > _root.hero.det._x) {
right = true;
}
if (this._x < _root.hero.det._x) {
right = false;
}
}
if (this.hitTest(_parent.lwall)) {
this._x = this._x + xSpeed;
right = true;
}
if (this.hitTest(_parent.rwall)) {
this._x = this._x - xSpeed;
right = false;
}
if (_root.music._currentframe == 2) {
if (this._currentframe < 26) {
xSpeed = 1;
gotoAndStop (1);
}
}
}
if (this.hitTest(_root.hero.det)) {
if ((_root.hero._currentframe == 1) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
if ((_root.hero._currentframe == 3) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
}
if (this._currentframe == 3) {
if (_root.hero.bonus > 0) {
_root.score = _root.score + (_root.hero.score * 2);
} else if (_root.hero.bonus == 0) {
_root.score = _root.score + _root.hero.score;
_root.hero.bonus = _root.hero.bonus + 30;
}
}
}
Instance of Symbol 129 MovieClip in Symbol 154 MovieClip Frame 2 (1.55 KiB) ●
onClipEvent (load) {
this.gotoAndStop(2);
xSpeed = 2;
right = true;
activated = true;
score = 10;
time = 1;
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 2);
if (_alpha > 100) {
_alpha = 100;
}
if (activated == true) {
if (right == true) {
this._x = this._x + xSpeed;
_xscale = 100;
}
if (right == false) {
this._x = this._x - xSpeed;
_xscale = -100;
}
if (_root.hero._currentframe == 3) {
xSpeed = 10;
gotoAndStop (2);
if (this._x > _root.hero.det._x) {
right = true;
}
if (this._x < _root.hero.det._x) {
right = false;
}
}
if (this.hitTest(_parent.lwall)) {
this._x = this._x + xSpeed;
right = true;
}
if (this.hitTest(_parent.rwall)) {
this._x = this._x - xSpeed;
right = false;
}
if (_root.music._currentframe == 2) {
if (this._currentframe < 26) {
xSpeed = 2;
gotoAndStop (1);
}
}
}
if (this.hitTest(_root.hero.det)) {
if ((_root.hero._currentframe == 1) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
if ((_root.hero._currentframe == 3) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
}
if (this._currentframe == 3) {
if (_root.hero.bonus > 0) {
_root.score = _root.score + (_root.hero.score * 2);
} else if (_root.hero.bonus == 0) {
_root.score = _root.score + _root.hero.score;
_root.hero.bonus = _root.hero.bonus + 30;
}
}
}
Instance of Symbol 153 MovieClip in Symbol 154 MovieClip Frame 2 (1.55 KiB) ●
onClipEvent (load) {
this.gotoAndStop(2);
xSpeed = 0.5;
right = true;
activated = true;
score = 10;
time = 1;
_alpha = 0;
}
onClipEvent (enterFrame) {
_alpha = (_alpha + 2);
if (_alpha > 100) {
_alpha = 100;
}
if (activated == true) {
if (right == true) {
this._x = this._x + xSpeed;
_xscale = 100;
}
if (right == false) {
this._x = this._x - xSpeed;
_xscale = -100;
}
if (_root.hero._currentframe == 3) {
xSpeed = 3;
gotoAndStop (2);
if (this._x > _root.hero.det._x) {
right = true;
}
if (this._x < _root.hero.det._x) {
right = false;
}
}
if (this.hitTest(_parent.lwall)) {
this._x = this._x + xSpeed;
right = true;
}
if (this.hitTest(_parent.rwall)) {
this._x = this._x - xSpeed;
right = false;
}
if (_root.music._currentframe == 2) {
if (this._currentframe < 26) {
xSpeed = 0.5;
gotoAndStop (1);
}
}
}
if (this.hitTest(_root.hero.det)) {
if ((_root.hero._currentframe == 1) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
if ((_root.hero._currentframe == 3) && (this._currentframe == 2)) {
activated = false;
_parent.counter.score = _parent.counter.score + 1;
this.gotoAndPlay(3);
}
}
if (this._currentframe == 3) {
if (_root.hero.bonus > 0) {
_root.score = _root.score + (_root.hero.score * 2);
} else if (_root.hero.bonus == 0) {
_root.score = _root.score + _root.hero.score;
_root.hero.bonus = _root.hero.bonus + 30;
}
}
}
Symbol 159 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 156 MovieClip in Symbol 159 MovieClip Frame 1 (50 B)
onClipEvent (load) {
gotoAndPlay(random(1156));
}
Symbol 159 MovieClip Frame 2 (8 B)
stop();
Instance of Symbol 158 MovieClip in Symbol 159 MovieClip Frame 2 (87 B)
onClipEvent (load) {
if (_root._currentframe == 2) {
gotoAndPlay(random(5217));
}
}
Symbol 187 MovieClip Frame 29 (8 B)
stop();
Symbol 204 MovieClip Frame 15 (24 B)
_parent.gotoAndStop(1);
Symbol 248 MovieClip Frame 36 (8 B)
stop();
Symbol 249 MovieClip Frame 1 (8 B)
stop();
Instance of Symbol 161 MovieClip "det" in Symbol 249 MovieClip Frame 1 (42 B)
onClipEvent (load) {
_visible = false;
}
Symbol 249 MovieClip Frame 2 (8 B)
stop();
Symbol 249 MovieClip Frame 3 (8 B)
stop();
Symbol 249 MovieClip Frame 4 (8 B)
stop();
Symbol 261 MovieClip Frame 9 (8 B)
stop();
Symbol 262 MovieClip Frame 8 (8 B)
stop();
Symbol 264 Button (36 B)
on (press) {
instructions.play();
}
Symbol 265 Button (74 B)
on (release) {
_root.hero.activated = true;
_root.gotoAndStop("game");
}
Symbol 266 Button (60 B)
on (press) {
getURL ("http://www.dabontv.com", "_blank");
}
Symbol 267 Button (64 B)
on (press) {
getURL ("http://www.sun-studios.net", "_blank");
}
Symbol 273 MovieClip Frame 1 (8 B)
stop();
Symbol 273 MovieClip Frame 27 (8 B)
stop();
Symbol 274 MovieClip Frame 91 (8 B)
stop();
Symbol 301 Button (36 B)
on (release) {
gotoAndPlay (378);
}
Symbol 302 Button (28 B)
on (press) {
nextFrame();
}
Symbol 303 Button (84 B)
on (release) {
getURL ("http://rankz.armorbot.com/LightPeopleonFire/", "_blank");
}
Symbol 318 Button (82 B)
on (press) {
getURL ("http://rankz.armorbot.com/LightPeopleonFire/", "_blank");
}
Symbol 323 MovieClip Frame 102 (8 B)
stop();