Frame 1
var _mochiads_game_id = "12e0e85bf8fa5853";
mochi.as2.MochiAd.showPreGameAd({id:"12e0e85bf8fa5853", res:"550x436", background:16742015, color:14107469, outline:16742015, no_bg:true});
Frame 2
stop();
_root._quality = "MEDIUM";
var sfx = true;
var music = true;
var menuattached = false;
var attached = false;
var attached2 = false;
var helpshow = true;
function goToThisURL() {
getURL (linkURL, "_blank");
}
function someFunctionName() {
getURL (linkURL2, "_blank");
}
function someFunctionName2() {
getURL (linkURL3, "_blank");
}
var linkText = "Code FlashChaz.com";
var linkURL = "http://www.flashchaz.com";
var linkURL2 = "http://www.stolengoose.com";
var linkURL3 = "http://www.gimme5games.com/?ref=farmbee _TITLE";
var myMenu = new ContextMenu();
var copyright = new ContextMenuItem(linkText, goToThisURL);
myMenu.customItems.push(copyright);
myMenu.hideBuiltInItems();
var menuItem = new ContextMenuItem("Art StolenGoose.com", someFunctionName);
myMenu.customItems.push(menuItem);
var menuItem = new ContextMenuItem("Sponsored by Gimme5Games", someFunctionName2);
myMenu.customItems.push(menuItem);
_root.menu = myMenu;
Instance of Symbol 141 MovieClip "cursor" in Frame 2
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
_x = (_x + (_root._xmouse - _x));
_y = (_y + (_root._ymouse - _y));
}
Frame 4
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
function __com_mochibot__(swfid, mc, lv, trk) {
var x;
var g;
var s;
var fv;
var sb;
var u;
var res;
var mb;
var mbc;
var pv;
mb = "__mochibot__";
mbc = "mochibot.com";
g = (_global ? (_global) : (_level0._root));
if (g[mb + swfid]) {
return(g[mb + swfid]);
}
s = System.security;
x = mc._root.getSWFVersion;
fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5)));
if (!s) {
s = {};
}
sb = s.sandboxType;
if (sb == "localWithFile") {
return(null);
}
x = s.allowDomain;
if (x) {
s.allowDomain(mbc);
}
x = s.allowInsecureDomain;
if (x) {
s.allowInsecureDomain(mbc);
}
pv = ((fv == 5) ? (getVersion()) : (System.capabilities.version));
u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=8&fv=") + fv) + "&v=") + escape(pv)) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : "");
lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv))));
g[mb + "level"] = lv;
if (fv == 5) {
res = "_level" + lv;
if (!eval (res)) {
loadMovieNum (u, lv);
}
} else {
res = mc.createEmptyMovieClip(mb + swfid, lv);
res.loadMovie(u);
}
return(res);
}
stop();
__com_mochibot__("3cc262bd", this, 10301, true);
__com_mochibot__("58764f02", this, 10301, true);
Instance of Symbol 240 MovieClip "sfxbtn" in Frame 4
onClipEvent (enterFrame) {
if (_root.sfx == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(3);
}
}
Instance of Symbol 255 MovieClip in Frame 4
onClipEvent (enterFrame) {
if (_root.music == true) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(3);
}
}
Instance of Symbol 264 MovieClip in Frame 4
onClipEvent (enterFrame) {
_root.gameMusic.stop("gamemusic");
_root.gameMusic2.stop("gamemusic2");
_root.endgame.stop("endgame");
_root.attached = false;
if (_root.music != true) {
_root.menuMusic.stop("menumusic");
_root.menuattached = false;
} else if (_root.menuattached == false) {
_root.menuattached = true;
_root.menuMusic = new Sound();
_root.menuMusic.attachSound("menumusic");
_root.menuMusic.start(0, 999);
}
}
Instance of Symbol 266 MovieClip in Frame 4
onClipEvent (enterFrame) {
_root.btnover = new Sound();
_root.btnover.attachSound("btnover");
_root.btnpress = new Sound();
_root.btnpress.attachSound("btnpress");
}
Instance of Symbol 141 MovieClip "cursor" in Frame 4
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
_x = (_x + (_root._xmouse - _x));
_y = (_y + (_root._ymouse - _y));
}
Frame 9
var i = 1;
var f = 0;
var q = 0;
var w = 0;
bee._alpha = 100;
var pollenuse = false;
var drag = 0.15;
var mcs = new Array();
var ok = true;
var gstart = false;
onMouseMove = function () {
with (bee) {
if ((ok == true) && (gstart == true)) {
var __x = (_xmouse - this._x);
var __y = (_ymouse - this._y);
bee.gotoAndStop(Math.ceil((((Math.atan2(__y, __x) * 57.2957795130823) + 720) % 360) / 20));
updateAfterEvent();
}
}
};
onMouseDown = function () {
if (((ok == true) && (_root.gstart == true)) && (_root.pollencount._currentframe < 22)) {
_root.pollencount.nextFrame();
duplicateMovieClip (pollen, "MC" + i, 1000 + i);
_root["MC" + i]._x = bee._x;
_root["MC" + i]._y = bee._y;
mcs.push(_root["MC" + i]);
i++;
if (_root.sfx == true) {
_root.pln.start(0, 1);
}
}
};
onEnterFrame = function () {
q = 0;
while (q < mcs.length) {
w = 1;
while (w < (f + 1)) {
if (mcs[q].hit.hitTest(_root["sd" + w]) && (_root["sd" + w].done == false)) {
_root["sd" + w].done = true;
_root.score = _root.score + 100;
_root.flowers++;
(((((_root["sd" + w].flowerA.play() || (_root["sd" + w].flowerB.play())) || (_root["sd" + w].flowerC.play())) || (_root["sd" + w].flowerD.play())) || (_root["sd" + w].flowerE.play())) || (_root["sd" + w].flowerF.play())) || (_root["sd" + w].flowerG.play());
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
w++;
}
q++;
}
};
stop();
var score = 0;
var flowers = 0;
var bonus = 9;
Instance of Symbol 491 MovieClip "bg" in Frame 9
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (_root.ok == true)) && (_root.bee.beehit.hitTest(_root.sun))) {
_root.bottombg.start(0, 1);
}
}
Instance of Symbol 563 MovieClip "bonustimer" in Frame 9
onClipEvent (enterFrame) {
if (_root.gstart == false) {
this.gotoAndStop(1);
} else {
this.play();
}
}
Instance of Symbol 565 MovieClip "scorechecker" in Frame 9
onClipEvent (load) {
check = true;
}
onClipEvent (enterFrame) {
if (this.check == true) {
this.play();
} else if (this.check == false) {
this.gotoAndStop(1);
}
if (_root.bonus == 0) {
_root.bonusanim.gotoAndStop(10);
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 9
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 9
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 9
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 9
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 9
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 9
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 9
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 9
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 9
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 9
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 9
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 9
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 10) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 915 MovieClip "farmer" in Frame 9
onClipEvent (load) {
played = false;
}
onClipEvent (enterFrame) {
if (((_root.ok == false) && (_root.sfx == true)) && (played == false)) {
this.gotoAndStop("upset");
played = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("upset");
}
}
Instance of Symbol 996 MovieClip "bonusanim" in Frame 9
onClipEvent (enterFrame) {
played = false;
}
onClipEvent (enterFrame) {
if (_root.bee.beehit.hitTest(_root.sun) && (_root.ok == true)) {
_root.scorechecker.check = false;
this.b1.play();
this.b2.play();
this.b3.play();
this.b4.play();
this.b5.play();
this.b6.play();
this.b7.play();
this.b8.play();
this.b9.play();
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 1)) {
_root.cheer1.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 2)) {
_root.cheer2.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 3)) {
_root.cheer3.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 4)) {
_root.cheer4.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 5)) {
_root.cheer5.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 6)) {
_root.cheer6.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 7)) {
_root.cheer7.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 8)) {
_root.cheer8.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 9)) {
_root.cheer9.start(0, 1);
played = true;
}
}
}
Instance of Symbol 1069 MovieClip "pollen" in Frame 9
onClipEvent (load) {
this._xscale = (this.blendMode = "screen");
}
onClipEvent (enterFrame) {
if (this._currentframe == 71) {
this.removeMovieClip();
}
}
Instance of Symbol 401 MovieClip "bee" in Frame 9
onClipEvent (enterFrame) {
if (_root.gstart == true) {
_x = (_x + ((_root._xmouse - _x) * _root.drag));
_y = (_y + ((_root._ymouse - _y) * _root.drag));
}
}
Instance of Symbol 1072 MovieClip in Frame 9
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
_x = (_x + (_root._xmouse - _x));
_y = (_y + (_root._ymouse - _y));
}
Instance of Symbol 1089 MovieClip "countdownfrom3" in Frame 9
onClipEvent (load) {
_root.gstart = false;
played = false;
}
onClipEvent (enterFrame) {
if (this._currentframe == 162) {
this.stop();
_root.gstart = true;
}
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.count.start(0, 1);
}
}
Instance of Symbol 264 MovieClip in Frame 9
onClipEvent (enterFrame) {
_root.menuMusic.stop("menumusic");
_root.menuattached = false;
_root.attached2 = false;
if (_root.music != true) {
_root.gameMusic.stop("gamemusic");
_root.attached = false;
} else if (_root.attached == false) {
_root.attached = true;
_root.gameMusic = new Sound();
_root.gameMusic.attachSound("gamemusic");
_root.gameMusic.start(0, 999);
_root.endgame = new Sound();
_root.endgame.attachSound("endgame");
}
}
Instance of Symbol 266 MovieClip in Frame 9
onClipEvent (enterFrame) {
_root.flowerhit = new Sound();
_root.flowerhit.attachSound("flowerhit");
_root.pln = new Sound();
_root.pln.attachSound("pln");
_root.bughit = new Sound();
_root.bughit.attachSound("bughit");
_root.gohit = new Sound();
_root.gohit.attachSound("gohit");
_root.godrop = new Sound();
_root.godrop.attachSound("godrop");
_root.audplop = new Sound();
_root.audplop.attachSound("audplop");
_root.bonusSnd = new Sound();
_root.bonusSnd.attachSound("bonusSnd");
_root.topbg = new Sound();
_root.topbg.attachSound("topbg");
_root.bottombg = new Sound();
_root.bottombg.attachSound("bottombg");
_root.farmdone = new Sound();
_root.farmdone.attachSound("farmdone");
_root.cower = new Sound();
_root.cower.attachSound("cower");
_root.count = new Sound();
_root.count.attachSound("count");
_root.minus = new Sound();
_root.minus.attachSound("minus");
_root.cheer1 = new Sound();
_root.cheer1.attachSound("cheer1");
_root.cheer2 = new Sound();
_root.cheer2.attachSound("cheer2");
_root.cheer3 = new Sound();
_root.cheer3.attachSound("cheer3");
_root.cheer4 = new Sound();
_root.cheer4.attachSound("cheer4");
_root.cheer5 = new Sound();
_root.cheer5.attachSound("cheer5");
_root.cheer6 = new Sound();
_root.cheer6.attachSound("cheer6");
_root.cheer7 = new Sound();
_root.cheer7.attachSound("cheer7");
_root.cheer8 = new Sound();
_root.cheer8.attachSound("cheer8");
_root.cheer9 = new Sound();
_root.cheer9.attachSound("cheer9");
}
Frame 10
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 10
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 10
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 10
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 10
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 10
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 10
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 10
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 10
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 10
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 10
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 10
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 10
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 10
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 10
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 11) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 11
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 11
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 11
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 11
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 11
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 11
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 26) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 1145 MovieClip "aud1" in Frame 11
onClipEvent (load) {
played = false;
playedcower = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.audplop.start(0, 1);
}
if (((_root.ok == false) && (_root.sfx == true)) && (playedcower == false)) {
this.gotoAndStop("cower");
playedcower = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("cower");
} else if ((this._currentframe == 4) && (_root.ok == true)) {
this.gotoAndStop(2);
}
}
Frame 12
_root.prog.nextFrame();
_root.flowers = 0;
_root.aud1.gotoAndStop("cheer");
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 12
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 12
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 12
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 12
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 12
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 32) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 13
_root.prog.nextFrame();
_root.flowers = 0;
_root.aud1.gotoAndStop("cheer");
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 841 MovieClip in Frame 13
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 13
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 13
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 13
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 13
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 13
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 13
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 13
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 20) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 14
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 1149 MovieClip in Frame 14
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (this._currentframe == 1)) {
_root.topbg.start(0, 1);
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 14
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 14
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 14
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 14
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 14
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 3) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 1196 MovieClip "aud2" in Frame 14
onClipEvent (load) {
played = false;
playedcower = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.audplop.start(0, 1);
}
if (((_root.ok == false) && (_root.sfx == true)) && (playedcower == false)) {
this.gotoAndStop("cower");
playedcower = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("cower");
} else if ((this._currentframe == 4) && (_root.ok == true)) {
this.gotoAndStop(2);
}
}
Frame 15
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 841 MovieClip in Frame 15
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 15
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 15
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 22) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 16
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 16
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 16
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 16
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 31) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 17
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 17
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 17
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 17
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 18) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 1243 MovieClip "aud3" in Frame 17
onClipEvent (load) {
played = false;
playedcower = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.audplop.start(0, 1);
}
if (((_root.ok == false) && (_root.sfx == true)) && (playedcower == false)) {
this.gotoAndStop("cower");
playedcower = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("cower");
} else if ((this._currentframe == 4) && (_root.ok == true)) {
this.gotoAndStop(2);
}
}
Frame 18
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 18
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 18
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 18
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 18
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 38) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 19
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 1247 MovieClip in Frame 19
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (this._currentframe == 1)) {
_root.topbg.start(0, 1);
}
}
Instance of Symbol 841 MovieClip in Frame 19
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 19
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 19
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 19
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 19
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 19
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 35) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 20
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 20
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 20
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 20
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 20
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 20
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 20
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 18) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 1294 MovieClip "aud4" in Frame 20
onClipEvent (load) {
played = false;
playedcower = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.audplop.start(0, 1);
}
if (((_root.ok == false) && (_root.sfx == true)) && (playedcower == false)) {
this.gotoAndStop("cower");
playedcower = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("cower");
} else if ((this._currentframe == 4) && (_root.ok == true)) {
this.gotoAndStop(2);
}
}
Frame 21
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 21
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 21
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 21
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 21
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 21
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 21
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 21
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 21
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 21
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 21
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 21
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 21
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 21
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 21
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 21
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 21
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 21
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 21
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 21
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 9) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 22
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 22
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 22
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 22
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 22
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 22
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 22
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 22
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 26) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 23
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 841 MovieClip in Frame 23
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 23
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 23
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 23
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 30) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 1341 MovieClip "aud5" in Frame 23
onClipEvent (load) {
played = false;
playedcower = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.audplop.start(0, 1);
}
if (((_root.ok == false) && (_root.sfx == true)) && (playedcower == false)) {
this.gotoAndStop("cower");
playedcower = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("cower");
} else if ((this._currentframe == 4) && (_root.ok == true)) {
this.gotoAndStop(2);
}
}
Frame 24
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 1345 MovieClip in Frame 24
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (this._currentframe == 1)) {
_root.topbg.start(0, 1);
}
}
Instance of Symbol 841 MovieClip in Frame 24
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 24
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 24
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 24
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 24
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 24
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 24
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 24
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 28) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 25
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 841 MovieClip in Frame 25
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 25
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 25
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 25
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 25
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 32) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 26
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 841 MovieClip in Frame 26
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 26
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 26
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 26
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 26
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 26
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 26
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 39) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 1392 MovieClip "aud6" in Frame 26
onClipEvent (load) {
played = false;
playedcower = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.audplop.start(0, 1);
}
if (((_root.ok == false) && (_root.sfx == true)) && (playedcower == false)) {
this.gotoAndStop("cower");
playedcower = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("cower");
} else if ((this._currentframe == 4) && (_root.ok == true)) {
this.gotoAndStop(2);
}
}
Frame 27
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 27
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 27
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 27
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 27
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 30) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 28
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 28
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 28
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 28
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 28
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 28
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 28
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 4) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 29
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 1396 MovieClip in Frame 29
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (this._currentframe == 1)) {
_root.topbg.start(0, 1);
}
}
Instance of Symbol 841 MovieClip in Frame 29
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 29
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 29
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 29
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 29
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 31) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 1443 MovieClip "aud7" in Frame 29
onClipEvent (load) {
played = false;
playedcower = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.audplop.start(0, 1);
}
if (((_root.ok == false) && (_root.sfx == true)) && (playedcower == false)) {
this.gotoAndStop("cower");
playedcower = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("cower");
} else if ((this._currentframe == 4) && (_root.ok == true)) {
this.gotoAndStop(2);
}
}
Frame 30
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 841 MovieClip in Frame 30
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 30
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 30
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 30
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 30
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 30
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 30
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 30
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 38) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 31
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 841 MovieClip in Frame 31
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 31
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 31
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 16) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 32
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 841 MovieClip in Frame 32
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 32
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 32
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 29) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 33
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 841 MovieClip in Frame 33
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 33
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 33
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 33
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 33
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 33
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 33
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 33
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 33
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 33
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 33
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 33
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 33
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 33
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 12) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 34
stop();
_root.gstart = false;
_root.ok = true;
_root.bee._alpha = 0;
_root.countdownfrom3.played = false;
Instance of Symbol 1522 MovieClip in Frame 34
onClipEvent (load) {
played = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.farmdone.start(0, 1);
}
}
Instance of Symbol 264 MovieClip in Frame 34
onClipEvent (enterFrame) {
_root.gameMusic.stop("gamemusic");
if ((_root.attached2 == false) && (_root.music == true)) {
_root.attached2 = true;
_root.endgame.start(0, 999);
}
}
Instance of Symbol 141 MovieClip "cursor" in Frame 34
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
_x = (_x + (_root._xmouse - _x));
_y = (_y + (_root._ymouse - _y));
}
Frame 35
hiScores.setDetails(247, 0, "farmbee", "owefAuyoLIYcYuM", false, _root.score, String(_root.score), "points");
Instance of Symbol 105 MovieClip [ZattikkaHiScores] "hiScores" in Frame 35
//component parameters
onClipEvent (construct) {
enabled = true;
visible = true;
minHeight = 0;
minWidth = 0;
}
Frame 36
var i = 1;
var f = 0;
var q = 0;
var w = 0;
bee._alpha = 100;
var pollenuse = false;
var drag = 0.15;
var mcs = new Array();
var ok = true;
var gstart = false;
onMouseMove = function () {
with (bee) {
if ((ok == true) && (gstart == true)) {
var __x = (_xmouse - this._x);
var __y = (_ymouse - this._y);
bee.gotoAndStop(Math.ceil((((Math.atan2(__y, __x) * 57.2957795130823) + 720) % 360) / 20));
updateAfterEvent();
}
}
};
onMouseDown = function () {
if (((ok == true) && (_root.gstart == true)) && (_root.pollencount._currentframe < 22)) {
_root.pollencount.nextFrame();
duplicateMovieClip (pollen, "MC" + i, 1000 + i);
_root["MC" + i]._x = bee._x;
_root["MC" + i]._y = bee._y;
mcs.push(_root["MC" + i]);
i++;
if (_root.sfx == true) {
_root.pln.start(0, 1);
}
}
};
onEnterFrame = function () {
q = 0;
while (q < mcs.length) {
w = 1;
while (w < (f + 1)) {
if (mcs[q].hit.hitTest(_root["sd" + w]) && (_root["sd" + w].done == false)) {
_root["sd" + w].done = true;
_root.score = _root.score + 100;
_root.flowers++;
(((((_root["sd" + w].flowerA.play() || (_root["sd" + w].flowerB.play())) || (_root["sd" + w].flowerC.play())) || (_root["sd" + w].flowerD.play())) || (_root["sd" + w].flowerE.play())) || (_root["sd" + w].flowerF.play())) || (_root["sd" + w].flowerG.play());
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
w++;
}
q++;
}
};
stop();
var score = 0;
var flowers = 0;
var bonus = 9;
Instance of Symbol 563 MovieClip "bonustimer" in Frame 36
onClipEvent (enterFrame) {
if (_root.gstart == false) {
this.gotoAndStop(1);
} else {
this.play();
}
}
Instance of Symbol 565 MovieClip "scorechecker" in Frame 36
onClipEvent (load) {
check = true;
}
onClipEvent (enterFrame) {
if (this.check == true) {
this.play();
} else if (this.check == false) {
this.gotoAndStop(1);
}
if (_root.bonus == 0) {
_root.bonusanim.gotoAndStop(10);
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 36
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 36
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 36
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 25) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 915 MovieClip "farmer" in Frame 36
onClipEvent (load) {
played = false;
}
onClipEvent (enterFrame) {
if (((_root.ok == false) && (_root.sfx == true)) && (played == false)) {
this.gotoAndStop("upset");
played = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("upset");
}
}
Instance of Symbol 996 MovieClip "bonusanim" in Frame 36
onClipEvent (enterFrame) {
played = false;
}
onClipEvent (enterFrame) {
if (_root.bee.beehit.hitTest(_root.sun) && (_root.ok == true)) {
_root.scorechecker.check = false;
this.b1.play();
this.b2.play();
this.b3.play();
this.b4.play();
this.b5.play();
this.b6.play();
this.b7.play();
this.b8.play();
this.b9.play();
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 1)) {
_root.cheer1.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 2)) {
_root.cheer2.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 3)) {
_root.cheer3.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 4)) {
_root.cheer4.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 5)) {
_root.cheer5.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 6)) {
_root.cheer6.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 7)) {
_root.cheer7.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 8)) {
_root.cheer8.start(0, 1);
played = true;
}
if (((_root.sfx == true) && (played == false)) && (this._currentframe == 9)) {
_root.cheer9.start(0, 1);
played = true;
}
}
}
Instance of Symbol 401 MovieClip "bee" in Frame 36
onClipEvent (enterFrame) {
if (_root.gstart == true) {
_x = (_x + ((_root._xmouse - _x) * _root.drag));
_y = (_y + ((_root._ymouse - _y) * _root.drag));
}
}
Instance of Symbol 1069 MovieClip "pollen" in Frame 36
onClipEvent (load) {
this._xscale = (this.blendMode = "screen");
}
onClipEvent (enterFrame) {
if (this._currentframe == 71) {
this.removeMovieClip();
}
}
Instance of Symbol 1072 MovieClip in Frame 36
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
_x = (_x + (_root._xmouse - _x));
_y = (_y + (_root._ymouse - _y));
}
Instance of Symbol 1089 MovieClip "countdownfrom3" in Frame 36
onClipEvent (load) {
_root.gstart = false;
played = false;
}
onClipEvent (enterFrame) {
if (this._currentframe == 162) {
this.stop();
_root.gstart = true;
}
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.count.start(0, 1);
}
}
Instance of Symbol 264 MovieClip in Frame 36
onClipEvent (enterFrame) {
_root.menuMusic.stop("menumusic");
_root.menuattached = false;
_root.attached2 = false;
if (_root.music != true) {
_root.gameMusic2.stop("gamemusic2");
_root.attached = false;
} else if (_root.attached == false) {
_root.attached = true;
_root.gameMusic2 = new Sound();
_root.gameMusic2.attachSound("gamemusic2");
_root.gameMusic2.start(0, 999);
_root.endgame = new Sound();
_root.endgame.attachSound("endgame");
}
}
Instance of Symbol 266 MovieClip in Frame 36
onClipEvent (enterFrame) {
_root.flowerhit = new Sound();
_root.flowerhit.attachSound("flowerhit");
_root.pln = new Sound();
_root.pln.attachSound("pln");
_root.bughit = new Sound();
_root.bughit.attachSound("bughit");
_root.gohit = new Sound();
_root.gohit.attachSound("gohit");
_root.godrop = new Sound();
_root.godrop.attachSound("godrop");
_root.audplop = new Sound();
_root.audplop.attachSound("audplop");
_root.bonusSnd = new Sound();
_root.bonusSnd.attachSound("bonusSnd");
_root.topbg = new Sound();
_root.topbg.attachSound("topbg");
_root.bottombg = new Sound();
_root.bottombg.attachSound("bottombg");
_root.farmdone = new Sound();
_root.farmdone.attachSound("farmdone");
_root.cower = new Sound();
_root.cower.attachSound("cower");
_root.count = new Sound();
_root.count.attachSound("count");
_root.minus = new Sound();
_root.minus.attachSound("minus");
_root.cheer1 = new Sound();
_root.cheer1.attachSound("cheer1");
_root.cheer2 = new Sound();
_root.cheer2.attachSound("cheer2");
_root.cheer3 = new Sound();
_root.cheer3.attachSound("cheer3");
_root.cheer4 = new Sound();
_root.cheer4.attachSound("cheer4");
_root.cheer5 = new Sound();
_root.cheer5.attachSound("cheer5");
_root.cheer6 = new Sound();
_root.cheer6.attachSound("cheer6");
_root.cheer7 = new Sound();
_root.cheer7.attachSound("cheer7");
_root.cheer8 = new Sound();
_root.cheer8.attachSound("cheer8");
_root.cheer9 = new Sound();
_root.cheer9.attachSound("cheer9");
}
Frame 37
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 37
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 37
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 37
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 37
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 24) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 38
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 38
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 38
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 38
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 38
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 38
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 38
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 25) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 1145 MovieClip "aud1" in Frame 38
onClipEvent (load) {
played = false;
playedcower = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.audplop.start(0, 1);
}
if (((_root.ok == false) && (_root.sfx == true)) && (playedcower == false)) {
this.gotoAndStop("cower");
playedcower = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("cower");
} else if ((this._currentframe == 4) && (_root.ok == true)) {
this.gotoAndStop(2);
}
}
Frame 39
_root.prog.nextFrame();
_root.flowers = 0;
_root.aud1.gotoAndStop("cheer");
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 39
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 39
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 39
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 39
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 39
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 39
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 39
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 39
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 40) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 40
_root.prog.nextFrame();
_root.flowers = 0;
_root.aud1.gotoAndStop("cheer");
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 40
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 40
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 40
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 40
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 40
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 43) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 41
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 41
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 41
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 41
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 41
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 41
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 41
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 41
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 41
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 41
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 41
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 41
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 41
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 41
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 41
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 41
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 41
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 13) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 1196 MovieClip "aud2" in Frame 41
onClipEvent (load) {
played = false;
playedcower = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.audplop.start(0, 1);
}
if (((_root.ok == false) && (_root.sfx == true)) && (playedcower == false)) {
this.gotoAndStop("cower");
playedcower = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("cower");
} else if ((this._currentframe == 4) && (_root.ok == true)) {
this.gotoAndStop(2);
}
}
Frame 42
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 42
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 42
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 42
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 42
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 42
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 42
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 42
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 42
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 42
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 27) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 43
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 43
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 43
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 43
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 1) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 44
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 44
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 44
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 44
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 44
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 44
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 25) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 1243 MovieClip "aud3" in Frame 44
onClipEvent (load) {
played = false;
playedcower = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.audplop.start(0, 1);
}
if (((_root.ok == false) && (_root.sfx == true)) && (playedcower == false)) {
this.gotoAndStop("cower");
playedcower = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("cower");
} else if ((this._currentframe == 4) && (_root.ok == true)) {
this.gotoAndStop(2);
}
}
Frame 45
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 45
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 45
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 45
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 45
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 45
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 45
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 47) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 46
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 46
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 46
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 46
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 46
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 46
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 46
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 46
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 37) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 47
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 47
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 47
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 47
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 47
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 47
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 47
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 47
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 47
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 47
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 47
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 47
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 47
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 47
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 47
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 47
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 47
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 23) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 1294 MovieClip "aud4" in Frame 47
onClipEvent (load) {
played = false;
playedcower = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.audplop.start(0, 1);
}
if (((_root.ok == false) && (_root.sfx == true)) && (playedcower == false)) {
this.gotoAndStop("cower");
playedcower = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("cower");
} else if ((this._currentframe == 4) && (_root.ok == true)) {
this.gotoAndStop(2);
}
}
Frame 48
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 841 MovieClip in Frame 48
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 48
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 48
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 26) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 49
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 49
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 49
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 49
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 49
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 49
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 27) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 50
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 50
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 50
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 50
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 50
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 26) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 1341 MovieClip "aud5" in Frame 50
onClipEvent (load) {
played = false;
playedcower = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.audplop.start(0, 1);
}
if (((_root.ok == false) && (_root.sfx == true)) && (playedcower == false)) {
this.gotoAndStop("cower");
playedcower = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("cower");
} else if ((this._currentframe == 4) && (_root.ok == true)) {
this.gotoAndStop(2);
}
}
Frame 51
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 51
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 51
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 51
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 51
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 51
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 51
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 51
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 51
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 51
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 51
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 51
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 42) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 52
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 52
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 52
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 52
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 52
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 52
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 52
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 25) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 53
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 53
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 53
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 53
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 45) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 1392 MovieClip "aud6" in Frame 53
onClipEvent (load) {
played = false;
playedcower = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.audplop.start(0, 1);
}
if (((_root.ok == false) && (_root.sfx == true)) && (playedcower == false)) {
this.gotoAndStop("cower");
playedcower = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("cower");
} else if ((this._currentframe == 4) && (_root.ok == true)) {
this.gotoAndStop(2);
}
}
Frame 54
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 54
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 54
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 54
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 54
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 32) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 55
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 55
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 55
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 55
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 55
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 55
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 55
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 55
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 55
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 55
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 20) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 56
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 841 MovieClip in Frame 56
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 56
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 56
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 30) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Instance of Symbol 1443 MovieClip "aud7" in Frame 56
onClipEvent (load) {
played = false;
playedcower = false;
}
onClipEvent (enterFrame) {
if ((_root.sfx == true) && (played == false)) {
played = true;
_root.audplop.start(0, 1);
}
if (((_root.ok == false) && (_root.sfx == true)) && (playedcower == false)) {
this.gotoAndStop("cower");
playedcower = true;
_root.cower.start(0, 1);
} else if (_root.ok == false) {
this.gotoAndStop("cower");
} else if ((this._currentframe == 4) && (_root.ok == true)) {
this.gotoAndStop(2);
}
}
Frame 57
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 57
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 57
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 57
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 57
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 57
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 57
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 57
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 57
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 57
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 57
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 2) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 58
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 58
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 58
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 58
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 58
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 58
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 58
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 58
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 37) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 59
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 841 MovieClip in Frame 59
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 59
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 59
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 35) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 60
_root.prog.nextFrame();
_root.flowers = 0;
var bonus = 9;
_root.bonustimer.gotoAndPlay(1);
_root.aud1.gotoAndStop("cheer");
_root.aud2.gotoAndStop("cheer");
_root.aud3.gotoAndStop("cheer");
_root.aud4.gotoAndStop("cheer");
_root.aud5.gotoAndStop("cheer");
_root.aud6.gotoAndStop("cheer");
_root.aud7.gotoAndStop("cheer");
_root.farmer.gotoAndStop("cheer");
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 60
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 801 MovieClip "sd" in Frame 60
onClipEvent (load) {
this._alpha = 0;
this.done = false;
_root.f++;
this._name = this._name + _root.f;
this.gotoAndStop(random(7) + 1);
}
onClipEvent (enterFrame) {
if (this._alpha < 100) {
this._alpha = this._alpha + 10;
}
if (this.hit.hitTest(_root.bee.beehit) && (this.done == false)) {
this.done = true;
_root.score = _root.score + 100;
_root.flowers++;
this.flowerA.play();
this.flowerB.play();
this.flowerC.play();
this.flowerD.play();
this.flowerE.play();
this.flowerF.play();
this.flowerG.play();
if (_root.sfx == true) {
_root.flowerhit.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 60
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 60
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 60
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 60
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 60
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 60
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 60
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 60
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 60
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 60
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 60
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 60
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 841 MovieClip in Frame 60
onClipEvent (load) {
this._alpha = 0;
}
onClipEvent (enterFrame) {
this._alpha = this._alpha + 2;
if ((this.area.hitTest(_root.bee.beehit) && (_root.ok == true)) && (this._currentframe == 1)) {
_root.ok = false;
_root.bee.gotoAndStop("swarm");
_root.slowdown.play();
_root.bugscore.gotoAndPlay(1);
this.play();
if (_root.sfx == true) {
_root.bughit.start(0, 1);
_root.minus.start(0, 1);
}
}
}
Instance of Symbol 850 MovieClip "sun" in Frame 60
onClipEvent (load) {
fall = false;
played = false;
}
onClipEvent (enterFrame) {
if (((_root.sfx == true) && (this._currentframe == 2)) && (played == false)) {
played = true;
_root.godrop.start(0, 1);
}
if ((_root.flowers == 31) && (this.fall == false)) {
this.fall = true;
this.nextFrame();
}
if (this.hitTest(_root.bee.beehit) && (this._currentframe == 2)) {
if (_root.sfx == true) {
_root.gohit.start(0, 1);
}
this.nextFrame();
_root.bg.play();
_root.score = _root.score + (_root.bonus * 1000);
_root.nextFrame();
}
}
Frame 61
stop();
_root.gstart = false;
_root.ok = true;
_root.bee._alpha = 0;
_root.countdownfrom3.played = false;
Instance of Symbol 264 MovieClip in Frame 61
onClipEvent (enterFrame) {
_root.gameMusic2.stop("gamemusic2");
if ((_root.attached2 == false) && (_root.music == true)) {
_root.attached2 = true;
_root.endgame.start(0, 999);
}
}
Instance of Symbol 141 MovieClip "cursor" in Frame 61
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
_x = (_x + (_root._xmouse - _x));
_y = (_y + (_root._ymouse - _y));
}
Frame 62
hiScores.setDetails(247, 1, "farmbee", "owefAuyoLIYcYuM", false, _root.score, String(_root.score), "points");
Instance of Symbol 105 MovieClip [ZattikkaHiScores] "hiScores" in Frame 62
//component parameters
onClipEvent (construct) {
enabled = true;
visible = true;
minHeight = 0;
minWidth = 0;
}
Symbol 59 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
_root.nextFrame();
}
Symbol 60 MovieClip [movSplash] Frame 98
stop();
Symbol 105 MovieClip [ZattikkaHiScores] Frame 1
#initclip 12
Object.registerClass("ZattikkaHiScores", ZattikkaHiScores);
#endinitclip
Symbol 1575 MovieClip [__Packages.mochi.as2.MochiAd] Frame 0
class mochi.as2.MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("3.0 as2");
}
static function showPreGameAd(options) {
var _local26 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, no_progress_bar:false, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}, ad_skipped:function () {
}, ad_progress:function (percent) {
}};
options = _parseOptions(options, _local26);
if ("c862232051e0a94e1c3609b3916ddb17".substr(0) == "dfeada81ac97cde83665f81c12da7def") {
options.ad_started();
options.ad_finished();
return(undefined);
}
var clip = options.clip;
var _local22 = 11000;
var _local25 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = _getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local6 = chk.createEmptyMovieClip("_mochiad_bar", 4);
if (options.no_progress_bar) {
_local6._visible = false;
delete options.no_progress_bar;
} else {
_local6._x = 10;
_local6._y = _local13 - 20;
}
var _local21 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local23 = options.outline;
delete options.outline;
var _local5 = _local6.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local6.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local21);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local7 = _local6.createEmptyMovieClip("_outline", 3);
_local7.lineStyle(0, _local23, 100);
_local7.moveTo(0, 0);
_local7.lineTo(_local4 - 20, 0);
_local7.lineTo(_local4 - 20, 10);
_local7.lineTo(0, 10);
_local7.lineTo(0, 0);
chk.ad_msec = _local22;
chk.ad_timeout = _local25;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
mochi.as2.MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.regContLC = function (lc_name) {
mc._containerLCName = lc_name;
};
var sendHostProgress = false;
mc.lc.sendHostLoadProgress = function (lc_name) {
sendHostProgress = true;
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
mc.lc.rpc = function (callbackID, arg) {
mochi.as2.MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local11 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local2 = (100 * _local8) / _local4;
var _local10 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local13 = Math.min(100, Math.min(_local2 || 0, _local10));
_local13 = Math.max(this.last_pcnt, _local13);
this.last_pcnt = _local13;
_local9._xscale = _local13;
options.ad_progress(_local13);
if (sendHostProgress) {
clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"hostLoadPcnt", pcnt:_local2});
if (_local2 == 100) {
sendHostProgress = false;
}
}
if (!chk.showing) {
var _local7 = _local11.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if ((_local5 > chk.ad_timeout) && (_local2 == 100)) {
options.ad_failed();
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showClickAwayAd(options) {
var _local9 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showClickAwayAd", res:"300x250", no_bg:true, ad_started:function () {
}, ad_finished:function () {
}, ad_loaded:function (width, height) {
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_skipped:function () {
}};
options = _parseOptions(options, _local9);
var clip = options.clip;
var _local8 = options.ad_timeout;
delete options.ad_timeout;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local4 = _getRes(options);
var _local10 = _local4[0];
var _local7 = _local4[1];
mc._x = _local10 * 0.5;
mc._y = _local7 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_timeout = _local8;
chk.started = getTimer();
chk.showing = false;
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.rpc = function (callbackID, arg) {
mochi.as2.MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
var _local20 = false;
mc.lc.regContLC = function (lc_name) {
mc._containerLCName = lc_name;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
_local2 = true;
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
options.ad_failed();
_local2 = true;
}
}
if (_local2) {
delete this.onEnterFrame;
}
};
}
static function showInterLevelAd(options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}, ad_failed:function () {
trace("[MochiAd] Couldn't load an ad, make sure that your game's local security sandbox is configured for Access Network Only and that you are not using ad blocking software");
}, ad_loaded:function (width, height) {
}, ad_skipped:function () {
}};
options = _parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_failed();
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
mochi.as2.MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = options.ad_loaded;
mc.lc.adSkipped = options.ad_skipped;
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
mc.lc.rpc = function (callbackID, arg) {
mochi.as2.MochiAd.rpc(clip, callbackID, arg);
};
mc.rpcTestFn = function (s) {
trace("[MOCHIAD rpcTestFn] " + s);
return(s);
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
options.ad_failed();
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function showPreloaderAd(options) {
trace("[MochiAd] DEPRECATED: showPreloaderAd was renamed to showPreGameAd in 2.0");
showPreGameAd(options);
}
static function showTimedAd(options) {
trace("[MochiAd] DEPRECATED: showTimedAd was renamed to showInterLevelAd in 2.0");
showInterLevelAd(options);
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function load(options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local7 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local7._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local7.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local7._mochiad_loaded = true;
if (_local7._url.indexOf("http") != 0) {
trace("[MochiAd] NOTE: Security Sandbox Violation errors below are normal");
}
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = _allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
mochi.as2.MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local9 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local9;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local9);
_local6.lc = _local5;
_local4.lc = _local9;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
if (clip._mochiad._containerLCName != undefined) {
clip._mochiad.lc.send(clip._mochiad._containerLCName, "notify", {id:"unload"});
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
if (_local4.id == "test") {
trace("[MochiAd] WARNING: Using the MochiAds test identifier, make sure to use the code from your dashboard, not this example!");
}
return(_local4);
}
static function rpc(clip, callbackID, arg) {
switch (arg.id) {
case "setValue" :
setValue(clip, arg.objectName, arg.value);
break;
case "getValue" :
var _local4 = getValue(clip, arg.objectName);
clip._mochiad.lc.send(clip._mochiad._containerLCName, "rpcResult", callbackID, _local4);
break;
case "runMethod" :
var _local3 = runMethod(clip, arg.method, arg.args);
clip._mochiad.lc.send(clip._mochiad._containerLCName, "rpcResult", callbackID, _local3);
break;
default :
trace("[mochiads rpc] unknown rpc id: " + arg.id);
}
}
static function setValue(base, objectName, value) {
var _local2 = objectName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
base[_local2[_local1]] = value;
}
static function getValue(base, objectName) {
var _local2 = objectName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
return(base[_local2[_local1]]);
}
static function runMethod(base, methodName, argsArray) {
var _local2 = methodName.split(".");
var _local1;
_local1 = 0;
while (_local1 < (_local2.length - 1)) {
if ((base[_local2[_local1]] == undefined) || (base[_local2[_local1]] == null)) {
return(undefined);
}
base = base[_local2[_local1]];
_local1++;
}
if (typeof(base[_local2[_local1]]) == "function") {
return(base[_local2[_local1]].apply(base, argsArray));
}
return(undefined);
}
}
Symbol 61 MovieClip [__Packages.mx.core.UIObject] Frame 0
class mx.core.UIObject extends MovieClip
{
var _width, _height, _x, _y, _parent, _minHeight, _minWidth, _visible, dispatchEvent, _xscale, _yscale, methodTable, onEnterFrame, tfList, __width, __height, moveTo, lineTo, createTextField, attachMovie, buildDepthTable, findNextAvailableDepth, idNames, childrenCreated, _name, createAccessibilityImplementation, _endInit, validateNow, hasOwnProperty, initProperties, stylecache, className, ignoreClassStyleDeclaration, _tf, fontFamily, fontSize, color, marginLeft, marginRight, fontStyle, fontWeight, textAlign, textIndent, textDecoration, embedFonts, styleName, enabled;
function UIObject () {
super();
constructObject();
}
function get width() {
return(_width);
}
function get height() {
return(_height);
}
function get left() {
return(_x);
}
function get x() {
return(_x);
}
function get top() {
return(_y);
}
function get y() {
return(_y);
}
function get right() {
return(_parent.width - (_x + width));
}
function get bottom() {
return(_parent.height - (_y + height));
}
function getMinHeight(Void) {
return(_minHeight);
}
function setMinHeight(h) {
_minHeight = h;
}
function get minHeight() {
return(getMinHeight());
}
function set minHeight(h) {
setMinHeight(h);
//return(minHeight);
}
function getMinWidth(Void) {
return(_minWidth);
}
function setMinWidth(w) {
_minWidth = w;
}
function get minWidth() {
return(getMinWidth());
}
function set minWidth(w) {
setMinWidth(w);
//return(minWidth);
}
function setVisible(x, noEvent) {
if (x != _visible) {
_visible = x;
if (noEvent != true) {
dispatchEvent({type:(x ? "reveal" : "hide")});
}
}
}
function get visible() {
return(_visible);
}
function set visible(x) {
setVisible(x, false);
//return(visible);
}
function get scaleX() {
return(_xscale);
}
function set scaleX(x) {
_xscale = x;
//return(scaleX);
}
function get scaleY() {
return(_yscale);
}
function set scaleY(y) {
_yscale = y;
//return(scaleY);
}
function doLater(obj, fn) {
if (methodTable == undefined) {
methodTable = new Array();
}
methodTable.push({obj:obj, fn:fn});
onEnterFrame = doLaterDispatcher;
}
function doLaterDispatcher(Void) {
delete onEnterFrame;
if (invalidateFlag) {
redraw();
}
var _local3 = methodTable;
methodTable = new Array();
if (_local3.length > 0) {
var _local2;
while (_local2 = _local3.shift() , _local2 != undefined) {
_local2.obj[_local2.fn]();
}
}
}
function cancelAllDoLaters(Void) {
delete onEnterFrame;
methodTable = new Array();
}
function invalidate(Void) {
invalidateFlag = true;
onEnterFrame = doLaterDispatcher;
}
function invalidateStyle(Void) {
invalidate();
}
function redraw(bAlways) {
if (invalidateFlag || (bAlways)) {
invalidateFlag = false;
var _local2;
for (_local2 in tfList) {
tfList[_local2].draw();
}
draw();
dispatchEvent({type:"draw"});
}
}
function draw(Void) {
}
function move(x, y, noEvent) {
var _local3 = _x;
var _local2 = _y;
_x = x;
_y = y;
if (noEvent != true) {
dispatchEvent({type:"move", oldX:_local3, oldY:_local2});
}
}
function setSize(w, h, noEvent) {
var _local3 = __width;
var _local2 = __height;
__width = w;
__height = h;
size();
if (noEvent != true) {
dispatchEvent({type:"resize", oldWidth:_local3, oldHeight:_local2});
}
}
function size(Void) {
_width = __width;
_height = __height;
}
function drawRect(x1, y1, x2, y2) {
moveTo(x1, y1);
lineTo(x2, y1);
lineTo(x2, y2);
lineTo(x1, y2);
lineTo(x1, y1);
}
function createLabel(name, depth, text) {
createTextField(name, depth, 0, 0, 0, 0);
var _local2 = this[name];
_local2._color = textColorList;
_local2._visible = false;
_local2.__text = text;
if (tfList == undefined) {
tfList = new Object();
}
tfList[name] = _local2;
_local2.invalidateStyle();
invalidate();
_local2.styleName = this;
return(_local2);
}
function createObject(linkageName, id, depth, initobj) {
return(attachMovie(linkageName, id, depth, initobj));
}
function createClassObject(className, id, depth, initobj) {
var _local3 = className.symbolName == undefined;
if (_local3) {
Object.registerClass(className.symbolOwner.symbolName, className);
}
var _local4 = mx.core.UIObject(createObject(className.symbolOwner.symbolName, id, depth, initobj));
if (_local3) {
Object.registerClass(className.symbolOwner.symbolName, className.symbolOwner);
}
return(_local4);
}
function createEmptyObject(id, depth) {
return(createClassObject(mx.core.UIObject, id, depth));
}
function destroyObject(id) {
var _local2 = this[id];
if (_local2.getDepth() < 0) {
var _local4 = buildDepthTable();
var _local5 = findNextAvailableDepth(0, _local4, "up");
var _local3 = _local5;
_local2.swapDepths(_local3);
}
_local2.removeMovieClip();
delete this[id];
}
function getSkinIDName(tag) {
return(idNames[tag]);
}
function setSkin(tag, linkageName, initObj) {
if (_global.skinRegistry[linkageName] == undefined) {
mx.skins.SkinElement.registerElement(linkageName, mx.skins.SkinElement);
}
return(createObject(linkageName, getSkinIDName(tag), tag, initObj));
}
function createSkin(tag) {
var _local2 = getSkinIDName(tag);
createEmptyObject(_local2, tag);
return(this[_local2]);
}
function createChildren(Void) {
}
function _createChildren(Void) {
createChildren();
childrenCreated = true;
}
function constructObject(Void) {
if (_name == undefined) {
return(undefined);
}
init();
_createChildren();
createAccessibilityImplementation();
_endInit();
if (validateNow) {
redraw(true);
} else {
invalidate();
}
}
function initFromClipParameters(Void) {
var _local4 = false;
var _local2;
for (_local2 in clipParameters) {
if (hasOwnProperty(_local2)) {
_local4 = true;
this["def_" + _local2] = this[_local2];
delete this[_local2];
}
}
if (_local4) {
for (_local2 in clipParameters) {
var _local3 = this["def_" + _local2];
if (_local3 != undefined) {
this[_local2] = _local3;
}
}
}
}
function init(Void) {
__width = _width;
__height = _height;
if (initProperties == undefined) {
initFromClipParameters();
} else {
initProperties();
}
if (_global.cascadingStyles == true) {
stylecache = new Object();
}
}
function getClassStyleDeclaration(Void) {
var _local4 = this;
var _local3 = className;
while (_local3 != undefined) {
if (ignoreClassStyleDeclaration[_local3] == undefined) {
if (_global.styles[_local3] != undefined) {
return(_global.styles[_local3]);
}
}
_local4 = _local4.__proto__;
_local3 = _local4.className;
}
}
function setColor(color) {
}
function __getTextFormat(tf, bAll) {
var _local8 = stylecache.tf;
if (_local8 != undefined) {
var _local3;
for (_local3 in mx.styles.StyleManager.TextFormatStyleProps) {
if (bAll || (mx.styles.StyleManager.TextFormatStyleProps[_local3])) {
if (tf[_local3] == undefined) {
tf[_local3] = _local8[_local3];
}
}
}
return(false);
}
var _local6 = false;
for (var _local3 in mx.styles.StyleManager.TextFormatStyleProps) {
if (bAll || (mx.styles.StyleManager.TextFormatStyleProps[_local3])) {
if (tf[_local3] == undefined) {
var _local5 = _tf[_local3];
if (_local5 != undefined) {
tf[_local3] = _local5;
} else if ((_local3 == "font") && (fontFamily != undefined)) {
tf[_local3] = fontFamily;
} else if ((_local3 == "size") && (fontSize != undefined)) {
tf[_local3] = fontSize;
} else if ((_local3 == "color") && (color != undefined)) {
tf[_local3] = color;
} else if ((_local3 == "leftMargin") && (marginLeft != undefined)) {
tf[_local3] = marginLeft;
} else if ((_local3 == "rightMargin") && (marginRight != undefined)) {
tf[_local3] = marginRight;
} else if ((_local3 == "italic") && (fontStyle != undefined)) {
tf[_local3] = fontStyle == _local3;
} else if ((_local3 == "bold") && (fontWeight != undefined)) {
tf[_local3] = fontWeight == _local3;
} else if ((_local3 == "align") && (textAlign != undefined)) {
tf[_local3] = textAlign;
} else if ((_local3 == "indent") && (textIndent != undefined)) {
tf[_local3] = textIndent;
} else if ((_local3 == "underline") && (textDecoration != undefined)) {
tf[_local3] = textDecoration == _local3;
} else if ((_local3 == "embedFonts") && (embedFonts != undefined)) {
tf[_local3] = embedFonts;
} else {
_local6 = true;
}
}
}
}
if (_local6) {
var _local9 = styleName;
if (_local9 != undefined) {
if (typeof(_local9) != "string") {
_local6 = _local9.__getTextFormat(tf, true, this);
} else if (_global.styles[_local9] != undefined) {
_local6 = _global.styles[_local9].__getTextFormat(tf, true, this);
}
}
}
if (_local6) {
var _local10 = getClassStyleDeclaration();
if (_local10 != undefined) {
_local6 = _local10.__getTextFormat(tf, true, this);
}
}
if (_local6) {
if (_global.cascadingStyles) {
if (_parent != undefined) {
_local6 = _parent.__getTextFormat(tf, false);
}
}
}
if (_local6) {
_local6 = _global.style.__getTextFormat(tf, true, this);
}
return(_local6);
}
function _getTextFormat(Void) {
var _local2 = stylecache.tf;
if (_local2 != undefined) {
return(_local2);
}
_local2 = new TextFormat();
__getTextFormat(_local2, true);
stylecache.tf = _local2;
if (enabled == false) {
var _local3 = getStyle("disabledColor");
_local2.color = _local3;
}
return(_local2);
}
function getStyleName(Void) {
var _local2 = styleName;
if (_local2 != undefined) {
if (typeof(_local2) != "string") {
return(_local2.getStyleName());
}
return(_local2);
}
if (_parent != undefined) {
return(_parent.getStyleName());
}
return(undefined);
}
function getStyle(styleProp) {
var _local3;
_global.getStyleCounter++;
if (this[styleProp] != undefined) {
return(this[styleProp]);
}
var _local6 = styleName;
if (_local6 != undefined) {
if (typeof(_local6) != "string") {
_local3 = _local6.getStyle(styleProp);
} else {
var _local7 = _global.styles[_local6];
_local3 = _local7.getStyle(styleProp);
}
}
if (_local3 != undefined) {
return(_local3);
}
var _local7 = getClassStyleDeclaration();
if (_local7 != undefined) {
_local3 = _local7[styleProp];
}
if (_local3 != undefined) {
return(_local3);
}
if (_global.cascadingStyles) {
if (mx.styles.StyleManager.isInheritingStyle(styleProp) || (mx.styles.StyleManager.isColorStyle(styleProp))) {
var _local5 = stylecache;
if (_local5 != undefined) {
if (_local5[styleProp] != undefined) {
return(_local5[styleProp]);
}
}
if (_parent != undefined) {
_local3 = _parent.getStyle(styleProp);
} else {
_local3 = _global.style[styleProp];
}
if (_local5 != undefined) {
_local5[styleProp] = _local3;
}
return(_local3);
}
}
if (_local3 == undefined) {
_local3 = _global.style[styleProp];
}
return(_local3);
}
static function mergeClipParameters(o, p) {
for (var _local3 in p) {
o[_local3] = p[_local3];
}
return(true);
}
static var symbolName = "UIObject";
static var symbolOwner = mx.core.UIObject;
static var version = "2.0.2.127";
static var textColorList = {color:1, disabledColor:1};
var invalidateFlag = false;
var lineWidth = 1;
var lineColor = 0;
var tabEnabled = false;
var clipParameters = {visible:1, minHeight:1, minWidth:1, maxHeight:1, maxWidth:1, preferredHeight:1, preferredWidth:1};
}
Symbol 62 MovieClip [__Packages.mx.core.UIComponent] Frame 0
class mx.core.UIComponent extends mx.core.UIObject
{
var __width, __height, invalidate, stylecache, removeEventListener, dispatchEvent, drawFocus, addEventListener, _xscale, _yscale, _focusrect, watch, enabled;
function UIComponent () {
super();
}
function get width() {
return(__width);
}
function get height() {
return(__height);
}
function setVisible(x, noEvent) {
super.setVisible(x, noEvent);
}
function enabledChanged(id, oldValue, newValue) {
setEnabled(newValue);
invalidate();
delete stylecache.tf;
return(newValue);
}
function setEnabled(enabled) {
invalidate();
}
function getFocus() {
var selFocus = Selection.getFocus();
return(((selFocus === null) ? null : (eval (selFocus))));
}
function setFocus() {
Selection.setFocus(this);
}
function getFocusManager() {
var _local2 = this;
while (_local2 != undefined) {
if (_local2.focusManager != undefined) {
return(_local2.focusManager);
}
_local2 = _local2._parent;
}
return(undefined);
}
function onKillFocus(newFocus) {
removeEventListener("keyDown", this);
removeEventListener("keyUp", this);
dispatchEvent({type:"focusOut"});
drawFocus(false);
}
function onSetFocus(oldFocus) {
addEventListener("keyDown", this);
addEventListener("keyUp", this);
dispatchEvent({type:"focusIn"});
if (getFocusManager().bDrawFocus != false) {
drawFocus(true);
}
}
function findFocusInChildren(o) {
if (o.focusTextField != undefined) {
return(o.focusTextField);
}
if (o.tabEnabled == true) {
return(o);
}
return(undefined);
}
function findFocusFromObject(o) {
if (o.tabEnabled != true) {
if (o._parent == undefined) {
return(undefined);
}
if (o._parent.tabEnabled == true) {
o = o._parent;
} else if (o._parent.tabChildren) {
o = findFocusInChildren(o._parent);
} else {
o = findFocusFromObject(o._parent);
}
}
return(o);
}
function pressFocus() {
var _local3 = findFocusFromObject(this);
var _local2 = getFocus();
if (_local3 != _local2) {
_local2.drawFocus(false);
if (getFocusManager().bDrawFocus != false) {
_local3.drawFocus(true);
}
}
}
function releaseFocus() {
var _local2 = findFocusFromObject(this);
if (_local2 != getFocus()) {
_local2.setFocus();
}
}
function isParent(o) {
while (o != undefined) {
if (o == this) {
return(true);
}
o = o._parent;
}
return(false);
}
function size() {
}
function init() {
super.init();
_xscale = 100;
_yscale = 100;
_focusrect = _global.useFocusRect == false;
watch("enabled", enabledChanged);
if (enabled == false) {
setEnabled(false);
}
}
function dispatchValueChangedEvent(value) {
dispatchEvent({type:"valueChanged", value:value});
}
static var symbolName = "UIComponent";
static var symbolOwner = mx.core.UIComponent;
static var version = "2.0.2.127";
static var kStretch = 5000;
var focusEnabled = true;
var tabEnabled = true;
var origBorderStyles = {themeColor:16711680};
var clipParameters = {};
static var mergedClipParameters = mx.core.UIObject.mergeClipParameters(mx.core.UIComponent.prototype.clipParameters, mx.core.UIObject.prototype.clipParameters);
}
Symbol 63 MovieClip [__Packages.ZattikkaHiScores] Frame 0
class ZattikkaHiScores extends mx.core.UIComponent
{
var _visible, movEntryScreen, movInfoScreen, gameId, levelId, gameCode, gameKey, lowIsBest, score, msg1, msg2, g5UserExists, btnGFTP, fbUserExists, g5User, fbUser, fbSessionKey, getURL, cxn;
function ZattikkaHiScores () {
super();
debug(("[ZattikkaHiScores VERSION " + VERSION_NUM) + "]");
_visible = false;
}
function setDetails(gameId, levelId, gameCode, gameKey, lowIsBest, score, msg1, msg2, svrUrl) {
debug((((((((("[ZattikkaHiScores::setDetails], gameId = " + gameId) + ", levelId = ") + levelId) + ", gameCode = ") + gameCode) + ", lowIsBest = ") + lowIsBest) + ", score = ") + score);
if ((_root.svrUrl != null) && (_root.svrUrl.length > 0)) {
SERVER_URL = String(_root.svrUrl);
} else if ((svrUrl != null) && (svrUrl.length > 0)) {
SERVER_URL = svrUrl;
}
debug("[ZattikkaHiScores::setDetails] SERVER_URL = " + SERVER_URL);
entryScreen = movEntryScreen;
infoScreen = movInfoScreen;
entryScreen._visible = false;
infoScreen._visible = false;
this.gameId = gameId;
this.levelId = levelId;
this.gameCode = gameCode;
this.gameKey = gameKey;
this.lowIsBest = lowIsBest;
this.score = score;
this.msg1 = msg1;
this.msg2 = msg2;
try {
grabG5User();
if (!g5UserExists) {
grabFacebookUser();
}
} catch(err:Error) {
}
var self = this;
btnGFTP.onRelease = function () {
self.btn_GFTP();
};
entryScreen.btnSubmit.onRelease = function () {
self.btn_submitScore();
};
entryScreen.btnTwitter.onRelease = function () {
self.btn_twitterTweet();
};
entryScreen.btnFacebook.onRelease = function () {
self.btn_facebookFeed();
};
infoScreen.btnView.onRelease = function () {
self.btn_viewScore();
};
infoScreen.btnBack.onRelease = function () {
self.btn_back();
};
if (fbUserExists) {
btn_submitScore();
} else {
showEntryScreen();
}
_visible = true;
}
function grabG5User() {
g5User = flash.external.ExternalInterface.call("getG5User");
g5UserExists = ((g5User == null) ? false : (!isNaN(g5User[0])));
if (testMode == TEST_MODE_G5) {
g5User = new Array("9", "RocketRonz");
g5UserExists = ((g5User == null) ? false : (!isNaN(g5User[0])));
}
debug("[ZattikkaHiScores::grabG5User] " + (g5UserExists ? ((("userId = " + g5User[0]) + ", userName = ") + g5User[1]) : "g5User is empty"));
}
function grabFacebookUser() {
fbUser = flash.external.ExternalInterface.call("getFBUser");
fbUserExists = ((fbUser == null) ? false : (!isNaN(fbUser[0])));
fbSessionKey = flash.external.ExternalInterface.call("getFBSessionKey");
if (testMode == TEST_MODE_FB) {
fbUser = new Array("1383775213", "Dolphin Gimme-Five");
fbUserExists = ((fbUser == null) ? false : (!isNaN(fbUser[0])));
fbSessionKey = "ad4dff81c4d2467efc456072-1383775213";
}
debug("[ZattikkaHiScores::grabFacebookUser] " + (fbUserExists ? ((((("userId = " + fbUser[0]) + ", userName = ") + fbUser[1]) + ", sessionKey = ") + fbSessionKey) : "fbUser is empty"));
}
function showEntryScreen() {
entryScreen.txtMsgLine1.text = msg1;
entryScreen.txtMsgLine2.text = msg2;
entryScreen.movNameAuto._visible = g5UserExists || (fbUserExists);
entryScreen.movNameManual._visible = (!g5UserExists) && (!fbUserExists);
entryScreen.movNameAuto.txtName.text = (g5UserExists ? (g5User[1]) : ((fbUserExists ? (fbUser[1]) : "")));
entryScreen.movNameManual.txtName.text = "";
entryScreen._visible = true;
infoScreen._visible = false;
}
function showInfoMessage(msg, error) {
infoScreen.txtInfo.text = msg;
infoScreen.btnBack._visible = error;
infoScreen.btnView._visible = (!error) && (!fbUserExists);
infoScreen._visible = true;
entryScreen._visible = false;
}
function btn_GFTP() {
getURL(GFTP_URL, "_blank");
}
function btn_submitScore() {
if (((!g5UserExists) && (!fbUserExists)) && (entryScreen.movNameManual.txtName.text.length == 0)) {
showInfoMessage(MSG_PLEASE_ENTER_NICKNAME, true);
} else {
submitScore();
}
}
function btn_twitterTweet() {
if (((!g5UserExists) && (!fbUserExists)) && (entryScreen.movNameManual.txtName.text.length == 0)) {
showInfoMessage(MSG_PLEASE_ENTER_NICKNAME, true);
} else {
twitterTweet();
}
}
function btn_facebookFeed() {
if (fbUserExists) {
facebookFeed();
} else {
facebookFeedExternal();
}
}
function btn_viewScore() {
viewScore();
}
function btn_back() {
setDetails(gameId, levelId, gameCode, gameKey, lowIsBest, score, msg1, msg2);
}
function submitScore() {
showInfoMessage(MSG_SUBMITTING_DETAILS, false);
infoScreen._visible = true;
entryScreen._visible = false;
var _local9 = (fbUserExists ? (HS_PLATFORM_FACEBOOK) : (HS_PLATFORM_WEB));
var _local5 = "";
var _local7 = "";
if (fbUserExists) {
_local7 = fbUser[0];
_local5 = fbUser[1];
} else if (g5UserExists) {
_local7 = g5User[0];
_local5 = g5User[1];
} else {
_local5 = entryScreen.movNameManual.txtName.text;
}
var _local8 = String(new Date().getTime());
var _local10 = _local8.split("");
_local10.reverse();
var _local6 = xor(_local10.join(""), gameKey, false);
var _local2 = "";
_local2 = _local2 + (gameId + ",");
_local2 = _local2 + (levelId + ",");
_local2 = _local2 + (_local9 + ",");
_local2 = _local2 + (score + ",");
_local2 = _local2 + (_local7 + ",");
_local2 = _local2 + (replaceAll(_local5, ",", "") + ",");
_local2 = _local2 + ",";
_local2 = _local2 + String(lowIsBest);
var _local4 = xor(_local2, _local6, false);
debug((("key [" + _local6.length) + "] = ") + _local6);
debug((("plain [" + _local2.length) + "] = ") + _local2);
debug((("cipher [" + _local4.length) + "] = ") + _local4);
_local4 = (getRandomString(5) + _local4) + getRandomString(5);
var _local3 = new LoadVars();
_local3.gameId = gameId;
_local3.platformId = _local9;
_local3.time = _local8;
_local3.data = _local4;
_local3.returnMessage = true;
if (fbUserExists) {
_local3.fbSessionKey = fbSessionKey;
}
hitServer(HS_ACTION, EVENT_SUBMIT_HI_SCORE, _local3);
}
function twitterTweet() {
var _local2 = (SERVER_URL + TW_ACTION) + EVENT_POST_TWEET;
_local2 = _local2 + ("&gameId=" + gameId);
_local2 = _local2 + ("&levelId=" + levelId);
_local2 = _local2 + ("&score=" + score);
getURL(_local2, "_blank");
submitScore();
}
function facebookFeed() {
var _local2 = new LoadVars();
_local2.gameId = gameId;
_local2.levelId = levelId;
_local2.score = score;
_local2.sessionKey = fbSessionKey;
_local2.returnMessage = true;
hitServer(FB_ACTION, EVENT_PUBLISH_HI_SCORE_FEED, _local2);
}
function facebookFeedExternal() {
getURL((SERVER_URL + FB_ACTION) + EVENT_PUBLISH_HI_SCORE_FEED_EXTERNAL, "_blank");
try {
var self = this;
cxn = new LocalConnection();
cxn.allowDomain = function (sendingDomain) {
return(true);
};
cxn.setFBUser = function (fbUserId, fbSessionKey) {
self.setFBUser(fbUserId, fbSessionKey);
};
cxn.connect("_cxnZattikkaHS");
} catch(err:Error) {
}
}
function hitServer(stripesAction, stripesEvent, vars) {
debug((("[ZattikkaHiScores::hitServer] url = " + SERVER_URL) + stripesAction) + stripesEvent);
var self = this;
var _local2 = new XML();
vars.addRequestHeader(["Content-Type", "application/x-www-form-urlencoded; charset=utf-8"]);
vars.sendAndLoad((SERVER_URL + stripesAction) + stripesEvent, _local2, "POST");
_local2.onLoad = function (success) {
self.loadHandler(stripesEvent, success, this);
};
}
function setFBUser(fbUserId, fbSessionKey) {
debug((("[ZattikkaHiScores::setFBUser] fbUserId = " + fbUserId) + ", fbSessionKey = ") + fbSessionKey);
fbUser = new Array(fbUserId, "");
fbUserExists = true;
this.fbSessionKey = fbSessionKey;
cxn.close();
facebookFeed();
}
function viewScore() {
var _local2 = (SERVER_URL + HS_ACTION) + EVENT_VIEW_HI_SCORE;
_local2 = _local2 + ("&gameId=" + gameId);
_local2 = _local2 + ("&levelId=" + levelId);
_local2 = _local2 + ("&platformId=" + HS_PLATFORM_WEB);
_local2 = _local2 + ("&gameCode=" + gameCode);
if (g5UserExists) {
_local2 = _local2 + ("&userId=" + g5User[0]);
} else {
_local2 = _local2 + ("&name=" + entryScreen.movNameManual.txtName.text);
}
getURL(_local2, "_blank");
}
function loadHandler(stripesEvent, success, xml) {
debug((((("[ZattikkaHiScores::loadHandler] stripesEvent = " + stripesEvent) + ", success = ") + success) + ", xml = ") + xml.toString());
if (!success) {
showInfoMessage(MSG_SERVER_ERROR, true);
} else {
var _local3 = xml.firstChild;
var _local2 = _local3.attributes.code;
switch (stripesEvent) {
case EVENT_SUBMIT_HI_SCORE :
showInfoMessage(_local3.attributes.msg, _local2 == -1);
if (fbUserExists && ((_local2 == 1) || (_local2 == 2))) {
try {
flash.external.ExternalInterface.call("refreshFBHiScores", score, levelId);
flash.external.ExternalInterface.call("streamPublish_FBConnect", msg1, levelId);
} catch(err:Error) {
}
}
break;
case EVENT_PUBLISH_HI_SCORE_FEED :
submitScore();
}
}
}
function xor(plain, key, traceChar) {
var _local7 = "";
var _local4 = 0;
var _local2 = 0;
while (_local4 < plain.length) {
if (_local2 >= key.length) {
_local2 = 0;
}
var _local3 = (plain.charCodeAt(_local4) ^ key.charCodeAt(_local2)) + 1;
if (traceChar) {
debug((("charCode = " + _local3) + " = ") + String.fromCharCode(_local3));
}
_local7 = _local7 + String.fromCharCode(_local3);
_local4++;
_local2++;
}
return(_local7);
}
function getRandom(min, max) {
return(Math.floor(Math.random() * ((max - min) + 1)) + min);
}
function getRandomString(len) {
var _local3 = "";
var _local2 = 0;
while (_local2 < len) {
_local3 = _local3 + String.fromCharCode(getRandom(48, 122));
_local2++;
}
return(_local3);
}
function replaceAll(str, toReplace, replaceWith) {
var _local3 = "";
var _local1 = 0;
while (_local1 < str.length) {
if (str.charAt(_local1) == toReplace) {
_local3 = _local3 + replaceWith;
} else {
_local3 = _local3 + str.charAt(_local1);
}
_local1++;
}
return(_local3);
}
function debug(msg) {
trace(msg);
com.hexagonstar.util.debug.Debug.trace(msg);
}
static var VERSION_NUM = "1.0.10 (AS2)";
static var TEST_MODE_OFF = 0;
static var TEST_MODE_G5 = 1;
static var TEST_MODE_FB = 2;
var testMode = TEST_MODE_OFF;
static var HS_PLATFORM_WEB = 0;
static var HS_PLATFORM_FACEBOOK = 1;
static var SERVER_URL = "http://api.zattikka.com";
static var GFTP_URL = "http://www.gamesfortheplanet.com";
static var HS_ACTION = "/HiScore.action?";
static var EVENT_SUBMIT_HI_SCORE = "SubmitHiScore=";
static var EVENT_VIEW_HI_SCORE = "ViewHiScore=";
static var FB_ACTION = "/Facebook.action?";
static var EVENT_PUBLISH_HI_SCORE_FEED = "PublishHiScoreFeed=";
static var EVENT_PUBLISH_HI_SCORE_FEED_EXTERNAL = "PublishHiScoreFeedExternal=";
static var TW_ACTION = "/Twitter.action?";
static var EVENT_POST_TWEET = "PostTweet=";
static var MSG_PLEASE_ENTER_NICKNAME = "Please enter your nickname.";
static var MSG_SUBMITTING_DETAILS = "Submitting hi-score details to the server, please wait.";
static var MSG_SERVER_ERROR = "Could not contact server, please try again in a few minutes.";
var entryScreen = null;
var infoScreen = null;
static var symbolName = "ZattikkaHiScores";
static var symbolOwner = ZattikkaHiScores;
var className = "ZattikkaHiScores";
}
Symbol 106 MovieClip [__Packages.mx.skins.SkinElement] Frame 0
class mx.skins.SkinElement extends MovieClip
{
var _visible, _x, _y, _width, _height;
function SkinElement () {
super();
}
static function registerElement(name, className) {
Object.registerClass(name, ((className == undefined) ? (mx.skins.SkinElement) : (className)));
_global.skinRegistry[name] = true;
}
function __set__visible(visible) {
_visible = visible;
}
function move(x, y) {
_x = x;
_y = y;
}
function setSize(w, h) {
_width = w;
_height = h;
}
}
Symbol 107 MovieClip [__Packages.mx.styles.CSSTextStyles] Frame 0
class mx.styles.CSSTextStyles
{
function CSSTextStyles () {
}
static function addTextStyles(o, bColor) {
o.addProperty("textAlign", function () {
return(this._tf.align);
}, function (x) {
if (this._tf == undefined) {
this._tf = new TextFormat();
}
this._tf.align = x;
});
o.addProperty("fontWeight", function () {
return(((this._tf.bold != undefined) ? ((this._tf.bold ? "bold" : "none")) : undefined));
}, function (x) {
if (this._tf == undefined) {
this._tf = new TextFormat();
}
this._tf.bold = x == "bold";
});
if (bColor) {
o.addProperty("color", function () {
return(this._tf.color);
}, function (x) {
if (this._tf == undefined) {
this._tf = new TextFormat();
}
this._tf.color = x;
});
}
o.addProperty("fontFamily", function () {
return(this._tf.font);
}, function (x) {
if (this._tf == undefined) {
this._tf = new TextFormat();
}
this._tf.font = x;
});
o.addProperty("textIndent", function () {
return(this._tf.indent);
}, function (x) {
if (this._tf == undefined) {
this._tf = new TextFormat();
}
this._tf.indent = x;
});
o.addProperty("fontStyle", function () {
return(((this._tf.italic != undefined) ? ((this._tf.italic ? "italic" : "none")) : undefined));
}, function (x) {
if (this._tf == undefined) {
this._tf = new TextFormat();
}
this._tf.italic = x == "italic";
});
o.addProperty("marginLeft", function () {
return(this._tf.leftMargin);
}, function (x) {
if (this._tf == undefined) {
this._tf = new TextFormat();
}
this._tf.leftMargin = x;
});
o.addProperty("marginRight", function () {
return(this._tf.rightMargin);
}, function (x) {
if (this._tf == undefined) {
this._tf = new TextFormat();
}
this._tf.rightMargin = x;
});
o.addProperty("fontSize", function () {
return(this._tf.size);
}, function (x) {
if (this._tf == undefined) {
this._tf = new TextFormat();
}
this._tf.size = x;
});
o.addProperty("textDecoration", function () {
return(((this._tf.underline != undefined) ? ((this._tf.underline ? "underline" : "none")) : undefined));
}, function (x) {
if (this._tf == undefined) {
this._tf = new TextFormat();
}
this._tf.underline = x == "underline";
});
o.addProperty("embedFonts", function () {
return(this._tf.embedFonts);
}, function (x) {
if (this._tf == undefined) {
this._tf = new TextFormat();
}
this._tf.embedFonts = x;
});
}
}
Symbol 108 MovieClip [__Packages.mx.styles.StyleManager] Frame 0
class mx.styles.StyleManager
{
function StyleManager () {
}
static function registerInheritingStyle(styleName) {
inheritingStyles[styleName] = true;
}
static function isInheritingStyle(styleName) {
return(inheritingStyles[styleName] == true);
}
static function registerColorStyle(styleName) {
colorStyles[styleName] = true;
}
static function isColorStyle(styleName) {
return(colorStyles[styleName] == true);
}
static function registerColorName(colorName, colorValue) {
colorNames[colorName] = colorValue;
}
static function isColorName(colorName) {
return(colorNames[colorName] != undefined);
}
static function getColorName(colorName) {
return(colorNames[colorName]);
}
static var inheritingStyles = {color:true, direction:true, fontFamily:true, fontSize:true, fontStyle:true, fontWeight:true, textAlign:true, textIndent:true};
static var colorStyles = {barColor:true, trackColor:true, borderColor:true, buttonColor:true, color:true, dateHeaderColor:true, dateRollOverColor:true, disabledColor:true, fillColor:true, highlightColor:true, scrollTrackColor:true, selectedDateColor:true, shadowColor:true, strokeColor:true, symbolBackgroundColor:true, symbolBackgroundDisabledColor:true, symbolBackgroundPressedColor:true, symbolColor:true, symbolDisabledColor:true, themeColor:true, todayIndicatorColor:true, shadowCapColor:true, borderCapColor:true, focusColor:true};
static var colorNames = {black:0, white:16777215, red:16711680, green:65280, blue:255, magenta:16711935, yellow:16776960, cyan:65535, haloGreen:8453965, haloBlue:2881013, haloOrange:16761344};
static var TextFormatStyleProps = {font:true, size:true, color:true, leftMargin:false, rightMargin:false, italic:true, bold:true, align:true, indent:true, underline:false, embedFonts:false};
static var TextStyleMap = {textAlign:true, fontWeight:true, color:true, fontFamily:true, textIndent:true, fontStyle:true, lineHeight:true, marginLeft:true, marginRight:true, fontSize:true, textDecoration:true, embedFonts:true};
}
Symbol 109 MovieClip [__Packages.mx.styles.CSSStyleDeclaration] Frame 0
class mx.styles.CSSStyleDeclaration
{
var _tf;
function CSSStyleDeclaration () {
}
function __getTextFormat(tf, bAll) {
var _local5 = false;
if (_tf != undefined) {
var _local2;
for (_local2 in mx.styles.StyleManager.TextFormatStyleProps) {
if (bAll || (mx.styles.StyleManager.TextFormatStyleProps[_local2])) {
if (tf[_local2] == undefined) {
var _local3 = _tf[_local2];
if (_local3 != undefined) {
tf[_local2] = _local3;
} else {
_local5 = true;
}
}
}
}
} else {
_local5 = true;
}
return(_local5);
}
function getStyle(styleProp) {
var _local2 = this[styleProp];
var _local3 = mx.styles.StyleManager.getColorName(_local2);
return(((_local3 == undefined) ? (_local2) : (_local3)));
}
static function classConstruct() {
mx.styles.CSSTextStyles.addTextStyles(mx.styles.CSSStyleDeclaration.prototype, true);
return(true);
}
static var classConstructed = classConstruct();
static var CSSTextStylesDependency = mx.styles.CSSTextStyles;
}
Symbol 110 MovieClip [__Packages.com.hexagonstar.util.debug.Debug] Frame 0
class com.hexagonstar.util.debug.Debug
{
static var _fpsMeter, _stage, _stopWatch, _connection;
function Debug () {
}
static function trace() {
var _local2 = ((arguments[1] != undefined) ? (arguments[1]) : 1);
if ((_local2 >= _filterLevel) && (_local2 < 7)) {
send("onData", arguments[0], _local2, 0);
}
}
static function traceObj(obj, depth, level) {
if (!depth) {
depth = 64;
}
if (!level) {
level = 1;
}
if ((level >= _filterLevel) && (level < 7)) {
send("onData", obj, level, depth);
}
}
static function inspect(obj) {
send("onInspect", obj, 1, -1);
}
static function hexDump(obj) {
send("onHexDump", obj, 0, 0);
}
static function clear() {
trace("[%CLR%]", 5);
}
static function delimiter() {
trace("[%DLT%]", 5);
}
static function pause() {
trace("[%PSE%]", 5);
}
static function time() {
trace("[%TME%]", 5);
}
static function monitor(stage, topFPS, pollInterval) {
if (_isPollingFPS) {
stop();
}
if (_isEnabled && (!_fpsMeter)) {
_isPollingFPS = true;
_topFPS = topFPS;
_stage = stage;
_fpsMeter = new com.hexagonstar.util.debug.FPSMeter(_stage, pollInterval);
_fpsMeter.start();
}
}
static function mark(color) {
if (!color) {
color = 16711935 /* 0xFF00FF */;
}
send("onMarker", color, 1, -1);
}
static function stop() {
if (_fpsMeter) {
_isPollingFPS = false;
_fpsMeter.stop();
_fpsMeter = null;
_stage = null;
}
}
static function timerStart(title) {
if (_isEnabled) {
if (!_stopWatch) {
_stopWatch = new com.hexagonstar.util.debug.StopWatch();
}
_stopWatch.start(title);
}
}
static function timerStop() {
if (_stopWatch) {
_stopWatch.stop();
}
}
static function timerReset() {
if (_stopWatch) {
_stopWatch.reset();
}
}
static function timerInMilliSeconds() {
if (_stopWatch) {
trace(_stopWatch.__get__timeInMilliSeconds() + "ms");
}
}
static function timerInSeconds() {
if (_stopWatch) {
trace(_stopWatch.__get__timeInSeconds() + "s");
}
}
static function timerToString() {
if (_stopWatch) {
trace(_stopWatch.toString());
}
}
static function timerStopToString(reset) {
if (_stopWatch) {
_stopWatch.stop();
trace(_stopWatch.toString());
if (reset) {
_stopWatch.reset();
}
}
}
static function get filterLevel() {
return(_filterLevel);
}
static function set filterLevel(v) {
if ((v >= 0) && (v < 5)) {
_filterLevel = v;
}
//return(filterLevel);
}
static function get enabled() {
return(_isEnabled);
}
static function set enabled(v) {
_isEnabled = v;
//return(enabled);
}
static function onFPSUpdate() {
send("onFPS", ((((_fpsMeter.__get__fps() + ",") + _topFPS) + ",") + _fpsMeter.__get__frt()) + ",0");
}
static function onStatus() {
}
static function send(m, d, l, r) {
if (_isEnabled) {
if (!_isConnected) {
_isConnected = true;
_connection = new LocalConnection();
}
if (r == undefined) {
r = 0;
}
var _local2 = 0;
if (typeof(d) == "string") {
_local2 = String(d).length;
} else if (typeof(d) == "object") {
}
if (_local2 > 39000) {
storeDataLSO(m, d);
m = "onLargeData";
d = null;
}
var _local4 = _connection.send("_alcon_lc", m, d, l, r, "");
if (!_local4) {
trace("[%ERR%]");
}
}
}
static function storeDataLSO(m, d) {
var _local1 = SharedObject.getLocal("alcon", "/");
_local1.data.alconMethod = m;
_local1.data.alconData = d;
try {
var _local2 = String(_local1.flush());
if (_local2 == "pending") {
return(undefined);
}
} catch(e:Error) {
}
}
static var LEVEL_DEBUG = 0;
static var LEVEL_INFO = 1;
static var LEVEL_WARN = 2;
static var LEVEL_ERROR = 3;
static var LEVEL_FATAL = 4;
static var _filterLevel = 0;
static var _isConnected = false;
static var _isPollingFPS = false;
static var _isEnabled = true;
static var _topFPS = 25;
}
Symbol 111 MovieClip [__Packages.com.hexagonstar.util.debug.FPSMeter] Frame 0
class com.hexagonstar.util.debug.FPSMeter
{
var _stage, _pollInterval, _isRunning, _intervalID, _fps, _frt, _ms;
function FPSMeter (stage, pollInterval) {
_stage = stage;
_pollInterval = ((!pollInterval) ? 500 : (pollInterval));
reset();
}
function start() {
if (!_isRunning) {
_isRunning = true;
var ref = this;
_intervalID = setInterval(function () {
com.hexagonstar.util.debug.Debug.onFPSUpdate();
}, _pollInterval);
_stage.onEnterFrame = function () {
var _local1 = getTimer();
ref._delay++;
if (ref._delay >= ref._delayMax) {
ref._delay = 0;
ref._fps = (1000 * ref._delayMax) / (_local1 - ref._prev);
ref._prev = _local1;
}
ref._frt = _local1 - ref._ms;
ref._ms = _local1;
};
}
}
function stop() {
if (_isRunning) {
clearInterval(_intervalID);
reset();
}
}
function reset() {
_fps = 0;
_frt = 0;
_ms = 0;
_isRunning = false;
}
function get fps() {
return(_fps);
}
function get frt() {
return(_frt);
}
var _delayMax = 10;
}
Symbol 112 MovieClip [__Packages.com.hexagonstar.util.debug.StopWatch] Frame 0
class com.hexagonstar.util.debug.StopWatch
{
var _title, _startTimeKeys, _stopTimeKeys;
function StopWatch () {
reset();
}
function start(title) {
if (!_started) {
_title = (title ? (title) : "");
_started = true;
_startTimeKeys.push(getTimer());
}
}
function stop() {
if (_started) {
var _local2 = getTimer();
_stopTimeKeys[_startTimeKeys.length - 1] = _local2;
_started = false;
}
}
function reset() {
_startTimeKeys = [];
_stopTimeKeys = [];
_started = false;
}
function toString() {
var _local5 = "\n ********************* [STOPWATCH] *********************";
if (_title != "") {
_local5 = _local5 + ("\n * " + _title);
}
var _local2 = 0;
_local2 = 0;
while (_local2 < _startTimeKeys.length) {
var _local4 = _startTimeKeys[_local2];
var _local3 = _stopTimeKeys[_local2];
_local5 = _local5 + (((((("\n * started [" + format(_local4)) + "ms] stopped [") + format(_local3)) + "ms] time [") + format(_local3 - _local4)) + "ms]");
_local2++;
}
if (_local2 == 0) {
_local5 = _local5 + "\n * never started.";
} else {
_local5 = _local5 + (("\n * total runnning time: " + timeInSeconds) + "s");
}
_local5 = _local5 + "\n *******************************************************";
return(_local5);
}
function get started() {
return(_started);
}
function get timeInMilliSeconds() {
if (_started) {
_stopTimeKeys[_startTimeKeys.length - 1] = getTimer();
}
var _local3 = 0;
var _local2 = 0;
while (_local2 < _startTimeKeys.length) {
_local3 = _local3 + (_stopTimeKeys[_local2] - _startTimeKeys[_local2]);
_local2++;
}
return(_local3);
}
function get timeInSeconds() {
return(timeInMilliSeconds / 1000);
}
function format(v) {
var _local2 = "";
var _local3 = v.toString().length;
var _local1 = 0;
while (_local1 < (5 - _local3)) {
_local2 = _local2 + "0";
_local1++;
}
return(_local2 + v);
}
var _started = false;
}
Symbol 126 Button
on (release) {
getURL ("http://www.FlashChaz.com", "_blank");
}
Symbol 133 Button
on (release) {
getURL ("http://www.StolenGoose.com", "_blank");
}
Symbol 136 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.gimme5games.com/?ref=farmbee_LOADER", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 141 MovieClip Frame 1
stop();
Symbol 148 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.stolengoose.com", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 149 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.flashchaz.com", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 172 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.gimme5games.com/?ref=farmbee_LOADER", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 179 MovieClip Frame 180
_root.nextFrame();
Symbol 190 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.FlashChaz.com", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 197 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.StolenGoose.com", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 204 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
gotoAndStop ("lvlselect");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 211 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://g5.staging.zattikka.com/index.jsp?id=farmbee_hs", _blank);
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 218 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
gotoAndStop ("credits");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 225 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.gimme5games.com/?ref=farmbee _MOREGAMES", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 232 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
nextFrame();
}
Symbol 239 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
prevFrame();
}
Symbol 240 MovieClip Frame 1
stop();
Symbol 240 MovieClip Frame 2
stop();
_root.sfx = true;
Symbol 240 MovieClip Frame 3
_root.sfx = false;
Symbol 247 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
nextFrame();
}
Symbol 254 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
prevFrame();
}
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 2
stop();
_root.music = true;
Symbol 255 MovieClip Frame 3
_root.music = false;
_root.menuin = false;
Symbol 260 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.gimme5games.com/?ref=farmbee _TITLE", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 401 MovieClip Frame 1
stop();
Symbol 401 MovieClip Frame 19
_root.stun.play();
Symbol 414 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
gotoAndStop ("menu");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 421 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.StolenGoose.com", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 428 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.FlashChaz.com", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 433 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.gimme5games.com/?ref=farmbee _TITLE", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 442 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
if (_root.helpshow == true) {
gotoAndStop ("playDay");
} else if (_root.helpshow == false) {
gotoAndStop ("dayFrame");
}
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 449 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
if (_root.helpshow == false) {
_root.gotoAndStop("nightFrame");
} else if (_root.helpshow == true) {
_root.gotoAndStop("playNight");
}
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 455 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.gimme5games.com/?ref=farmbee_LEVELSELECT", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 473 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
gotoAndStop (9);
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 478 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
nextFrame();
}
Symbol 485 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
prevFrame();
}
Symbol 486 MovieClip Frame 1
stop();
_root.helpshow = true;
Symbol 486 MovieClip Frame 2
_root.helpshow = false;
Symbol 487 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
gotoAndStop (36);
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 491 MovieClip Frame 1
stop();
Symbol 501 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.gimme5games.com/?ref=farmbee_INGAMELOGO", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 524 MovieClip Frame 1
stop();
Symbol 555 MovieClip Frame 1
stop();
Symbol 560 MovieClip Frame 1
stop();
_root.drag = 0.15;
Symbol 560 MovieClip Frame 2
_root.drag = 0.025;
_root.bee.slowtimer.play();
Instance of Symbol 562 MovieClip in Symbol 563 MovieClip Frame 70
onClipEvent (enterFrame) {
if (_root.bonus > 0) {
_root.bonus = _root.bonus - 1;
}
}
Symbol 565 MovieClip Frame 2
_root.bonusanim.gotoAndStop(_root.bonus);
Symbol 650 MovieClip Frame 1
stop();
Symbol 650 MovieClip Frame 142
_root.ok = true;
_root.bee.gotoAndStop(5);
_root.farmer.played = false;
Symbol 684 MovieClip Frame 1
stop();
Symbol 684 MovieClip Frame 40
stop();
Symbol 705 MovieClip Frame 1
stop();
Symbol 705 MovieClip Frame 40
stop();
Symbol 724 MovieClip Frame 1
stop();
Symbol 724 MovieClip Frame 40
stop();
Symbol 743 MovieClip Frame 1
stop();
Symbol 743 MovieClip Frame 40
stop();
Symbol 762 MovieClip Frame 1
stop();
Symbol 762 MovieClip Frame 40
stop();
Symbol 781 MovieClip Frame 1
stop();
Symbol 781 MovieClip Frame 40
stop();
Symbol 800 MovieClip Frame 1
stop();
Symbol 800 MovieClip Frame 40
stop();
Symbol 840 MovieClip Frame 155
stop();
Symbol 841 MovieClip Frame 1
stop();
Symbol 841 MovieClip Frame 51
stop();
Symbol 850 MovieClip Frame 1
stop();
Symbol 883 MovieClip Frame 48
_parent.nextFrame();
Symbol 897 MovieClip Frame 86
_parent.gotoAndStop(2);
Symbol 914 MovieClip Frame 110
_parent.gotoAndStop(2);
Symbol 915 MovieClip Frame 1
stop();
Symbol 923 MovieClip Frame 1
stop();
Symbol 923 MovieClip Frame 2
_root.score = _root.score - 2500;
Symbol 923 MovieClip Frame 110
_parent.played = false;
Symbol 931 MovieClip Frame 1
stop();
Symbol 931 MovieClip Frame 59
_root.scorechecker.check = true;
Symbol 939 MovieClip Frame 1
stop();
Symbol 939 MovieClip Frame 59
_root.scorechecker.check = true;
Symbol 947 MovieClip Frame 1
stop();
Symbol 947 MovieClip Frame 59
_root.scorechecker.check = true;
Symbol 955 MovieClip Frame 1
stop();
Symbol 955 MovieClip Frame 59
_root.scorechecker.check = true;
Symbol 963 MovieClip Frame 1
stop();
Symbol 963 MovieClip Frame 59
_root.scorechecker.check = true;
Symbol 971 MovieClip Frame 1
stop();
Symbol 971 MovieClip Frame 59
_root.scorechecker.check = true;
Symbol 979 MovieClip Frame 1
stop();
Symbol 979 MovieClip Frame 59
_root.scorechecker.check = true;
Symbol 987 MovieClip Frame 1
stop();
Symbol 987 MovieClip Frame 59
_root.scorechecker.check = true;
Symbol 995 MovieClip Frame 1
stop();
Symbol 995 MovieClip Frame 59
_root.scorechecker.check = true;
Symbol 996 MovieClip Frame 1
stop();
Symbol 1069 MovieClip Frame 70
stop();
p = 0;
while (p < _root.mcs.length) {
if (_root.mcs[p] == this) {
_root.mcs.splice(p, 1);
break;
}
p++;
}
this.removeMovieClip();
Symbol 1097 MovieClip Frame 10
stop();
Symbol 1131 MovieClip Frame 48
_parent.nextFrame();
Symbol 1137 MovieClip Frame 49
_parent.gotoAndStop(2);
Symbol 1145 MovieClip Frame 1
stop();
Symbol 1149 MovieClip Frame 40
stop();
Symbol 1182 MovieClip Frame 48
_parent.nextFrame();
Symbol 1188 MovieClip Frame 46
_parent.gotoAndStop(2);
Symbol 1196 MovieClip Frame 1
stop();
Symbol 1229 MovieClip Frame 48
_parent.nextFrame();
Symbol 1235 MovieClip Frame 61
_parent.gotoAndStop(2);
Symbol 1243 MovieClip Frame 1
stop();
Symbol 1247 MovieClip Frame 40
stop();
Symbol 1280 MovieClip Frame 48
_parent.nextFrame();
Symbol 1286 MovieClip Frame 46
_parent.gotoAndStop(2);
Symbol 1294 MovieClip Frame 1
stop();
Symbol 1327 MovieClip Frame 48
_parent.nextFrame();
Symbol 1333 MovieClip Frame 61
_parent.gotoAndStop(2);
Symbol 1341 MovieClip Frame 1
stop();
Symbol 1345 MovieClip Frame 40
stop();
Symbol 1378 MovieClip Frame 48
_parent.nextFrame();
Symbol 1384 MovieClip Frame 61
_parent.gotoAndStop(2);
Symbol 1392 MovieClip Frame 1
stop();
Symbol 1396 MovieClip Frame 40
stop();
Symbol 1429 MovieClip Frame 48
_parent.nextFrame();
Symbol 1435 MovieClip Frame 65
_parent.gotoAndStop(2);
Symbol 1443 MovieClip Frame 1
stop();
Instance of Symbol 1485 MovieClip in Symbol 1522 MovieClip Frame 40
onClipEvent (enterFrame) {
if (_root.score <= 130000) {
this.gotoAndStop(1);
} else if ((_root.score >= 130001) && (_root.score < 170000)) {
this.gotoAndStop(2);
} else if ((_root.score >= 170000) && (_root.score < 190000)) {
this.gotoAndStop(3);
} else if ((_root.score >= 190000) && (_root.score < 210000)) {
this.gotoAndStop(4);
} else if (_root.score >= 210000) {
this.gotoAndStop(5);
}
}
Symbol 1522 MovieClip Frame 221
stop();
Symbol 1529 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
gotoAndStop ("lvlselect");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 1536 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
nextFrame();
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 1537 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.gimme5games.com/?ref=farmbee_MOREGAMESSCORE", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 1538 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
gotoAndStop ("menu");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 1545 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
getURL ("http://www.gimme5games.com/?ref=farmbee_LOGOSCORE", "_blank");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}
Symbol 1551 MovieClip Frame 1
stop();
Symbol 1559 MovieClip Frame 40
stop();
Symbol 1563 MovieClip Frame 40
stop();
Symbol 1567 MovieClip Frame 40
stop();
Symbol 1571 MovieClip Frame 40
stop();
Symbol 1573 Button
on (rollOver) {
_root.cursor.gotoAndStop(2);
if (_root.sfx == true) {
_root.btnover.start(0, 1);
}
}
on (rollOut) {
_root.cursor.gotoAndStop(1);
}
on (release) {
gotoAndStop ("menu");
if (_root.sfx == true) {
_root.btnpress.start(0, 1);
}
}