Frame 1
loaded = _framesloaded;
total = _totalframes;
percent = int((loaded / total) * 100);
_root.bar._xscale = percent;
if (percent < 100) {
play();
} else {
gotoAndPlay (3);
}
function date(obj, date) {
getURL ("http://www.net-games.biz/");
}
function zog(obj, item) {
getURL ("http://www.net-games.biz/");
}
fscommand ("showmenu", "false");
my_cm = new ContextMenu();
my_cm.customItems.push(new ContextMenuItem("net-games", date));
my_cm.customItems.push(new ContextMenuItem("creatad by Ami Hanya", zog));
my_cm.hideBuiltInItems();
_root.menu = my_cm;
Frame 2
gotoAndPlay (1);
Frame 3
Frame 68
stop();
Instance of Symbol 119 MovieClip in Frame 68
onClipEvent (load) {
stop();
}
Frame 69
_root.attachMovie("bee", "bee", 1000000);
_root.bee._yscale = 60;
_root.bee._xscale = 60;
stop();
speed = 10;
score = 0;
k = 0;
mo = 2;
Instance of Symbol 253 MovieClip "onki" in Frame 69
onClipEvent (load) {
f = 0;
}
Instance of Symbol 278 MovieClip "timer" in Frame 69
onClipEvent (load) {
time = 0;
}
Symbol 11 MovieClip [f2] Frame 1
lll = "u2";
Symbol 20 MovieClip [f3] Frame 1
lll = "u3";
Symbol 29 MovieClip [f4] Frame 1
lll = "u4";
Symbol 38 MovieClip [f5] Frame 1
lll = "u5";
Symbol 40 MovieClip Frame 1
de = random(10) + 1;
if (de == 10) {
attachMovie("so", "so" + de, 10);
tttt = "so" + de;
eval (tttt)._xscale = 8;
eval (tttt)._yscale = 8;
}
if (de == 5) {
attachMovie("so1", "so" + de, 10);
tttt = "so" + de;
eval (tttt)._xscale = 8;
eval (tttt)._yscale = 8;
}
g = random(4) + 1;
attachMovie("f" + g, "f" + g, g);
fg = "f" + g;
this._parent.lll = "h" + g;
eval (fg)._xscale = 20;
eval (fg)._yscale = 20;
Symbol 41 MovieClip [load] Frame 31
removeMovieClip(this);
Symbol 100 MovieClip [bee] Frame 1
Mouse.hide();
startDrag (this, true);
stop();
Instance of Symbol 66 MovieClip in Symbol 100 MovieClip [bee] Frame 1
onClipEvent (enterFrame) {
i = 1;
while (i < _root.mo) {
gg = "_root.herek" + i;
if (this._parent.tt.hitTest(eval (gg))) {
eval (gg).ing.mikom = 0;
this._parent.gotoAndPlay("red");
}
i++;
}
}
onClipEvent (mouseDown) {
this._parent.play();
}
Symbol 100 MovieClip [bee] Frame 2
i = 1;
while (i < (this._parent.onki.f + 1)) {
ff = "_root.f" + i;
if (this.tt.hitTest(eval (ff))) {
if (_root.k == 0) {
if (eval (ff).lll == this._parent.combain.f1) {
this._parent.combain.nextFrame();
} else {
this._parent.combain.stop();
_root.k = 0;
}
}
if (_root.k == 1) {
if (eval (ff).lll == this._parent.combain.f2) {
this._parent.combain.nextFrame();
} else {
this._parent.combain.gotoAndStop("co");
_root.k = 0;
}
}
if (_root.k == 2) {
if (eval (ff).lll == this._parent.combain.f3) {
this._parent.combain.nextFrame();
trace("combo");
_root.score = _root.score + 10;
_root.k = 0;
gotoAndPlay (4);
} else {
this._parent.combain.gotoAndStop("co");
_root.k = 0;
}
}
eval (ff).removeMovieClip();
_root.score++;
}
i++;
}
Symbol 100 MovieClip [bee] Frame 3
gotoAndStop (1);
Symbol 100 MovieClip [bee] Frame 13
gotoAndStop (1);
Symbol 100 MovieClip [bee] Frame 14
this._parent.ppp.nextFrame();
Symbol 100 MovieClip [bee] Frame 16
gotoAndStop (1);
Instance of Symbol 121 MovieClip "ing" in Symbol 122 MovieClip [herek] Frame 1
onClipEvent (load) {
this.swapDepths(10000);
this._parent._y = random(300) + 50;
mikom = random(100) + 10;
speed = random(10) + 5;
}
onClipEvent (enterFrame) {
mikom = mikom + speed;
this._parent._x = mikom;
if (mikom > 540) {
speed = random(10) + 10;
mikom = random(100) + 10;
this._parent._y = random(300) + 50;
}
}
Symbol 156 MovieClip [so1] Frame 1
_xscale = 20;
_yscale = 20;
_x = 10;
_y = 10;
gg = random(5) + 1;
if (gg == 1) {
gotoAndStop ("score");
}
if (gg == 2) {
gotoAndStop ("stop");
}
if (gg == 3) {
gotoAndStop ("big");
}
if (gg == 4) {
gotoAndStop ("plus");
}
if (gg == 5) {
gotoAndStop ("minus");
}
Instance of Symbol 126 MovieClip in Symbol 156 MovieClip [so1] Frame 2
onClipEvent (mouseDown) {
if (this.hitTest(_root.bee.tt)) {
gg = 5;
if (gg == 1) {
_root.score = _root.score + 50;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Plus 50 Score";
}
if (gg == 2) {
i = 1;
while (i < _root.mo) {
ssp = ("_root.herek" + i) + ".ing";
eval (ssp).speed = 0;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Insect Stoped";
i++;
}
}
if (gg == 3) {
i = 1;
while (i < _root.mo) {
ssp = "_root.herek" + i;
eval (ssp)._xscale = 250;
eval (ssp)._yscale = 250;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Insect Got Bigger";
i++;
}
}
if (gg == 4) {
_root.ppp.nextFrame();
_root.timer.gotoAndPlay(2);
_root.tet.text = "Minus Life";
}
if (gg == 5) {
var soundS = new Sound(this);
soundS.attachSound("co");
this.soundS.start();
_root.ppp.prevFrame();
_root.timer.gotoAndPlay(2);
_root.tet.text = "Plus Life";
}
}
}
Instance of Symbol 126 MovieClip in Symbol 156 MovieClip [so1] Frame 3
onClipEvent (mouseDown) {
if (this.hitTest(_root.bee.tt)) {
gg = 4;
if (gg == 1) {
_root.score = _root.score + 50;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Plus 50 Score";
}
if (gg == 2) {
i = 1;
while (i < _root.mo) {
ssp = ("_root.herek" + i) + ".ing";
eval (ssp).speed = 0;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Insect Stoped";
i++;
}
}
if (gg == 3) {
i = 1;
while (i < _root.mo) {
ssp = "_root.herek" + i;
eval (ssp)._xscale = 250;
eval (ssp)._yscale = 250;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Insect Got Bigger";
i++;
}
}
if (gg == 4) {
var soundS = new Sound(this);
soundS.attachSound("bad");
this.soundS.start();
_root.ppp.nextFrame();
_root.timer.gotoAndPlay(2);
_root.tet.text = "Minus Life";
}
if (gg == 5) {
_root.ppp.prevFrame();
_root.timer.gotoAndPlay(2);
_root.tet.text = "Plus Life";
}
}
}
Instance of Symbol 126 MovieClip in Symbol 156 MovieClip [so1] Frame 4
onClipEvent (mouseDown) {
if (this.hitTest(_root.bee.tt)) {
gg = 3;
if (gg == 1) {
_root.score = _root.score + 50;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Plus 50 Score";
}
if (gg == 2) {
i = 1;
while (i < _root.mo) {
ssp = ("_root.herek" + i) + ".ing";
eval (ssp).speed = 0;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Insect Stoped";
i++;
}
}
if (gg == 3) {
var soundS = new Sound(this);
soundS.attachSound("bad");
this.soundS.start();
i = 1;
while (i < _root.mo) {
ssp = "_root.herek" + i;
eval (ssp)._xscale = 250;
eval (ssp)._yscale = 250;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Insect Got Bigger";
i++;
}
}
if (gg == 4) {
_root.ppp.nextFrame();
_root.timer.gotoAndPlay(2);
_root.tet.text = "Minus Life";
}
if (gg == 5) {
_root.ppp.prevFrame();
_root.timer.gotoAndPlay(2);
_root.tet.text = "Plus Life";
}
}
}
Instance of Symbol 126 MovieClip in Symbol 156 MovieClip [so1] Frame 5
onClipEvent (mouseDown) {
if (this.hitTest(_root.bee.tt)) {
gg = 2;
if (gg == 1) {
_root.score = _root.score + 50;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Plus 50 Score";
}
if (gg == 2) {
var soundS = new Sound(this);
soundS.attachSound("co");
this.soundS.start();
i = 1;
while (i < _root.mo) {
ssp = ("_root.herek" + i) + ".ing";
eval (ssp).speed = 0;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Insect Stopped";
i++;
}
}
if (gg == 3) {
i = 1;
while (i < _root.mo) {
ssp = "_root.herek" + i;
eval (ssp)._xscale = 250;
eval (ssp)._yscale = 250;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Insect Got Bigger";
i++;
}
}
if (gg == 4) {
_root.ppp.nextFrame();
_root.timer.gotoAndPlay(2);
_root.tet.text = "Minus Life";
}
if (gg == 5) {
_root.ppp.prevFrame();
_root.timer.gotoAndPlay(2);
_root.tet.text = "Plus Life";
}
}
}
Instance of Symbol 126 MovieClip in Symbol 156 MovieClip [so1] Frame 6
onClipEvent (mouseDown) {
if (this.hitTest(_root.bee.tt)) {
gg = 1;
if (gg == 1) {
var soundS = new Sound(this);
soundS.attachSound("co");
this.soundS.start();
_root.score = _root.score + 10;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Plus 10 Score";
}
if (gg == 2) {
i = 1;
while (i < _root.mo) {
ssp = ("_root.herek" + i) + ".ing";
eval (ssp).speed = 0;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Insect Stoped";
i++;
}
}
if (gg == 3) {
i = 1;
while (i < _root.mo) {
ssp = "_root.herek" + i;
eval (ssp)._xscale = 250;
eval (ssp)._yscale = 250;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Insect Got Bigger";
i++;
}
}
if (gg == 4) {
_root.ppp.nextFrame();
_root.timer.gotoAndPlay(2);
_root.tet.text = "Minus Life";
}
if (gg == 5) {
_root.ppp.prevFrame();
_root.timer.gotoAndPlay(2);
_root.tet.text = "Plus Life";
}
}
}
Instance of Symbol 126 MovieClip in Symbol 157 MovieClip [so] Frame 1
onClipEvent (mouseDown) {
if (this.hitTest(_root.bee.tt)) {
gg = random(5) + 1;
if (gg == 1) {
_root.score = _root.score + 10;
var soundS = new Sound(this);
soundS.attachSound("co");
this.soundS.start();
_root.timer.gotoAndPlay(2);
_root.tet.text = "Plus 10 Score";
}
if (gg == 2) {
i = 1;
while (i < _root.mo) {
var soundS = new Sound(this);
soundS.attachSound("co");
this.soundS.start();
ssp = ("_root.herek" + i) + ".ing";
eval (ssp).speed = 0;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Insect Stopped";
i++;
}
}
if (gg == 3) {
i = 1;
while (i < _root.mo) {
var soundS = new Sound(this);
soundS.attachSound("bad");
this.soundS.start();
ssp = "_root.herek" + i;
eval (ssp)._xscale = 250;
eval (ssp)._yscale = 250;
_root.timer.gotoAndPlay(2);
_root.tet.text = "Insect Got Bigger";
i++;
}
}
if (gg == 4) {
var soundS = new Sound(this);
soundS.attachSound("bad");
this.soundS.start();
_root.ppp.nextFrame();
_root.timer.gotoAndPlay(2);
_root.tet.text = "Minus Life";
}
if (gg == 5) {
var soundS = new Sound(this);
soundS.attachSound("co");
this.soundS.start();
_root.ppp.prevFrame();
_root.timer.gotoAndPlay(2);
_root.tet.text = "Plus Life";
}
}
}
Symbol 166 MovieClip [f1] Frame 1
lll = "u1";
Symbol 206 MovieClip Frame 46
stop();
Symbol 235 Button
on (release) {
gotoAndStop ("play");
}
Symbol 242 Button
on (press) {
getURL ("http://www.net-games.biz/", "_blank");
}
Symbol 245 Button
on (press) {
getURL ("http://www.net-games.biz/downloads.html", "_blank");
}
Symbol 248 Button
on (press) {
getURL ("http://www.net-games.biz/", "_blank");
}
Symbol 253 MovieClip Frame 1
f++;
if (f == 1000) {
f = 1;
}
_root.attachMovie("load", "f" + f, f);
ff = "_root.f" + f;
dff = eval (ff).lll;
t = random(400) + 70;
fq = random(320) + 20;
i = 30;
while (i > 0) {
ffmin = "_root.f" + (f - i);
if (eval (ffmin).hitTest(eval (ff))) {
removeMovieClip(eval (ff));
}
i--;
}
eval (ff)._x = t;
eval (ff)._y = fq;
Symbol 253 MovieClip Frame 3
i = 30;
while (i > 0) {
ffmin = "_root.f" + (f - i);
if (eval (ffmin).hitTest(eval (ff))) {
removeMovieClip(eval (ff));
}
i--;
}
Symbol 266 MovieClip Frame 1
stop();
y = 1;
i = 1;
while (i < 4) {
g = random(4) + 1;
fgg = "this.s" + i;
eval (fgg).attachMovie("f" + g, "f" + g, g);
fg = (eval (fgg) + ".f") + g;
gg = "_root.all" + g;
if (i == 1) {
f1 = "h" + g;
}
if (i == 2) {
f2 = "h" + g;
}
if (i == 3) {
f3 = "h" + g;
}
eval (fg)._xscale = 60;
eval (fg)._yscale = 60;
y++;
i++;
}
Symbol 266 MovieClip Frame 2
_root.k = 1;
Symbol 266 MovieClip Frame 3
_root.k = 2;
Symbol 266 MovieClip Frame 4
gotoAndStop (1);
Symbol 272 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 5
_root.gotoAndStop("over");
Symbol 275 MovieClip Frame 1
stop();
i = 1;
while (i < _root.mo) {
_root.attachMovie("herek", "herek" + i, 1000 + i);
i++;
}
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.score > 150) {
_root.mo++;
this._parent.nextFrame();
}
}
Symbol 275 MovieClip Frame 2
stop();
i = 1;
while (i < _root.mo) {
_root.attachMovie("herek", "herek" + i, 1000 + i);
i++;
}
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.score > 300) {
_root.mo++;
this._parent.nextFrame();
}
}
Symbol 275 MovieClip Frame 3
stop();
i = 1;
while (i < _root.mo) {
_root.attachMovie("herek", "herek" + i, 1000 + i);
i++;
}
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 3
onClipEvent (enterFrame) {
if (_root.score > 450) {
_root.mo++;
this._parent.nextFrame();
}
}
Symbol 275 MovieClip Frame 4
stop();
i = 1;
while (i < _root.mo) {
_root.attachMovie("herek", "herek" + i, 1000 + i);
i++;
}
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 4
onClipEvent (enterFrame) {
if (_root.score > 600) {
_root.mo++;
this._parent.nextFrame();
}
}
Symbol 275 MovieClip Frame 5
stop();
i = 1;
while (i < _root.mo) {
_root.attachMovie("herek", "herek" + i, 1000 + i);
i++;
}
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 5
onClipEvent (enterFrame) {
if (_root.score > 750) {
_root.mo++;
this._parent.nextFrame();
}
}
Symbol 275 MovieClip Frame 6
stop();
i = 1;
while (i < _root.mo) {
_root.attachMovie("herek", "herek" + i, 1000 + i);
i++;
}
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 6
onClipEvent (enterFrame) {
if (_root.score > 900) {
_root.mo++;
this._parent.nextFrame();
}
}
Symbol 275 MovieClip Frame 7
stop();
i = 1;
while (i < _root.mo) {
_root.attachMovie("herek", "herek" + i, 1000 + i);
i++;
}
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 7
onClipEvent (enterFrame) {
if (_root.score > 1050) {
_root.mo++;
this._parent.nextFrame();
}
}
Symbol 275 MovieClip Frame 8
stop();
i = 1;
while (i < _root.mo) {
_root.attachMovie("herek", "herek" + i, 1000 + i);
i++;
}
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 8
onClipEvent (enterFrame) {
if (_root.score > 1200) {
_root.mo++;
this._parent.nextFrame();
}
}
Symbol 275 MovieClip Frame 9
stop();
i = 1;
while (i < _root.mo) {
_root.attachMovie("herek", "herek" + i, 1000 + i);
i++;
}
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 9
onClipEvent (enterFrame) {
if (_root.score > 1350) {
_root.mo++;
this._parent.nextFrame();
}
}
Symbol 275 MovieClip Frame 10
stop();
i = 1;
while (i < _root.mo) {
_root.attachMovie("herek", "herek" + i, 1000 + i);
i++;
}
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 10
onClipEvent (enterFrame) {
if (_root.score > 1500) {
_root.mo++;
this._parent.nextFrame();
}
}
Symbol 275 MovieClip Frame 11
stop();
i = 1;
while (i < _root.mo) {
_root.attachMovie("herek", "herek" + i, 1000 + i);
i++;
}
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 11
onClipEvent (enterFrame) {
if (_root.score > 1650) {
_root.mo++;
this._parent.nextFrame();
}
}
Symbol 275 MovieClip Frame 12
stop();
i = 1;
while (i < _root.mo) {
_root.attachMovie("herek", "herek" + i, 1000 + i);
i++;
}
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 12
onClipEvent (enterFrame) {
if (_root.score > 1800) {
_root.mo++;
this._parent.nextFrame();
}
}
Symbol 275 MovieClip Frame 13
stop();
i = 1;
while (i < _root.mo) {
_root.attachMovie("herek", "herek" + i, 1000 + i);
i++;
}
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 13
onClipEvent (enterFrame) {
if (_root.score > 1950) {
_root.mo++;
this._parent.nextFrame();
}
}
Symbol 275 MovieClip Frame 14
stop();
i = 1;
while (i < _root.mo) {
_root.attachMovie("herek", "herek" + i, 1000 + i);
i++;
}
Instance of Symbol 274 MovieClip in Symbol 275 MovieClip Frame 14
onClipEvent (enterFrame) {
if (_root.score > 2100) {
_root.mo++;
this._parent.nextFrame();
}
}
Symbol 278 MovieClip Frame 1
stop();
_root.tet.text = " ";
Symbol 278 MovieClip Frame 2
if (time == 6) {
time = 0;
gotoAndStop (1);
i = 1;
while (i < _root.mo) {
ssp = ("_root.herek" + i) + ".ing";
sspp = "_root.herek" + i;
eval (ssp).speed = random(10) + 10;
eval (sspp)._xscale = 100;
eval (sspp)._yscale = 100;
_root.timer.gotoAndPlay(2);
_root.tet.text = " ";
i++;
}
}
Symbol 278 MovieClip Frame 12
time++;
gotoAndPlay (2);