Frame 1
stop();
function getFromShared() {
_global.c_hair = _root.ShrObj.data.c_hair;
_global.cc_hair = _root.ShrObj.data.cc_hair;
_global.c_head = _root.ShrObj.data.c_hair;
_global.cc_head = _root.ShrObj.data.cc_head;
_global.c_top = _root.ShrObj.data.c_top;
_global.cc_top = _root.ShrObj.data.cc_top;
_global.c_bottom = _root.ShrObj.data.c_bottom;
_global.cc_bottom = _root.ShrObj.data.cc_bottom;
_global.c_shoes = _root.ShrObj.data.c_shoes;
_global.cc_shoes = _root.ShrObj.data.cc_shoes;
_global.cc_spray = _root.ShrObj.data.cc_spray;
}
function putToShared() {
_root.ShrObj.data.c_hair = _global.c_hair;
_root.ShrObj.data.cc_hair = _global.cc_hair;
_root.ShrObj.data.c_hair = _global.c_head;
_root.ShrObj.data.cc_head = _global.cc_head;
_root.ShrObj.data.c_top = _global.c_top;
_root.ShrObj.data.cc_top = _global.cc_top;
_root.ShrObj.data.c_bottom = _global.c_bottom;
_root.ShrObj.data.cc_bottom = _global.cc_bottom;
_root.ShrObj.data.c_shoes = _global.c_shoes;
_root.ShrObj.data.cc_shoes = _global.cc_shoes;
_root.ShrObj.data.cc_spray = _global.cc_spray;
}
function preinit() {
_global.tagarray = new Array();
_global.objectarray = new Array();
createNewObject(500, "fuel");
_global.gravangle = 1;
_global.grav = 2;
_global.lev = 3;
_global.lastatt = 100;
_global.uet = 0;
_global.uot = 0;
}
ShrObj = SharedObject.getLocal("newplo44ssazz");
if (ShrObj.data.c_hair == undefined) {
ShrObj.data.c_hair = random(3) + 1;
ShrObj.data.cc_hair = random(3) + 1;
ShrObj.data.c_head = random(3) + 1;
ShrObj.data.cc_head = random(3) + 1;
ShrObj.data.c_top = random(3) + 1;
ShrObj.data.cc_top = random(3) + 1;
ShrObj.data.c_bottom = random(3) + 1;
ShrObj.data.cc_bottom = random(3) + 1;
ShrObj.data.c_shoes = random(3) + 1;
ShrObj.data.cc_shoes = random(3) + 1;
ShrObj.data.cc_spray = random(3) + 1;
}
getFromShared();
preinit();
Instance of Symbol 20 MovieClip in Frame 1
onClipEvent (enterFrame) {
a = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
trace(a);
gotoAndStop(a + 1);
}
onClipEvent (load) {
a = 0;
}
Frame 2
gotoAndPlay (32);
Frame 6
function getNormDotProduct(x1, y1, x2, y2) {
var _local1 = (x1 * x2) + (y1 * y2);
var _local3 = Math.sqrt((x1 * x1) + (y1 * y1));
var _local8 = Math.sqrt((x2 * x2) + (y2 * y2));
var _local7 = _local1 / (_local3 * _local8);
a = new Object();
a.dp = _local1;
a.angle = Math.acos(_local7);
return(a);
}
function getDistance(x1, y1, x2, y2) {
var _local2 = x2 - x1;
var _local1 = y2 - y1;
var _local3 = Math.sqrt((_local2 * _local2) + (_local1 * _local1));
return(_local3);
}
function cTrack(num) {
_global.currenttune = num;
stopAllSounds();
_root.music.gotoAndStop(num + 1);
}
gotoAndStop (20);
Frame 7
function preinit() {
_global.tagarray = new Array();
_global.objectarray = new Array();
createNewObject(500, "fuel");
_global.gravangle = 1;
_global.grav = 2;
_global.lastatt = 100;
_global.uet = 0;
_global.uot = 0;
}
function init() {
t = 1;
while (t < 20) {
createNewObject((t * 40000) + 3, "ball");
t++;
}
t = 1;
while (t < 20) {
createNewObject((t * 15000) + 700, "boost");
t++;
}
t = 1;
while (t < 50) {
createNewObject((t * 10000) + random(5000), "fuel");
t++;
}
_global.objectarray.sortOn("att", Array.NUMERIC);
z = 1;
while (z < _global.objectarray.length) {
z++;
}
t = 0;
while (t < _global.tagarray.length) {
t++;
}
gotoAndStop (15);
}
function createNewTag(textv, atti) {
_global.uet++;
var _local2 = new Object();
if (atti != undefined) {
_local2.att = atti;
}
presplit = new Array();
presplit = textv.split("m");
splitdrawing = presplit[0].split("a");
_local2.drawing = splitdrawing;
_local2.text = presplit[1];
if (presplit[2].charAt(10) == undefined) {
_local2.color = 1;
} else {
_local2.color = presplit[2].charAt(10);
}
_local2.rand = random(300) - 150;
_local2.id = _global.uet;
_local2.att = _local2.att;
_global.lastcharstring = presplit[2];
_global.lastatt = _local2.att;
_global.tagarray.push(_local2);
}
function createNewObject(atti, sname) {
_global.uot++;
var _local2 = new Object();
_local2.rand = random(240) - 120;
_local2.id = _global.uot;
_local2.att = Number(atti);
_local2.symbol = sname;
_global.lastattobj = _local2.att;
_global.objectarray.push(_local2);
}
preinit();
you._visible = true;
rocket._visible = true;
Frame 8
stop();
Instance of Symbol 28 MovieClip "texttag" in Frame 8
onClipEvent (enterFrame) {
if (_name != "texttag") {
if (_root._currentframe != 10) {
removeMovieClip(this);
}
if ((_y < -200) || (_y > 500)) {
} else if (_parent.you.mode == "tag") {
_visible = false;
} else {
_visible = true;
}
if (_name == "texttag") {
_visible = false;
}
_y = (_root.bg.totatt - att);
}
}
onClipEvent (load) {
ott = _root.bg.totatt;
_y = (_root.bg.totatt - att);
_x = (250 + rand);
}
Instance of Symbol 31 MovieClip "fuel" in Frame 8
onClipEvent (enterFrame) {
if (_name != "fuel") {
if (_root._currentframe != 10) {
removeMovieClip(this);
}
if (_root.getDistance(_x, _y, _parent.you._x, _parent.you._y) < 70) {
_root.sound.gotoAndStop(7);
_global.objectarray[remid].done = true;
_root.you.fuel = 100;
removeMovieClip(this);
}
if (att == undefined) {
_x = -5000;
}
ret = _name;
if ((_y < -200) || (_y > 500)) {
} else if (_parent.you.mode == "tag") {
_visible = false;
} else {
_visible = true;
}
if (_name == "texttag") {
_visible = false;
}
_y = (_root.bg.totatt - att);
}
}
onClipEvent (load) {
ott = _root.bg.totatt;
_y = (_root.bg.totatt - att);
_x = (250 + rand);
}
Instance of Symbol 34 MovieClip "ball" in Frame 8
onClipEvent (enterFrame) {
if (_name != "ball") {
if (_root._currentframe != 10) {
removeMovieClip(this);
}
if (_root.getDistance(_x, _y, _parent.you._x, _parent.you._y) < 70) {
_root.sound.gotoAndStop(8);
_root.you.ball = true;
_global.objectarray[remid].done = true;
removeMovieClip(this);
}
if (att == undefined) {
_x = -5000;
}
ret = _name;
if ((_y < -200) || (_y > 500)) {
} else if (_parent.you.mode == "tag") {
_visible = false;
} else {
_visible = true;
}
if (_name == "texttag") {
_visible = false;
}
_y = (_root.bg.totatt - att);
}
}
onClipEvent (load) {
ott = _root.bg.totatt;
_y = (_root.bg.totatt - att);
_x = (250 + rand);
}
Instance of Symbol 37 MovieClip "boost" in Frame 8
onClipEvent (enterFrame) {
if (_name != "boost") {
if (_root._currentframe != 10) {
removeMovieClip(this);
}
if (_root.getDistance(_x, _y, _parent.you._x, _parent.you._y) < 70) {
_root.sound.gotoAndStop(8);
_root.bg.btimer = 100;
_global.objectarray[remid].done = true;
removeMovieClip(this);
}
if (att == undefined) {
_x = -5000;
}
ret = _name;
if ((_y < -200) || (_y > 500)) {
} else if (_parent.you.mode == "tag") {
_visible = false;
} else {
_visible = true;
}
if (_name == "texttag") {
_visible = false;
}
_y = (_root.bg.totatt - att);
}
}
onClipEvent (load) {
ott = _root.bg.totatt;
_y = (_root.bg.totatt - att);
_x = (250 + rand);
}
Instance of Symbol 55 MovieClip in Frame 8
onClipEvent (enterFrame) {
if (_alpha <= 100) {
_alpha = (_alpha + 5);
} else if (onceocne != true) {
_alpha = 100;
onceonce = true;
}
_root.ShrObj.data.repx = _x;
_root.ShrObj.data.repy = _y;
}
onClipEvent (load) {
_alpha = 0;
_xtrue.repx;
_y = _root.ShrObj.data.repy;
}
Frame 9
gotoAndStop (30);
Frame 10
duplicateMovieClip ("gag2", "gaga", 16000);
duplicateMovieClip ("gag3", "gag", 16001);
cTrack(_global.lev + 1);
duplicateMovieClip ("you2", "you", 15000);
duplicateMovieClip ("rocket2", "rocket", 15100);
stop();
Instance of Symbol 79 MovieClip "skybg" in Frame 10
onClipEvent (enterFrame) {
gotoAndStop(_global.lev);
}
Instance of Symbol 86 MovieClip "bg" in Frame 10
onClipEvent (enterFrame) {
gotoAndStop(_global.lev);
if (_parent.you.mode == "free") {
p = p + ps;
totatt = totatt + ps;
if (p > 250) {
p = p - 250;
}
if (p < 0) {
p = p + 250;
}
if (((totatt - _parent.you._y) < -400) && (otag != true)) {
otag = true;
_parent.you.mode = "none";
_parent.tagmenu.gotoAndPlay(32);
}
if (_parent.you.dr) {
if (ps < 25) {
ps = ps + 2.5;
}
}
if (totatt <= -50) {
totatt = -50;
ps = 0;
_parent.you.ys = 50;
} else {
_parent.ground._y = ot + 300;
_y = ooy;
if (btimer > 0) {
if (btimer == 1) {
ps = 24;
}
btimer--;
_global.enemies++;
duplicateMovieClip (_parent.fume2, "fume" + _global.enemies, _global.enemies + 21000);
if (ps < 50) {
ps = ps + 5;
}
} else if (ps > -30) {
if (ps > 0) {
ps = ps - 1;
}
ps = ps - 0.5;
}
}
ot = totatt;
ooy = ys + p;
}
}
onClipEvent (load) {
btimer = 0;
ooy = 0;
otag = false;
p = 0;
totatt = 0;
ys = _y;
ps = 0;
}
Instance of Symbol 93 MovieClip "ground" in Frame 10
onClipEvent (enterFrame) {
gotoAndStop(_global.lev);
}
Instance of Symbol 202 MovieClip "you2" in Frame 10
onClipEvent (enterFrame) {
if (_name != "you2") {
if (dead != true) {
if (_x < 0) {
_x = 0;
}
if (_x > 500) {
_x = 500;
}
if (_y < 0) {
_y = 0;
}
if (_y > 500) {
_y = 500;
}
}
if (rain) {
if ((_root.bg.totatt > 50000) && (_root.bg.totatt < 100000)) {
if (random(20) == 1) {
windat = random(100) - 50;
}
if (random(5)) {
_global.enemies++;
duplicateMovieClip (_parent.rain, "rain" + _global.enemies, _global.enemies + 21000);
}
}
if (_root.bg.totatt >= 100000) {
if (random(20) == 1) {
windat = random(300) - 150;
}
if (random(5)) {
_global.enemies++;
duplicateMovieClip (_parent.snow, "rain" + _global.enemies, _global.enemies + 21000);
}
}
}
_global.windx = (_global.windx - windat) / 20;
xs = xs + (_global.windx / 100);
if ((_root.skybg.rain._currentframe == 1) && (_root.bg.totatt > 50000)) {
_root.skybg.rain.gotoAndPlay(2);
rain = true;
}
if ((_root.skybg.rain._currentframe == 10) && (_root.bg.totatt > 100000)) {
_root.skybg.rain.gotoAndPlay(15);
rain = true;
}
if (mt > 0) {
mt--;
ys = ys - 0.2;
}
if (_global.tgi > 50) {
_global.tgi = 0;
}
if (_global.enemies > 3300) {
_global.enemies = 1000;
}
if (mode == "ground") {
_x = 250;
_y = 400;
gotoAndStop (1);
}
if (mode == "tag") {
xs = xs + ((250 - _x) / 1000);
gotoAndStop (1);
ys = ys + 0.1;
_y = (_y + ys);
_x = (_x + xs);
if (ys > 0) {
_global.enemies++;
duplicateMovieClip (_parent.spray, "spray" + _global.enemies, _global.enemies);
_parent["spray" + _global.enemies]._x = (_x + zaaa._x) - 20;
_parent["spray" + _global.enemies]._y = _y + zaaa._y;
}
}
if (mode == "free") {
fuel = fuel - 0.1;
if ((fuel < 0) && (dead != true)) {
dead = true;
ys = -4;
_parent.tagmenu.play();
mode = "tag";
t = 0;
while (t < 10) {
_global.enemies++;
duplicateMovieClip (_parent.star, "star" + _global.enemies, _global.enemies);
_parent["star" + _global.enemies]._x = _x;
_parent["star" + _global.enemies]._y = _y;
t++;
}
}
if (random(3) == 1) {
_global.enemies++;
duplicateMovieClip (_parent.fume, "fume" + _global.enemies, _global.enemies + 21000);
}
if (dead != true) {
if (hittimer < 30) {
xs = xs + ((_parent._xmouse - _x) / 400);
ys = ys + ((_parent._ymouse - _y) / 400);
} else if (random(3) == 1) {
_global.enemies++;
duplicateMovieClip (_parent.star, "star" + _global.enemies, _global.enemies);
_parent["star" + _global.enemies]._x = _x;
_parent["star" + _global.enemies]._y = _y;
}
} else {
ys = ys + 0.1;
}
if (dr) {
if (_parent.bg.ps < 34) {
_parent.bg.ps = _parent.bg.ps + 2;
}
}
ox = _x;
oy = _y;
if (ys > 0) {
mul = 1;
} else {
mul = 0;
}
if ((xs > -0.5) || (xs < 0.5)) {
gotoAndStop (1);
}
if (xs > 0.5) {
gotoAndStop (2);
}
if (xs < -0.5) {
gotoAndStop (3);
}
if ((_parent.bg.ps < -4) && (mode == "free")) {
gotoAndStop (4);
}
_x = (_x + (xs * 20));
_y = (_y + (ys * 20));
xs = xs * 0.8;
ys = ys * 0.8;
tt++;
if (aaaa < 3) {
aaaa = 3;
}
if (tt > aaaa) {
aaaa = 50 - Math.round(_parent.bg.totatt / 8000);
tt = 0;
if (_root.bg.totatt > 3000) {
if (_global.lev == 1) {
if (random(2) == 1) {
_global.enemies++;
duplicateMovieClip (_parent.bb, "bb" + _global.enemies, _global.enemies);
}
if (random(2) == 1) {
_global.enemies++;
duplicateMovieClip (_parent.ba, "ba" + _global.enemies, _global.enemies);
}
if ((random(5) == 1) && (dead != true)) {
_global.enemies++;
duplicateMovieClip (_parent.dude, "dude" + _global.enemies, _global.enemies);
}
}
if (_global.lev == 2) {
_global.enemies++;
duplicateMovieClip (_parent.bb, "bb" + _global.enemies, _global.enemies);
_global.enemies++;
duplicateMovieClip (_parent.ba, "ba" + _global.enemies, _global.enemies);
if ((random(5) == 1) && (dead != true)) {
_global.enemies++;
duplicateMovieClip (_parent.judy, "dude" + _global.enemies, _global.enemies);
}
}
if (_global.lev == 3) {
if (_root.bg.totatt < 120000) {
if (dead != true) {
_global.enemies++;
duplicateMovieClip (_parent.dude2, "dude" + _global.enemies, _global.enemies);
}
} else if (dead != true) {
_global.enemies++;
duplicateMovieClip (_parent.dude2, "dude" + _global.enemies, _global.enemies);
_global.enemies++;
duplicateMovieClip (_parent.dude2, "dude" + _global.enemies, _global.enemies);
}
}
}
}
if (hittimer > 0) {
hittimer--;
}
_parent.gag.gotoAndStop(1 + Math.round(fuel));
go = true;
if (_parent.bg.ps > 0) {
while (go) {
if (((_global.tagarray[topshow].att < (_root.bg.totatt + 100)) && (topshow < _global.tagarray.length)) && (topreached != true)) {
duplicateMovieClip (_root.texttag, "texttag" + _global.tagarray[topshow].id, _global.tagarray[topshow].id);
_root["texttag" + _global.tagarray[topshow].id].att = _global.tagarray[topshow].att;
_root["texttag" + _global.tagarray[topshow].id].text = _global.tagarray[topshow].text;
_root["texttag" + _global.tagarray[topshow].id].rand = _global.tagarray[topshow].rand;
_root["texttag" + _global.tagarray[topshow].id].drawing = _global.tagarray[topshow].drawing;
_root["texttag" + _global.tagarray[topshow].id].color = _global.tagarray[topshow].color;
topshow++;
if (topshow >= _global.tagarray.length) {
topshow--;
topreached = true;
}
} else {
go = false;
}
}
go = true;
while (go) {
if ((_global.tagarray[bottomshow].att < (_root.bg.totatt - 500)) && (bottomshow < (_global.tagarray.length - 1))) {
removeMovieClip(_root["texttag" + _global.tagarray[bottomshow].id]);
bottomshow++;
bottomreached = false;
} else {
go = false;
}
}
}
if (_parent.bg.ps < 0) {
go = true;
while (go) {
if ((_global.tagarray[topshow].att > _root.bg.totatt) && (topshow > 0)) {
removeMovieClip(_root["texttag" + _global.tagarray[topshow].id]);
topshow--;
topreached = false;
} else {
go = false;
}
}
go = true;
while (go) {
if (((_global.tagarray[bottomshow].att > (_root.bg.totatt - 500)) && (bottomshow >= 0)) && (bottomreached != true)) {
duplicateMovieClip (_root.texttag, "texttag" + _global.tagarray[bottomshow].id, _global.tagarray[bottomshow].id);
_root["texttag" + _global.tagarray[bottomshow].id].att = _global.tagarray[bottomshow].att;
_root["texttag" + _global.tagarray[bottomshow].id].text = _global.tagarray[bottomshow].text;
_root["texttag" + _global.tagarray[bottomshow].id].drawing = _global.tagarray[bottomshow].drawing;
_root["texttag" + _global.tagarray[bottomshow].id].color = _global.tagarray[bottomshow].color;
_root["texttag" + _global.tagarray[bottomshow].id].rand = _global.tagarray[bottomshow].rand;
if (bottomshow == 0) {
bottomreached = true;
} else {
bottomshow--;
}
} else {
go = false;
}
}
}
go = true;
if (_parent.bg.ps > 0) {
while (go) {
if (((_global.objectarray[topobj].att < (_root.bg.totatt + 100)) && (topobj < _global.objectarray.length)) && (topreachedo != true)) {
if (_global.objectarray[topobj].done != true) {
duplicateMovieClip (_root[_global.objectarray[topobj].symbol], (_global.objectarray[topobj].symbol + "_") + _global.objectarray[topobj].id, _global.objectarray[topobj].id + 35000);
_root[(_global.objectarray[topobj].symbol + "_") + _global.objectarray[topobj].id].att = _global.objectarray[topobj].att;
_root[(_global.objectarray[topobj].symbol + "_") + _global.objectarray[topobj].id].remid = topobj;
_root[(_global.objectarray[topobj].symbol + "_") + _global.objectarray[topobj].id].rand = _global.objectarray[topobj].rand;
}
topobj++;
if (topobj >= _global.objectarray.length) {
topobj--;
topreachedo = true;
}
} else {
go = false;
}
}
go = true;
while (go) {
if ((_global.objectarray[bottomobj].att < (_root.bg.totatt - 500)) && (bottomobj < (_global.objectarray.length - 1))) {
if (_global.objectarray[bottomobj].done != true) {
removeMovieClip(_root[(_global.objectarray[bottomobj].symbol + "_") + _global.objectarray[bottomobj].id]);
}
bottomobj++;
bottomreachedo = false;
} else {
go = false;
}
}
}
if (_parent.bg.ps < 0) {
go = true;
while (go) {
if ((_global.objectarray[topobj].att > _root.bg.totatt) && (topobj > 0)) {
if (_global.objectarray[topobj].done != true) {
removeMovieClip((_global.objectarray[topobj].symbol + "_") + _global.objectarray[topobj].id);
}
topobj--;
topreachedo = false;
} else {
go = false;
}
}
go = true;
while (go) {
if (((_global.objectarray[bottomobj].att > (_root.bg.totatt - 500)) && (bottomobj >= 0)) && (bottomreachedo != true)) {
if (_global.objectarray[bottomobj].done != true) {
duplicateMovieClip (_root[_global.objectarray[bottomobj].symbol], (_global.objectarray[bottomobj].symbol + "_") + _global.objectarray[bottomobj].id, _global.objectarray[bottomobj].id + 35000);
_root[(_global.objectarray[bottomobj].symbol + "_") + _global.objectarray[bottomobj].id].att = _global.objectarray[bottomobj].att;
_root[(_global.objectarray[bottomobj].symbol + "_") + _global.objectarray[bottomobj].id].remid = bottomobj;
_root[(_global.objectarray[bottomobj].symbol + "_") + _global.objectarray[bottomobj].id].rand = _global.objectarray[bottomobj].rand;
}
if (bottomobj == 0) {
bottomreachedo = true;
} else {
bottomobj--;
}
} else {
go = false;
}
}
}
}
}
}
onClipEvent (load) {
function onMouseDown() {
if (mode != "tag") {
if (_global.gamemode == "game") {
if (mode == "ground") {
_root.sound.gotoAndStop(2);
_root.sound.gotoAndStop(2);
_parent.bg.ps = 10;
gotoAndStop (1);
mode = "free";
}
if (mode == "free") {
_root.sound.gotoAndStop(2);
_root.sound.gotoAndStop(2);
fuel = fuel - 0.05;
if (hittimer == 0) {
dr = true;
}
}
}
}
}
function onMouseUp() {
if (mode != "tag") {
if (_global.gamemode == "game") {
if ((_root.bg.ps > 15) && (mt < 1)) {
mt = _root.bg.ps;
}
dr = false;
_root.sound.gotoAndStop(4);
}
}
}
if (_name != "you2") {
rain = false;
windat = 0;
ball = false;
mt = 0;
topshow = 0;
bottomshow = 0;
topobj = 0;
bottomobj = 0;
_global.tgi = 0;
_global.lname = "ground";
aaaa = 0;
curtint = 0;
curat = "bottom";
_global.tgi = 0;
}
if (_name != "you2") {
fuel = 100;
hittimer = 0;
_global.enemies = 1000;
tt = 0;
mode = "ground";
t = 0;
xs = 0;
ys = 0;
}
_global.windx = 0;
}
Instance of Symbol 207 MovieClip "rocket2" in Frame 10
onClipEvent (enterFrame) {
if (_root._currentframe != 10) {
removeMovieClip(this);
}
if (_name != "rocket2") {
if (_parent.you.mode == "tag") {
_visible = false;
} else {
_visible = true;
}
_rotation = (_parent.you.xs * 30);
_y = ((_parent.you._y - (_parent.bg.ps * 2)) - 15);
_x = _parent.you._x;
}
}
Instance of Symbol 212 MovieClip "gag3" in Frame 10
onClipEvent (enterFrame) {
if (_root._currentframe == 10) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 216 MovieClip "gag2" in Frame 10
onClipEvent (enterFrame) {
if (_root._currentframe == 10) {
_visible = true;
} else {
_visible = false;
}
t = Math.round(_parent.bg.totatt);
}
Instance of Symbol 219 MovieClip "fume" in Frame 10
onClipEvent (enterFrame) {
if (_name != "fume") {
_x = (_x + xs);
_y = (_y + ys);
xs = xs * 0.5;
ys = ys * 0.7;
ys = ys + 0.1;
_y = (_y + (_parent.bg.ps / 20));
}
}
onClipEvent (load) {
_rotation = random(359);
speed = random(5);
xs = (_parent.you.xs / -3) + ((random(10) - 5) * 2);
ys = _parent.bg.ps + (random(10) / 2);
if (ys < 0) {
ys = 0;
}
if (Math.abs(xs) < 2) {
ys = ys + (10 + random(15));
}
_x = (_parent.rocket._x - 7);
_y = (_parent.rocket._y + 60);
}
Instance of Symbol 224 MovieClip "bb" in Frame 10
onClipEvent (enterFrame) {
if (_name != "bb") {
if (_root._currentframe != 10) {
removeMovieClip(this);
}
if (_parent.you.ball) {
if ((_root.getDistance(_x, _y, _parent.you._x + _parent.you.magtarget._x, _parent.you._y + _parent.you.magtarget._y) < 60) && (_parent.you.hittimer == 0)) {
_root.sound.gotoAndStop(5);
t = 0;
while (t < 10) {
_global.enemies++;
duplicateMovieClip (_parent.feather, "feather" + _global.enemies, _global.enemies);
_parent["feather" + _global.enemies]._x = _x;
_parent["feather" + _global.enemies]._y = _y;
t++;
}
removeMovieClip(this);
}
}
if ((_root.getDistance(_x, _y, _parent.you._x, _parent.you._y) < 40) && (_parent.you.hittimer == 0)) {
_parent.you.fuel = _parent.you.fuel - 10;
_root.sound.gotoAndStop(5);
t = 0;
while (t < 10) {
_global.enemies++;
duplicateMovieClip (_parent.feather, "feather" + _global.enemies, _global.enemies);
_parent["feather" + _global.enemies]._x = _x;
_parent["feather" + _global.enemies]._y = _y;
t++;
}
if (_root.bg.btimer == 0) {
_parent.you.hittimer = 60;
_parent.you.xs = _parent.you.xs + -1;
if (_parent.rocket._y > _y) {
_parent.you.ys = _parent.you.ys + 1;
} else {
_parent.you.ys = _parent.you.ys - 1;
}
_parent.bg.ps = 0;
}
removeMovieClip(this);
}
_x = (_x + (2 + speed));
_y = (_y + _parent.bg.ps);
if (_x > 500) {
removeMovieClip(this);
}
}
}
onClipEvent (load) {
speed = random(5);
_x = (-10 - random(200));
_y = (random(700) - 500);
if (_y < 0) {
_x = random(500);
}
}
Instance of Symbol 224 MovieClip "ba" in Frame 10
onClipEvent (enterFrame) {
if (_name != "ba") {
if (_root._currentframe != 10) {
removeMovieClip(this);
}
_x = (_x - (2 + speed));
_y = (_y + _parent.bg.ps);
if (_x < 0) {
removeMovieClip(this);
}
if (_parent.you.ball) {
if ((_root.getDistance(_x, _y, _parent.you._x + _parent.you.magtarget._x, _parent.you._y + _parent.you.magtarget._y) < 60) && (_parent.you.hittimer == 0)) {
_root.sound.gotoAndStop(5);
t = 0;
while (t < 10) {
_global.enemies++;
duplicateMovieClip (_parent.feather, "feather" + _global.enemies, _global.enemies);
_parent["feather" + _global.enemies]._x = _x;
_parent["feather" + _global.enemies]._y = _y;
t++;
}
removeMovieClip(this);
}
}
if ((_root.getDistance(_x, _y, _parent.you._x, _parent.you._y) < 40) && (_parent.you.hittimer == 0)) {
_root.sound.gotoAndStop(5);
_parent.you.fuel = _parent.you.fuel - 20;
t = 0;
while (t < 10) {
_global.enemies++;
duplicateMovieClip (_parent.feather, "feather" + _global.enemies, _global.enemies);
_parent["feather" + _global.enemies]._x = _x;
_parent["feather" + _global.enemies]._y = _y;
t++;
}
if (_root.bg.btimer == 0) {
_parent.you.hittimer = 60;
_parent.you.xs = _parent.you.xs + 1;
_parent.bg.ps = 0;
_parent.you.ys = _parent.you.ys + 1;
}
removeMovieClip(this);
}
}
}
onClipEvent (load) {
speed = random(5);
_x = (550 + random(200));
_y = (random(700) - 550);
if (_y < 0) {
_x = random(500);
}
}
Instance of Symbol 227 MovieClip "feather" in Frame 10
onClipEvent (enterFrame) {
if (_name != "feather") {
_x = (_x + xs);
_y = (_y + ys);
ys = ys + 0.2;
_y = (_y + _parent.bg.ps);
}
_rotation = (_rotation + speedr);
}
onClipEvent (load) {
xs = random(10) - 5;
ys = random(5) - 5;
speedr = random(10) - 5;
}
Instance of Symbol 230 MovieClip "star" in Frame 10
onClipEvent (enterFrame) {
if (_name != "feather") {
_x = (_x + xs);
_y = (_y + ys);
ys = ys + 0.2;
_y = (_y + _parent.bg.ps);
}
_rotation = (_rotation + speedr);
}
onClipEvent (load) {
xs = random(10) - 5;
ys = random(5) - 5;
speedr = random(10) - 5;
}
Instance of Symbol 232 MovieClip "rain" in Frame 10
onClipEvent (enterFrame) {
if (_name != "rain") {
_rotation = (_global.windx * -2);
_x = (x + (_global.windx * 10));
_y = (_y + ((_parent.bg.ps / 5) + 20));
if (_y > 500) {
removeMovieClip(this);
}
}
}
onClipEvent (load) {
speed = random(5);
x = random(500);
_y = -10;
}
Instance of Symbol 234 MovieClip "dude" in Frame 10
onClipEvent (enterFrame) {
if (_name != "dude") {
if (_root._currentframe != 10) {
removeMovieClip(this);
}
if ((random(300) == 1) && (_y > 0)) {
_global.enemies++;
duplicateMovieClip (_parent.barrel, "barrel" + _global.enemies, _global.enemies);
_parent["barrel" + _global.enemies]._x = _x;
_parent["barrel" + _global.enemies]._y = _y;
}
if (_parent.you.ball) {
if (((_currentframe == 1) && (_root.getDistance(_x, _y, _parent.you._x + _parent.you.magtarget._x, _parent.you._y + _parent.you.magtarget._y) < 60)) && (_parent.you.hittimer == 0)) {
_root.sound.gotoAndStop(5);
t = 0;
while (t < 10) {
_global.enemies++;
duplicateMovieClip (_parent.star, "star" + _global.enemies, _global.enemies);
_parent["star" + _global.enemies]._x = _x;
_parent["star" + _global.enemies]._y = _y;
t++;
}
play();
}
}
if (((_root.getDistance(_x, _y, _parent.you._x, _parent.you._y) < 80) && (_parent.you.hittimer == 0)) && (_currentframe == 1)) {
_root.sound.gotoAndStop(5);
_parent.you.fuel = _parent.you.fuel - 30;
t = 0;
while (t < 10) {
_global.enemies++;
duplicateMovieClip (_parent.star, "star" + _global.enemies, _global.enemies);
_parent["star" + _global.enemies]._x = _x;
_parent["star" + _global.enemies]._y = _y;
t++;
}
if (_root.bg.btimer == 0) {
_parent.you.hittimer = 60;
_parent.you.ys = _parent.you.ys + -1;
_parent.bg.ps = 0;
_parent.you.ys = _parent.you.ys + 1;
}
play();
}
_y = (_y + (_parent.bg.ps + speed));
if (_y > 560) {
removeMovieClip(this);
}
}
}
onClipEvent (load) {
stop();
speed = random(3) + 1;
_y = -100;
_x = (random(300) + 150);
}
Instance of Symbol 237 MovieClip "barrel" in Frame 10
onClipEvent (enterFrame) {
if (_name != "barrel") {
if (_root._currentframe != 10) {
removeMovieClip(this);
}
if ((_root.getDistance(_x, _y, _parent.you._x, _parent.you._y) < 25) && (_parent.you.hittimer == 0)) {
_parent.you.fuel = _parent.you.fuel - 10;
t = 0;
while (t < 10) {
_global.enemies++;
duplicateMovieClip (_parent.star, "star" + _global.enemies, _global.enemies);
_parent["star" + _global.enemies]._x = _x;
_parent["star" + _global.enemies]._y = _y;
t++;
}
if (_root.bg.btimer == 0) {
_parent.you.hittimer = 60;
_parent.you.ys = _parent.you.ys + -2;
_parent.you.ys = _parent.you.ys + 10;
}
play();
}
_rotation = (_rotation + (xs * 4));
ys = ys + 0.1;
_x = (_x + xs);
_y = (_y + (_parent.bg.ps + ys));
if (_y > 500) {
removeMovieClip(this);
}
}
}
onClipEvent (load) {
ys = -3;
xs = random(10) - 5;
stop();
speed = random(3) + 1;
if (_y < 0) {
_x = random(500);
}
}
Instance of Symbol 239 MovieClip "snow" in Frame 10
onClipEvent (enterFrame) {
if (_name != "rain") {
_x = (x + (Math.cos((_y + off) / 100) * 50));
_y = (_y + ((_parent.bg.ps / 10) + 10));
if (_y > 500) {
removeMovieClip(this);
}
}
}
onClipEvent (load) {
off = random(1000);
speed = random(5);
x = random(500);
_y = -10;
}
Instance of Symbol 219 MovieClip "fume3" in Frame 10
onClipEvent (enterFrame) {
if (_name != "fume") {
_x = (_x + xs);
_y = (_y + ys);
xs = xs * 0.5;
ys = ys * 0.7;
ys = ys + 0.1;
_y = (_y + (_parent.bg.ps / 20));
}
}
onClipEvent (load) {
_rotation = random(359);
speed = random(5);
xs = (_parent.you.xs / -3) + ((random(10) - 5) * 2);
ys = _parent.bg.ps + (random(10) / 2);
if (ys < 0) {
ys = 0;
}
if (Math.abs(xs) < 2) {
ys = ys + (10 + random(15));
}
_x = obj._x;
_y = (obj._y + 100);
}
Instance of Symbol 247 MovieClip "judy" in Frame 10
onClipEvent (enterFrame) {
if (_name != "judy") {
if (_root._currentframe != 10) {
removeMovieClip(this);
}
_x = (x + (Math.cos(tt / 10) * mmul));
tt++;
if ((random(300) == 1) && (_y > 0)) {
_global.enemies++;
duplicateMovieClip (_parent.barrel, "barrel" + _global.enemies, _global.enemies);
_parent["barrel" + _global.enemies]._x = _x;
_parent["barrel" + _global.enemies]._y = _y;
}
if (_parent.you.ball) {
if (((_root.getDistance(_x, _y, _parent.you._x + _parent.you.magtarget._x, _parent.you._y + _parent.you.magtarget._y) < 60) && (_parent.you.hittimer == 0)) && (_currentframe == 1)) {
_root.sound.gotoAndStop(5);
t = 0;
while (t < 10) {
_global.enemies++;
duplicateMovieClip (_parent.star, "star" + _global.enemies, _global.enemies);
_parent["star" + _global.enemies]._x = _x;
_parent["star" + _global.enemies]._y = _y;
t++;
}
play();
}
}
if (((_root.getDistance(_x, _y, _parent.you._x, _parent.you._y) < 80) && (_parent.you.hittimer == 0)) && (_currentframe == 1)) {
_root.sound.gotoAndStop(5);
_parent.you.fuel = _parent.you.fuel - 30;
t = 0;
while (t < 10) {
_global.enemies++;
duplicateMovieClip (_parent.star, "star" + _global.enemies, _global.enemies);
_parent["star" + _global.enemies]._x = _x;
_parent["star" + _global.enemies]._y = _y;
t++;
}
if (_root.bg.btimer == 0) {
_parent.you.hittimer = 60;
_parent.you.ys = _parent.you.ys + -1;
_parent.bg.ps = 0;
_parent.you.ys = _parent.you.ys + 1;
}
play();
}
_y = (_y + (_parent.bg.ps + speed));
if (_y > 560) {
removeMovieClip(this);
}
}
}
onClipEvent (load) {
stop();
mmul = 50 + random(100);
speed = random(3) + 1;
tt = random(100);
_x = random(600);
_y = -200;
if (_y < 0) {
x = random(200) + 150;
}
if (_name == "judy") {
_visible = false;
_x = 5000;
} else {
_visible = true;
}
}
Instance of Symbol 252 MovieClip "dude2" in Frame 10
onClipEvent (enterFrame) {
if (_name != "dude2") {
if (_root._currentframe != 10) {
removeMovieClip(this);
}
if (random(2) == 1) {
_global.enemies++;
duplicateMovieClip (_parent.fume3, "fume3" + _global.enemies, _global.enemies);
_parent["fume3" + _global.enemies].obj = this;
}
coco = Math.cos(tt / 10) * mmul;
_x = (x + coco);
tt++;
if ((random(300) == 1) && (_y > 0)) {
_global.enemies++;
duplicateMovieClip (_parent.barrel, "barrel" + _global.enemies, _global.enemies);
_parent["barrel" + _global.enemies]._x = _x;
_parent["barrel" + _global.enemies]._y = _y;
}
if (_parent.you.ball) {
if (((_root.getDistance(_x, _y, _parent.you._x + _parent.you.magtarget._x, _parent.you._y + _parent.you.magtarget._y) < 60) && (_currentframe == 1)) && (_parent.you.hittimer == 0)) {
_root.sound.gotoAndStop(5);
t = 0;
while (t < 10) {
_global.enemies++;
duplicateMovieClip (_parent.star, "star" + _global.enemies, _global.enemies);
_parent["star" + _global.enemies]._x = _x;
_parent["star" + _global.enemies]._y = _y;
t++;
}
play();
}
}
if (((_root.getDistance(_x, _y, _parent.you._x, _parent.you._y) < 80) && (_parent.you.hittimer == 0)) && (_currentframe == 1)) {
_root.sound.gotoAndStop(5);
_parent.you.fuel = _parent.you.fuel - 30;
t = 0;
while (t < 10) {
_global.enemies++;
duplicateMovieClip (_parent.star, "star" + _global.enemies, _global.enemies);
_parent["star" + _global.enemies]._x = _x;
_parent["star" + _global.enemies]._y = _y;
t++;
}
if (_root.bg.btimer == 0) {
_parent.you.hittimer = 60;
_parent.you.ys = _parent.you.ys + -1;
_parent.bg.ps = 0;
_parent.you.ys = _parent.you.ys + 1;
}
play();
}
_y = (_y + (_parent.bg.ps + speed));
if ((_y < -100) || (_y > 700)) {
removeMovieClip(this);
}
}
}
onClipEvent (load) {
if (name != "dude2") {
stop();
mmul = 10;
speed = random(3) - 48;
tt = random(100);
x = random(500);
_y = 600;
}
}
Instance of Symbol 219 MovieClip "fume2" in Frame 10
onClipEvent (enterFrame) {
if (_name != "fume3") {
_x = (_x + xs);
_y = (_y + ys);
xs = xs * 0.5;
ys = ys * 0.7;
ys = ys + 0.1;
_y = (_y + (_parent.bg.ps / 20));
}
}
onClipEvent (load) {
_rotation = random(359);
speed = random(5);
xs = (_parent.you.xs / -3) + ((random(10) - 5) * 2);
ys = _parent.bg.ps + (random(10) / 2);
if (ys < 0) {
ys = 0;
}
if (Math.abs(xs) < 2) {
ys = ys + (10 + random(15));
}
_x = (_parent.rocket._x - 7);
_y = (_parent.rocket._y + 60);
}
Frame 11
gotoAndStop (30);
Frame 15
duplicateMovieClip ("you2", "you", 15000);
stop();
Instance of Symbol 79 MovieClip "skybg" in Frame 15
onClipEvent (enterFrame) {
gotoAndStop(_global.lev);
}
Instance of Symbol 86 MovieClip "bg" in Frame 15
onClipEvent (enterFrame) {
gotoAndStop(_global.lev);
if (_parent.you.mode == "free") {
p = p + ps;
totatt = totatt + ps;
if (p > 250) {
p = p - 250;
}
if (p < 0) {
p = p + 250;
}
if ((totatt - _parent.you._y) < -200) {
_parent.you.ys = _parent.you.ys - 1.2;
}
if ((totatt > 10000) && (_global.gamemode == "view")) {
ps = (_parent.you._y - 250) / -4;
} else {
ps = (_parent.you._y - 250) / -6;
}
_parent.ground._y = ot + 300;
_y = ooy;
if (btimer > 0) {
if (btimer == 1) {
ps = 20;
}
btimer--;
_global.enemies++;
duplicateMovieClip (_parent.fume2, "fume" + _global.enemies, _global.enemies + 21000);
}
ot = totatt;
ooy = ys + p;
}
}
onClipEvent (load) {
btimer = 0;
ooy = 0;
otag = false;
p = 0;
if (_global.lastatt != 0) {
totatt = Number(_global.lastatt) + 350;
} else {
totatt = 0;
}
ys = _y;
ps = 0;
}
Instance of Symbol 321 MovieClip in Frame 15
onClipEvent (enterFrame) {
_y = (((_root.bg.totatt - _global.lastatt) + (Math.sin(tt / 10) * 5)) - 250);
tt++;
}
onClipEvent (load) {
tt = 0;
}
Instance of Symbol 323 MovieClip in Frame 15
onClipEvent (load) {
if (_global.gamemode == "game") {
_visible = false;
} else {
_visible = true;
}
}
Instance of Symbol 93 MovieClip "ground" in Frame 15
onClipEvent (enterFrame) {
gotoAndStop(_global.lev);
}
Instance of Symbol 326 MovieClip "you2" in Frame 15
onClipEvent (enterFrame) {
if (_name != "you2") {
_rotation = (xs * 5);
if (mode == "free") {
if (random(3) == 1) {
_global.enemies++;
duplicateMovieClip (_parent.fume, "fume" + _global.enemies, _global.enemies + 21000);
}
if (dead != true) {
if (hittimer < 30) {
if (_global.gamemode == "view") {
_visible = true;
if (taa < 0) {
xs = xs + ((_parent._xmouse - _x) / 400);
ys = ys + ((_parent._ymouse - _y) / 400);
}
taa--;
}
if (_global.gamemode == "game") {
if (taa < 0) {
xs = xs + ((_parent._xmouse - _x) / 400);
ys = ys + 0.1;
}
taa--;
if ((taa < -100) || (_root.bg.totatt < 1000)) {
_root.gotoAndStop(10);
}
_visible = false;
}
}
}
ox = _x;
oy = _y;
_x = (_x + (xs * 20));
_y = (_y + (ys * 20));
xs = xs * 0.8;
ys = ys * 0.8;
if (hittimer > 0) {
hittimer--;
}
_parent.gag.gotoAndStop(1 + Math.round(fuel));
go = true;
if (_parent.bg.ps > 0) {
while (go) {
if (((_global.tagarray[topshow].att < (_root.bg.totatt + 100)) && (topshow < _global.tagarray.length)) && (topreached != true)) {
duplicateMovieClip (_root.texttag, "texttag" + _global.tagarray[topshow].id, _global.tagarray[topshow].id);
_root["texttag" + _global.tagarray[topshow].id].att = _global.tagarray[topshow].att;
_root["texttag" + _global.tagarray[topshow].id].text = _global.tagarray[topshow].text;
_root["texttag" + _global.tagarray[topshow].id].rand = _global.tagarray[topshow].rand;
_root["texttag" + _global.tagarray[topshow].id].drawing = _global.tagarray[topshow].drawing;
_root["texttag" + _global.tagarray[topshow].id].color = _global.tagarray[topshow].color;
topshow++;
if (topshow >= _global.tagarray.length) {
topshow--;
topreached = true;
}
} else {
go = false;
}
}
go = true;
while (go) {
if ((_global.tagarray[bottomshow].att < (_root.bg.totatt - 500)) && (bottomshow < (_global.tagarray.length - 1))) {
removeMovieClip(_root["texttag" + _global.tagarray[bottomshow].id]);
bottomshow++;
bottomreached = false;
} else {
go = false;
}
}
}
if (_parent.bg.ps < 0) {
go = true;
while (go) {
if ((_global.tagarray[topshow].att > _root.bg.totatt) && (topshow > 0)) {
removeMovieClip(_root["texttag" + _global.tagarray[topshow].id]);
topshow--;
topreached = false;
} else {
go = false;
}
}
go = true;
while (go) {
if (((_global.tagarray[bottomshow].att > (_root.bg.totatt - 500)) && (bottomshow >= 0)) && (bottomreached != true)) {
duplicateMovieClip (_root.texttag, "texttag" + _global.tagarray[bottomshow].id, _global.tagarray[bottomshow].id);
_root["texttag" + _global.tagarray[bottomshow].id].att = _global.tagarray[bottomshow].att;
_root["texttag" + _global.tagarray[bottomshow].id].text = _global.tagarray[bottomshow].text;
_root["texttag" + _global.tagarray[bottomshow].id].drawing = _global.tagarray[bottomshow].drawing;
_root["texttag" + _global.tagarray[bottomshow].id].color = _global.tagarray[bottomshow].color;
_root["texttag" + _global.tagarray[bottomshow].id].rand = _global.tagarray[bottomshow].rand;
if (bottomshow == 0) {
bottomreached = true;
} else {
bottomshow--;
}
} else {
go = false;
}
}
}
go = true;
if (_parent.bg.ps > 0) {
while (go) {
if (((_global.objectarray[topobj].att < (_root.bg.totatt + 100)) && (topobj < _global.objectarray.length)) && (topreachedo != true)) {
if (_global.objectarray[topobj].done != true) {
duplicateMovieClip (_root[_global.objectarray[topobj].symbol], (_global.objectarray[topobj].symbol + "_") + _global.objectarray[topobj].id, _global.objectarray[topobj].id + 35000);
_root[(_global.objectarray[topobj].symbol + "_") + _global.objectarray[topobj].id].att = _global.objectarray[topobj].att;
_root[(_global.objectarray[topobj].symbol + "_") + _global.objectarray[topobj].id].remid = topobj;
_root[(_global.objectarray[topobj].symbol + "_") + _global.objectarray[topobj].id].rand = _global.objectarray[topobj].rand;
}
topobj++;
if (topobj >= _global.objectarray.length) {
topobj--;
topreachedo = true;
}
} else {
go = false;
}
}
go = true;
while (go) {
if ((_global.objectarray[bottomobj].att < (_root.bg.totatt - 500)) && (bottomobj < (_global.objectarray.length - 1))) {
if (_global.objectarray[bottomobj].done != true) {
removeMovieClip(_root[(_global.objectarray[bottomobj].symbol + "_") + _global.objectarray[bottomobj].id]);
}
bottomobj++;
bottomreachedo = false;
} else {
go = false;
}
}
}
if (_parent.bg.ps < 0) {
go = true;
while (go) {
if ((_global.objectarray[topobj].att > _root.bg.totatt) && (topobj > 0)) {
if (_global.objectarray[topobj].done != true) {
removeMovieClip((_global.objectarray[topobj].symbol + "_") + _global.objectarray[topobj].id);
}
topobj--;
topreachedo = false;
} else {
go = false;
}
}
go = true;
while (go) {
if (((_global.objectarray[bottomobj].att > (_root.bg.totatt - 500)) && (bottomobj >= 0)) && (bottomreachedo != true)) {
if (_global.objectarray[bottomobj].done != true) {
duplicateMovieClip (_root[_global.objectarray[bottomobj].symbol], (_global.objectarray[bottomobj].symbol + "_") + _global.objectarray[bottomobj].id, _global.objectarray[bottomobj].id + 35000);
_root[(_global.objectarray[bottomobj].symbol + "_") + _global.objectarray[bottomobj].id].att = _global.objectarray[bottomobj].att;
_root[(_global.objectarray[bottomobj].symbol + "_") + _global.objectarray[bottomobj].id].remid = bottomobj;
_root[(_global.objectarray[bottomobj].symbol + "_") + _global.objectarray[bottomobj].id].rand = _global.objectarray[bottomobj].rand;
}
if (bottomobj == 0) {
bottomreachedo = true;
} else {
bottomobj--;
}
} else {
go = false;
}
}
}
}
}
}
onClipEvent (load) {
taa = 40;
if (_name == "you") {
rain = false;
windat = 0;
ball = false;
mt = 0;
topshow = 0;
bottomshow = 0;
topobj = 0;
bottomobj = 0;
_global.tgi = 0;
_global.lname = "ground";
aaaa = 0;
curtint = 0;
curat = "bottom";
_global.tgi = 0;
if (_name != "you2") {
fuel = 100;
hittimer = 0;
_global.enemies = 1000;
tt = 0;
mode = "ground";
t = 0;
xs = 0;
ys = 0;
}
_global.windx = 0;
} else {
_visible = false;
}
mode = "free";
}
Instance of Symbol 212 MovieClip "gag3" in Frame 15
onClipEvent (enterFrame) {
if (_root._currentframe == 10) {
_visible = true;
} else {
_visible = false;
}
}
Instance of Symbol 216 MovieClip "gag2" in Frame 15
onClipEvent (enterFrame) {
if (_root._currentframe == 15) {
_visible = true;
} else {
_visible = false;
}
t = Math.round(_parent.bg.totatt);
}
Instance of Symbol 219 MovieClip "fume" in Frame 15
onClipEvent (enterFrame) {
if (_name != "fume") {
_x = (_x + xs);
_y = (_y + ys);
xs = xs * 0.5;
ys = ys * 0.7;
ys = ys + 0.1;
_y = (_y + (_parent.bg.ps / 20));
}
}
onClipEvent (load) {
_rotation = random(359);
speed = random(5);
xs = (_parent.you.xs / -3) + ((random(10) - 5) * 2);
ys = _parent.bg.ps + (random(10) / 2);
if (ys < 0) {
ys = 0;
}
if (Math.abs(xs) < 2) {
ys = ys + (10 + random(15));
}
_x = (_parent.rocket._x - 7);
_y = (_parent.rocket._y + 60);
}
Instance of Symbol 227 MovieClip "feather" in Frame 15
onClipEvent (enterFrame) {
if (_name != "feather") {
_x = (_x + xs);
_y = (_y + ys);
ys = ys + 0.2;
_y = (_y + _parent.bg.ps);
}
_rotation = (_rotation + speedr);
}
onClipEvent (load) {
xs = random(10) - 5;
ys = random(5) - 5;
speedr = random(10) - 5;
}
Instance of Symbol 230 MovieClip "star" in Frame 15
onClipEvent (enterFrame) {
if (_name != "feather") {
_x = (_x + xs);
_y = (_y + ys);
ys = ys + 0.2;
_y = (_y + _parent.bg.ps);
}
_rotation = (_rotation + speedr);
}
onClipEvent (load) {
xs = random(10) - 5;
ys = random(5) - 5;
speedr = random(10) - 5;
}
Instance of Symbol 219 MovieClip "fume3" in Frame 15
onClipEvent (enterFrame) {
if (_name != "fume") {
_x = (_x + xs);
_y = (_y + ys);
xs = xs * 0.5;
ys = ys * 0.7;
ys = ys + 0.1;
_y = (_y + (_parent.bg.ps / 20));
}
}
onClipEvent (load) {
_rotation = random(359);
speed = random(5);
xs = (_parent.you.xs / -3) + ((random(10) - 5) * 2);
ys = _parent.bg.ps + (random(10) / 2);
if (ys < 0) {
ys = 0;
}
if (Math.abs(xs) < 2) {
ys = ys + (10 + random(15));
}
_x = obj._x;
_y = (obj._y + 100);
}
Instance of Symbol 219 MovieClip "fume2" in Frame 15
onClipEvent (enterFrame) {
if (_name != "fume3") {
_x = (_x + xs);
_y = (_y + ys);
xs = xs * 0.5;
ys = ys * 0.7;
ys = ys + 0.1;
_y = (_y + (_parent.bg.ps / 20));
}
}
onClipEvent (load) {
_rotation = random(359);
speed = random(5);
xs = (_parent.you.xs / -3) + ((random(10) - 5) * 2);
ys = _parent.bg.ps + (random(10) / 2);
if (ys < 0) {
ys = 0;
}
if (Math.abs(xs) < 2) {
ys = ys + (10 + random(15));
}
_x = (_parent.rocket._x - 7);
_y = (_parent.rocket._y + 60);
}
Instance of Symbol 28 MovieClip "texttag" in Frame 15
onClipEvent (enterFrame) {
if (_name != "texttag") {
if (_root._currentframe != 15) {
removeMovieClip(this);
}
if ((_root._currentframe != 10) && (_root._currentframe != 15)) {
removeMovieClip(this);
}
if ((_y < -200) || (_y > 500)) {
} else if (_parent.you.mode == "tag") {
_visible = false;
} else {
_visible = true;
}
if (_name == "texttag") {
_visible = false;
}
_y = (_root.bg.totatt - att);
}
}
onClipEvent (load) {
ott = _root.bg.totatt;
_y = (_root.bg.totatt - att);
_x = (250 + rand);
}
Frame 20
_global.lev = random(3) + 1;
_global.gravangle = 1;
_global.grav = 2;
removeMovieClip("you");
cTrack(1);
Instance of Symbol 79 MovieClip in Frame 20
onClipEvent (enterFrame) {
gotoAndStop(_global.lev);
}
Instance of Symbol 86 MovieClip "bg" in Frame 20
onClipEvent (enterFrame) {
gotoAndStop(_global.lev);
p = p + ps;
totatt = totatt + ps;
if (p > 250) {
p = p - 250;
}
if (p < 0) {
p = p + 250;
}
if (((totatt - _parent.you._y) < -400) && (otag != true)) {
otag = true;
_parent.you.mode = "none";
_parent.tagmenu.gotoAndPlay(32);
}
if (_parent.you.dr) {
if (ps < 25) {
ps = ps + 1;
}
}
if (totatt <= -50) {
totatt = -50;
ps = 0;
} else {
_parent.ground._y = ot + 400;
_y = ooy;
ps = ps - 0.5;
if (ps < -50) {
ps = -50;
}
}
ot = totatt;
ooy = ys + p;
}
onClipEvent (load) {
ooy = 0;
otag = false;
p = 0;
totatt = 1000;
ys = _y;
ps = 0;
}
Instance of Symbol 93 MovieClip "ground" in Frame 20
onClipEvent (enterFrame) {
gotoAndStop(_global.lev);
}
Instance of Symbol 391 MovieClip in Frame 20
onClipEvent (enterFrame) {
if ((_parent.bg.totatt < 400) && (_currentframe == 1)) {
play();
}
}
Frame 29
gotoAndStop (30);
Frame 31
gotoAndStop (30);
Frame 1368
gotoAndPlay (4);
Symbol 17 Button
on (press) {
_root.play();
}
Symbol 23 MovieClip Frame 19
stop();
Symbol 26 MovieClip Frame 1
function drawit() {
this.clear();
color = _parent._parent.color;
if (color == 1) {
c = "0xF54DF5";
}
if (color == 2) {
c = "0xD4F54D";
}
if (color == 3) {
c = "0xF5F54D";
}
if (color == 4) {
c = "0x4D4DF5";
}
if (color == 5) {
c = "0xB26FF5";
}
this.lineStyle(15, c, 100);
ref = _parent._parent.drawing;
t = 0;
while (t < ref.length) {
trace(ref[t]);
this.moveTo(Number(ref[t]) - 150, Number(ref[t + 1]) - 100);
this.lineTo(Number(ref[t + 2]) - 150, Number(ref[t + 3]) - 100);
t = t + 4;
}
}
drawit();
Symbol 28 MovieClip Frame 1
stop();
trace("COLORCOLOR" + color);
if (color == 1) {
c = "0xF54DF5";
}
if (color == 2) {
c = "0xD4F54D";
}
if (color == 3) {
c = "0xF5F54D";
}
if (color == 4) {
c = "0x4D4DF5";
}
if (color == 5) {
c = "0xB26FF5";
}
aa = new TextFormat();
aa.color = c;
textfeild1.text = ((text + " ") + att) + "FT";
textfeild1.setTextFormat(aa);
Symbol 45 MovieClip Frame 75
stop();
Symbol 47 Button
on (press) {
startDrag (this);
}
on (release) {
_parent.stopDrag();
}
Symbol 55 MovieClip Frame 1
scores = "";
names = "";
function process() {
top100._alpha = 0;
top100.namestxt.selectable = false;
top100.fadeback = false;
top100.go = false;
top100.final = false;
top100._y = top100.yst;
top100.createTextField("namestxt", 1, 25, 0, 100, 1500);
top100.namestxt.multiline = true;
top100.namestxt.wordWrap = true;
top100.my_fmt = new TextFormat();
top100.my_fmt.align = "left";
top100.my_fmt.color = 3355443 /* 0x333333 */;
top100.my_fmt.false = true;
top100.my_fmt.font = "Arial";
top100.my_fmt.italic = false;
top100.my_fmt.bold = true;
top100.my_fmt.size = 15;
top100.namestxt.setTextFormat(top100.my_fmt);
top100.createTextField("scorestxt", 2, 150, 0, 100, 500);
top100.scorestxt.multiline = true;
top100.scorestxt.wordWrap = true;
top100.my_fmt2 = new TextFormat();
top100.my_fmt2.align = "left";
top100.my_fmt2.size = 15;
top100.my_fmt2.color = 3355443 /* 0x333333 */;
top100.my_fmt2.underline = false;
top100.my_fmt2.font = "Arial";
top100.my_fmt2.italic = false;
top100.my_fmt2.bold = false;
top100.scorestxt.setTextFormat(top100.my_fmt2);
top100.hs = "";
top100.names = "";
z = PCTXML.firstChild.childNodes.length;
if (z > 300) {
z = 300;
}
var _local2 = 0;
while (_local2 < z) {
scores = PCTXML.firstChild.childNodes[(PCTXML.firstChild.childNodes.length - _local2) - 1].attributes.score;
names = PCTXML.firstChild.childNodes[(PCTXML.firstChild.childNodes.length - _local2) - 1].attributes.name;
_root.createNewTag(names, scores);
_local2++;
}
metrics = new Object();
metrics = top100.my_fmt.getTextExtent(top100.namestxt.text, 100);
top100.namestxt._height = metrics.textFieldHeight;
top100.scorestxt._height = metrics.textFieldHeight;
tfheight = metrics.textFieldHeight;
tellTarget (_root) {
init();
};
}
function xmlload(success) {
if (success) {
loading._visible = false;
process();
} else {
xmltimer.t = 500;
xmltimer.wt = "level";
}
}
function init(str) {
loading._visible = true;
PCTXML = new XML();
PCTXML.ignoreWhite = true;
PCTXML.onLoad = xmlload;
if (_global.lev == 1) {
PCTXML.load("http://www.revzin.com/DCC/SLOT12/scoreboard.xml?" + random(34384983));
}
if (_global.lev == 2) {
PCTXML.load("http://www.revzin.com/DCC/SLOT13/scoreboard.xml?" + random(34384983));
}
if (_global.lev == 3) {
PCTXML.load("http://www.revzin.com/DCC/SLOT14/scoreboard.xml?" + random(34384983));
}
}
init();
llc = 0;
Instance of Symbol 45 MovieClip in Symbol 55 MovieClip Frame 1
onClipEvent (enterFrame) {
if (t == 0) {
t = 400;
play();
}
t--;
}
onClipEvent (load) {
t = 400;
}
Symbol 61 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 2
gotoAndStop (3);
Symbol 68 MovieClip Frame 3
gotoAndStop (1);
Symbol 68 MovieClip Frame 5
gotoAndStop (1);
Symbol 68 MovieClip Frame 7
gotoAndStop (1);
Symbol 68 MovieClip Frame 8
gotoAndStop (1);
Symbol 73 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 10
stop();
Instance of Symbol 73 MovieClip in Symbol 74 MovieClip Frame 10
onClipEvent (enterFrame) {
if (random(300) == 1) {
play();
}
}
Symbol 74 MovieClip Frame 20
stop();
Symbol 79 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 3
stop();
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 3
stop();
Symbol 97 MovieClip Frame 1
stop();
Symbol 97 MovieClip Frame 13
stop();
Instance of Symbol 106 MovieClip in Symbol 107 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.c_bottom);
}
Instance of Symbol 107 MovieClip in Symbol 108 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_bottom);
}
Instance of Symbol 117 MovieClip in Symbol 118 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.c_bottom);
}
Instance of Symbol 129 MovieClip in Symbol 130 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.c_shoes);
}
Instance of Symbol 118 MovieClip in Symbol 131 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_bottom);
}
Instance of Symbol 130 MovieClip in Symbol 131 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_shoes);
}
Instance of Symbol 118 MovieClip in Symbol 132 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_bottom);
}
Instance of Symbol 130 MovieClip in Symbol 132 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_shoes);
}
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.c_head);
}
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 2
onClipEvent (enterFrame) {
gotoAndStop(_global.c_top);
}
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip Frame 3
onClipEvent (enterFrame) {
gotoAndStop(_global.c_top);
}
Instance of Symbol 136 MovieClip in Symbol 137 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_head);
}
Instance of Symbol 141 MovieClip in Symbol 142 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_spray);
}
Instance of Symbol 136 MovieClip in Symbol 142 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_head);
}
Instance of Symbol 151 MovieClip in Symbol 152 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.c_top);
}
Instance of Symbol 151 MovieClip in Symbol 152 MovieClip Frame 2
onClipEvent (enterFrame) {
gotoAndStop(_global.c_top);
}
Instance of Symbol 151 MovieClip in Symbol 152 MovieClip Frame 3
onClipEvent (enterFrame) {
gotoAndStop(_global.c_top);
}
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_top);
}
Instance of Symbol 160 MovieClip in Symbol 161 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.c_bottom);
}
Instance of Symbol 161 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_bottom);
}
Instance of Symbol 152 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_top);
}
Instance of Symbol 172 MovieClip in Symbol 173 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.c_top);
}
Instance of Symbol 173 MovieClip in Symbol 174 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_top);
}
Instance of Symbol 183 MovieClip in Symbol 184 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.c_head);
}
Instance of Symbol 197 MovieClip in Symbol 198 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.c_hair);
}
Instance of Symbol 198 MovieClip in Symbol 199 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_hair);
}
Symbol 202 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip "a1" in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2" in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3" in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2r" in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3r" in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2t" in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2f" in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1n" in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) {
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
_x = (x + xs);
_y = (y + ys);
}
onClipEvent (load) {
_visible = false;
x = _x;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1t" in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + xs);
_y = (y + ys);
} else {
_x = (_x + xs);
_y = (_y + ys);
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 97 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_parent.mode == "tag") && (_parent.ys > 0)) {
if (_currentframe == 1) {
play();
}
_visible = true;
_rotation = (-4 * _parent.xs);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 108 MovieClip "j2" in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
len = 12;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a2";
parent = "j1";
ten = 3;
}
onClipEvent (enterFrame) {
_x = ((Math.cos((_parent[parent]._rotation / 57.3) + 90) * 10) + _parent[parent].njpx);
_y = ((Math.sin((_parent[parent]._rotation / 57.3) + 90) * 10) + _parent[parent].njpy);
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
_rotation = (_rotation + rs);
rs = rs * 0.9;
}
Instance of Symbol 108 MovieClip "j2r" in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
len = 12;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a2r";
parent = "j1";
ten = 3;
}
onClipEvent (enterFrame) {
_x = ((Math.cos((_parent[parent]._rotation / 57.3) - 90) * 10) + _parent[parent].njpx);
_y = ((Math.sin((_parent[parent]._rotation / 57.3) - 90) * 10) + _parent[parent].njpy);
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
_rotation = (_rotation + rs);
rs = rs * 0.9;
}
Instance of Symbol 131 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
len = _width;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a3";
parent = "j2";
ten = 3;
}
onClipEvent (enterFrame) {
_x = _parent[parent].njpx;
_y = _parent[parent].njpy;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
_rotation = (_rotation + rs);
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
rs = rs * 0.9;
}
Instance of Symbol 132 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
len = _width;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a3r";
parent = "j2r";
ten = 3;
}
onClipEvent (enterFrame) {
_x = _parent[parent].njpx;
_y = _parent[parent].njpy;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
_rotation = (_rotation + rs);
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
rs = rs * 0.9;
}
Instance of Symbol 137 MovieClip "az" in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
len = _width;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a2t";
parent = "j2t";
ten = 3;
}
onClipEvent (enterFrame) {
_x = _parent[parent].njpx;
_y = _parent[parent].njpy;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
_rotation = (_rotation + rs);
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
rs = rs * 0.9;
}
Instance of Symbol 142 MovieClip "zaaa" in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
len = _width;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a2f";
parent = "j2f";
ten = 3;
}
onClipEvent (enterFrame) {
_x = _parent[parent].njpx;
_y = _parent[parent].njpy;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
_rotation = (_rotation + rs);
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
rs = rs * 0.9;
}
Instance of Symbol 153 MovieClip "j2t" in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
len = 22;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a2t";
parent = "j1t";
ten = 3;
}
onClipEvent (enterFrame) {
_x = ((Math.cos((_parent[parent]._rotation / 57.3) + 90) * 10) + _parent[parent].njpx);
_y = ((Math.sin((_parent[parent]._rotation / 57.3) + 90) * 10) + _parent[parent].njpy);
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
_rotation = (_rotation + rs);
rs = rs * 0.9;
}
Instance of Symbol 162 MovieClip "j1" in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
len = 15;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a1";
ten = 3;
}
onClipEvent (enterFrame) {
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
_rotation = (_rotation + rs);
rs = rs * 0.9;
}
Instance of Symbol 163 MovieClip "j2f" in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
len = 22;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a2f";
parent = "j1t";
ten = 3;
}
onClipEvent (enterFrame) {
_x = ((Math.cos((_parent[parent]._rotation / 57.3) - 90) * 10) + _parent[parent].njpx);
_y = ((Math.sin((_parent[parent]._rotation / 57.3) - 90) * 10) + _parent[parent].njpy);
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
_rotation = (_rotation + rs);
rs = rs * 0.9;
}
Instance of Symbol 174 MovieClip "j1t" in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
len = 25;
angle = _rotation / 57.3;
rs = 0;
parent = "j1";
ptarget = "a1t";
ten = 5;
}
onClipEvent (enterFrame) {
_x = _parent[parent]._x;
_y = _parent[parent]._y;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
_rotation = (_rotation + rs);
rs = rs * 0.9;
}
Instance of Symbol 199 MovieClip in Symbol 202 MovieClip Frame 1
onClipEvent (load) {
len = _width;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a1n";
parent = "j1t";
ten = 3;
}
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_head);
_x = _parent[parent].njpx;
_y = _parent[parent].njpy;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
_rotation = (_rotation + rs);
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
rs = rs * 0.9;
}
Instance of Symbol 201 MovieClip "magtarget" in Symbol 202 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._name == "you") {
if ((_parent.mode == "free") && (_parent.ball == true)) {
_visible = true;
} else {
_visible = false;
}
xs = xs - (_parent.xs * 10);
ys = ys - ((_parent.ys * 10) - (_root.bg.ps / 6));
xs = xs + ((x - _x) / 20);
ys = ys + ((y - _y) / 20);
_x = (_x + xs);
if (_parent.mt > 0) {
if (_parent.mt > 10) {
ys = ys - 20;
xs = xs + (_parent.xs * 10);
} else {
ys = ys - 5;
}
}
_y = (_y + ys);
xs = xs * 0.85;
ys = ys * 0.85;
clear();
lineStyle(1, 0, 100);
moveTo(0, 0);
lineTo(_x * -1, _y * -1);
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 2;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1" in Symbol 202 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2" in Symbol 202 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3" in Symbol 202 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2r" in Symbol 202 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3r" in Symbol 202 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2t" in Symbol 202 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2f" in Symbol 202 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1n" in Symbol 202 MovieClip Frame 2
onClipEvent (enterFrame) {
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
_x = (x + xs);
_y = (y + ys);
}
onClipEvent (load) {
_visible = false;
x = _x;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1t" in Symbol 202 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + xs);
_y = (y + ys);
} else {
_x = (_x + xs);
_y = (_y + ys);
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1" in Symbol 202 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2" in Symbol 202 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3" in Symbol 202 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2r" in Symbol 202 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3r" in Symbol 202 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2t" in Symbol 202 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2f" in Symbol 202 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1n" in Symbol 202 MovieClip Frame 3
onClipEvent (enterFrame) {
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
_x = (x + xs);
_y = (y + ys);
}
onClipEvent (load) {
_visible = false;
x = _x;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1t" in Symbol 202 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + xs);
_y = (y + ys);
} else {
_x = (_x + xs);
_y = (_y + ys);
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1" in Symbol 202 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2" in Symbol 202 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3" in Symbol 202 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2r" in Symbol 202 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3r" in Symbol 202 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2t" in Symbol 202 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2f" in Symbol 202 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1n" in Symbol 202 MovieClip Frame 4
onClipEvent (enterFrame) {
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
_x = (x + xs);
_y = (y + ys);
}
onClipEvent (load) {
_visible = false;
x = _x;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1t" in Symbol 202 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + xs);
_y = (y + ys);
} else {
_x = (_x + xs);
_y = (_y + ys);
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 204 MovieClip in Symbol 207 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.you.mode == "tag") {
_xscale = 10;
_yscale = 10;
} else {
s = _parent._parent.bg.ps * 5;
if (s > 0) {
} else {
s = 0;
}
_xscale = (s + 50);
_yscale = (s + 50);
}
}
Symbol 212 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 26
removeMovieClip(this);
Symbol 227 MovieClip Frame 55
removeMovieClip(this);
Symbol 230 MovieClip Frame 55
removeMovieClip(this);
Symbol 234 MovieClip Frame 67
removeMovieClip(this);
Symbol 237 MovieClip Frame 16
removeMovieClip(this);
Instance of Symbol 242 MovieClip in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = ((_parent._parent._x - 250) / 5);
}
Instance of Symbol 245 MovieClip "judy" in Symbol 246 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = ((_parent._parent._x - 250) / -5);
}
Symbol 247 MovieClip Frame 67
removeMovieClip(this);
Instance of Symbol 250 MovieClip "judy" in Symbol 251 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_parent._parent.coco * -0.2);
}
Symbol 252 MovieClip Frame 67
removeMovieClip(this);
Symbol 258 MovieClip Frame 44
stop();
Symbol 262 Button
on (press) {
getURL ("http://reduxgames.com/", "_blank");
}
Symbol 265 MovieClip Frame 1
stop();
Symbol 267 Button
on (press) {
sendword();
}
Symbol 270 Button
on (press) {
tellTarget (_parent) {
poof();
};
}
Symbol 276 Button
on (press) {
line = false;
undo();
}
Symbol 277 Button
on (press) {
if (shiz != true) {
if (line == true) {
line = false;
lineO.x1 = Math.round(spray._x);
lineO.y1 = Math.round(spray._y);
processLine(lineO);
}
makeString();
tellTarget (_parent._parent) {
sendWord();
};
shiz = true;
}
}
Symbol 279 MovieClip Frame 1
function sprayinit() {
this.createEmptyMovieClip("prev", 1);
color = _global.cc_spray;
trace("COOLOR" + color);
if (_global.lastspray == undefined) {
sprayarray = new Array();
paintam = 12;
} else {
paintam = _global.lastpaint;
_parent.sprayamount.gotoAndStop(paintam);
sprayarray = _global.lastspray;
drawit();
}
line = false;
}
function processLine(obj) {
_parent.sprayamount.gotoAndStop(paintam);
sprayarray.push(obj);
drawit();
}
function drawprev() {
if (line == false) {
prev.clear();
} else {
prev.clear();
prev.lineStyle(1, 16776960, 50);
prev.moveTo(lineO.x, lineO.y);
prev.lineTo(spray._x, spray._y);
}
}
function makeString() {
_global.lastspray = sprayarray;
_global.lastpaint = paintam;
sendstr = new String();
t = 0;
while (t < sprayarray.length) {
sendstr = sendstr + ((((((((sprayarray[t].x + 150) + "a") + (sprayarray[t].y + 100)) + "a") + (sprayarray[t].x1 + 150)) + "a") + (sprayarray[t].y1 + 100)) + "a");
t++;
}
tag = String(sigal.text);
tag = tag.toUpperCase();
ns = new String();
var _local3 = 0;
while (_local3 < tag.length) {
var _local4 = true;
trace(tag.charCodeAt(_local3));
if ((tag.charCodeAt(_local3) > 64) && (tag.charCodeAt(_local3) <= 90)) {
} else if ((tag.charCodeAt(_local3) > 96) && (tag.charCodeAt(_local3) <= 122)) {
} else {
trace("FAIL");
_local4 = false;
}
if (_local4 == true) {
ns = ns + String(tag.charAt(_local3));
} else {
ns = ns + " ";
}
_local3++;
}
trace("#########" + ns);
tag = ns;
charstring = new String();
charstring = charstring + String(_global.c_hair);
charstring = charstring + String(_global.cc_hair);
charstring = charstring + String(_global.c_head);
charstring = charstring + String(_global.cc_head);
charstring = charstring + String(_global.c_top);
charstring = charstring + String(_global.cc_top);
charstring = charstring + String(_global.c_bottom);
charstring = charstring + String(_global.cc_bottom);
charstring = charstring + String(_global.c_shoes);
charstring = charstring + String(_global.cc_shoes);
charstring = charstring + String(_global.cc_spray);
sendstr = sendstr + ((("m" + tag) + "m") + charstring);
_parent._parent.tag = sendstr;
trace(sendstr);
}
function drawit() {
this.clear();
if (color == 1) {
c = "0xF54DF5";
}
if (color == 2) {
c = "0xD4F54D";
}
if (color == 3) {
c = "0xF5F54D";
}
if (color == 4) {
c = "0x4D4DF5";
}
if (color == 5) {
c = "0xB26FF5";
}
aa = new TextFormat();
aa.color = c;
sigal.setTextFormat(aa);
this.lineStyle(15, c, 100);
t = 0;
while (t < sprayarray.length) {
this.moveTo(sprayarray[t].x, sprayarray[t].y);
this.lineTo(sprayarray[t].x1, sprayarray[t].y1);
t++;
}
}
function undo() {
if (paintam <= 12) {
paintam++;
_parent.sprayamount.gotoAndStop(paintam);
sprayarray.splice(sprayarray.length - 1, 1);
drawit();
}
}
function poof() {
if (_parent._parent._parent._currentframe == 35) {
trace("SPRAYDOWN" + spray._x);
if ((((spray._x > -150) && (spray._x < 150)) && (spray._y > -100)) && (spray._y < 40)) {
if (_name == "paint") {
if (paintam > 0) {
if (line == false) {
line = true;
lineO = new Object();
lineO.x = Math.round(spray._x);
lineO.y = Math.round(spray._y);
} else {
paintam--;
line = false;
lineO.x1 = Math.round(spray._x);
lineO.y1 = Math.round(spray._y);
processLine(lineO);
}
}
}
}
}
}
shiz = false;
sprayinit();
Instance of Symbol 271 MovieClip "spray" in Symbol 279 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((((_parent._xmouse > -150) && (_parent._xmouse < 150)) && (_parent._ymouse > -100)) && (_parent._ymouse < 40)) {
_x = _parent._xmouse;
_y = _parent._ymouse;
tellTarget (_parent) {
drawprev();
};
}
}
Symbol 282 MovieClip Frame 12
stop();
Symbol 284 MovieClip Frame 1
function sendWord() {
_global.ttt = tag;
var _local4 = new LoadVars();
_local4.onLoad = function (success) {
if (success) {
_root.gotoAndPlay(3);
}
};
var _local3 = new LoadVars();
_local3.name = tag;
_local3.score = _root.bg.totatt;
loading._visible = true;
if (_global.lev == 1) {
_local3.sendAndLoad("http://www.revzin.com/DCC/SLOT12/score.php", _local4, "POST");
}
if (_global.lev == 2) {
_local3.sendAndLoad("http://www.revzin.com/DCC/SLOT13/score.php", _local4, "POST");
}
if (_global.lev == 3) {
_local3.sendAndLoad("http://www.revzin.com/DCC/SLOT14/score.php", _local4, "POST");
}
}
if (_global.ttt == undefined) {
tag = "Your Tag Here";
} else {
tag = _global.ttt;
}
Symbol 286 MovieClip Frame 1
stop();
Symbol 293 MovieClip Frame 1
stop();
Symbol 293 MovieClip Frame 35
stop();
Instance of Symbol 292 MovieClip in Symbol 293 MovieClip Frame 79
on (press) {
gotoAndPlay (3);
}
Instance of Symbol 301 MovieClip in Symbol 302 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 1);
}
Instance of Symbol 301 MovieClip in Symbol 302 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation - 2);
}
Instance of Symbol 136 MovieClip in Symbol 303 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Number(_global.lastcharstring.charAt(3)));
}
Instance of Symbol 151 MovieClip in Symbol 304 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Number(_global.lastcharstring.charAt(4)));
}
Instance of Symbol 304 MovieClip in Symbol 305 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Number(_global.lastcharstring.charAt(5)));
}
Instance of Symbol 160 MovieClip in Symbol 306 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Number(_global.lastcharstring.charAt(6)));
}
Instance of Symbol 306 MovieClip in Symbol 307 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Number(_global.lastcharstring.charAt(7)));
}
Instance of Symbol 152 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Number(_global.lastcharstring.charAt(5)));
}
Instance of Symbol 172 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Number(_global.lastcharstring.charAt(4)));
}
Instance of Symbol 309 MovieClip in Symbol 310 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Number(_global.lastcharstring.charAt(5)));
}
Instance of Symbol 311 MovieClip in Symbol 312 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Number(_global.lastcharstring.charAt(2)));
}
Instance of Symbol 197 MovieClip in Symbol 313 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Number(_global.lastcharstring.charAt(0)));
}
Instance of Symbol 313 MovieClip in Symbol 314 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(Number(_global.lastcharstring.charAt(1)));
}
Symbol 319 MovieClip Frame 1
stop();
Instance of Symbol 303 MovieClip "az" in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
len = _width;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a2t";
parent = "j2t";
ten = 3;
}
onClipEvent (enterFrame) {
_x = _parent[parent].njpx;
_y = _parent[parent].njpy;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
_rotation = (_rotation + rs);
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
rs = rs * 0.9;
}
Instance of Symbol 303 MovieClip "az" in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
len = _width;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a2t";
parent = "j2t";
ten = 3;
}
onClipEvent (enterFrame) {
_x = _parent[parent].njpx;
_y = _parent[parent].njpy;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
_rotation = (_rotation + rs);
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
rs = rs * 0.9;
}
Instance of Symbol 307 MovieClip "j1" in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
len = 15;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a1";
ten = 3;
}
onClipEvent (enterFrame) {
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
_rotation = (_rotation + rs);
rs = rs * 0.9;
}
Instance of Symbol 314 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (load) {
len = _width;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a1n";
parent = "j1t";
ten = 3;
}
onClipEvent (enterFrame) {
gotoAndStop(Number(_global.lastcharstring.charAt(3)));
_x = _parent[parent].njpx;
_y = _parent[parent].njpy;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
_rotation = (_rotation + rs);
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
rs = rs * 0.9;
}
Instance of Symbol 319 MovieClip "you" in Symbol 320 MovieClip Frame 1
onClipEvent (load) {
_global.gravangle = 1;
_global.grav = 2;
fuel = 100;
hittimer = 0;
_global.enemies = 1000;
tt = 0;
xs = 0;
ys = 0;
mode = "free";
}
Instance of Symbol 295 MovieClip in Symbol 321 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = (random(50) + 50);
}
Instance of Symbol 295 MovieClip in Symbol 321 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = (random(50) + 50);
}
Symbol 322 Button
on (press) {
_parent.gotoAndPlay(6);
}
Instance of Symbol 295 MovieClip in Symbol 326 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = (random(50) + 50);
}
Symbol 332 Button
on (press) {
_parent.play();
}
Symbol 342 Button
on (press) {
tr();
}
Symbol 343 Button
on (press) {
cr();
}
Symbol 344 Button
on (press) {
tl();
}
Symbol 345 Button
on (press) {
cl();
}
Instance of Symbol 346 MovieClip in Symbol 365 MovieClip Frame 1
onClipEvent (load) {
function cr() {
trace("cr");
if (_global["c_" + varname] < max) {
_global["c_" + varname]++;
}
}
function tr() {
trace("tr");
if (_global["cc_" + varname] < max) {
_global["cc_" + varname]++;
}
}
function cl() {
trace("cr");
if (_global["c_" + varname] > 1) {
_global["c_" + varname]--;
}
}
function tl() {
trace("tr");
if (_global["cc_" + varname] > 1) {
_global["cc_" + varname]--;
}
}
max = 5;
varname = "hair";
}
Instance of Symbol 346 MovieClip in Symbol 365 MovieClip Frame 1
onClipEvent (load) {
function cr() {
trace("cr");
if (_global["c_" + varname] < max) {
_global["c_" + varname]++;
}
}
function tr() {
trace("tr");
if (_global["cc_" + varname] < max) {
_global["cc_" + varname]++;
}
}
function cl() {
trace("cr");
if (_global["c_" + varname] > 1) {
_global["c_" + varname]--;
}
}
function tl() {
trace("tr");
if (_global["cc_" + varname] > 1) {
_global["cc_" + varname]--;
}
}
max = 5;
varname = "head";
}
Instance of Symbol 346 MovieClip in Symbol 365 MovieClip Frame 1
onClipEvent (load) {
function cr() {
trace("cr");
if (_global["c_" + varname] < max) {
_global["c_" + varname]++;
}
}
function tr() {
trace("tr");
if (_global["cc_" + varname] < (max + 1)) {
_global["cc_" + varname]++;
}
}
function cl() {
trace("cr");
if (_global["c_" + varname] > 1) {
_global["c_" + varname]--;
}
}
function tl() {
trace("tr");
if (_global["cc_" + varname] > 1) {
_global["cc_" + varname]--;
}
}
max = 4;
varname = "top";
}
Instance of Symbol 346 MovieClip in Symbol 365 MovieClip Frame 1
onClipEvent (load) {
function cr() {
trace("cr");
if (_global["c_" + varname] < max) {
_global["c_" + varname]++;
}
}
function tr() {
trace("tr");
if (_global["cc_" + varname] < (max + 1)) {
_global["cc_" + varname]++;
}
}
function cl() {
trace("cr");
if (_global["c_" + varname] > 1) {
_global["c_" + varname]--;
}
}
function tl() {
trace("tr");
if (_global["cc_" + varname] > 1) {
_global["cc_" + varname]--;
}
}
max = 4;
varname = "bottom";
}
Instance of Symbol 346 MovieClip in Symbol 365 MovieClip Frame 1
onClipEvent (load) {
function cr() {
trace("cr");
if (_global["c_" + varname] < max) {
_global["c_" + varname]++;
}
}
function tr() {
trace("tr");
if (_global["cc_" + varname] < max) {
_global["cc_" + varname]++;
}
}
function cl() {
trace("cr");
if (_global["c_" + varname] > 1) {
_global["c_" + varname]--;
}
}
function tl() {
trace("tr");
if (_global["cc_" + varname] > 1) {
_global["cc_" + varname]--;
}
}
max = 5;
varname = "shoes";
}
Instance of Symbol 348 MovieClip in Symbol 365 MovieClip Frame 1
onClipEvent (load) {
function cr() {
trace("cr");
if (_global["c_" + varname] < max) {
_global["c_" + varname]++;
}
}
function tr() {
trace("tr");
if (_global["cc_" + varname] < max) {
_global["cc_" + varname]++;
}
}
function cl() {
trace("cr");
if (_global["c_" + varname] > 1) {
_global["c_" + varname]--;
}
}
function tl() {
trace("tr");
if (_global["cc_" + varname] > 1) {
_global["cc_" + varname]--;
}
}
max = 5;
varname = "spray";
}
Symbol 367 Button
on (press) {
_global.gamemode = "game";
play();
}
Symbol 368 Button
on (press) {
_global.gamemode = "view";
play();
}
Symbol 369 Button
on (press) {
gotoAndPlay (30);
}
Instance of Symbol 136 MovieClip in Symbol 374 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_head);
}
Instance of Symbol 141 MovieClip in Symbol 375 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_spray);
}
Instance of Symbol 136 MovieClip in Symbol 375 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_head);
}
Instance of Symbol 152 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_top);
}
Instance of Symbol 152 MovieClip in Symbol 377 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_top);
}
Instance of Symbol 172 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.c_top);
}
Instance of Symbol 378 MovieClip in Symbol 379 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_top);
}
Instance of Symbol 197 MovieClip in Symbol 380 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.c_hair);
}
Instance of Symbol 380 MovieClip in Symbol 381 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_hair);
}
Symbol 382 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip "a1" in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2" in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3" in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2r" in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3r" in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2t" in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2f" in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1n" in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) {
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
_x = (x + xs);
_y = (y + ys);
}
onClipEvent (load) {
_visible = false;
x = _x;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1t" in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + xs);
_y = (y + ys);
} else {
_x = (_x + xs);
_y = (_y + ys);
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 108 MovieClip "j2" in Symbol 382 MovieClip Frame 1
onClipEvent (load) {
len = 12;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a2";
parent = "j1";
ten = 3;
}
onClipEvent (enterFrame) {
_x = ((Math.cos((_parent[parent]._rotation / 57.3) + 90) * 10) + _parent[parent].njpx);
_y = ((Math.sin((_parent[parent]._rotation / 57.3) + 90) * 10) + _parent[parent].njpy);
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
_rotation = (_rotation + rs);
rs = rs * 0.9;
}
Instance of Symbol 108 MovieClip "j2r" in Symbol 382 MovieClip Frame 1
onClipEvent (load) {
len = 12;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a2r";
parent = "j1";
ten = 3;
}
onClipEvent (enterFrame) {
_x = ((Math.cos((_parent[parent]._rotation / 57.3) - 90) * 10) + _parent[parent].njpx);
_y = ((Math.sin((_parent[parent]._rotation / 57.3) - 90) * 10) + _parent[parent].njpy);
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
_rotation = (_rotation + rs);
rs = rs * 0.9;
}
Instance of Symbol 131 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (load) {
len = _width;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a3";
parent = "j2";
ten = 3;
}
onClipEvent (enterFrame) {
_x = _parent[parent].njpx;
_y = _parent[parent].njpy;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
_rotation = (_rotation + rs);
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
rs = rs * 0.9;
}
Instance of Symbol 132 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (load) {
len = _width;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a3r";
parent = "j2r";
ten = 3;
}
onClipEvent (enterFrame) {
_x = _parent[parent].njpx;
_y = _parent[parent].njpy;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
_rotation = (_rotation + rs);
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
rs = rs * 0.9;
}
Instance of Symbol 374 MovieClip "az" in Symbol 382 MovieClip Frame 1
onClipEvent (load) {
len = _width;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a2t";
parent = "j2t";
ten = 3;
}
onClipEvent (enterFrame) {
_x = _parent[parent].njpx;
_y = _parent[parent].njpy;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
_rotation = (_rotation + rs);
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
rs = rs * 0.9;
}
Instance of Symbol 375 MovieClip "zaaa" in Symbol 382 MovieClip Frame 1
onClipEvent (load) {
len = _width;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a2f";
parent = "j2f";
ten = 3;
}
onClipEvent (enterFrame) {
_x = _parent[parent].njpx;
_y = _parent[parent].njpy;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
_rotation = (_rotation + rs);
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
rs = rs * 0.9;
}
Instance of Symbol 376 MovieClip "j2t" in Symbol 382 MovieClip Frame 1
onClipEvent (load) {
len = 22;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a2t";
parent = "j1t";
ten = 3;
}
onClipEvent (enterFrame) {
_x = ((Math.cos((_parent[parent]._rotation / 57.3) + 90) * 10) + _parent[parent].njpx);
_y = ((Math.sin((_parent[parent]._rotation / 57.3) + 90) * 10) + _parent[parent].njpy);
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
_rotation = (_rotation + rs);
rs = rs * 0.9;
}
Instance of Symbol 162 MovieClip "j1" in Symbol 382 MovieClip Frame 1
onClipEvent (load) {
len = 15;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a1";
ten = 3;
}
onClipEvent (enterFrame) {
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
_rotation = (_rotation + rs);
rs = rs * 0.9;
}
Instance of Symbol 377 MovieClip "j2f" in Symbol 382 MovieClip Frame 1
onClipEvent (load) {
len = 22;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a2f";
parent = "j1t";
ten = 3;
}
onClipEvent (enterFrame) {
_x = ((Math.cos((_parent[parent]._rotation / 57.3) - 90) * 10) + _parent[parent].njpx);
_y = ((Math.sin((_parent[parent]._rotation / 57.3) - 90) * 10) + _parent[parent].njpy);
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
_rotation = (_rotation + rs);
rs = rs * 0.9;
}
Instance of Symbol 379 MovieClip "j1t" in Symbol 382 MovieClip Frame 1
onClipEvent (load) {
len = 25;
angle = _rotation / 57.3;
rs = 0;
parent = "j1";
ptarget = "a1t";
ten = 5;
}
onClipEvent (enterFrame) {
_x = _parent[parent]._x;
_y = _parent[parent]._y;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
_rotation = (_rotation + rs);
rs = rs * 0.9;
}
Instance of Symbol 381 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (load) {
len = _width;
angle = _rotation / 57.3;
rs = 0;
ptarget = "a1n";
parent = "j1t";
ten = 3;
}
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_head);
_x = _parent[parent].njpx;
_y = _parent[parent].njpy;
var ata = (Math.atan2(_parent[ptarget]._y - _y, _parent[ptarget]._x - _x) - (Math.PI/2));
vtax = Math.cos(ata) * ten;
vtay = Math.sin(ata) * ten;
_rotation = (_rotation + rs);
nx = Math.cos(_rotation / 57.3) * len;
ny = Math.sin(_rotation / 57.3) * len;
njpx = _x + nx;
njpy = _y + ny;
dp = new Object();
dp = _root.getNormDotProduct(nx, ny, vtax, vtay);
dp2 = _root.getNormDotProduct(nx, ny, _global.grav, 0);
var turnrate = (dp.dp / 50);
grav = dp2.dp / 50;
rs = rs + (turnrate + grav);
rs = rs * 0.9;
}
Instance of Symbol 201 MovieClip "magtarget" in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._name == "you") {
if ((_parent.mode == "free") && (_parent.ball == true)) {
_visible = true;
} else {
_visible = false;
}
xs = xs - (_parent.xs * 10);
ys = ys - ((_parent.ys * 10) - (_root.bg.ps / 6));
xs = xs + ((x - _x) / 20);
ys = ys + ((y - _y) / 20);
_x = (_x + xs);
if (_parent.mt > 0) {
if (_parent.mt > 10) {
ys = ys - 20;
xs = xs + (_parent.xs * 10);
} else {
ys = ys - 5;
}
}
_y = (_y + ys);
xs = xs * 0.85;
ys = ys * 0.85;
clear();
lineStyle(1, 0, 100);
moveTo(0, 0);
lineTo(_x * -1, _y * -1);
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 2;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1" in Symbol 382 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2" in Symbol 382 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3" in Symbol 382 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2r" in Symbol 382 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3r" in Symbol 382 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2t" in Symbol 382 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2f" in Symbol 382 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1n" in Symbol 382 MovieClip Frame 2
onClipEvent (enterFrame) {
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
_x = (x + xs);
_y = (y + ys);
}
onClipEvent (load) {
_visible = false;
x = _x;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1t" in Symbol 382 MovieClip Frame 2
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + xs);
_y = (y + ys);
} else {
_x = (_x + xs);
_y = (_y + ys);
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1" in Symbol 382 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2" in Symbol 382 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3" in Symbol 382 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2r" in Symbol 382 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3r" in Symbol 382 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2t" in Symbol 382 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2f" in Symbol 382 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1n" in Symbol 382 MovieClip Frame 3
onClipEvent (enterFrame) {
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
_x = (x + xs);
_y = (y + ys);
}
onClipEvent (load) {
_visible = false;
x = _x;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1t" in Symbol 382 MovieClip Frame 3
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + xs);
_y = (y + ys);
} else {
_x = (_x + xs);
_y = (_y + ys);
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1" in Symbol 382 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2" in Symbol 382 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3" in Symbol 382 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2r" in Symbol 382 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a3r" in Symbol 382 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2t" in Symbol 382 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a2f" in Symbol 382 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.9 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + (xs * 25));
_y = (y + (ys * 25));
} else {
_x = (_x + (xs * 25));
_y = (_y + (ys * 25));
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1n" in Symbol 382 MovieClip Frame 4
onClipEvent (enterFrame) {
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
_x = (x + xs);
_y = (y + ys);
}
onClipEvent (load) {
_visible = false;
x = _x;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 94 MovieClip "a1t" in Symbol 382 MovieClip Frame 4
onClipEvent (enterFrame) {
_x = (x + xs);
_y = (y + ys);
xs = xs - _parent.xs;
xs = xs * (0.8 + (fact * Math.abs(_parent.xs)));
ys = ys - _parent.ys;
ys = ys * (0.8 + (fact * Math.abs(_parent.xs)));
if (_parent.mode == "free") {
_x = (x + xs);
_y = (y + ys);
} else {
_x = (_x + xs);
_y = (_y + ys);
}
}
onClipEvent (load) {
_visible = false;
x = _x;
_visible = true;
xs = 0;
ys = 0;
fact = random(100) / 1000;
y = _y;
}
Instance of Symbol 382 MovieClip "you" in Symbol 383 MovieClip Frame 1
onClipEvent (load) {
_global.gravangle = 1;
_global.grav = 2;
fuel = 100;
hittimer = 0;
_global.enemies = 1000;
tt = 0;
xs = 0;
ys = 0;
mode = "free";
}
Instance of Symbol 204 MovieClip in Symbol 384 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.you.mode == "tag") {
_xscale = 10;
_yscale = 10;
} else {
s = random(50);
if (s > 0) {
} else {
s = 0;
}
_xscale = (s + 50);
_yscale = (s + 50);
}
}
Instance of Symbol 373 MovieClip in Symbol 385 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_global.cc_spray);
}
Symbol 386 Button
on (press) {
_global.lev = 1;
_root.gotoAndPlay(7);
}
Symbol 387 Button
on (press) {
_global.lev = 2;
_root.gotoAndPlay(7);
}
Symbol 388 Button
on (press) {
_global.lev = 3;
_root.gotoAndPlay(7);
}
Symbol 389 Button
on (press) {
play();
}
Symbol 390 MovieClip Frame 1
_root.putToShared();
_global.tname = tname;
stop();
Symbol 390 MovieClip Frame 15
stop();
Symbol 390 MovieClip Frame 23
gotoAndStop (1);
Symbol 390 MovieClip Frame 38
stop();
Symbol 391 MovieClip Frame 54
stop();
Symbol 405 Button
on (press) {
gotoAndPlay (4);
}
Instance of Symbol 408 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 408 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 408 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 408 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 408 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 408 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 408 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 408 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 408 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 408 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 408 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 408 MovieClip in Symbol 412 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 408 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 408 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 408 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 408 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 408 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 408 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 408 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 408 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 408 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 408 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}
Instance of Symbol 408 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (10);
}
Instance of Symbol 408 MovieClip in Symbol 438 MovieClip Frame 1
onClipEvent (load) {
gotoAndPlay (20);
}