Frame 1
fscommand ("showmenu", false);
function readygo() {
upper.readygo();
ground.readygo();
}
function atloadtree() {
attachMovie("loadtree", "loadtree", 3);
loadtree._y = 400;
loadtree._x = 600;
}
function atltree() {
attachMovie("load_tree", "ltree", 2);
ltree.pt_0._xscale = 90;
ltree.pt_0._yscale = 90;
ltree.pt_0._y = 420;
ltree.pt_0._x = 500;
}
Frame 4
this.stop();
Frame 5
function ending() {
spoit.spoit1.gotoAndPlay("del");
upper.ends();
ground.ends();
}
function refresh() {
b = 0;
while (b < 11) {
removeMovieClip("item" + b);
b++;
}
b = 0;
while (b < 500) {
removeMovieClip("bluebird" + b);
removeMovieClip("puti" + b);
b++;
}
b = 0;
while (b < 1000) {
removeMovieClip("green" + b);
removeMovieClip("akaha" + b);
removeMovieClip("bird" + b);
b++;
}
b = 0;
while (b < 80) {
removeMovieClip("mi" + b);
b++;
}
b = 0;
while (b < 500) {
removeMovieClip("tanp_tane" + b);
b++;
}
removeMovieClip(sheet);
removeMovieClip(col);
colmaker.gotoAndPlay("ref");
scsc = 40;
coldan = 5;
anum = 0;
fi = 0;
dr = 0;
nr = 0;
meguok = 0;
poi = 0;
poni = 0;
mii = 0;
gnum = 0;
pnum = 0;
land = 550;
blnum = 0;
slot1 = 0;
fnum = 0;
bnum = 0;
slot1 = 0;
cold = 450;
itemd = 1;
sheetd = 455;
colex = 0;
sheetex = 0;
slotlimit = 0;
tanpnum = 0;
}
function atslot() {
ptx = (Math.random() * 300) + 200;
pty = 550;
ptsc = 10 + scsc;
scsc = scsc + 5;
attachMovie("pt_col", "col", cold);
col.pt_0._x = ptx;
col.pt_0._y = pty;
col.pt_0._xscale = ptsc;
col.pt_0._yscale = col.pt_0._xscale;
col._alpha = ptsca;
coldan++;
}
function makesheet() {
var _local1 = this;
attachMovie("sheet_3", "sheet", sheetd);
_local1.sheet._x = col.cx;
_local1.sheet._y = col.cy;
_local1.sheet._xscale = col.csc;
_local1.sheet._yscale = col.csc;
_local1.sheet._rotation = col.cr;
}
function atitem(iname) {
var _local1 = this;
if (sheet.stby == 1) {
n = sheet.slot;
attachMovie(iname, "item" + itemd, itemd + 460);
_local1["item" + itemd].pt_0._x = sheet.ix;
_local1["item" + itemd].pt_0._y = sheet.iy;
_local1["item" + itemd].pt_0._xscale = sheet.isc;
_local1["item" + itemd].pt_0._yscale = sheet.isc;
_local1["item" + itemd].pt_0._rotation = sheet.ir;
_local1["item" + itemd].pt_0.rr = _local1["item" + itemd].pt_0._rotation;
_local1["item" + itemd].slot = n;
if (n == 1) {
slot1 = "item" + itemd;
} else if (n == 2) {
slot2 = "item" + itemd;
} else if (n == 3) {
slot3 = "item" + itemd;
} else if (n == 4) {
slot4 = "item" + itemd;
}
itemd++;
if (itemd >= 10) {
itemd = 1;
}
}
}
function delitem() {
n = sheet.dslot;
b = 0;
while (b < 11) {
if (this["item" + b].slot == n) {
dele(eval ("item" + b));
}
b++;
}
b = 0;
while (b < 1000) {
if (this["bird" + b].bbslot == n) {
this["bird" + b].del();
}
b++;
}
b = 0;
while (b < 500) {
if (this["bluebird" + b].blslot == n) {
this["bluebird" + b].del();
}
b++;
}
b = 0;
while (b < 1000) {
if (this["akaha" + b].aaslot == n) {
this["akaha" + b].del();
}
b++;
}
b = 0;
while (b < 1000) {
if (this["green" + b].ggslot == n) {
this["green" + b].del();
}
b++;
}
b = 0;
while (b < 80) {
if (this["mi" + b].ffslot == n) {
this["mi" + b].del();
}
b++;
}
spoit.spoit1.gotoAndPlay("del");
tanpopo.tanpp.gotoAndPlay("del");
Mouse.show();
}
function dele(targ) {
targ.xx = 4 - (Math.random() * 8);
targ.x = targ.xx * ((Math.random() * 1) + 1);
targ.y = -17 + (Math.random() * 3);
targ.g = 0.7;
targ.dels();
targ.onEnterFrame = function () {
targ.y = targ.y + targ.g;
targ._x = targ._x + targ.x;
targ._y = targ._y + targ.y;
targ._rotation = targ._rotation + 0;
};
}
cold = 450;
itemd = 1;
sheetd = 455;
colex = 0;
sheetex = 0;
slotlimit = 0;
coldan = 5;
scsc = 40;
atslot();
function goslot() {
sheet.coin.stp = 0;
sheet.coin.stpp = 0;
sheet.coin.stby = 0;
sheet.coin.gotoAndPlay("loop2");
}
function bomball() {
if (sheet.stby == 1) {
dele(sheet);
dele(col);
sheet.delpos();
sheet.delpos();
sheet.delpos();
sheet.delpos();
}
}
function birdpos(slo) {
if (((slo == 1) && (eval (slot1).grw == 0)) && (eval (slot1).birdok == 1)) {
eval (slot1).birdy();
bbx = eval (slot1).bx;
bby = eval (slot1).by;
bslot = 1;
attachMovie("minibird", "bird" + bnum, bnum + 11000);
this["bird" + bnum]._x = 800 - (Math.random() * 900);
this["bird" + bnum]._y = (-Math.random()) * 100;
this["bird" + bnum]._xscale = 600;
this["bird" + bnum]._yscale = 600;
if (this["bird" + bnum]._x > 350) {
this["bird" + bnum]._xscale = -600;
}
bnum++;
} else if (((slo == 2) && (eval (slot2).grw == 0)) && (eval (slot2).birdok == 1)) {
eval (slot2).birdy();
bbx = eval (slot2).bx;
bby = eval (slot2).by;
bslot = 2;
attachMovie("minibird", "bird" + bnum, bnum + 11000);
this["bird" + bnum]._x = 800 - (Math.random() * 900);
this["bird" + bnum]._y = (-Math.random()) * 100;
this["bird" + bnum]._xscale = 600;
this["bird" + bnum]._yscale = 600;
if (this["bird" + bnum]._x > 350) {
this["bird" + bnum]._xscale = -600;
}
bnum++;
} else if (((slo == 3) && (eval (slot3).grw == 0)) && (eval (slot3).birdok == 1)) {
eval (slot3).birdy();
bbx = eval (slot3).bx;
bby = eval (slot3).by;
bslot = 3;
attachMovie("minibird", "bird" + bnum, bnum + 11000);
this["bird" + bnum]._x = 800 - (Math.random() * 900);
this["bird" + bnum]._y = (-Math.random()) * 100;
this["bird" + bnum]._xscale = 600;
this["bird" + bnum]._yscale = 600;
if (this["bird" + bnum]._x > 350) {
this["bird" + bnum]._xscale = -600;
}
bnum++;
}
if (bnum > 950) {
bnum = 0;
}
}
bnum = 0;
slot1 = 0;
function bluebirdpos(slo) {
if (((slo == 1) && (eval (slot1).grw == 0)) && (eval (slot1).birdok == 1)) {
eval (slot1).birdy();
blx = eval (slot1).bx;
bly = eval (slot1).by;
blslot = 1;
attachMovie("bluebird", "bluebird" + blnum, blnum + 11500);
this["bluebird" + blnum]._x = 800 - (Math.random() * 900);
this["bluebird" + blnum]._y = (-Math.random()) * 100;
this["bluebird" + blnum]._xscale = 600;
this["bluebird" + blnum]._yscale = 600;
if (this["bluebird" + blnum]._x > 350) {
this["bluebird" + blnum]._xscale = -600;
}
blnum++;
} else if (((slo == 2) && (eval (slot2).grw == 0)) && (eval (slot2).birdok == 1)) {
eval (slot2).birdy();
blx = eval (slot2).bx;
bly = eval (slot2).by;
blslot = 2;
attachMovie("bluebird", "bluebird" + blnum, blnum + 11500);
this["bluebird" + blnum]._x = 800 - (Math.random() * 900);
this["bluebird" + blnum]._y = (-Math.random()) * 100;
this["bluebird" + blnum]._xscale = 600;
this["bluebird" + blnum]._yscale = 600;
if (this["bluebird" + blnum]._x > 350) {
this["bluebird" + blnum]._xscale = -600;
}
blnum++;
} else if (((slo == 3) && (eval (slot3).grw == 0)) && (eval (slot3).birdok == 1)) {
eval (slot3).birdy();
blx = eval (slot3).bx;
bly = eval (slot3).by;
blslot = 3;
attachMovie("bluebird", "bluebird" + blnum, blnum + 11500);
this["bluebird" + blnum]._x = 800 - (Math.random() * 900);
this["bluebird" + blnum]._y = (-Math.random()) * 100;
this["bluebird" + blnum]._xscale = 600;
this["bluebird" + blnum]._yscale = 600;
if (this["bluebird" + blnum]._x > 350) {
this["bluebird" + blnum]._xscale = -600;
}
blnum++;
}
if (blnum > 450) {
blnum = 0;
}
}
function atfun(xx, yy) {
attachMovie("fun", "fun" + fnum, fnum + 6100);
this["fun" + fnum]._x = xx;
this["fun" + fnum]._y = yy;
fnum++;
if (fnum > 290) {
fnum = 0;
}
}
blnum = 0;
slot1 = 0;
fnum = 0;
function atdrip() {
if (spoit.meguok == 1) {
attachMovie("m_drip", "drip" + dr, 500 + dr);
this["drip" + dr]._x = spoit.dx;
this["drip" + dr]._y = spoit.dy;
dr++;
if (dr > 20) {
dr = 0;
}
}
}
function atnamida(tar) {
attachMovie("namida", "namida" + nr, 600 + nr);
this["namida" + nr]._x = eval (tar).eye.nx;
this["namida" + nr]._y = eval (tar).eye.ny;
nr++;
if (nr > 20) {
nr = 0;
}
}
dr = 0;
nr = 0;
meguok = 0;
function atmi() {
var _local1 = this;
attachMovie("pt_fruit_mi", "mi" + mii, mii + 700);
_local1["mi" + mii]._x = fx;
_local1["mi" + mii]._y = fy;
_local1["mi" + mii]._xscale = fsc;
_local1["mi" + mii]._yscale = fsc;
_local1["mi" + mii]._rotation = fro;
_local1["mi" + mii].ffslot = fslot;
mii++;
if (mii > 75) {
mii = 0;
}
}
function atpota() {
var _local1 = this;
mi = 1;
i = 0;
while (i < 2) {
attachMovie("pt_splash_potane", "potane" + poni, poni + 800);
ran = Math.floor(Math.random() * 2) + 1;
xx = (Math.random() * 15) + 5;
_local1["potane" + poni]._x = sx + (xx * mi);
_local1["potane" + poni]._y = (sy + 15) - (Math.random() * 30);
_local1["potane" + poni].scp = ssc;
mi = -1;
poni++;
if (poni > 75) {
poni = 0;
}
i++;
}
i = 0;
while (i <= 3) {
attachMovie("pt_splash_pota", "pota" + poi, poi + 900);
_local1["pota" + poi]._x = (sx + 30) - (Math.random() * 60);
_local1["pota" + poi]._y = (sy + 30) - (Math.random() * 60);
_local1["pota" + poi].scp = ssc;
poi++;
if (poi > 75) {
poi = 0;
}
i++;
}
}
function atpota2() {
var _local1 = this;
mi = 1;
i = 0;
while (i < 2) {
attachMovie("pt_splash_potane_2", "potane" + poni, poni + 800);
ran = Math.floor(Math.random() * 2) + 1;
xx = (Math.random() * 15) + 5;
_local1["potane" + poni]._x = sx + (xx * mi);
_local1["potane" + poni]._y = (sy + 15) - (Math.random() * 30);
_local1["potane" + poni].scp = ssc;
mi = -1;
poni++;
if (poni > 75) {
poni = 0;
}
i++;
}
i = 0;
while (i <= 3) {
attachMovie("pt_splash_pota_2", "pota" + poi, poi + 900);
_local1["pota" + poi]._x = (sx + 30) - (Math.random() * 60);
_local1["pota" + poi]._y = (sy + 30) - (Math.random() * 60);
_local1["pota" + poi].scp = ssc;
poi++;
if (poi > 75) {
poi = 0;
}
i++;
}
}
function atpota3() {
var _local1 = this;
mi = 1;
i = 0;
while (i < 2) {
attachMovie("pt_splash_potane_3", "potane" + poni, poni + 800);
ran = Math.floor(Math.random() * 2) + 1;
xx = (Math.random() * 15) + 5;
_local1["potane" + poni]._x = sx + (xx * mi);
_local1["potane" + poni]._y = (sy + 15) - (Math.random() * 30);
_local1["potane" + poni].scp = ssc;
mi = -1;
poni++;
if (poni > 75) {
poni = 0;
}
i++;
}
i = 0;
while (i <= 3) {
attachMovie("pt_splash_pota_3", "pota" + poi, poi + 900);
_local1["pota" + poi]._x = (sx + 30) - (Math.random() * 60);
_local1["pota" + poi]._y = (sy + 30) - (Math.random() * 60);
_local1["pota" + poi].scp = ssc;
poi++;
if (poi > 75) {
poi = 0;
}
i++;
}
}
fi = 0;
poi = 0;
poni = 0;
mii = 0;
function akahapos(slo) {
k = 0;
while (k < 70) {
if (((slo == 1) && (eval (slot1).grw == 0)) && (eval (slot1).akahaok == 1)) {
eval (slot1).kouyo();
aslot = 1;
attachMovie("akaha", "akaha" + anum, anum + 1000);
this["akaha" + anum]._x = eval (slot1).ax + (Math.random() * 25);
this["akaha" + anum]._y = eval (slot1).ay - (Math.random() * 10);
rann = Math.floor(Math.random() * 2) + 1;
if (rann == 1) {
this["akaha" + anum]._xscale = eval (slot1).pt_0._xscale * 1.5;
} else {
this["akaha" + anum]._xscale = (-eval (slot1).pt_0._xscale) * 1.5;
}
this["akaha" + anum]._yscale = this["akaha" + anum]._xscale;
this["akaha" + anum]._rotation = (eval (slot1).pt_0._rotation + 15) - (Math.random() * 30);
anum++;
} else if (((slo == 2) && (eval (slot2).grw == 0)) && (eval (slot2).akahaok == 1)) {
eval (slot2).kouyo();
aslot = 2;
attachMovie("akaha", "akaha" + anum, anum + 1000);
this["akaha" + anum]._x = eval (slot2).ax + (Math.random() * 25);
this["akaha" + anum]._y = eval (slot2).ay - (Math.random() * 10);
rann = Math.floor(Math.random() * 2) + 1;
if (rann == 1) {
this["akaha" + anum]._xscale = eval (slot2).pt_0._xscale * 1.5;
} else {
this["akaha" + anum]._xscale = (-eval (slot2).pt_0._xscale) * 1.5;
}
this["akaha" + anum]._yscale = this["akaha" + anum]._xscale;
this["akaha" + anum]._rotation = (eval (slot2).pt_0._rotation + 15) - (Math.random() * 30);
anum++;
} else if (((slo == 3) && (eval (slot3).grw == 0)) && (eval (slot3).akahaok == 1)) {
eval (slot3).kouyo();
aslot = 3;
attachMovie("akaha", "akaha" + anum, anum + 1000);
this["akaha" + anum]._x = eval (slot3).ax + (Math.random() * 25);
this["akaha" + anum]._y = eval (slot3).ay - (Math.random() * 10);
rann = Math.floor(Math.random() * 2) + 1;
if (rann == 1) {
this["akaha" + anum]._xscale = eval (slot3).pt_0._xscale * 1.5;
} else {
this["akaha" + anum]._xscale = (-eval (slot3).pt_0._xscale) * 1.5;
}
this["akaha" + anum]._yscale = this["akaha" + anum]._xscale;
this["akaha" + anum]._rotation = (eval (slot3).pt_0._rotation + 15) - (Math.random() * 30);
anum++;
}
if (anum > 950) {
anum = 0;
}
k++;
}
}
function atkuri(kx, ky, kslot) {
var _local1 = this;
attachMovie("pt_kuri", "akaha" + anum, anum + 1000);
_local1["akaha" + anum]._x = kx;
_local1["akaha" + anum]._y = ky;
_local1["akaha" + anum]._xscale = 100;
_local1["akaha" + anum]._yscale = 100;
_local1["akaha" + anum].aaslot = kslot;
anum++;
if (anum > 950) {
anum = 0;
}
}
anum = 0;
function greenpos(slo) {
k = 0;
while (k < 70) {
if (((slo == 1) && (eval (slot1).grw == 0)) && (eval (slot1).greenok == 1)) {
eval (slot1).greeny();
gslot = 1;
attachMovie("green", "green" + gnum, gnum + 3000);
this["green" + gnum]._x = eval (slot1).gx + (Math.random() * 25);
this["green" + gnum]._y = eval (slot1).gy - (Math.random() * 10);
rann = Math.floor(Math.random() * 2) + 1;
if (rann == 1) {
this["green" + gnum]._xscale = eval (slot1).pt_0._xscale * 1.5;
} else {
this["green" + gnum]._xscale = (-eval (slot1).pt_0._xscale) * 1.5;
}
this["green" + gnum]._yscale = this["green" + gnum]._xscale;
this["green" + gnum]._rotation = (eval (slot1).pt_0._rotation + 15) - (Math.random() * 30);
gnum++;
} else if (((slo == 2) && (eval (slot2).grw == 0)) && (eval (slot2).greenok == 1)) {
eval (slot2).greeny();
gslot = 2;
attachMovie("green", "green" + gnum, gnum + 3000);
this["green" + gnum]._x = eval (slot2).gx + (Math.random() * 25);
this["green" + gnum]._y = eval (slot2).gy - (Math.random() * 10);
rann = Math.floor(Math.random() * 2) + 1;
if (rann == 1) {
this["green" + gnum]._xscale = eval (slot2).pt_0._xscale * 1.5;
} else {
this["green" + gnum]._xscale = (-eval (slot2).pt_0._xscale) * 1.5;
}
this["green" + gnum]._yscale = this["green" + gnum]._xscale;
this["green" + gnum]._rotation = (eval (slot2).pt_0._rotation + 15) - (Math.random() * 30);
gnum++;
} else if (((slo == 3) && (eval (slot3).grw == 0)) && (eval (slot3).greenok == 1)) {
eval (slot3).greeny();
gslot = 3;
attachMovie("green", "green" + gnum, gnum + 3000);
this["green" + gnum]._x = eval (slot3).gx + (Math.random() * 25);
this["green" + gnum]._y = eval (slot3).gy - (Math.random() * 10);
rann = Math.floor(Math.random() * 2) + 1;
if (rann == 1) {
this["green" + gnum]._xscale = eval (slot3).pt_0._xscale * 1.5;
} else {
this["green" + gnum]._xscale = (-eval (slot3).pt_0._xscale) * 1.5;
}
this["green" + gnum]._yscale = this["green" + gnum]._xscale;
this["green" + gnum]._rotation = (eval (slot3).pt_0._rotation + 15) - (Math.random() * 30);
gnum++;
}
if (gnum > 950) {
gnum = 0;
}
k++;
}
}
function atkinomi(gxx, gyy, ggsl) {
var _local1 = this;
attachMovie("pt_kinomi", "green" + gnum, gnum + 1000);
_local1["green" + gnum]._x = gxx;
_local1["green" + gnum]._y = gyy;
_local1["green" + gnum]._xscale = 100;
_local1["green" + gnum]._yscale = 100;
_local1["green" + gnum].ggslot = ggsl;
gnum++;
if (gnum > 950) {
gnum = 0;
}
}
gnum = 0;
function attoge(xx, yy, co) {
var _local1 = this;
var _local2 = co;
var _local3 = xx;
if (_local2 == 1) {
attachMovie("puti_toge_y", "puti" + pnum, pnum);
_local1["puti" + pnum]._x = _local3;
_local1["puti" + pnum]._y = land;
_local1["puti" + pnum]._xscale = (Math.random() * 40) + 10;
_local1["puti" + pnum]._yscale = _local1["puti" + pnum]._xscale;
pnum++;
} else if (_local2 == 2) {
attachMovie("puti_toge_r", "puti" + pnum, pnum);
_local1["puti" + pnum]._x = _local3;
_local1["puti" + pnum]._y = land;
_local1["puti" + pnum]._xscale = (Math.random() * 40) + 10;
_local1["puti" + pnum]._yscale = _local1["puti" + pnum]._xscale;
pnum++;
} else if (_local2 == 3) {
attachMovie("puti_toge_b", "puti" + pnum, pnum);
_local1["puti" + pnum]._x = _local3;
_local1["puti" + pnum]._y = land;
_local1["puti" + pnum]._xscale = (Math.random() * 40) + 10;
_local1["puti" + pnum]._yscale = _local1["puti" + pnum]._xscale;
pnum++;
}
if (pnum > 400) {
pnum = 0;
}
}
function atakagi(xx, yy) {
var _local1 = this;
attachMovie("puti_tree_pink", "puti" + pnum, pnum);
_local1["puti" + pnum].pt_0._x = xx;
_local1["puti" + pnum].pt_0._y = land;
_local1["puti" + pnum].pt_0._xscale = (Math.random() * 20) + 40;
_local1["puti" + pnum].pt_0._yscale = _local1["puti" + pnum].pt_0._xscale;
pnum++;
if (pnum > 400) {
pnum = 0;
}
}
function atbamboo(xx) {
var _local1 = this;
attachMovie("puti_tree_long", "puti" + pnum, pnum);
_local1["puti" + pnum].pt_0._x = xx;
_local1["puti" + pnum].pt_0._y = land;
_local1["puti" + pnum].pt_0._xscale = (Math.random() * 20) + 20;
_local1["puti" + pnum].pt_0._yscale = _local1["puti" + pnum].pt_0._xscale;
pnum++;
if (pnum > 400) {
pnum = 0;
}
}
function atpeye(xx, yy) {
var _local1 = this;
attachMovie("puti_eye", "puti" + pnum, pnum);
_local1["puti" + pnum]._x = xx;
_local1["puti" + pnum]._y = land;
_local1["puti" + pnum]._xscale = (Math.random() * 40) + 60;
_local1["puti" + pnum]._yscale = _local1["puti" + pnum]._xscale;
pnum++;
if (pnum > 400) {
pnum = 0;
}
}
function atpfan(xx, yy) {
var _local1 = this;
ran = Math.floor(Math.random() * 5);
if (ran == 1) {
attachMovie("puti_fan", "puti" + pnum, pnum);
_local1["puti" + pnum]._x = xx;
_local1["puti" + pnum]._y = land;
_local1["puti" + pnum]._xscale = (Math.random() * 30) + 30;
_local1["puti" + pnum]._yscale = _local1["puti" + pnum]._xscale;
} else {
attachMovie("puti_me", "puti" + pnum, pnum);
_local1["puti" + pnum]._x = xx;
_local1["puti" + pnum]._y = land;
_local1["puti" + pnum]._xscale = (Math.random() * 30) + 30;
_local1["puti" + pnum]._yscale = _local1["puti" + pnum]._xscale;
}
pnum++;
if (pnum > 400) {
pnum = 0;
}
}
function atgreeny(xx, yy) {
var _local1 = this;
attachMovie("puti_green", "puti" + pnum, pnum);
_local1["puti" + pnum].pt_0._x = xx;
_local1["puti" + pnum].pt_0._y = land;
_local1["puti" + pnum].pt_0._xscale = (Math.random() * 30) + 30;
_local1["puti" + pnum].pt_0._yscale = _local1["puti" + pnum].pt_0._xscale;
pnum++;
if (pnum > 400) {
pnum = 0;
}
}
pnum = 0;
land = 550;
function attanpo(xx, yy, ss) {
var _local1 = this;
attachMovie("tanp_tane", "tanp_tane" + tanpnum, tanpnum + 7000);
_local1["tanp_tane" + tanpnum]._x = xx;
_local1["tanp_tane" + tanpnum]._y = yy;
_local1["tanp_tane" + tanpnum].side = ss;
tanpnum++;
if (tanpnum > 450) {
tanpnum = 0;
}
}
tanpnum = 0;
Instance of Symbol 452 MovieClip "birdmaker1" in Frame 5
onClipEvent (load) {
slo = 1;
}
Instance of Symbol 452 MovieClip "birdmaker2" in Frame 5
onClipEvent (load) {
slo = 2;
}
Instance of Symbol 452 MovieClip "birdmaker3" in Frame 5
onClipEvent (load) {
slo = 3;
}
Instance of Symbol 452 MovieClip "birdmaker4" in Frame 5
onClipEvent (load) {
slo = 4;
}
Frame 8
this.stop();
Symbol 15 MovieClip [pt_tree_y] Frame 1
gotoAndPlay ("fr1");
Symbol 15 MovieClip [pt_tree_y] Frame 2
gotoAndPlay ("fr2");
Symbol 15 MovieClip [pt_tree_y] Frame 3
gotoAndPlay ("fr3");
Symbol 15 MovieClip [pt_tree_y] Frame 4
gotoAndPlay ("fr4");
Symbol 15 MovieClip [pt_tree_y] Frame 18
grp = 1;
r = 0;
this.stop();
Symbol 15 MovieClip [pt_tree_y] Frame 21
grp = 1;
r = -10;
this.stop();
Symbol 15 MovieClip [pt_tree_y] Frame 24
grp = 1;
r = 10;
this.stop();
Symbol 15 MovieClip [pt_tree_y] Frame 27
grp = 2;
r = -25;
r2 = 25;
this.stop();
Symbol 24 MovieClip [pt_tree_b] Frame 1
gotoAndPlay ("fr1");
Symbol 24 MovieClip [pt_tree_b] Frame 2
gotoAndPlay ("fr2");
Symbol 24 MovieClip [pt_tree_b] Frame 3
gotoAndPlay ("fr3");
Symbol 24 MovieClip [pt_tree_b] Frame 4
gotoAndPlay ("fr4");
Symbol 24 MovieClip [pt_tree_b] Frame 18
grp = 1;
r = 0;
this.stop();
Symbol 24 MovieClip [pt_tree_b] Frame 21
grp = 1;
r = 0;
this.stop();
Symbol 24 MovieClip [pt_tree_b] Frame 24
grp = 1;
r = 0;
this.stop();
Symbol 24 MovieClip [pt_tree_b] Frame 27
grp = 2;
r = -25;
r2 = 25;
this.stop();
Symbol 25 MovieClip [pt_tree_brown] Frame 1
function kouyo() {
num = Math.floor(Math.random() * 70) + 17;
point = {x:0, y:0};
eval ("pt_" + num).localToGlobal(point);
ax = point.x;
ay = point.y;
}
parray = [];
scnum = 0.88;
pts = 100;
akahaok = 1;
n = 1;
while (n <= pts) {
parray.push(n);
n++;
}
maga = 3;
grw = 1;
rl = 800;
Symbol 25 MovieClip [pt_tree_brown] Frame 4
if (parray.length > 10) {
n = 0;
while (n < pts) {
if (this["pt_" + n].grp == 2) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy1.localToGlobal(point);
attachMovie("pt_tree_b", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
c = Math.floor(Math.random() * 4) + 1;
eval ("pt_" + i).gotoAndStop(c);
i = parray.shift();
point2 = {x:_x, y:_y};
eval ("pt_" + n).dummy2.localToGlobal(point2);
attachMovie("pt_tree_b", "pt_" + i, i);
this["pt_" + i]._x = point2.x;
this["pt_" + i]._y = point2.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r2 + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
c = Math.floor(Math.random() * 4) + 1;
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
}
if (this["pt_" + n].grp == 1) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy.localToGlobal(point);
attachMovie("pt_tree_b", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
if (n < maga) {
c = Math.floor(Math.random() * 3) + 1;
} else if (n == maga) {
c = 4;
} else {
c = Math.floor(Math.random() * 4) + 1;
}
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
}
n++;
}
gotoAndPlay ("pl");
} else {
gotoAndPlay ("st");
}
Symbol 25 MovieClip [pt_tree_brown] Frame 7
grw = 0;
num = 40;
rand = Math.floor(Math.random() * 2) + 1;
i = 0;
while (i < rand) {
ran = Math.floor(Math.random() * 50) + num;
tar = "pt_" + ran;
point = {x:0, y:0};
eval (tar).localToGlobal(point);
kx = point.x;
ky = point.y;
kslot = slot;
_parent.atkuri(kx, ky, kslot);
i++;
}
if (slot == 1) {
_parent.akahapos(slot);
} else if (slot == 2) {
_parent.akahapos(slot);
} else if (slot == 3) {
_parent.akahapos(slot);
} else if (slot == 4) {
_parent.akahapos(slot);
}
if (_parent.sheet.kara.length > 0) {
_parent.goslot();
} else {
_parent.bomber.gobomb();
}
this.stop();
Symbol 25 MovieClip [pt_tree_brown] Frame 10
if (_y > rl) {
removeMovieClip(this);
}
gotoAndPlay(_currentframe - 1);
Symbol 35 MovieClip [pt_tree_p] Frame 1
gotoAndPlay ("fr1");
Symbol 35 MovieClip [pt_tree_p] Frame 2
gotoAndPlay ("fr2");
Symbol 35 MovieClip [pt_tree_p] Frame 3
gotoAndPlay ("fr3");
Symbol 35 MovieClip [pt_tree_p] Frame 4
gotoAndPlay ("fr4");
Symbol 35 MovieClip [pt_tree_p] Frame 18
grp = 1;
r = 0;
this.stop();
Symbol 35 MovieClip [pt_tree_p] Frame 21
grp = 1;
r = -10;
this.stop();
Symbol 35 MovieClip [pt_tree_p] Frame 24
grp = 1;
r = 10;
this.stop();
Symbol 35 MovieClip [pt_tree_p] Frame 27
grp = 2;
r = -25;
r2 = 25;
this.stop();
Symbol 36 MovieClip [pt_tree_yellow] Frame 1
function greeny() {
num = Math.floor(Math.random() * 70) + 17;
point = {x:0, y:0};
eval ("pt_" + num).localToGlobal(point);
gx = point.x;
gy = point.y;
}
parray = [];
scnum = 0.88;
pts = 100;
greenok = 1;
n = 1;
while (n <= pts) {
parray.push(n);
n++;
}
maga = 3;
grw = 1;
rl = 800;
Symbol 36 MovieClip [pt_tree_yellow] Frame 4
if (parray.length > 10) {
n = 0;
while (n < pts) {
if (this["pt_" + n].grp == 2) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy1.localToGlobal(point);
attachMovie("pt_tree_y", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
c = Math.floor(Math.random() * 4) + 1;
eval ("pt_" + i).gotoAndStop(c);
i = parray.shift();
point2 = {x:_x, y:_y};
eval ("pt_" + n).dummy2.localToGlobal(point2);
attachMovie("pt_tree_y", "pt_" + i, i);
this["pt_" + i]._x = point2.x;
this["pt_" + i]._y = point2.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r2 + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
c = Math.floor(Math.random() * 4) + 1;
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
}
if (this["pt_" + n].grp == 1) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy.localToGlobal(point);
attachMovie("pt_tree_y", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
if (n < maga) {
c = Math.floor(Math.random() * 3) + 1;
} else if (n == maga) {
c = 4;
} else {
c = Math.floor(Math.random() * 4) + 1;
}
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
}
n++;
}
gotoAndPlay ("pl");
} else {
gotoAndPlay ("st");
}
Symbol 36 MovieClip [pt_tree_yellow] Frame 7
grw = 0;
num = 40;
rand = Math.floor(Math.random() * 2) + 1;
i = 0;
while (i < rand) {
ran = Math.floor(Math.random() * 50) + num;
tar = "pt_" + ran;
point = {x:0, y:0};
eval (tar).localToGlobal(point);
gxx = point.x;
gyy = point.y;
ggsl = slot;
_parent.atkinomi(gxx, gyy, ggsl);
i++;
}
if (slot == 1) {
_parent.greenpos(slot);
} else if (slot == 2) {
_parent.greenpos(slot);
} else if (slot == 3) {
_parent.greenpos(slot);
} else if (slot == 4) {
_parent.greenpos(slot);
}
if (_parent.sheet.kara.length > 0) {
_parent.goslot();
} else {
_parent.bomber.gobomb();
}
this.stop();
Symbol 36 MovieClip [pt_tree_yellow] Frame 10
if (_y > rl) {
removeMovieClip(this);
}
gotoAndPlay(_currentframe - 1);
Symbol 41 MovieClip Frame 1
ran = Math.floor(Math.random() * 3);
if (ran == 1) {
_xscale = 200;
_yscale = 200;
gotoAndPlay ("grow");
}
if (ran == 2) {
_xscale = -200;
_yscale = 200;
gotoAndPlay ("grow");
}
this.stop();
Symbol 41 MovieClip Frame 14
this.stop();
Symbol 48 MovieClip [puti_tree_l] Frame 1
gotoAndPlay ("fr1");
Symbol 48 MovieClip [puti_tree_l] Frame 2
gotoAndPlay ("fr2");
Symbol 48 MovieClip [puti_tree_l] Frame 3
gotoAndPlay ("fr3");
Symbol 48 MovieClip [puti_tree_l] Frame 4
gotoAndPlay ("fr4");
Symbol 48 MovieClip [puti_tree_l] Frame 20
grp = 1;
r = 0;
this.stop();
Symbol 48 MovieClip [puti_tree_l] Frame 25
grp = 1;
r = 0;
this.stop();
Symbol 48 MovieClip [puti_tree_l] Frame 30
grp = 1;
r = 0;
this.stop();
Symbol 48 MovieClip [puti_tree_l] Frame 35
grp = 1;
r = 0;
this.stop();
Symbol 49 MovieClip [puti_tree_long] Frame 1
parray = [];
scnum = 0.95;
pts = 35;
n = 1;
while (n <= pts) {
parray.push(n);
n++;
}
maga = 18;
rl = 800;
Symbol 49 MovieClip [puti_tree_long] Frame 4
if (parray.length > 2) {
n = 0;
while (n < pts) {
if (this["pt_" + n].grp == 1) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy.localToGlobal(point);
attachMovie("puti_tree_l", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
if (n < maga) {
c = Math.floor(Math.random() * 3) + 1;
} else if (n == maga) {
c = 4;
} else {
c = Math.floor(Math.random() * 4) + 1;
}
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
}
n++;
}
gotoAndPlay ("pl");
} else {
gotoAndPlay ("st");
}
Symbol 49 MovieClip [puti_tree_long] Frame 7
this.stop();
Symbol 49 MovieClip [puti_tree_long] Frame 10
if (_y > rl) {
removeMovieClip(this);
}
gotoAndPlay(_currentframe - 1);
Symbol 59 MovieClip [puti_tree_p] Frame 1
gotoAndPlay ("fr1");
Symbol 59 MovieClip [puti_tree_p] Frame 2
gotoAndPlay ("fr2");
Symbol 59 MovieClip [puti_tree_p] Frame 3
gotoAndPlay ("fr3");
Symbol 59 MovieClip [puti_tree_p] Frame 4
gotoAndPlay ("fr4");
Symbol 59 MovieClip [puti_tree_p] Frame 20
grp = 1;
r = 0;
this.stop();
Symbol 59 MovieClip [puti_tree_p] Frame 25
grp = 1;
r = -10;
this.stop();
Symbol 59 MovieClip [puti_tree_p] Frame 30
grp = 1;
r = 10;
this.stop();
Symbol 59 MovieClip [puti_tree_p] Frame 35
grp = 2;
r = -25;
r2 = 25;
this.stop();
Symbol 60 MovieClip [puti_tree_pink] Frame 1
parray = [];
scnum = 0.88;
pts = 35;
n = 1;
while (n <= pts) {
parray.push(n);
n++;
}
maga = 5;
grw = 1;
rl = 800;
Symbol 60 MovieClip [puti_tree_pink] Frame 4
if (parray.length > 2) {
n = 0;
while (n < pts) {
if (this["pt_" + n].grp == 2) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy1.localToGlobal(point);
attachMovie("puti_tree_p", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
c = Math.floor(Math.random() * 4) + 1;
eval ("pt_" + i).gotoAndStop(c);
i = parray.shift();
point2 = {x:_x, y:_y};
eval ("pt_" + n).dummy2.localToGlobal(point2);
attachMovie("puti_tree_p", "pt_" + i, i);
this["pt_" + i]._x = point2.x;
this["pt_" + i]._y = point2.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r2 + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
c = Math.floor(Math.random() * 4) + 1;
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
}
if (this["pt_" + n].grp == 1) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy.localToGlobal(point);
attachMovie("puti_tree_p", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
if (n < maga) {
c = Math.floor(Math.random() * 3) + 1;
} else if (n == maga) {
c = 4;
} else {
c = Math.floor(Math.random() * 4) + 1;
}
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
}
n++;
}
gotoAndPlay ("pl");
} else {
gotoAndPlay ("st");
}
Symbol 60 MovieClip [puti_tree_pink] Frame 7
grw = 0;
this.stop();
Symbol 60 MovieClip [puti_tree_pink] Frame 10
if (_y > rl) {
removeMovieClip(this);
}
gotoAndPlay(_currentframe - 1);
Symbol 70 MovieClip [load_pt] Frame 1
gotoAndPlay ("fr1");
Symbol 70 MovieClip [load_pt] Frame 2
gotoAndPlay ("fr2");
Symbol 70 MovieClip [load_pt] Frame 3
gotoAndPlay ("fr3");
Symbol 70 MovieClip [load_pt] Frame 4
gotoAndPlay ("fr4");
Symbol 70 MovieClip [load_pt] Frame 20
grp = 1;
r = 0;
this.stop();
Symbol 70 MovieClip [load_pt] Frame 25
grp = 1;
r = -10;
this.stop();
Symbol 70 MovieClip [load_pt] Frame 30
grp = 1;
r = 10;
this.stop();
Symbol 70 MovieClip [load_pt] Frame 35
grp = 2;
r = -25;
r2 = 25;
this.stop();
Symbol 71 MovieClip [load_tree] Frame 1
function maketree() {
if (this["pt_" + n].grp == 2) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy1.localToGlobal(point);
attachMovie("load_pt", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
c = Math.floor(Math.random() * 4) + 1;
eval ("pt_" + i).gotoAndStop(c);
i = parray.shift();
point2 = {x:_x, y:_y};
eval ("pt_" + n).dummy2.localToGlobal(point2);
attachMovie("load_pt", "pt_" + i, i);
this["pt_" + i]._x = point2.x;
this["pt_" + i]._y = point2.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r2 + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
c = Math.floor(Math.random() * 4) + 1;
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
n++;
}
if (this["pt_" + n].grp == 1) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy.localToGlobal(point);
attachMovie("load_pt", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
if (n < maga) {
c = Math.floor(Math.random() * 3) + 1;
} else if (n == maga) {
c = 4;
} else {
c = Math.floor(Math.random() * 4) + 1;
}
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
n++;
}
}
parray = [];
scnum = 0.88;
pts = 100;
n = 1;
while (n <= pts) {
parray.push(n);
n++;
}
maga = 3;
n = 0;
Symbol 71 MovieClip [load_tree] Frame 4
this.stop();
Symbol 72 MovieClip [pt_tree_pink] Frame 1
function birdy() {
num = Math.floor(Math.random() * 83) + 5;
point = {x:0, y:0};
eval ("pt_" + num).localToGlobal(point);
bx = point.x;
by = point.y;
}
parray = [];
scnum = 0.88;
pts = 100;
birdok = 1;
n = 1;
while (n <= pts) {
parray.push(n);
n++;
}
maga = 3;
grw = 1;
rl = 800;
Symbol 72 MovieClip [pt_tree_pink] Frame 4
if (parray.length > 10) {
n = 0;
while (n < pts) {
if (this["pt_" + n].grp == 2) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy1.localToGlobal(point);
attachMovie("pt_tree_p", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
c = Math.floor(Math.random() * 4) + 1;
eval ("pt_" + i).gotoAndStop(c);
i = parray.shift();
point2 = {x:_x, y:_y};
eval ("pt_" + n).dummy2.localToGlobal(point2);
attachMovie("pt_tree_p", "pt_" + i, i);
this["pt_" + i]._x = point2.x;
this["pt_" + i]._y = point2.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r2 + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
c = Math.floor(Math.random() * 4) + 1;
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
}
if (this["pt_" + n].grp == 1) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy.localToGlobal(point);
attachMovie("pt_tree_p", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
if (n < maga) {
c = Math.floor(Math.random() * 3) + 1;
} else if (n == maga) {
c = 4;
} else {
c = Math.floor(Math.random() * 4) + 1;
}
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
}
n++;
}
gotoAndPlay ("pl");
} else {
gotoAndPlay ("st");
}
Symbol 72 MovieClip [pt_tree_pink] Frame 7
grw = 0;
if (slot == 1) {
_parent.birdmaker1.gotoAndPlay("make");
} else if (slot == 2) {
_parent.birdmaker2.gotoAndPlay("make");
} else if (slot == 3) {
_parent.birdmaker3.gotoAndPlay("make");
} else if (slot == 4) {
_parent.birdmaker4.gotoAndPlay("make");
}
if (_parent.sheet.kara.length > 0) {
_parent.goslot();
} else {
_parent.bomber.gobomb();
}
this.stop();
Symbol 72 MovieClip [pt_tree_pink] Frame 10
if (_y > rl) {
removeMovieClip(this);
}
gotoAndPlay(_currentframe - 1);
Symbol 73 MovieClip [pt_fruit_mi] Frame 1
function del() {
gotoAndPlay ("de");
}
rl = 800;
Symbol 73 MovieClip [pt_fruit_mi] Frame 4
n = 0;
ran = Math.floor(Math.random() * 3) + 1;
if (ran == 1) {
attachMovie("pt_splash_fruit", "pt_" + i, i);
} else if (ran == 2) {
attachMovie("pt_splash_fruit_2", "pt_" + i, i);
} else if (ran == 3) {
attachMovie("pt_splash_fruit_3", "pt_" + i, i);
} else {
attachMovie("pt_splash_fruit", "pt_" + i, i);
}
this["pt_" + i]._x = pt_0._x;
this["pt_" + i]._y = pt_0._y;
this["pt_" + i]._xscale = pt_0._xscale;
this["pt_" + i]._yscale = pt_0._yscale;
this["pt_" + i]._rotation = this["pt_" + i]._rotation + (pt_0._rotation + 180);
gotoAndPlay ("st");
Symbol 73 MovieClip [pt_fruit_mi] Frame 7
if (_parent.sheet.kara.length > 0) {
_parent.goslot();
} else {
_parent.bomber.gobomb();
}
this.stop();
Symbol 73 MovieClip [pt_fruit_mi] Frame 8
xx = 4 - (Math.random() * 8);
x = xx * ((Math.random() * 1) + 1);
y = -17 + (Math.random() * 3);
g = 0.7;
Symbol 73 MovieClip [pt_fruit_mi] Frame 9
y = y + g;
_x = (_x + x);
_y = (_y + y);
_rotation = (_rotation + 0);
Symbol 73 MovieClip [pt_fruit_mi] Frame 10
if (_y > rl) {
removeMovieClip(this);
}
gotoAndPlay(_currentframe - 1);
Symbol 75 MovieClip [pt_eye_] Frame 1
ready = 0;
ran = Math.floor(Math.random() * 20);
_xscale = _parent.pt_0._xscale;
Symbol 75 MovieClip [pt_eye_] Frame 2
_yscale = (_yscale + ((((_parent.pt_0._yscale + ran) - _yscale) * 0.3) + 0.1));
Symbol 75 MovieClip [pt_eye_] Frame 3
if (_yscale < (_parent.pt_0._yscale + ran)) {
gotoAndPlay(_currentframe - 1);
} else {
_yscale = (_parent.pt_0._yscale + ran);
gotoAndPlay ("move");
}
Symbol 75 MovieClip [pt_eye_] Frame 5
ready = 1;
_parent.ateye();
this.stop();
Symbol 76 MovieClip [pt_eye] Frame 1
function ateye() {
attachMovie("pt_eye_0", "eye", 2);
point = {x:0, y:0};
pt_1.dummy.localToGlobal(point);
eye._x = point.x;
eye._y = point.y;
}
rl = 800;
Symbol 76 MovieClip [pt_eye] Frame 4
n = 0;
i = 1;
point = {x:0, y:0};
pt_0.localToGlobal(point);
attachMovie("pt_eye_", "pt_" + i, 1);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = 1;
this["pt_" + i]._yscale = 1;
this["pt_" + i]._rotation = this["pt_" + i]._rotation + pt_0._rotation;
gotoAndPlay ("st");
Symbol 76 MovieClip [pt_eye] Frame 7
if (_parent.sheet.kara.length > 0) {
_parent.goslot();
} else {
_parent.bomber.gobomb();
}
this.stop();
Symbol 76 MovieClip [pt_eye] Frame 10
if (_y > rl) {
removeMovieClip(this);
}
gotoAndPlay(_currentframe - 1);
Symbol 88 MovieClip Frame 1
gotoAndPlay ("fr1");
Symbol 88 MovieClip Frame 2
gotoAndPlay ("fr2");
Symbol 88 MovieClip Frame 3
gotoAndPlay ("fr3");
Symbol 88 MovieClip Frame 4
gotoAndPlay ("fr4");
Symbol 88 MovieClip Frame 5
gotoAndPlay ("fr5");
Symbol 88 MovieClip Frame 6
gotoAndPlay ("fr6");
Symbol 88 MovieClip Frame 20
grp = 1;
this.stop();
Symbol 88 MovieClip Frame 25
grp = 1;
this.stop();
Symbol 88 MovieClip Frame 30
grp = 1;
this.stop();
Symbol 88 MovieClip Frame 35
grp = 1;
r = -30;
this.stop();
Symbol 88 MovieClip Frame 40
grp = 1;
r = -30;
this.stop();
Symbol 88 MovieClip Frame 45
grp = 1;
r = -30;
this.stop();
Symbol 89 MovieClip [pt_kuru_toge] Frame 1
function birdy() {
num = Math.floor(Math.random() * 40);
point = {x:0, y:0};
eval ("pt_" + num).localToGlobal(point);
bx = point.x;
by = point.y;
}
parray = [];
pts = 50;
grw = 1;
birdok = 1;
n = 1;
while (n <= pts) {
parray.push(n);
n++;
}
Symbol 89 MovieClip [pt_kuru_toge] Frame 4
if (parray.length > 3) {
n = 0;
while (n < pts) {
if (this["pt_" + n].grp == 1) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy.localToGlobal(point);
attachMovie("pt_kuru_t", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * 0.92;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * 0.92;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
if (n < 3) {
c = Math.floor(Math.random() * 3) + 1;
} else {
c = Math.floor(Math.random() * 3) + 4;
}
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
}
n++;
}
gotoAndPlay ("pl");
} else {
gotoAndPlay ("st");
}
Symbol 89 MovieClip [pt_kuru_toge] Frame 7
grw = 0;
this.stop();
Symbol 89 MovieClip [pt_kuru_toge] Frame 10
if (_y > 500) {
removeMovieClip(this);
}
gotoAndPlay(_currentframe - 1);
Symbol 101 MovieClip [pt_fruit_pt] Frame 1
gotoAndPlay ("fr1");
Symbol 101 MovieClip [pt_fruit_pt] Frame 2
gotoAndPlay ("fr2");
Symbol 101 MovieClip [pt_fruit_pt] Frame 3
gotoAndPlay ("fr3");
Symbol 101 MovieClip [pt_fruit_pt] Frame 4
gotoAndPlay ("fr4");
Symbol 101 MovieClip [pt_fruit_pt] Frame 5
gotoAndPlay ("fr5");
Symbol 101 MovieClip [pt_fruit_pt] Frame 6
gotoAndPlay ("fr6");
Symbol 101 MovieClip [pt_fruit_pt] Frame 7
gotoAndPlay ("fr7");
Symbol 101 MovieClip [pt_fruit_pt] Frame 8
gotoAndPlay ("fr8");
Symbol 101 MovieClip [pt_fruit_pt] Frame 18
grp = 1;
r = 30;
this.stop();
Symbol 101 MovieClip [pt_fruit_pt] Frame 21
grp = 1;
r = 30;
this.stop();
Symbol 101 MovieClip [pt_fruit_pt] Frame 24
grp = 1;
r = 30;
this.stop();
Symbol 101 MovieClip [pt_fruit_pt] Frame 27
grp = 1;
r = 30;
this.stop();
Symbol 101 MovieClip [pt_fruit_pt] Frame 30
grp = 1;
r = -30;
this.stop();
Symbol 101 MovieClip [pt_fruit_pt] Frame 33
grp = 1;
r = -30;
this.stop();
Symbol 101 MovieClip [pt_fruit_pt] Frame 36
grp = 1;
r = -30;
this.stop();
Symbol 101 MovieClip [pt_fruit_pt] Frame 39
grp = 1;
r = -30;
this.stop();
Symbol 102 MovieClip [pt_fruit] Frame 1
parray = [];
pts = 30;
grw = 1;
n = 1;
while (n <= pts) {
parray.push(n);
n++;
}
Symbol 102 MovieClip [pt_fruit] Frame 4
if (parray.length > 3) {
n = 0;
while (n < pts) {
if (this["pt_" + n].grp == 1) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy.localToGlobal(point);
attachMovie("pt_fruit_pt", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * 0.95;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * 0.95;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
if (n % 2) {
c = Math.floor(Math.random() * 4) + 1;
} else {
c = Math.floor(Math.random() * 4) + 5;
}
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
}
n++;
}
gotoAndPlay ("pl");
} else {
gotoAndPlay ("st");
}
Symbol 102 MovieClip [pt_fruit] Frame 7
point = {x:0, y:0};
num = 2;
i = 0;
while (i < 3) {
ran = Math.floor(Math.random() * 3) + num;
tar = "pt_" + ran;
point = {x:0, y:0};
eval (tar).localToGlobal(point);
_parent.fx = point.x;
_parent.fy = point.y;
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
_parent.fsc = eval (tar)._xscale * 2;
} else {
_parent.fsc = (-eval (tar)._xscale) * 2;
}
_parent.fro = eval (tar)._rotation + 90;
_parent.fslot = slot;
_parent.atmi();
num = num + 4;
i++;
}
grw = 0;
if (_parent.sheet.kara.length > 0) {
_parent.goslot();
} else {
_parent.bomber.gobomb();
}
this.stop();
Symbol 102 MovieClip [pt_fruit] Frame 10
if (_y > rl) {
removeMovieClip(this);
}
gotoAndPlay(_currentframe - 1);
Symbol 121 MovieClip [puti_green_pt] Frame 1
gotoAndPlay ("fr0");
Symbol 121 MovieClip [puti_green_pt] Frame 2
gotoAndPlay ("fr1");
Symbol 121 MovieClip [puti_green_pt] Frame 3
gotoAndPlay ("fr2");
Symbol 121 MovieClip [puti_green_pt] Frame 4
gotoAndPlay ("fr3");
Symbol 121 MovieClip [puti_green_pt] Frame 5
gotoAndPlay ("fr4");
Symbol 121 MovieClip [puti_green_pt] Frame 6
gotoAndPlay ("fr5");
Symbol 121 MovieClip [puti_green_pt] Frame 7
gotoAndPlay ("fr6");
Symbol 121 MovieClip [puti_green_pt] Frame 8
gotoAndPlay ("fr7");
Symbol 121 MovieClip [puti_green_pt] Frame 9
gotoAndPlay ("fr8");
Symbol 121 MovieClip [puti_green_pt] Frame 15
grp = 1;
r = 0;
this.stop();
Symbol 121 MovieClip [puti_green_pt] Frame 20
grp = 1;
r = 30;
this.stop();
Symbol 121 MovieClip [puti_green_pt] Frame 25
grp = 1;
r = 30;
this.stop();
Symbol 121 MovieClip [puti_green_pt] Frame 30
grp = 1;
r = 30;
this.stop();
Symbol 121 MovieClip [puti_green_pt] Frame 35
grp = 1;
r = 30;
this.stop();
Symbol 121 MovieClip [puti_green_pt] Frame 40
grp = 1;
r = -30;
this.stop();
Symbol 121 MovieClip [puti_green_pt] Frame 45
grp = 1;
r = -30;
this.stop();
Symbol 121 MovieClip [puti_green_pt] Frame 50
grp = 1;
r = -30;
this.stop();
Symbol 121 MovieClip [puti_green_pt] Frame 55
grp = 1;
r = -30;
this.stop();
Symbol 122 MovieClip [puti_green] Frame 1
parray = [];
scnum = 0.92;
pts = 50;
n = 1;
while (n <= pts) {
parray.push(n);
n++;
}
Symbol 122 MovieClip [puti_green] Frame 4
if (parray.length > 3) {
n = 0;
while (n < pts) {
if (this["pt_" + n].grp == 1) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy.localToGlobal(point);
attachMovie("puti_green_pt", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * scnum;
this["pt_" + i]._yscale = eval ("pt_" + n)._yscale * scnum;
this["pt_" + i].rr = this["pt_" + i].rr + (this["pt_" + n].r + this["pt_" + n].rr);
this["pt_" + i]._rotation = this["pt_" + i].rr;
if (n < 4) {
c = Math.floor(Math.random() * 4) + 2;
} else {
c = Math.floor(Math.random() * 4) + 6;
}
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
}
n++;
}
gotoAndPlay ("pl");
} else {
gotoAndPlay ("st");
}
Symbol 122 MovieClip [puti_green] Frame 7
this.stop();
Symbol 132 MovieClip [pt_c] Frame 1
gotoAndPlay ("fr1");
Symbol 132 MovieClip [pt_c] Frame 2
gotoAndPlay ("fr2");
Symbol 132 MovieClip [pt_c] Frame 3
gotoAndPlay ("fr3");
Symbol 132 MovieClip [pt_c] Frame 4
gotoAndPlay ("fr4");
Symbol 132 MovieClip [pt_c] Frame 18
grp = 1;
r = 0;
this.stop();
Symbol 132 MovieClip [pt_c] Frame 21
grp = 1;
r = 0;
this.stop();
Symbol 132 MovieClip [pt_c] Frame 24
grp = 1;
r = 0;
this.stop();
Symbol 132 MovieClip [pt_c] Frame 27
grp = 1;
r = 0;
this.stop();
Symbol 133 MovieClip [pt_col] Frame 1
function dels() {
gotoAndPlay ("de");
}
_parent.colex = 1;
parray = [];
pnum = _parent.coldan;
n = 1;
while (n <= pnum) {
parray.push(n);
n++;
}
Symbol 133 MovieClip [pt_col] Frame 4
if (parray.length > 1) {
n = 0;
while (n < pnum) {
if (this["pt_" + n].grp == 1) {
i = parray.shift();
point = {x:0, y:0};
eval ("pt_" + n).dummy.localToGlobal(point);
attachMovie("pt_c", "pt_" + i, i);
this["pt_" + i]._x = point.x;
this["pt_" + i]._y = point.y;
this["pt_" + i]._xscale = eval ("pt_" + n)._xscale * 0.95;
this["pt_" + i]._yscale = this["pt_" + i]._xscale;
this["pt_" + i].rr = this["pt_" + n].r + this["pt_" + n].rr;
this["pt_" + i]._rotation = this["pt_" + i].rr;
c = Math.floor(Math.random() * 4) + 1;
eval ("pt_" + i).gotoAndStop(c);
this["pt_" + n].grp = 0;
}
n++;
}
gotoAndPlay ("pl");
} else {
n = 0;
while (n < pnum) {
this["pt_" + n].grp = 0;
point = {x:0, y:0};
eval ("pt_" + n).dummy.localToGlobal(point);
cx = point.x;
cy = point.y;
cr = this["pt_" + n].r + this["pt_" + n].rr;
csc = this["pt_" + n]._xscale;
_parent.makesheet();
n++;
}
gotoAndPlay ("st");
}
Symbol 133 MovieClip [pt_col] Frame 7
this.stop();
Symbol 133 MovieClip [pt_col] Frame 10
if (_y > 600) {
_parent.colex = 0;
_parent.colmaker.make();
removeMovieClip(this);
}
gotoAndPlay(_currentframe - 1);
Symbol 139 Button
on (release) {
stp = 1;
}
Symbol 146 MovieClip Frame 50
gotoAndPlay ("loop");
Symbol 161 MovieClip Frame 54
_parent._parent._parent._parent.bomball();
this.stop();
Symbol 164 MovieClip Frame 35
gotoAndPlay ("fr1");
Symbol 171 MovieClip Frame 1
if (_parent.bombok == 1) {
gotoAndPlay ("bomb");
_parent.dtype = "bomb";
} else {
ran = Math.floor(Math.random() * 6) + 1;
if (ran == 1) {
gotoAndPlay ("bird");
_parent.dtype = "bird";
} else if (ran == 2) {
gotoAndPlay ("akaha");
_parent.dtype = "akaha";
} else if (ran == 3) {
gotoAndPlay ("eye");
_parent.dtype = "eye";
} else if (ran == 4) {
gotoAndPlay ("green");
_parent.dtype = "green";
} else if (ran == 5) {
gotoAndPlay ("fruit");
_parent.dtype = "fruit";
} else if (ran == 6) {
gotoAndPlay ("fan");
_parent.dtype = "fan";
}
}
Symbol 171 MovieClip Frame 3
this.stop();
Symbol 171 MovieClip Frame 6
this.stop();
Symbol 171 MovieClip Frame 9
this.stop();
Symbol 171 MovieClip Frame 12
this.stop();
Symbol 171 MovieClip Frame 15
this.stop();
Symbol 171 MovieClip Frame 18
this.stop();
Symbol 171 MovieClip Frame 21
this.stop();
Symbol 187 MovieClip Frame 1
stp = 0;
stpp = 0;
stby = 0;
bombok = 0;
_alpha = 0;
Symbol 187 MovieClip Frame 2
if (_parent.stby == 1) {
_alpha = 100;
gotoAndPlay ("loop");
}
_alpha = (_alpha + 6);
Symbol 187 MovieClip Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 187 MovieClip Frame 12
if (stpp == 1) {
stby = 1;
if (dtype == "bird") {
_parent.itempos("pt_tree_pink");
} else if (dtype == "eye") {
_parent.itempos("pt_eye");
} else if (dtype == "fruit") {
_parent.itempos("pt_fruit");
} else if (dtype == "water") {
_parent.itempos("pt_water");
} else if (dtype == "bomb") {
} else if (dtype == "akaha") {
_parent.itempos("pt_tree_brown");
} else if (dtype == "green") {
_parent.itempos("pt_tree_yellow");
} else if (dtype == "fan") {
_parent.itempos("pt_fan");
}
this.stop();
}
Symbol 187 MovieClip Frame 20
if (stp == 1) {
stpp = 1;
}
gotoAndPlay ("loop");
Symbol 197 MovieClip [sheet_3] Frame 1
function dels() {
if (fnum == 1) {
gotoAndPlay ("de1");
} else if (fnum == 2) {
gotoAndPlay ("de2");
} else if (fnum == 3) {
gotoAndPlay ("de3");
} else if (fnum == 0) {
gotoAndPlay ("de0");
}
}
_parent.sheetex = 0;
ran = Math.floor(Math.random() * 5);
rl = 800;
if (ran == 0) {
gotoAndPlay ("fr0");
} else if (ran == 1) {
gotoAndPlay ("fr1");
} else if (ran == 2) {
gotoAndPlay ("fr2");
} else if (ran == 3) {
gotoAndPlay ("fr3");
}
Symbol 197 MovieClip [sheet_3] Frame 2
function itempos(iname) {
if (kara.length > 0) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
pla = kara.shift();
} else {
pla = kara.pop();
}
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
plant.unshift(pla);
} else {
plant.push(pla);
}
point = {x:0, y:0};
eval (pla).localToGlobal(point);
ix = point.x;
iy = point.y;
isc = _xscale;
if (pla == "dummy1") {
slot = 1;
ir = _rotation;
}
_parent.atitem(iname);
}
}
function delpos() {
if (plant.length > 0) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
del = plant.shift();
} else {
del = plant.pop();
}
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
kara.unshift(del);
} else {
kara.push(del);
}
if (del == "dummy1") {
dslot = 1;
}
_parent.delitem();
}
}
stby = 0;
snum = 1;
kara = [];
plant = [];
n = 1;
while (n <= snum) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
kara.push("dummy" + n);
} else {
kara.unshift("dummy" + n);
}
n++;
}
Symbol 197 MovieClip [sheet_3] Frame 22
fnum = 0;
r = 0;
stby = 1;
this.stop();
Symbol 197 MovieClip [sheet_3] Frame 23
stby = 0;
Symbol 197 MovieClip [sheet_3] Frame 24
if (_y > rl) {
_parent.sheetex = 0;
removeMovieClip(this);
}
Symbol 197 MovieClip [sheet_3] Frame 25
gotoAndPlay(_currentframe - 1);
Symbol 197 MovieClip [sheet_3] Frame 26
function itempos(iname) {
if (kara.length > 0) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
pla = kara.shift();
} else {
pla = kara.pop();
}
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
plant.unshift(pla);
} else {
plant.push(pla);
}
point = {x:0, y:0};
eval (pla).localToGlobal(point);
ix = point.x;
iy = point.y;
isc = _xscale;
if (pla == "dummy1") {
slot = 1;
ir = _rotation - 45;
} else if (pla == "dummy2") {
slot = 2;
ir = _rotation + 45;
}
_parent.atitem(iname);
}
}
function delpos() {
if (plant.length > 0) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
del = plant.shift();
} else {
del = plant.pop();
}
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
kara.unshift(del);
} else {
kara.push(del);
}
if (del == "dummy1") {
dslot = 1;
} else if (del == "dummy2") {
dslot = 2;
}
_parent.delitem();
}
}
stby = 0;
snum = 2;
kara = [];
plant = [];
n = 1;
while (n <= snum) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
kara.push("dummy" + n);
} else {
kara.unshift("dummy" + n);
}
n++;
}
Symbol 197 MovieClip [sheet_3] Frame 47
fnum = 1;
r = 0;
stby = 1;
this.stop();
Symbol 197 MovieClip [sheet_3] Frame 48
stby = 0;
Symbol 197 MovieClip [sheet_3] Frame 49
if (_y > rl) {
_parent.sheetex = 0;
removeMovieClip(this);
}
Symbol 197 MovieClip [sheet_3] Frame 50
gotoAndPlay(_currentframe - 1);
Symbol 197 MovieClip [sheet_3] Frame 51
function itempos(iname) {
if (kara.length > 0) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
pla = kara.shift();
} else {
pla = kara.pop();
}
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
plant.unshift(pla);
} else {
plant.push(pla);
}
point = {x:0, y:0};
eval (pla).localToGlobal(point);
ix = point.x;
iy = point.y;
isc = _xscale;
if (pla == "dummy1") {
slot = 1;
ir = _rotation - 90;
} else if (pla == "dummy2") {
slot = 2;
ir = _rotation + 90;
}
_parent.atitem(iname);
}
}
function delpos() {
if (plant.length > 0) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
del = plant.shift();
} else {
del = plant.pop();
}
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
kara.unshift(del);
} else {
kara.push(del);
}
if (del == "dummy1") {
dslot = 1;
} else if (del == "dummy2") {
dslot = 2;
}
_parent.delitem();
}
}
stby = 0;
snum = 2;
kara = [];
plant = [];
n = 1;
while (n <= snum) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
kara.push("dummy" + n);
} else {
kara.unshift("dummy" + n);
}
n++;
}
Symbol 197 MovieClip [sheet_3] Frame 72
fnum = 2;
r = 0;
stby = 1;
this.stop();
Symbol 197 MovieClip [sheet_3] Frame 73
stby = 0;
Symbol 197 MovieClip [sheet_3] Frame 74
if (_y > rl) {
_parent.sheetex = 0;
removeMovieClip(this);
}
Symbol 197 MovieClip [sheet_3] Frame 75
gotoAndPlay(_currentframe - 1);
Symbol 197 MovieClip [sheet_3] Frame 76
function itempos(iname) {
if (kara.length > 0) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
pla = kara.shift();
} else {
pla = kara.pop();
}
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
plant.unshift(pla);
} else {
plant.push(pla);
}
point = {x:0, y:0};
eval (pla).localToGlobal(point);
ix = point.x;
iy = point.y;
isc = _xscale;
if (pla == "dummy1") {
slot = 1;
ir = _rotation;
} else if (pla == "dummy2") {
slot = 2;
ir = _rotation - 60;
} else if (pla == "dummy3") {
slot = 3;
ir = _rotation + 60;
}
_parent.atitem(iname);
}
}
function delpos() {
if (plant.length > 0) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
del = plant.shift();
} else {
del = plant.pop();
}
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
kara.unshift(del);
} else {
kara.push(del);
}
if (del == "dummy1") {
dslot = 1;
} else if (del == "dummy2") {
dslot = 2;
} else if (del == "dummy3") {
dslot = 3;
}
_parent.delitem();
}
}
stby = 0;
snum = 3;
kara = [];
plant = [];
n = 1;
while (n <= snum) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
kara.push("dummy" + n);
} else {
kara.unshift("dummy" + n);
}
n++;
}
Symbol 197 MovieClip [sheet_3] Frame 97
fnum = 3;
r = 0;
stby = 1;
this.stop();
Symbol 197 MovieClip [sheet_3] Frame 98
stby = 0;
Symbol 197 MovieClip [sheet_3] Frame 99
if (_y > rl) {
_parent.sheetex = 0;
removeMovieClip(this);
}
Symbol 197 MovieClip [sheet_3] Frame 100
gotoAndPlay(_currentframe - 1);
Symbol 197 MovieClip [sheet_3] Frame 101
function itempos(iname) {
if (kara.length > 0) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
pla = kara.shift();
} else {
pla = kara.pop();
}
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
plant.unshift(pla);
} else {
plant.push(pla);
}
point = {x:0, y:0};
eval (pla).localToGlobal(point);
ix = point.x;
iy = point.y;
isc = _xscale;
if (pla == "dummy1") {
slot = 1;
ir = _rotation - 45;
} else if (pla == "dummy2") {
slot = 2;
ir = _rotation - 135;
} else if (pla == "dummy3") {
slot = 3;
ir = _rotation + 135;
} else if (pla == "dummy4") {
slot = 4;
ir = _rotation + 45;
}
_parent.atitem(iname);
}
}
function delpos() {
if (plant.length > 0) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
del = plant.shift();
} else {
del = plant.pop();
}
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
kara.unshift(del);
} else {
kara.push(del);
}
if (del == "dummy1") {
dslot = 1;
} else if (del == "dummy2") {
dslot = 2;
} else if (del == "dummy3") {
dslot = 3;
} else if (del == "dummy4") {
dslot = 4;
}
_parent.delitem();
}
}
stby = 0;
snum = 4;
kara = [];
plant = [];
n = 1;
while (n <= snum) {
ran = Math.floor(Math.random() * 2) + 1;
if (ran == 1) {
kara.push("dummy" + n);
} else {
kara.unshift("dummy" + n);
}
n++;
}
Symbol 197 MovieClip [sheet_3] Frame 122
fnum = 4;
r = 0;
stby = 1;
this.stop();
Symbol 197 MovieClip [sheet_3] Frame 123
stby = 0;
Symbol 197 MovieClip [sheet_3] Frame 124
if (_y > rl) {
_parent.sheetex = 1;
removeMovieClip(this);
}
Symbol 197 MovieClip [sheet_3] Frame 125
gotoAndPlay(_currentframe - 1);
Symbol 204 Button
on (release) {
umu();
}
Symbol 209 MovieClip [bluebird] Frame 1
function del() {
if (chk == 0) {
ran = Math.floor(Math.random() * 2);
if (ran == 1) {
xx = (-Math.random()) * 100;
} else {
xx = 700 + (Math.random() * 100);
}
yy = ((-Math.random()) * 100) - 100;
gotoAndPlay ("away");
this.onEnterFrame = function () {
_x = (_x + ((xx - _x) * 0.04));
_y = (_y + ((yy - _y) * 0.04));
if ((Math.abs(_x - xx) < 10) && (Math.abs(_y - yy) < 10)) {
this.removeMovieClip();
}
};
}
}
function umu() {
ran = Math.floor(Math.random() * 2);
if (ran == 1) {
xx = (-Math.random()) * 100;
} else {
xx = 700 + (Math.random() * 100);
}
yy = ((-Math.random()) * 100) - 100;
gotoAndPlay ("umu");
xm = xx - _x;
chk = 1;
if (xm > 0) {
_xscale = Math.abs(_xscale);
} else {
_xscale = (-Math.abs(_xscale));
}
this.onEnterFrame = function () {
_x = (_x + ((xx - _x) * 0.02));
_y = (_y + ((yy - _y) * 0.01));
if ((Math.abs(_x - xx) < 10) && (Math.abs(_y - yy) < 10)) {
this.removeMovieClip();
}
};
}
xx = _parent.blx;
yy = _parent.bly;
blslot = _parent.blslot;
sw = 0;
tim = 0;
chk = 0;
Symbol 209 MovieClip [bluebird] Frame 2
_x = (_x + ((xx - _x) * 0.03));
_y = (_y + ((yy - _y) * 0.03));
if (_yscale > 50) {
_xscale = (_xscale * 0.95);
_yscale = (_yscale * 0.95);
}
Symbol 209 MovieClip [bluebird] Frame 3
_x = (_x + ((xx - _x) * 0.03));
_y = (_y + ((yy - _y) * 0.03));
if (_yscale > 50) {
_xscale = (_xscale * 0.95);
_yscale = (_yscale * 0.95);
}
Symbol 209 MovieClip [bluebird] Frame 4
if ((Math.abs(_x - xx) < 5) && (Math.abs(_y - yy) < 5)) {
gotoAndPlay ("still");
} else {
gotoAndPlay ("flying");
}
Symbol 209 MovieClip [bluebird] Frame 8
this.stop();
Symbol 209 MovieClip [bluebird] Frame 11
gotoAndPlay ("away");
Symbol 209 MovieClip [bluebird] Frame 13
if (_y > 0) {
ran = Math.floor(Math.random() * 10);
if ((ran == 1) && (sw < 2)) {
xxx = _x;
yyy = _y;
_parent.atfun(xxx, yyy);
sw++;
}
}
Symbol 209 MovieClip [bluebird] Frame 14
gotoAndPlay ("umu");
Symbol 214 Button
on (rollOver) {
del();
}
Symbol 215 MovieClip [minibird] Frame 1
function del() {
xx = 800 - (Math.random() * 900);
yy = ((-Math.random()) * 100) - 100;
gotoAndPlay ("away");
this.onEnterFrame = function () {
_x = (_x + ((xx - _x) * 0.04));
_y = (_y + ((yy - _y) * 0.04));
if ((Math.abs(_x - xx) < 10) && (Math.abs(_y - yy) < 10)) {
this.removeMovieClip();
}
};
}
xx = _parent.bbx;
yy = _parent.bby;
bbslot = _parent.bslot;
Symbol 215 MovieClip [minibird] Frame 2
_x = (_x + ((xx - _x) * 0.06));
_y = (_y + ((yy - _y) * 0.06));
if (_yscale > 50) {
_xscale = (_xscale * 0.9);
_yscale = (_yscale * 0.9);
}
Symbol 215 MovieClip [minibird] Frame 3
_x = (_x + ((xx - _x) * 0.06));
_y = (_y + ((yy - _y) * 0.06));
if (_yscale > 50) {
_xscale = (_xscale * 0.9);
_yscale = (_yscale * 0.9);
}
Symbol 215 MovieClip [minibird] Frame 4
if ((Math.abs(_x - xx) < 5) && (Math.abs(_y - yy) < 5)) {
gotoAndPlay ("still");
} else {
gotoAndPlay ("flying");
}
Symbol 215 MovieClip [minibird] Frame 8
this.stop();
Symbol 215 MovieClip [minibird] Frame 11
gotoAndPlay ("away");
Symbol 236 MovieClip [pt_eye_0] Frame 1
num = 0;
_parent._parent.spoit.megu();
ran = (_parent.pt_1._yscale * 1) + 10;
_xscale = 1;
_yscale = 1;
Symbol 236 MovieClip [pt_eye_0] Frame 3
_yscale = (_yscale + (((ran - _yscale) * 0.12) + 0.1));
_xscale = _yscale;
Symbol 236 MovieClip [pt_eye_0] Frame 4
if (_yscale < ran) {
gotoAndPlay(_currentframe - 1);
} else {
_yscale = ran;
_xscale = _yscale;
gotoAndPlay ("stt");
}
Symbol 236 MovieClip [pt_eye_0] Frame 18
if (num < 2) {
num++;
} else {
gotoAndPlay ("goup");
}
Symbol 236 MovieClip [pt_eye_0] Frame 23
gotoAndPlay ("st");
Symbol 236 MovieClip [pt_eye_0] Frame 54
point = {x:0, Y:0};
dummy.localToGlobal(point);
nx = point.x;
ny = point.y;
if (_parent._parent.sheet.kara.length > 0) {
_parent._parent.goslot();
} else {
_parent._parent.bomber.gobomb();
}
this.stop();
Symbol 236 MovieClip [pt_eye_0] Frame 61
this.stop();
Symbol 240 MovieClip [m_drip] Frame 1
yy = 5;
dl = 700;
Symbol 240 MovieClip [m_drip] Frame 2
_y = (_y + yy);
yy++;
if (this.hitTest(_parent.item1.eye.eyehit)) {
_parent.item1.eye.gotoAndPlay("drip");
_parent.atnamida("item1");
gotoAndPlay ("hajiku");
}
if (this.hitTest(_parent.item2.eye.eyehit)) {
_parent.item2.eye.gotoAndPlay("drip");
_parent.atnamida("item2");
gotoAndPlay ("hajiku");
}
if (this.hitTest(_parent.item3.eye.eyehit)) {
_parent.item3.eye.gotoAndPlay("drip");
_parent.atnamida("item3");
gotoAndPlay ("hajiku");
}
if (this.hitTest(_parent.item4.eye.eyehit)) {
_parent.item4.eye.gotoAndPlay("drip");
_parent.atnamida("item4");
gotoAndPlay ("hajiku");
}
if (this.hitTest(_parent.item5.eye.eyehit)) {
_parent.item5.eye.gotoAndPlay("drip");
_parent.atnamida("item5");
gotoAndPlay ("hajiku");
}
if (this.hitTest(_parent.item6.eye.eyehit)) {
_parent.item6.eye.gotoAndPlay("drip");
_parent.atnamida("item6");
gotoAndPlay ("hajiku");
}
if (this.hitTest(_parent.item7.eye.eyehit)) {
_parent.item7.eye.gotoAndPlay("drip");
_parent.atnamida("item7");
gotoAndPlay ("hajiku");
}
if (this.hitTest(_parent.item8.eye.eyehit)) {
_parent.item8.eye.gotoAndPlay("drip");
_parent.atnamida("item8");
gotoAndPlay ("hajiku");
}
if (this.hitTest(_parent.item9.eye.eyehit)) {
_parent.item9.eye.gotoAndPlay("drip");
_parent.atnamida("item9");
gotoAndPlay ("hajiku");
}
if (this.hitTest(_parent.item10.eye.eyehit)) {
_parent.item10.eye.gotoAndPlay("drip");
_parent.atnamida("item10");
gotoAndPlay ("hajiku");
}
Symbol 240 MovieClip [m_drip] Frame 3
gotoAndPlay(_currentframe - 1);
if (_y > dl) {
this.removeMovieClip();
}
Symbol 240 MovieClip [m_drip] Frame 19
stop();
removeMovieClip(this);
Symbol 245 MovieClip [fun] Frame 1
dl = 550;
yy = 5;
Symbol 245 MovieClip [fun] Frame 2
_y = (_y + yy);
yy++;
Symbol 245 MovieClip [fun] Frame 3
if (_y > dl) {
_y = dl;
gotoAndPlay ("land");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 245 MovieClip [fun] Frame 34
_parent.atbamboo(_x);
removeMovieClip(this);
this.stop();
Symbol 247 MovieClip [namida] Frame 1
_xscale = 1;
_yscale = 1;
yy = 3;
dl = 550;
Symbol 247 MovieClip [namida] Frame 2
_xscale = (_xscale * 1.1);
_yscale = _xscale;
if (_xscale > 100) {
_xscale = 100;
_yscale = 100;
gotoAndPlay ("drop");
}
Symbol 247 MovieClip [namida] Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 247 MovieClip [namida] Frame 4
_xscale = 70;
Symbol 247 MovieClip [namida] Frame 5
_y = (_y + yy);
yy = yy * 1.1;
if (_y > dl) {
_y = dl;
gotoAndPlay ("land");
}
Symbol 247 MovieClip [namida] Frame 6
gotoAndPlay(_currentframe - 1);
Symbol 247 MovieClip [namida] Frame 9
_xscale = (_xscale * 0.9);
_yscale = _xscale;
Symbol 247 MovieClip [namida] Frame 10
if (_xscale < 5) {
_parent.atpeye(_x, _y);
removeMovieClip(this);
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 259 Button
on (rollOver) {
gotoAndPlay ("grow");
}
Symbol 263 MovieClip Frame 1
if (big == 1) {
_x = ((Math.random() * 10) + 4);
} else {
_x = (((-Math.random()) * 10) - 4);
}
_y = ((Math.random() * 15) + 45);
_alpha = 0;
ul = _parent.dummy._y;
dl = _parent.dummy2._y;
upnum = ((Math.random() * 7) + 7) / 100;
this.onEnterFrame = function () {
_alpha = (_alpha + 4);
};
Symbol 263 MovieClip Frame 4
_y = (_y + (((ul - 0.2) - _y) * upnum));
Symbol 263 MovieClip Frame 5
if (_y < ul) {
gotoAndPlay ("down");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 263 MovieClip Frame 10
_y = (_y + (((dl + 2) - _y) * 0.03));
Symbol 263 MovieClip Frame 11
if (_y > dl) {
gotoAndPlay ("up");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 265 Button
on (rollOver) {
gotoAndPlay ("blow");
}
Symbol 268 Button
on (rollOver) {
gotoAndPlay ("splash");
}
Symbol 270 MovieClip Frame 15
this.stop();
Symbol 272 MovieClip Frame 11
this.stop();
Symbol 274 MovieClip [pt_splash_fruit_3] Frame 1
_yscale = 1;
_xscale = 1;
Symbol 274 MovieClip [pt_splash_fruit_3] Frame 2
_yscale = (_yscale + (((_parent.pt_0._yscale - _yscale) * 0.12) + 0.1));
_xscale = _yscale;
Symbol 274 MovieClip [pt_splash_fruit_3] Frame 3
if (_yscale < _parent.pt_0._yscale) {
gotoAndPlay(_currentframe - 1);
} else {
_yscale = _parent.pt_0._yscale;
_xscale = _parent.pt_0._xscale;
gotoAndPlay ("move");
}
Symbol 274 MovieClip [pt_splash_fruit_3] Frame 4
this.stop();
Symbol 274 MovieClip [pt_splash_fruit_3] Frame 26
this.stop();
Instance of Symbol 263 MovieClip in Symbol 274 MovieClip [pt_splash_fruit_3] Frame 26
onClipEvent (load) {
big = 1;
}
Symbol 274 MovieClip [pt_splash_fruit_3] Frame 64
this.stop();
Symbol 274 MovieClip [pt_splash_fruit_3] Frame 65
point = {x:0, y:0};
dummy3.localToGlobal(point);
_parent._parent.sx = point.x;
_parent._parent.sy = point.y;
_parent._parent.ssc = _xscale / 2;
_parent._parent.atpota3();
Symbol 274 MovieClip [pt_splash_fruit_3] Frame 78
this.stop();
Symbol 286 Button
on (rollOver) {
gotoAndPlay ("grow");
}
Symbol 290 MovieClip [pt_splash_tane_2] Frame 1
if (big == 1) {
_x = ((Math.random() * 10) + 4);
} else {
_x = (((-Math.random()) * 10) - 4);
}
_y = ((Math.random() * 15) + 45);
_alpha = 0;
ul = _parent.dummy._y;
dl = _parent.dummy2._y;
upnum = ((Math.random() * 7) + 7) / 100;
this.onEnterFrame = function () {
_alpha = (_alpha + 4);
};
Symbol 290 MovieClip [pt_splash_tane_2] Frame 4
_y = (_y + (((ul - 0.2) - _y) * upnum));
Symbol 290 MovieClip [pt_splash_tane_2] Frame 5
if (_y < ul) {
gotoAndPlay ("down");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 290 MovieClip [pt_splash_tane_2] Frame 10
_y = (_y + (((dl + 2) - _y) * 0.03));
Symbol 290 MovieClip [pt_splash_tane_2] Frame 11
if (_y > dl) {
gotoAndPlay ("up");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 292 Button
on (rollOver) {
gotoAndPlay ("blow");
}
Symbol 294 Button
on (rollOver) {
gotoAndPlay ("splash");
}
Symbol 296 MovieClip Frame 15
this.stop();
Symbol 298 MovieClip [pt_splash_yabure2_2] Frame 11
this.stop();
Symbol 300 MovieClip [pt_splash_fruit_2] Frame 1
_yscale = 1;
_xscale = 1;
Symbol 300 MovieClip [pt_splash_fruit_2] Frame 2
_yscale = (_yscale + (((_parent.pt_0._yscale - _yscale) * 0.12) + 0.1));
_xscale = _yscale;
Symbol 300 MovieClip [pt_splash_fruit_2] Frame 3
if (_yscale < _parent.pt_0._yscale) {
gotoAndPlay(_currentframe - 1);
} else {
_yscale = _parent.pt_0._yscale;
_xscale = _parent.pt_0._xscale;
gotoAndPlay ("move");
}
Symbol 300 MovieClip [pt_splash_fruit_2] Frame 4
this.stop();
Symbol 300 MovieClip [pt_splash_fruit_2] Frame 26
this.stop();
Instance of Symbol 290 MovieClip [pt_splash_tane_2] in Symbol 300 MovieClip [pt_splash_fruit_2] Frame 26
onClipEvent (load) {
big = 1;
}
Symbol 300 MovieClip [pt_splash_fruit_2] Frame 64
this.stop();
Symbol 300 MovieClip [pt_splash_fruit_2] Frame 65
point = {x:0, y:0};
dummy3.localToGlobal(point);
_parent._parent.sx = point.x;
_parent._parent.sy = point.y;
_parent._parent.ssc = _xscale / 2;
_parent._parent.atpota2();
Symbol 300 MovieClip [pt_splash_fruit_2] Frame 78
this.stop();
Symbol 312 Button
on (rollOver) {
gotoAndPlay ("grow");
}
Symbol 316 MovieClip Frame 1
if (big == 1) {
_x = ((Math.random() * 10) + 4);
} else {
_x = (((-Math.random()) * 10) - 4);
}
_y = ((Math.random() * 15) + 45);
_alpha = 0;
ul = _parent.dummy._y;
dl = _parent.dummy2._y;
upnum = ((Math.random() * 7) + 7) / 100;
this.onEnterFrame = function () {
_alpha = (_alpha + 4);
};
Symbol 316 MovieClip Frame 4
_y = (_y + (((ul - 0.2) - _y) * upnum));
Symbol 316 MovieClip Frame 5
if (_y < ul) {
gotoAndPlay ("down");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 316 MovieClip Frame 10
_y = (_y + (((dl + 2) - _y) * 0.03));
Symbol 316 MovieClip Frame 11
if (_y > dl) {
gotoAndPlay ("up");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 318 Button
on (rollOver) {
gotoAndPlay ("blow");
}
Symbol 320 Button
on (rollOver) {
gotoAndPlay ("splash");
}
Symbol 322 MovieClip Frame 15
this.stop();
Symbol 324 MovieClip Frame 11
this.stop();
Symbol 326 MovieClip [pt_splash_fruit] Frame 1
_yscale = 1;
_xscale = 1;
Symbol 326 MovieClip [pt_splash_fruit] Frame 2
_yscale = (_yscale + (((_parent.pt_0._yscale - _yscale) * 0.12) + 0.1));
_xscale = _yscale;
Symbol 326 MovieClip [pt_splash_fruit] Frame 3
if (_yscale < _parent.pt_0._yscale) {
gotoAndPlay(_currentframe - 1);
} else {
_yscale = _parent.pt_0._yscale;
_xscale = _parent.pt_0._xscale;
gotoAndPlay ("move");
}
Symbol 326 MovieClip [pt_splash_fruit] Frame 4
this.stop();
Symbol 326 MovieClip [pt_splash_fruit] Frame 26
this.stop();
Instance of Symbol 316 MovieClip in Symbol 326 MovieClip [pt_splash_fruit] Frame 26
onClipEvent (load) {
big = 1;
}
Symbol 326 MovieClip [pt_splash_fruit] Frame 64
this.stop();
Symbol 326 MovieClip [pt_splash_fruit] Frame 65
point = {x:0, y:0};
dummy3.localToGlobal(point);
_parent._parent.sx = point.x;
_parent._parent.sy = point.y;
_parent._parent.ssc = _xscale / 2;
_parent._parent.atpota();
Symbol 326 MovieClip [pt_splash_fruit] Frame 78
this.stop();
Symbol 328 MovieClip [pt_splash_potane_3] Frame 1
dnum = (Math.random() * 3) + 4;
dl = 550;
xsc = ((Math.random() * 1) / 2) + 1;
_xscale = (scp * xsc);
_yscale = _xscale;
_yscale = sc;
Symbol 328 MovieClip [pt_splash_potane_3] Frame 2
_y = (_y + dnum);
dnum = dnum + 1;
Symbol 328 MovieClip [pt_splash_potane_3] Frame 3
if (_y > dl) {
_y = dl;
gotoAndPlay ("land");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 328 MovieClip [pt_splash_potane_3] Frame 7
_alpha = (_alpha - 4);
Symbol 328 MovieClip [pt_splash_potane_3] Frame 8
if (_alpha < 1) {
co = 3;
_parent.attoge(_x, _y, co);
removeMovieClip(this);
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 329 MovieClip [pt_splash_potane_2] Frame 1
dnum = (Math.random() * 3) + 4;
dl = 550;
xsc = ((Math.random() * 1) / 2) + 1;
_xscale = (scp * xsc);
_yscale = _xscale;
_yscale = sc;
Symbol 329 MovieClip [pt_splash_potane_2] Frame 2
_y = (_y + dnum);
dnum = dnum + 1;
Symbol 329 MovieClip [pt_splash_potane_2] Frame 3
if (_y > dl) {
_y = dl;
gotoAndPlay ("land");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 329 MovieClip [pt_splash_potane_2] Frame 7
_alpha = (_alpha - 4);
Symbol 329 MovieClip [pt_splash_potane_2] Frame 8
if (_alpha < 1) {
co = 1;
_parent.attoge(_x, _y, co);
removeMovieClip(this);
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 332 Button
on (release) {
gotoAndPlay ("fall");
}
Symbol 333 MovieClip [pt_kinomi] Frame 1
function del() {
gotoAndPlay ("del");
}
dnum = (Math.random() * 2) + 2;
dl = 550;
this.stop();
Symbol 333 MovieClip [pt_kinomi] Frame 2
_y = (_y + dnum);
dnum = dnum + 1;
Symbol 333 MovieClip [pt_kinomi] Frame 3
if (_y > dl) {
_y = dl;
gotoAndPlay ("land");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 333 MovieClip [pt_kinomi] Frame 7
_alpha = (_alpha - 4);
Symbol 333 MovieClip [pt_kinomi] Frame 8
if (_alpha < 1) {
_parent.atgreeny(_x, _y);
removeMovieClip(this);
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 333 MovieClip [pt_kinomi] Frame 10
_xscale = (_xscale - 4);
_yscale = (_yscale - 4);
_y = (_y + 4);
Symbol 333 MovieClip [pt_kinomi] Frame 11
if (_xscale < 1) {
removeMovieClip(this);
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 335 Button
on (release) {
gotoAndPlay ("fall");
}
Symbol 336 MovieClip [pt_kuri] Frame 1
function del() {
gotoAndPlay ("del");
}
dnum = (Math.random() * 2) + 2;
dl = 550;
this.stop();
Symbol 336 MovieClip [pt_kuri] Frame 2
_y = (_y + dnum);
dnum = dnum + 1;
Symbol 336 MovieClip [pt_kuri] Frame 3
if (_y > dl) {
_y = dl;
gotoAndPlay ("land");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 336 MovieClip [pt_kuri] Frame 7
_alpha = (_alpha - 4);
Symbol 336 MovieClip [pt_kuri] Frame 8
if (_alpha < 1) {
_parent.atakagi(_x, _y);
removeMovieClip(this);
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 336 MovieClip [pt_kuri] Frame 10
_xscale = (_xscale - 4);
_yscale = (_yscale - 4);
_y = (_y + 4);
Symbol 336 MovieClip [pt_kuri] Frame 11
if (_xscale < 1) {
removeMovieClip(this);
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 338 MovieClip [pt_splash_potane] Frame 1
dnum = (Math.random() * 3) + 4;
dl = 550;
xsc = ((Math.random() * 1) / 2) + 1;
_xscale = (scp * xsc);
_yscale = _xscale;
_yscale = sc;
Symbol 338 MovieClip [pt_splash_potane] Frame 2
_y = (_y + dnum);
dnum = dnum + 1;
Symbol 338 MovieClip [pt_splash_potane] Frame 3
if (_y > dl) {
_y = dl;
gotoAndPlay ("land");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 338 MovieClip [pt_splash_potane] Frame 7
_alpha = (_alpha - 4);
Symbol 338 MovieClip [pt_splash_potane] Frame 8
if (_alpha < 1) {
co = 2;
_parent.attoge(_x, _y, co);
removeMovieClip(this);
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 340 MovieClip [pt_splash_pota_3] Frame 1
dnum = (Math.random() * 3) + 4;
dl = 560;
xsc = ((Math.random() * 1) / 2) + 0.5;
_xscale = (scp * xsc);
_yscale = _xscale;
Symbol 340 MovieClip [pt_splash_pota_3] Frame 2
_y = (_y + dnum);
dnum = dnum + 1;
_yscale = (_yscale + 2);
Symbol 340 MovieClip [pt_splash_pota_3] Frame 3
if (_y > dl) {
_y = dl;
gotoAndPlay ("land");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 340 MovieClip [pt_splash_pota_3] Frame 4
_yscale = (_yscale / 2);
_xscale = (_xscale * 1.5);
Symbol 340 MovieClip [pt_splash_pota_3] Frame 7
_xscale = (_xscale + 3);
_yscale = (_yscale - 3);
_alpha = (_alpha - 4);
Symbol 340 MovieClip [pt_splash_pota_3] Frame 8
if (_alpha < 1) {
removeMovieClip(this);
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 342 MovieClip [pt_splash_pota_2] Frame 1
dnum = (Math.random() * 3) + 4;
dl = 560;
xsc = ((Math.random() * 1) / 2) + 0.5;
_xscale = (scp * xsc);
_yscale = _xscale;
Symbol 342 MovieClip [pt_splash_pota_2] Frame 2
_y = (_y + dnum);
dnum = dnum + 1;
_yscale = (_yscale + 2);
Symbol 342 MovieClip [pt_splash_pota_2] Frame 3
if (_y > dl) {
_y = dl;
gotoAndPlay ("land");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 342 MovieClip [pt_splash_pota_2] Frame 4
_yscale = (_yscale / 2);
_xscale = (_xscale * 1.5);
Symbol 342 MovieClip [pt_splash_pota_2] Frame 7
_xscale = (_xscale + 3);
_yscale = (_yscale - 3);
_alpha = (_alpha - 4);
Symbol 342 MovieClip [pt_splash_pota_2] Frame 8
if (_alpha < 1) {
removeMovieClip(this);
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 344 MovieClip [pt_splash_pota] Frame 1
dnum = (Math.random() * 3) + 4;
dl = 560;
xsc = ((Math.random() * 1) / 2) + 0.5;
_xscale = (scp * xsc);
_yscale = _xscale;
Symbol 344 MovieClip [pt_splash_pota] Frame 2
_y = (_y + dnum);
dnum = dnum + 1;
_yscale = (_yscale + 2);
Symbol 344 MovieClip [pt_splash_pota] Frame 3
if (_y > dl) {
_y = dl;
gotoAndPlay ("land");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 344 MovieClip [pt_splash_pota] Frame 4
_yscale = (_yscale / 2);
_xscale = (_xscale * 1.5);
Symbol 344 MovieClip [pt_splash_pota] Frame 7
_xscale = (_xscale + 3);
_yscale = (_yscale - 3);
_alpha = (_alpha - 4);
Symbol 344 MovieClip [pt_splash_pota] Frame 8
if (_alpha < 1) {
removeMovieClip(this);
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 348 MovieClip Frame 1
ran = Math.floor(Math.random() * 3) + 1;
if (ran == 1) {
gotoAndPlay ("fr1");
} else if (ran == 2) {
gotoAndPlay ("fr2");
} else if (ran == 3) {
gotoAndPlay ("fr3");
}
Symbol 348 MovieClip Frame 3
this.stop();
Symbol 348 MovieClip Frame 5
this.stop();
Symbol 348 MovieClip Frame 7
this.stop();
Symbol 349 Button
on (rollOver) {
gotoAndPlay ("de");
}
Symbol 350 MovieClip [green] Frame 1
function del() {
gotoAndPlay ("de");
}
rl = 800;
dl = 750;
ggslot = _parent.gslot;
Symbol 350 MovieClip [green] Frame 12
this.stop();
Symbol 350 MovieClip [green] Frame 13
xx = 4 - (Math.random() * 8);
x = xx * ((Math.random() * 1) + 1);
ran = ((Math.random() * 2) + 1) / 100;
_rotation = 0;
Symbol 350 MovieClip [green] Frame 14
y = (rl - _y) * ran;
num = Math.floor(Math.random() * 50);
if (num == 1) {
x = -x;
}
_x = (_x + x);
_y = (_y + y);
_rotation = (_rotation + 1);
Symbol 350 MovieClip [green] Frame 15
if (_y > dl) {
removeMovieClip(this);
} else {
gotoAndPlay ("loop");
}
Symbol 354 MovieClip Frame 1
ran = Math.floor(Math.random() * 3) + 1;
if (ran == 1) {
gotoAndPlay ("fr1");
} else if (ran == 2) {
gotoAndPlay ("fr2");
} else if (ran == 3) {
gotoAndPlay ("fr3");
}
Symbol 354 MovieClip Frame 3
this.stop();
Symbol 354 MovieClip Frame 5
this.stop();
Symbol 354 MovieClip Frame 7
this.stop();
Symbol 355 Button
on (rollOver) {
gotoAndPlay ("de");
}
Symbol 356 MovieClip [akaha] Frame 1
function del() {
gotoAndPlay ("de");
}
aaslot = _parent.aslot;
rl = 800;
dl = 750;
Symbol 356 MovieClip [akaha] Frame 12
this.stop();
Symbol 356 MovieClip [akaha] Frame 13
xx = 4 - (Math.random() * 8);
x = xx * ((Math.random() * 1) + 1);
ran = ((Math.random() * 2) + 1) / 100;
_rotation = 0;
Symbol 356 MovieClip [akaha] Frame 14
y = (rl - _y) * ran;
num = Math.floor(Math.random() * 50);
if (num == 1) {
x = -x;
}
_x = (_x + x);
_y = (_y + y);
_rotation = (_rotation + 1);
Symbol 356 MovieClip [akaha] Frame 15
if (_y > dl) {
removeMovieClip(this);
} else {
gotoAndPlay ("loop");
}
Symbol 363 MovieClip Frame 1
ran = Math.floor(Math.random() * 3);
if (ran == 1) {
gotoAndPlay ("fr1");
} else if (ran == 2) {
gotoAndPlay ("fr2");
} else {
gotoAndPlay ("fr3");
}
Instance of Symbol 359 MovieClip in Symbol 363 MovieClip Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 5);
}
Symbol 363 MovieClip Frame 4
this.stop();
Symbol 363 MovieClip Frame 7
this.stop();
Symbol 363 MovieClip Frame 10
this.stop();
Symbol 364 MovieClip [puti_fan] Frame 21
this.stop();
Symbol 368 MovieClip Frame 25
ran = Math.floor(Math.random() * 3);
if (ran == 1) {
gotoAndPlay ("bl");
}
Symbol 368 MovieClip Frame 26
gotoAndPlay (1);
Symbol 371 MovieClip [puti_eye] Frame 21
this.stop();
Symbol 376 MovieClip [puti_toge_b] Frame 21
this.stop();
Symbol 381 MovieClip [puti_toge_r] Frame 21
this.stop();
Symbol 385 MovieClip [puti_toge_y] Frame 21
this.stop();
Symbol 389 MovieClip [loadtree] Frame 1
loadedSize = _parent.getBytesLoaded();
totalSize = _parent.getBytesTotal();
count = 0;
_parent.atltree();
Symbol 389 MovieClip [loadtree] Frame 4
percent = (loadedSize / totalSize) * 100;
if (percent >= count) {
numnum.gdload = numnum.gdload + 1;
numnum._y = numnum._y - 2;
count++;
_parent.ltree.maketree();
}
if (count > 100) {
numnum._y = -200;
numnum.gdload = 100;
gotoAndPlay ("ready");
}
Symbol 389 MovieClip [loadtree] Frame 5
percent = (loadedSize / totalSize) * 100;
if (percent >= count) {
numnum.gdload = numnum.gdload + 1;
numnum._y = numnum._y - 2;
count++;
}
if (count > 100) {
numnum._y = -200;
numnum.gdload = 100;
gotoAndPlay ("ready");
}
this.gotoAndPlay("loop");
Symbol 389 MovieClip [loadtree] Frame 17
_parent.readygo();
removeMovieClip(this);
Symbol 390 MovieClip [pt_fan] Frame 1
rl = 800;
Symbol 390 MovieClip [pt_fan] Frame 4
n = 0;
i = 1;
point = {x:0, y:0};
pt_0.localToGlobal(point);
attachMovie("pt_fan_fan", "fan", 1);
fan._x = point.x;
fan._y = point.y;
fan._xscale = 1;
fan._yscale = 1;
fan._rotation = fan._rotation + pt_0._rotation;
gotoAndPlay ("st");
Symbol 390 MovieClip [pt_fan] Frame 7
if (_parent.sheet.kara.length > 0) {
_parent.goslot();
} else {
_parent.bomber.gobomb();
}
this.stop();
Symbol 390 MovieClip [pt_fan] Frame 10
if (_y > rl) {
removeMovieClip(this);
}
gotoAndPlay(_currentframe - 1);
Instance of Symbol 359 MovieClip in Symbol 394 MovieClip [pt_fan_fan] Frame 1
onClipEvent (enterFrame) {
_rotation = (_rotation + 15);
}
Symbol 394 MovieClip [pt_fan_fan] Frame 2
_yscale = (_yscale + (((_parent.pt_0._yscale - _yscale) * 0.3) + 0.1));
_xscale = _yscale;
Symbol 394 MovieClip [pt_fan_fan] Frame 3
if (_yscale < _parent.pt_0._yscale) {
gotoAndPlay(_currentframe - 1);
} else {
_yscale = _parent.pt_0._yscale;
_xscale = _yscale;
gotoAndPlay ("move");
}
Symbol 394 MovieClip [pt_fan_fan] Frame 5
_parent._parent.tanpopo.tanp();
this.stop();
Symbol 396 MovieClip [tanp_tane] Frame 1
if (side == 1) {
ranx = (50 + (Math.random() * 350)) + _x;
rany = ((-Math.random()) * 50) + _y;
} else {
ranx = (-50 - (Math.random() * 350)) + _x;
rany = ((-Math.random()) * 50) + _y;
}
dl = 550;
yyy = (Math.random() * 1) + 2;
Symbol 396 MovieClip [tanp_tane] Frame 2
_x = (_x + ((ranx - _x) * 0.05));
_y = (_y + ((rany - _y) * 0.05));
if (Math.abs(ranx - _x) < 10) {
gotoAndPlay ("down");
}
Symbol 396 MovieClip [tanp_tane] Frame 3
gotoAndPlay(_currentframe - 1);
Symbol 396 MovieClip [tanp_tane] Frame 5
_y = (_y + yyy);
if (_y > dl) {
gotoAndPlay ("de");
}
Symbol 396 MovieClip [tanp_tane] Frame 6
gotoAndPlay(_currentframe - 1);
Symbol 396 MovieClip [tanp_tane] Frame 8
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
if (_yscale < 1) {
_parent.atpfan(_x, _y);
this.removeMovieClip();
}
Symbol 396 MovieClip [tanp_tane] Frame 9
gotoAndPlay(_currentframe - 1);
Symbol 398 MovieClip [puti_me] Frame 15
this.stop();
Symbol 400 MovieClip Frame 1
function readygo() {
gotoAndPlay ("ready");
}
this.swapDepths(420);
yy = 420;
Symbol 400 MovieClip Frame 2
_y = (_y + (((yy + 5) - _y) * 0.15));
Symbol 400 MovieClip Frame 3
if (_y >= yy) {
gotoAndPlay ("stby");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 400 MovieClip Frame 6
this.stop();
Symbol 400 MovieClip Frame 7
yy = 300;
Symbol 400 MovieClip Frame 8
_y = (_y + (((yy - 5) - _y) * 0.15));
Symbol 400 MovieClip Frame 9
if (_y <= yy) {
gotoAndPlay ("gogo");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 400 MovieClip Frame 17
yy = 550;
Symbol 400 MovieClip Frame 18
_y = (_y + (((yy + 5) - _y) * 0.15));
Symbol 400 MovieClip Frame 19
if (_y >= yy) {
_y = yy;
gotoAndPlay ("sets");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 400 MovieClip Frame 31
this.stop();
Symbol 407 Button
on (release) {
getURL ("http://www.box7box.com/");
}
Symbol 411 Button
on (release) {
getURL ("mailto:info@box7box.com");
}
Symbol 412 Button
on (release) {
gotoAndPlay ("dis");
}
Symbol 413 Button
on (release) {
gotoAndPlay ("dis2");
}
Symbol 414 MovieClip Frame 1
this.stop();
Symbol 414 MovieClip Frame 6
_parent.gotoAndPlay("look");
this.stop();
Symbol 414 MovieClip Frame 9
_alpha = (_alpha - 5);
Symbol 414 MovieClip Frame 10
if (_alpha < 1) {
_parent.gotoAndPlay("rep");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 415 MovieClip Frame 1
function readygo() {
gotoAndPlay ("ready");
}
function ends() {
gotoAndPlay ("ends");
}
this.swapDepths(25000);
yy = 200;
Symbol 415 MovieClip Frame 2
_y = (_y + (((yy - 5) - _y) * 0.15));
Symbol 415 MovieClip Frame 3
if (_y <= yy) {
gotoAndPlay ("stby");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 415 MovieClip Frame 6
_parent.atloadtree();
this.stop();
Symbol 415 MovieClip Frame 7
yy = 300;
Symbol 415 MovieClip Frame 8
_y = (_y + (((yy + 5) - _y) * 0.15));
Symbol 415 MovieClip Frame 9
if (_y >= yy) {
removeMovieClip(_parent.ltree);
gotoAndPlay ("gogo");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 415 MovieClip Frame 17
yy = 100;
Symbol 415 MovieClip Frame 18
_y = (_y + (((yy - 5) - _y) * 0.15));
Symbol 415 MovieClip Frame 19
if (_y <= yy) {
_y = yy;
gotoAndPlay ("sets");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 415 MovieClip Frame 33
_parent.gotoAndPlay("start");
this.stop();
Symbol 415 MovieClip Frame 37
yy = 350;
Symbol 415 MovieClip Frame 38
_y = (_y + (((yy + 5) - _y) * 0.15));
Symbol 415 MovieClip Frame 39
if (_y >= yy) {
_y = yy;
gotoAndPlay ("mes");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 415 MovieClip Frame 43
this.stop();
Symbol 415 MovieClip Frame 46
yy = 100;
Symbol 415 MovieClip Frame 47
_y = (_y + (((yy - 5) - _y) * 0.15));
Symbol 415 MovieClip Frame 48
if (_y <= yy) {
this.stop();
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 415 MovieClip Frame 49
yy = 550;
Symbol 415 MovieClip Frame 50
_y = (_y + (((yy + 5) - _y) * 0.15));
Symbol 415 MovieClip Frame 51
if (_y >= yy) {
_y = yy;
_parent.refresh();
gotoAndPlay ("rep2");
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 415 MovieClip Frame 58
yy = 100;
Symbol 415 MovieClip Frame 59
_y = (_y + (((yy - 5) - _y) * 0.15));
Symbol 415 MovieClip Frame 60
if (_y <= yy) {
_y = yy;
_parent.atslot();
this.stop();
} else {
gotoAndPlay(_currentframe - 1);
}
Symbol 430 MovieClip Frame 9
this.stop();
Symbol 430 MovieClip Frame 13
this.stop();
Symbol 430 MovieClip Frame 17
this.stop();
Symbol 430 MovieClip Frame 21
this.stop();
Symbol 430 MovieClip Frame 25
this.stop();
Symbol 430 MovieClip Frame 29
this.stop();
Symbol 430 MovieClip Frame 35
this.stop();
Symbol 436 MovieClip Frame 1
limit = 5;
Symbol 436 MovieClip Frame 11
this.stop();
Symbol 436 MovieClip Frame 12
limit--;
frnum = 5 - limit;
meter.gotoAndPlay("fr" + frnum);
Symbol 436 MovieClip Frame 24
if (limit <= 0) {
gotoAndPlay ("del");
} else {
gotoAndPlay ("steady");
}
Symbol 436 MovieClip Frame 36
_parent.demegu();
Symbol 437 MovieClip Frame 1
function megu() {
_parent.tanpopo.tanpp.gotoAndPlay("del");
_parent.tanpopo.ck = 0;
ck = 1;
Mouse.hide();
gotoAndPlay ("move");
}
function demegu() {
_x = -100;
_y = -100;
gotoAndPlay ("stp");
ck = 0;
Mouse.show();
_parent.dub.ckk();
}
this.swapDepths(20000);
i = 0;
dubble = 0;
ck = 0;
this.onMouseDown = function () {
if (spoit1.limit > 0) {
point = {x:0, y:0};
dummy.localToGlobal(point);
dx = point.x;
dy = point.y;
spoit1.gotoAndPlay("drip");
_parent.atdrip();
}
};
Symbol 437 MovieClip Frame 4
meguok = 0;
Symbol 437 MovieClip Frame 7
this.stop();
Symbol 437 MovieClip Frame 8
meguok = 1;
Symbol 437 MovieClip Frame 10
_x = _parent._xmouse;
_y = _parent._ymouse;
Symbol 437 MovieClip Frame 11
gotoAndPlay(_currentframe - 1);
Symbol 446 MovieClip Frame 4
this.stop();
Symbol 446 MovieClip Frame 7
point = {x:0, y:0};
this.localToGlobal(point);
xx = point.x;
yy = point.y;
ss = _parent.ran;
_parent._parent._parent.attanpo(xx, yy, ss);
Symbol 446 MovieClip Frame 10
point = {x:0, y:0};
this.localToGlobal(point);
xx = point.x;
yy = point.y;
ss = _parent.ran;
_parent._parent._parent.attanpo(xx, yy, ss);
Symbol 446 MovieClip Frame 13
point = {x:0, y:0};
this.localToGlobal(point);
xx = point.x;
yy = point.y;
ss = _parent.ran;
_parent._parent._parent.attanpo(xx, yy, ss);
Symbol 446 MovieClip Frame 16
point = {x:0, y:0};
this.localToGlobal(point);
xx = point.x;
yy = point.y;
ss = _parent.ran;
_parent._parent._parent.attanpo(xx, yy, ss);
Symbol 446 MovieClip Frame 19
point = {x:0, y:0};
this.localToGlobal(point);
xx = point.x;
yy = point.y;
ss = _parent.ran;
_parent._parent._parent.attanpo(xx, yy, ss);
Symbol 446 MovieClip Frame 22
point = {x:0, y:0};
this.localToGlobal(point);
xx = point.x;
yy = point.y;
ss = _parent.ran;
_parent._parent._parent.attanpo(xx, yy, ss);
Symbol 446 MovieClip Frame 42
_parent.gotoAndPlay("del");
gotoAndPlay ("stp");
Symbol 447 MovieClip Frame 1
flew = 0;
Symbol 447 MovieClip Frame 11
this.stop();
Symbol 447 MovieClip Frame 13
ran = Math.floor(Math.random() * 2);
flew = 1;
wata.gotoAndPlay("fr1");
aa = 1;
Symbol 447 MovieClip Frame 23
this.stop();
Symbol 447 MovieClip Frame 26
if (flew == 1) {
wata._alpha = 0;
}
Symbol 447 MovieClip Frame 29
_xscale = (_xscale - 5);
_yscale = (_yscale - 5);
if (_xscale < 1) {
gotoAndPlay ("del2");
}
Symbol 447 MovieClip Frame 30
gotoAndPlay(_currentframe - 1);
Symbol 447 MovieClip Frame 36
_parent.flowok = 0;
_parent.del();
Symbol 450 MovieClip Frame 1
function tanp() {
_parent.spoit.spoit1.gotoAndPlay("del");
_parent.spoit.ck = 0;
if (flowok == 0) {
Mouse.hide();
gotoAndPlay ("move");
}
flowok = 1;
ck = 1;
}
function del() {
gotoAndPlay ("stp");
_x = -100;
_y = -100;
ck = 0;
Mouse.show();
_parent.dub.ckk();
}
this.swapDepths(21000);
i = 0;
flowok = 0;
ck = 0;
Symbol 450 MovieClip Frame 7
this.stop();
Symbol 450 MovieClip Frame 10
_x = _parent._xmouse;
_y = _parent._ymouse;
if (tanphit.hitTest(_parent.item1.fan.fanhit)) {
tanpp.gotoAndPlay("flow");
gotoAndPlay ("move2");
}
if (tanphit.hitTest(_parent.item2.fan.fanhit)) {
tanpp.gotoAndPlay("flow");
gotoAndPlay ("move2");
}
if (tanphit.hitTest(_parent.item3.fan.fanhit)) {
tanpp.gotoAndPlay("flow");
gotoAndPlay ("move2");
}
if (tanphit.hitTest(_parent.item4.fan.fanhit)) {
tanpp.gotoAndPlay("flow");
gotoAndPlay ("move2");
}
if (tanphit.hitTest(_parent.item5.fan.fanhit)) {
tanpp.gotoAndPlay("flow");
gotoAndPlay ("move2");
}
if (tanphit.hitTest(_parent.item6.fan.fanhit)) {
tanpp.gotoAndPlay("flow");
gotoAndPlay ("move2");
}
if (tanphit.hitTest(_parent.item7.fan.fanhit)) {
tanpp.gotoAndPlay("flow");
gotoAndPlay ("move2");
}
if (tanphit.hitTest(_parent.item8.fan.fanhit)) {
tanpp.gotoAndPlay("flow");
gotoAndPlay ("move2");
}
if (tanphit.hitTest(_parent.item9.fan.fanhit)) {
tanpp.gotoAndPlay("flow");
gotoAndPlay ("move2");
}
if (tanphit.hitTest(_parent.item10.fan.fanhit)) {
tanpp.gotoAndPlay("flow");
gotoAndPlay ("move2");
}
Symbol 450 MovieClip Frame 11
gotoAndPlay(_currentframe - 1);
Symbol 450 MovieClip Frame 12
_x = _parent._xmouse;
_y = _parent._ymouse;
Symbol 450 MovieClip Frame 13
gotoAndPlay(_currentframe - 1);
Symbol 451 MovieClip Frame 1
function ckk() {
if ((_parent.tanpopo.ck == 1) || (_parent.spoit.ck == 1)) {
Mouse.hide();
}
}
Symbol 452 MovieClip Frame 3
bp = 0;
this.stop();
Symbol 452 MovieClip Frame 4
blimit = 0;
Symbol 452 MovieClip Frame 5
_parent.birdpos(slo);
if (bp == 10) {
_parent.bluebirdpos(slo);
}
bp++;
blimit++;
Symbol 452 MovieClip Frame 6
if (blimit < 30) {
gotoAndPlay(_currentframe - 1);
} else {
gotoAndPlay ("stp");
}
Symbol 453 MovieClip Frame 1
function gobomb() {
gotoAndPlay ("loop");
}
limit = 0;
Symbol 453 MovieClip Frame 3
this.stop();
Symbol 453 MovieClip Frame 31
if (limit > 4) {
_parent.sheet.coin.bombok = 1;
_parent.sheet.coin.gotoAndPlay("loop2");
limit = 0;
gotoAndPlay ("stby");
} else {
gotoAndPlay ("loop");
limit++;
}
Symbol 454 MovieClip Frame 2
function make() {
gotoAndPlay ("make");
}
limit = 0;
num = 10;
Symbol 454 MovieClip Frame 5
this.stop();
Symbol 454 MovieClip Frame 22
if ((_parent.colex == 0) && (limit < num)) {
_parent.atslot();
gotoAndPlay ("stby");
limit++;
} else if ((_parent.colex == 0) && (limit >= num)) {
_parent.ending();
} else {
gotoAndPlay ("make");
}