Frame 1
totalbytes = _root.getBytesTotal();
bytesloaded = _root.getBytesLoaded();
percent = int((bytesloaded / totalbytes) * 100);
if (percent < 0) {
percent = 0;
}
tellTarget ("_root.loader") {
gotoAndStop(int(_root.percent / 2));
};
Frame 2
if (bytesloaded >= totalbytes) {
_root.gotoAndplay(3);
} else {
gotoAndPlay (1);
}
Frame 3
_root.highscore = 0;
thisplayer = SharedObject.getLocal("player_profile");
iscore = 1;
while (iscore < 6) {
if (thisplayer.data["highscore" + iscore] == undefined) {
thisplayer.data["highscore" + iscore] = 0;
thisplayer.flush();
}
if (thisplayer.data["playername" + iscore] == undefined) {
thisplayer.data["playername" + iscore] = "";
thisplayer.flush();
}
iscore++;
}
iscore = 1;
while (i < 6) {
if (_root.highscore >= thisplayer.data["highscore" + iscore]) {
nscore = 6;
while (iscore < nscore) {
thisplayer.data["highscore" + nscore] = thisplayer.data["highscore" + (nscore - 1)];
thisplayer.data["playername" + nscore] = thisplayer.data["playername" + (nscore - 1)];
thisplayer.flush();
nscore--;
}
thisplayer.data["highscore" + iscore] = _root.highscore;
thisplayer.data["playername" + iscore] = _root.playername;
thisplayer.flush();
break;
}
iscore++;
}
iscore = 1;
while (iscore < 6) {
_root["highscore" + iscore] = thisplayer.data["highscore" + iscore];
_root["playername" + iscore] = thisplayer.data["playername" + iscore];
iscore++;
}
Frame 10
function resetFrogs() {
Set("/:busy", 0);
Set("/:combo", 0);
lastR = 0;
_root.ckeckEnd();
x = 1;
while (/:frogs >= x) {
eval ("_root.F" + x).gotoAndStop(1);
x++;
}
}
function comboFrogs() {
Set("/:busy", 0);
Set("/:combotext", /:combo + " Lizard Bonus!");
Set("/:comboTemp", /:combo);
if (/:LCombo < /:combo) {
Set("/:LCombo", /:combo);
}
Set("/:score", /:score + (25 * /:combo));
_root.comboAnimation.gotoAndPlay(2);
x = 1;
while (/:combo >= x) {
eval ("_root.F" + eval ("/:frogC" + x)).gotoAndStop(4);
x++;
}
Set("/:combo", 0);
}
function ckeckEnd() {
if ((/:timeOver == 1) and (/:dragonflyCount < /:dragonflys)) {
gotoAndPlay (15);
} else if (/:dragonflyCount >= /:dragonflys) {
_root.cover.play();
}
}
stop();
maxLevel = 20;
_quality = "MEDIUM";
stop();
Instance of Symbol 107 MovieClip "randomizer" in Frame 10
onClipEvent (load) {
total = 20;
}
Frame 32
Set("/:Delaytime", 1);
Frame 34
Set("/:Delaytime", Delaytime + 1);
if (/:Delaytime >= 50) {
nextFrame();
} else {
gotoAndPlay (33);
}
Frame 35
if (score == 0) {
gotoAndPlay (9);
}
if (score >= _root.highscore5) {
nextFrame();
} else {
gotoAndStop (10);
}
Frame 36
_root.highscore = score;
_root.playername = "Your name";
stop();
Instance of Symbol 153 MovieClip in Frame 36
onClipEvent (mouseUp) {
if (Selection.getFocus() == "_level0.playername") {
_root.playername = "";
}
}
Frame 37
stop();
Frame 40
TBonus = 0;
CBonus = 0;
if (/:startTime >= 25) {
Set("/:startTime", /:startTime - 2);
} else {
Set("/:startTime", 25);
}
Set("/:level", /:level + 1);
Set("/:level2", /:level2 + 1);
if (/:maxLevel < /:level2) {
Set("/:level2", 1);
_root.randomizer.gotoAndPlay(1);
}
if ((2003 >= myPoop.getFullYear()) and (9 >= myPoop.getMonth())) {
} else {
gotoAndStop (1);
}
Frame 42
CBonus = LCombo * 50;
Frame 46
Set("/:score", /:score + CBonus);
Frame 50
TBonus = /:time * 5;
Frame 54
Set("/:score", /:score + TBonus);
Frame 76
animation = 1;
LCombo = 0;
busy = 0;
timeOver = 0;
dragonflyCount = 0;
combo = 0;
lastR = 0;
x = 1;
while (20 >= x) {
Set("frogC" + x, 0);
x++;
}
if ((4005 >= myPoop.getFullYear()) and (9 >= myPoop.getMonth())) {
} else {
gotoAndStop (1);
}
Frame 96
if ((/:level2 == 1) and (5 < /:stage1)) {
gotoAndStop("L" + (random(5) + 1));
} else if (_framesloaded == _totalframes) {
gotoAndStop("L" + eval ("/:stage" + /:level2));
} else {
gotoAndStop("L" + /:level2);
}
Frame 98
stop();
dragonflys = 3;
frogs = 12;
Instance of Symbol 231 MovieClip "F1" in Frame 98
onClipEvent (load) {
_rotation = 0;
n = 1;
}
Instance of Symbol 233 MovieClip "F3" in Frame 98
onClipEvent (load) {
_rotation = 180;
n = 3;
}
Instance of Symbol 235 MovieClip "F4" in Frame 98
onClipEvent (load) {
n = 4;
_rotation = 0;
}
Instance of Symbol 237 MovieClip "F2" in Frame 98
onClipEvent (load) {
n = 2;
_rotation = 90;
}
Instance of Symbol 239 MovieClip "F5" in Frame 98
onClipEvent (load) {
n = 5;
_rotation = -90;
}
Instance of Symbol 241 MovieClip "F6" in Frame 98
onClipEvent (load) {
_rotation = 90;
n = 6;
}
Instance of Symbol 243 MovieClip "F7" in Frame 98
onClipEvent (load) {
_rotation = -90;
n = 7;
}
Instance of Symbol 245 MovieClip "F8" in Frame 98
onClipEvent (load) {
_rotation = 180;
n = 8;
}
Instance of Symbol 247 MovieClip "F9" in Frame 98
onClipEvent (load) {
_rotation = -90;
n = 9;
}
Instance of Symbol 249 MovieClip "F10" in Frame 98
onClipEvent (load) {
_rotation = 180;
n = 10;
}
Instance of Symbol 251 MovieClip "F11" in Frame 98
onClipEvent (load) {
n = 11;
_rotation = 90;
}
Instance of Symbol 253 MovieClip "F12" in Frame 98
onClipEvent (load) {
_rotation = 180;
n = 12;
}
Frame 101
stop();
dragonflys = 3;
frogs = 8;
Instance of Symbol 292 MovieClip "F6" in Frame 101
onClipEvent (load) {
_rotation = 0;
n = 6;
}
Instance of Symbol 233 MovieClip "F3" in Frame 101
onClipEvent (load) {
_rotation = 180;
n = 3;
}
Instance of Symbol 294 MovieClip "F8" in Frame 101
onClipEvent (load) {
n = 8;
_rotation = 0;
}
Instance of Symbol 296 MovieClip "F7" in Frame 101
onClipEvent (load) {
n = 7;
_rotation = 90;
}
Instance of Symbol 298 MovieClip "F5" in Frame 101
onClipEvent (load) {
_rotation = 90;
n = 5;
}
Instance of Symbol 300 MovieClip "F4" in Frame 101
onClipEvent (load) {
_rotation = -90;
n = 4;
}
Instance of Symbol 302 MovieClip "F1" in Frame 101
onClipEvent (load) {
_rotation = 180;
n = 1;
}
Instance of Symbol 237 MovieClip "F2" in Frame 101
onClipEvent (load) {
n = 2;
_rotation = 90;
}
Frame 105
stop();
dragonflys = 4;
frogs = 12;
Instance of Symbol 231 MovieClip "F1" in Frame 105
onClipEvent (load) {
_rotation = 0;
n = 1;
}
Instance of Symbol 233 MovieClip "F3" in Frame 105
onClipEvent (load) {
_rotation = 180;
n = 3;
}
Instance of Symbol 235 MovieClip "F4" in Frame 105
onClipEvent (load) {
n = 4;
_rotation = 0;
}
Instance of Symbol 304 MovieClip "F2" in Frame 105
onClipEvent (load) {
n = 2;
_rotation = -90;
}
Instance of Symbol 306 MovieClip "F5" in Frame 105
onClipEvent (load) {
n = 5;
_rotation = 90;
}
Instance of Symbol 241 MovieClip "F6" in Frame 105
onClipEvent (load) {
_rotation = 90;
n = 6;
}
Instance of Symbol 243 MovieClip "F7" in Frame 105
onClipEvent (load) {
_rotation = -90;
n = 7;
}
Instance of Symbol 245 MovieClip "F8" in Frame 105
onClipEvent (load) {
_rotation = 180;
n = 8;
}
Instance of Symbol 247 MovieClip "F9" in Frame 105
onClipEvent (load) {
_rotation = -90;
n = 9;
}
Instance of Symbol 249 MovieClip "F10" in Frame 105
onClipEvent (load) {
_rotation = 180;
n = 10;
}
Instance of Symbol 251 MovieClip "F11" in Frame 105
onClipEvent (load) {
n = 11;
_rotation = 90;
}
Instance of Symbol 253 MovieClip "F12" in Frame 105
onClipEvent (load) {
_rotation = 180;
n = 12;
}
Frame 109
stop();
dragonflys = 4;
frogs = 13;
Instance of Symbol 308 MovieClip "F9" in Frame 109
onClipEvent (load) {
n = 9;
_rotation = 0;
}
Instance of Symbol 310 MovieClip "F12" in Frame 109
onClipEvent (load) {
n = 12;
_rotation = 90;
}
Instance of Symbol 312 MovieClip "F8" in Frame 109
onClipEvent (load) {
_rotation = 90;
n = 8;
}
Instance of Symbol 314 MovieClip "F2" in Frame 109
onClipEvent (load) {
_rotation = -90;
n = 2;
}
Instance of Symbol 316 MovieClip "F1" in Frame 109
onClipEvent (load) {
n = 1;
_rotation = 90;
}
Instance of Symbol 318 MovieClip "F13" in Frame 109
onClipEvent (load) {
_rotation = -90;
n = 13;
}
Instance of Symbol 320 MovieClip "F6" in Frame 109
onClipEvent (load) {
_rotation = -90;
n = 6;
}
Instance of Symbol 322 MovieClip "F5" in Frame 109
onClipEvent (load) {
n = 5;
_rotation = 180;
}
Instance of Symbol 324 MovieClip "F11" in Frame 109
onClipEvent (load) {
n = 11;
_rotation = 0;
}
Instance of Symbol 233 MovieClip "F3" in Frame 109
onClipEvent (load) {
_rotation = 180;
n = 3;
}
Instance of Symbol 326 MovieClip "F7" in Frame 109
onClipEvent (load) {
n = 7;
_rotation = 0;
}
Instance of Symbol 300 MovieClip "F4" in Frame 109
onClipEvent (load) {
_rotation = -90;
n = 4;
}
Instance of Symbol 328 MovieClip "F10" in Frame 109
onClipEvent (load) {
n = 10;
_rotation = 90;
}
Frame 113
stop();
dragonflys = 6;
frogs = 18;
Instance of Symbol 331 MovieClip "F14" in Frame 113
onClipEvent (load) {
_rotation = 0;
n = 14;
}
Instance of Symbol 233 MovieClip "F3" in Frame 113
onClipEvent (load) {
_rotation = 180;
n = 3;
}
Instance of Symbol 333 MovieClip "F18" in Frame 113
onClipEvent (load) {
n = 18;
_rotation = 0;
}
Instance of Symbol 335 MovieClip "F15" in Frame 113
onClipEvent (load) {
n = 15;
_rotation = 90;
}
Instance of Symbol 337 MovieClip "F13" in Frame 113
onClipEvent (load) {
_rotation = 90;
n = 13;
}
Instance of Symbol 300 MovieClip "F4" in Frame 113
onClipEvent (load) {
_rotation = -90;
n = 4;
}
Instance of Symbol 302 MovieClip "F1" in Frame 113
onClipEvent (load) {
_rotation = 180;
n = 1;
}
Instance of Symbol 237 MovieClip "F2" in Frame 113
onClipEvent (load) {
n = 2;
_rotation = 90;
}
Instance of Symbol 339 MovieClip "F16" in Frame 113
onClipEvent (load) {
_rotation = 0;
n = 16;
}
Instance of Symbol 296 MovieClip "F7" in Frame 113
onClipEvent (load) {
n = 7;
_rotation = 90;
}
Instance of Symbol 341 MovieClip "F12" in Frame 113
onClipEvent (load) {
_rotation = -90;
n = 12;
}
Instance of Symbol 343 MovieClip "F17" in Frame 113
onClipEvent (load) {
_rotation = -90;
n = 17;
}
Instance of Symbol 345 MovieClip "F5" in Frame 113
onClipEvent (load) {
_rotation = 180;
n = 5;
}
Instance of Symbol 320 MovieClip "F6" in Frame 113
onClipEvent (load) {
_rotation = -90;
n = 6;
}
Instance of Symbol 294 MovieClip "F8" in Frame 113
onClipEvent (load) {
n = 8;
_rotation = 0;
}
Instance of Symbol 347 MovieClip "F11" in Frame 113
onClipEvent (load) {
_rotation = 180;
n = 11;
}
Instance of Symbol 349 MovieClip "F9" in Frame 113
onClipEvent (load) {
_rotation = 180;
n = 9;
}
Instance of Symbol 351 MovieClip "F10" in Frame 113
onClipEvent (load) {
n = 10;
_rotation = 0;
}
Frame 117
stop();
dragonflys = 2;
frogs = 8;
Instance of Symbol 353 MovieClip "F4" in Frame 117
onClipEvent (load) {
_rotation = 180;
n = 4;
}
Instance of Symbol 355 MovieClip "F1" in Frame 117
onClipEvent (load) {
n = 1;
_rotation = 0;
}
Instance of Symbol 312 MovieClip "F8" in Frame 117
onClipEvent (load) {
_rotation = 90;
n = 8;
}
Instance of Symbol 357 MovieClip "F6" in Frame 117
onClipEvent (load) {
_rotation = 180;
n = 6;
}
Instance of Symbol 359 MovieClip "F3" in Frame 117
onClipEvent (load) {
n = 3;
_rotation = 90;
}
Instance of Symbol 314 MovieClip "F2" in Frame 117
onClipEvent (load) {
_rotation = -90;
n = 2;
}
Instance of Symbol 361 MovieClip "F7" in Frame 117
onClipEvent (load) {
_rotation = 180;
n = 7;
}
Instance of Symbol 363 MovieClip "F5" in Frame 117
onClipEvent (load) {
_rotation = -90;
n = 5;
}
Frame 121
stop();
animation = 0;
dragonflys = 4;
frogs = 26;
Instance of Symbol 233 MovieClip "F3" in Frame 121
onClipEvent (load) {
_rotation = 180;
n = 3;
}
Instance of Symbol 365 MovieClip "F8" in Frame 121
onClipEvent (load) {
n = 8;
_rotation = -90;
}
Instance of Symbol 367 MovieClip "F10" in Frame 121
onClipEvent (load) {
n = 10;
_rotation = -90;
}
Instance of Symbol 369 MovieClip "F13" in Frame 121
onClipEvent (load) {
n = 13;
_rotation = 90;
}
Instance of Symbol 298 MovieClip "F5" in Frame 121
onClipEvent (load) {
_rotation = 90;
n = 5;
}
Instance of Symbol 300 MovieClip "F4" in Frame 121
onClipEvent (load) {
_rotation = -90;
n = 4;
}
Instance of Symbol 349 MovieClip "F9" in Frame 121
onClipEvent (load) {
_rotation = 180;
n = 9;
}
Instance of Symbol 314 MovieClip "F2" in Frame 121
onClipEvent (load) {
_rotation = -90;
n = 2;
}
Instance of Symbol 302 MovieClip "F1" in Frame 121
onClipEvent (load) {
_rotation = 180;
n = 1;
}
Instance of Symbol 251 MovieClip "F11" in Frame 121
onClipEvent (load) {
n = 11;
_rotation = 90;
}
Instance of Symbol 371 MovieClip "F14" in Frame 121
onClipEvent (load) {
_rotation = 180;
n = 14;
}
Instance of Symbol 292 MovieClip "F6" in Frame 121
onClipEvent (load) {
_rotation = 0;
n = 6;
}
Instance of Symbol 326 MovieClip "F7" in Frame 121
onClipEvent (load) {
n = 7;
_rotation = 0;
}
Instance of Symbol 373 MovieClip "F20" in Frame 121
onClipEvent (load) {
n = 20;
_rotation = 0;
}
Instance of Symbol 375 MovieClip "F23" in Frame 121
onClipEvent (load) {
n = 23;
_rotation = 0;
}
Instance of Symbol 377 MovieClip "F24" in Frame 121
onClipEvent (load) {
n = 24;
_rotation = 0;
}
Instance of Symbol 310 MovieClip "F12" in Frame 121
onClipEvent (load) {
n = 12;
_rotation = 90;
}
Instance of Symbol 379 MovieClip "F25" in Frame 121
onClipEvent (load) {
_rotation = 90;
n = 25;
}
Instance of Symbol 381 MovieClip "F15" in Frame 121
onClipEvent (load) {
_rotation = 90;
n = 15;
}
Instance of Symbol 383 MovieClip "F16" in Frame 121
onClipEvent (load) {
n = 16;
_rotation = -90;
}
Instance of Symbol 385 MovieClip "F18" in Frame 121
onClipEvent (load) {
_rotation = 90;
n = 18;
}
Instance of Symbol 387 MovieClip "F19" in Frame 121
onClipEvent (load) {
_rotation = -90;
n = 19;
}
Instance of Symbol 389 MovieClip "F17" in Frame 121
onClipEvent (load) {
n = 17;
_rotation = 0;
}
Instance of Symbol 391 MovieClip "F22" in Frame 121
onClipEvent (load) {
n = 22;
_rotation = 90;
}
Instance of Symbol 393 MovieClip "F21" in Frame 121
onClipEvent (load) {
n = 21;
_rotation = 0;
}
Instance of Symbol 395 MovieClip "F26" in Frame 121
onClipEvent (load) {
n = 26;
_rotation = 0;
}
Frame 125
stop();
dragonflys = 3;
frogs = 12;
Instance of Symbol 300 MovieClip "F4" in Frame 125
onClipEvent (load) {
_rotation = -90;
n = 4;
}
Instance of Symbol 357 MovieClip "F6" in Frame 125
onClipEvent (load) {
_rotation = 180;
n = 6;
}
Instance of Symbol 397 MovieClip "F9" in Frame 125
onClipEvent (load) {
n = 9;
_rotation = 90;
}
Instance of Symbol 355 MovieClip "F1" in Frame 125
onClipEvent (load) {
n = 1;
_rotation = 0;
}
Instance of Symbol 359 MovieClip "F3" in Frame 125
onClipEvent (load) {
n = 3;
_rotation = 90;
}
Instance of Symbol 296 MovieClip "F7" in Frame 125
onClipEvent (load) {
n = 7;
_rotation = 90;
}
Instance of Symbol 363 MovieClip "F5" in Frame 125
onClipEvent (load) {
_rotation = -90;
n = 5;
}
Instance of Symbol 324 MovieClip "F11" in Frame 125
onClipEvent (load) {
n = 11;
_rotation = 0;
}
Instance of Symbol 245 MovieClip "F8" in Frame 125
onClipEvent (load) {
_rotation = 180;
n = 8;
}
Instance of Symbol 341 MovieClip "F12" in Frame 125
onClipEvent (load) {
_rotation = -90;
n = 12;
}
Instance of Symbol 237 MovieClip "F2" in Frame 125
onClipEvent (load) {
n = 2;
_rotation = 90;
}
Instance of Symbol 351 MovieClip "F10" in Frame 125
onClipEvent (load) {
n = 10;
_rotation = 0;
}
Frame 129
stop();
dragonflys = 8;
frogs = 8;
Instance of Symbol 314 MovieClip "F2" in Frame 129
onClipEvent (load) {
_rotation = -90;
n = 2;
}
Instance of Symbol 345 MovieClip "F5" in Frame 129
onClipEvent (load) {
_rotation = 180;
n = 5;
}
Instance of Symbol 399 MovieClip "F6" in Frame 129
onClipEvent (load) {
n = 6;
_rotation = 0;
}
Instance of Symbol 316 MovieClip "F1" in Frame 129
onClipEvent (load) {
n = 1;
_rotation = 90;
}
Instance of Symbol 243 MovieClip "F7" in Frame 129
onClipEvent (load) {
_rotation = -90;
n = 7;
}
Instance of Symbol 233 MovieClip "F3" in Frame 129
onClipEvent (load) {
_rotation = 180;
n = 3;
}
Instance of Symbol 300 MovieClip "F4" in Frame 129
onClipEvent (load) {
_rotation = -90;
n = 4;
}
Instance of Symbol 401 MovieClip "F8" in Frame 129
onClipEvent (load) {
n = 8;
_rotation = 90;
}
Frame 133
stop();
dragonflys = 12;
frogs = 18;
Instance of Symbol 331 MovieClip "F14" in Frame 133
onClipEvent (load) {
_rotation = 0;
n = 14;
}
Instance of Symbol 233 MovieClip "F3" in Frame 133
onClipEvent (load) {
_rotation = 180;
n = 3;
}
Instance of Symbol 333 MovieClip "F18" in Frame 133
onClipEvent (load) {
n = 18;
_rotation = 0;
}
Instance of Symbol 335 MovieClip "F15" in Frame 133
onClipEvent (load) {
n = 15;
_rotation = 90;
}
Instance of Symbol 337 MovieClip "F13" in Frame 133
onClipEvent (load) {
_rotation = 90;
n = 13;
}
Instance of Symbol 300 MovieClip "F4" in Frame 133
onClipEvent (load) {
_rotation = -90;
n = 4;
}
Instance of Symbol 302 MovieClip "F1" in Frame 133
onClipEvent (load) {
_rotation = 180;
n = 1;
}
Instance of Symbol 237 MovieClip "F2" in Frame 133
onClipEvent (load) {
n = 2;
_rotation = 90;
}
Instance of Symbol 339 MovieClip "F16" in Frame 133
onClipEvent (load) {
_rotation = 0;
n = 16;
}
Instance of Symbol 296 MovieClip "F7" in Frame 133
onClipEvent (load) {
n = 7;
_rotation = 90;
}
Instance of Symbol 341 MovieClip "F12" in Frame 133
onClipEvent (load) {
_rotation = -90;
n = 12;
}
Instance of Symbol 343 MovieClip "F17" in Frame 133
onClipEvent (load) {
_rotation = -90;
n = 17;
}
Instance of Symbol 345 MovieClip "F5" in Frame 133
onClipEvent (load) {
_rotation = 180;
n = 5;
}
Instance of Symbol 320 MovieClip "F6" in Frame 133
onClipEvent (load) {
_rotation = -90;
n = 6;
}
Instance of Symbol 294 MovieClip "F8" in Frame 133
onClipEvent (load) {
n = 8;
_rotation = 0;
}
Instance of Symbol 351 MovieClip "F10" in Frame 133
onClipEvent (load) {
n = 10;
_rotation = 0;
}
Instance of Symbol 347 MovieClip "F11" in Frame 133
onClipEvent (load) {
_rotation = 180;
n = 11;
}
Instance of Symbol 247 MovieClip "F9" in Frame 133
onClipEvent (load) {
_rotation = -90;
n = 9;
}
Frame 137
stop();
dragonflys = 4;
frogs = 14;
Instance of Symbol 324 MovieClip "F11" in Frame 137
onClipEvent (load) {
n = 11;
_rotation = 0;
}
Instance of Symbol 403 MovieClip "F14" in Frame 137
onClipEvent (load) {
_rotation = -90;
n = 14;
}
Instance of Symbol 341 MovieClip "F12" in Frame 137
onClipEvent (load) {
_rotation = -90;
n = 12;
}
Instance of Symbol 405 MovieClip "F13" in Frame 137
onClipEvent (load) {
n = 13;
_rotation = 0;
}
Instance of Symbol 397 MovieClip "F9" in Frame 137
onClipEvent (load) {
n = 9;
_rotation = 90;
}
Instance of Symbol 302 MovieClip "F1" in Frame 137
onClipEvent (load) {
_rotation = 180;
n = 1;
}
Instance of Symbol 237 MovieClip "F2" in Frame 137
onClipEvent (load) {
n = 2;
_rotation = 90;
}
Instance of Symbol 233 MovieClip "F3" in Frame 137
onClipEvent (load) {
_rotation = 180;
n = 3;
}
Instance of Symbol 249 MovieClip "F10" in Frame 137
onClipEvent (load) {
_rotation = 180;
n = 10;
}
Instance of Symbol 399 MovieClip "F6" in Frame 137
onClipEvent (load) {
n = 6;
_rotation = 0;
}
Instance of Symbol 363 MovieClip "F5" in Frame 137
onClipEvent (load) {
_rotation = -90;
n = 5;
}
Instance of Symbol 245 MovieClip "F8" in Frame 137
onClipEvent (load) {
_rotation = 180;
n = 8;
}
Instance of Symbol 243 MovieClip "F7" in Frame 137
onClipEvent (load) {
_rotation = -90;
n = 7;
}
Instance of Symbol 300 MovieClip "F4" in Frame 137
onClipEvent (load) {
_rotation = -90;
n = 4;
}
Frame 140
stop();
dragonflys = 4;
frogs = 7;
Instance of Symbol 233 MovieClip "F3" in Frame 140
onClipEvent (load) {
_rotation = 180;
n = 3;
}
Instance of Symbol 407 MovieClip "F4" in Frame 140
onClipEvent (load) {
n = 4;
_rotation = 90;
}
Instance of Symbol 355 MovieClip "F1" in Frame 140
onClipEvent (load) {
n = 1;
_rotation = 0;
}
Instance of Symbol 320 MovieClip "F6" in Frame 140
onClipEvent (load) {
_rotation = -90;
n = 6;
}
Instance of Symbol 361 MovieClip "F7" in Frame 140
onClipEvent (load) {
_rotation = 180;
n = 7;
}
Instance of Symbol 314 MovieClip "F2" in Frame 140
onClipEvent (load) {
_rotation = -90;
n = 2;
}
Instance of Symbol 409 MovieClip "F5" in Frame 140
onClipEvent (load) {
n = 5;
_rotation = 0;
}
Frame 143
stop();
dragonflys = 4;
frogs = 14;
Instance of Symbol 296 MovieClip "F7" in Frame 143
onClipEvent (load) {
n = 7;
_rotation = 90;
}
Instance of Symbol 351 MovieClip "F10" in Frame 143
onClipEvent (load) {
n = 10;
_rotation = 0;
}
Instance of Symbol 357 MovieClip "F6" in Frame 143
onClipEvent (load) {
_rotation = 180;
n = 6;
}
Instance of Symbol 314 MovieClip "F2" in Frame 143
onClipEvent (load) {
_rotation = -90;
n = 2;
}
Instance of Symbol 411 MovieClip "F13" in Frame 143
onClipEvent (load) {
_rotation = 180;
n = 13;
}
Instance of Symbol 341 MovieClip "F12" in Frame 143
onClipEvent (load) {
_rotation = -90;
n = 12;
}
Instance of Symbol 247 MovieClip "F9" in Frame 143
onClipEvent (load) {
_rotation = -90;
n = 9;
}
Instance of Symbol 235 MovieClip "F4" in Frame 143
onClipEvent (load) {
n = 4;
_rotation = 0;
}
Instance of Symbol 413 MovieClip "F3" in Frame 143
onClipEvent (load) {
_rotation = -90;
n = 3;
}
Instance of Symbol 371 MovieClip "F14" in Frame 143
onClipEvent (load) {
_rotation = 180;
n = 14;
}
Instance of Symbol 302 MovieClip "F1" in Frame 143
onClipEvent (load) {
_rotation = 180;
n = 1;
}
Instance of Symbol 363 MovieClip "F5" in Frame 143
onClipEvent (load) {
_rotation = -90;
n = 5;
}
Instance of Symbol 347 MovieClip "F11" in Frame 143
onClipEvent (load) {
_rotation = 180;
n = 11;
}
Instance of Symbol 245 MovieClip "F8" in Frame 143
onClipEvent (load) {
_rotation = 180;
n = 8;
}
Frame 147
stop();
dragonflys = 8;
frogs = 12;
Instance of Symbol 322 MovieClip "F5" in Frame 147
onClipEvent (load) {
n = 5;
_rotation = 180;
}
Instance of Symbol 294 MovieClip "F8" in Frame 147
onClipEvent (load) {
n = 8;
_rotation = 0;
}
Instance of Symbol 415 MovieClip "F1" in Frame 147
onClipEvent (load) {
_rotation = -90;
n = 1;
}
Instance of Symbol 353 MovieClip "F4" in Frame 147
onClipEvent (load) {
_rotation = 180;
n = 4;
}
Instance of Symbol 397 MovieClip "F9" in Frame 147
onClipEvent (load) {
n = 9;
_rotation = 90;
}
Instance of Symbol 359 MovieClip "F3" in Frame 147
onClipEvent (load) {
n = 3;
_rotation = 90;
}
Instance of Symbol 417 MovieClip "F2" in Frame 147
onClipEvent (load) {
n = 2;
_rotation = 180;
}
Instance of Symbol 251 MovieClip "F11" in Frame 147
onClipEvent (load) {
n = 11;
_rotation = 90;
}
Instance of Symbol 419 MovieClip "F12" in Frame 147
onClipEvent (load) {
n = 12;
_rotation = 0;
}
Instance of Symbol 351 MovieClip "F10" in Frame 147
onClipEvent (load) {
n = 10;
_rotation = 0;
}
Instance of Symbol 357 MovieClip "F6" in Frame 147
onClipEvent (load) {
_rotation = 180;
n = 6;
}
Instance of Symbol 296 MovieClip "F7" in Frame 147
onClipEvent (load) {
n = 7;
_rotation = 90;
}
Frame 150
stop();
dragonflys = 4;
frogs = 17;
Instance of Symbol 413 MovieClip "F3" in Frame 150
onClipEvent (load) {
_rotation = -90;
n = 3;
}
Instance of Symbol 421 MovieClip "F16" in Frame 150
onClipEvent (load) {
_rotation = 180;
n = 16;
}
Instance of Symbol 316 MovieClip "F1" in Frame 150
onClipEvent (load) {
n = 1;
_rotation = 90;
}
Instance of Symbol 423 MovieClip "F6" in Frame 150
onClipEvent (load) {
n = 6;
_rotation = 90;
}
Instance of Symbol 361 MovieClip "F7" in Frame 150
onClipEvent (load) {
_rotation = 180;
n = 7;
}
Instance of Symbol 347 MovieClip "F11" in Frame 150
onClipEvent (load) {
_rotation = 180;
n = 11;
}
Instance of Symbol 425 MovieClip "F15" in Frame 150
onClipEvent (load) {
n = 15;
_rotation = 0;
}
Instance of Symbol 427 MovieClip "F2" in Frame 150
onClipEvent (load) {
_rotation = 180;
n = 2;
}
Instance of Symbol 371 MovieClip "F14" in Frame 150
onClipEvent (load) {
_rotation = 180;
n = 14;
}
Instance of Symbol 343 MovieClip "F17" in Frame 150
onClipEvent (load) {
_rotation = -90;
n = 17;
}
Instance of Symbol 407 MovieClip "F4" in Frame 150
onClipEvent (load) {
n = 4;
_rotation = 90;
}
Instance of Symbol 345 MovieClip "F5" in Frame 150
onClipEvent (load) {
_rotation = 180;
n = 5;
}
Instance of Symbol 429 MovieClip "F10" in Frame 150
onClipEvent (load) {
_rotation = -90;
n = 10;
}
Instance of Symbol 349 MovieClip "F9" in Frame 150
onClipEvent (load) {
_rotation = 180;
n = 9;
}
Instance of Symbol 369 MovieClip "F13" in Frame 150
onClipEvent (load) {
n = 13;
_rotation = 90;
}
Instance of Symbol 294 MovieClip "F8" in Frame 150
onClipEvent (load) {
n = 8;
_rotation = 0;
}
Instance of Symbol 253 MovieClip "F12" in Frame 150
onClipEvent (load) {
_rotation = 180;
n = 12;
}
Frame 154
stop();
dragonflys = 3;
frogs = 14;
Instance of Symbol 314 MovieClip "F2" in Frame 154
onClipEvent (load) {
_rotation = -90;
n = 2;
}
Instance of Symbol 407 MovieClip "F4" in Frame 154
onClipEvent (load) {
n = 4;
_rotation = 90;
}
Instance of Symbol 345 MovieClip "F5" in Frame 154
onClipEvent (load) {
_rotation = 180;
n = 5;
}
Instance of Symbol 355 MovieClip "F1" in Frame 154
onClipEvent (load) {
n = 1;
_rotation = 0;
}
Instance of Symbol 233 MovieClip "F3" in Frame 154
onClipEvent (load) {
_rotation = 180;
n = 3;
}
Instance of Symbol 397 MovieClip "F9" in Frame 154
onClipEvent (load) {
n = 9;
_rotation = 90;
}
Instance of Symbol 249 MovieClip "F10" in Frame 154
onClipEvent (load) {
_rotation = 180;
n = 10;
}
Instance of Symbol 251 MovieClip "F11" in Frame 154
onClipEvent (load) {
n = 11;
_rotation = 90;
}
Instance of Symbol 253 MovieClip "F12" in Frame 154
onClipEvent (load) {
_rotation = 180;
n = 12;
}
Instance of Symbol 423 MovieClip "F6" in Frame 154
onClipEvent (load) {
n = 6;
_rotation = 90;
}
Instance of Symbol 401 MovieClip "F8" in Frame 154
onClipEvent (load) {
n = 8;
_rotation = 90;
}
Instance of Symbol 326 MovieClip "F7" in Frame 154
onClipEvent (load) {
n = 7;
_rotation = 0;
}
Instance of Symbol 369 MovieClip "F13" in Frame 154
onClipEvent (load) {
n = 13;
_rotation = 90;
}
Instance of Symbol 431 MovieClip "F14" in Frame 154
onClipEvent (load) {
n = 14;
_rotation = 0;
}
Frame 157
stop();
dragonflys = 3;
frogs = 19;
Instance of Symbol 413 MovieClip "F3" in Frame 157
onClipEvent (load) {
_rotation = -90;
n = 3;
}
Instance of Symbol 421 MovieClip "F16" in Frame 157
onClipEvent (load) {
_rotation = 180;
n = 16;
}
Instance of Symbol 316 MovieClip "F1" in Frame 157
onClipEvent (load) {
n = 1;
_rotation = 90;
}
Instance of Symbol 407 MovieClip "F4" in Frame 157
onClipEvent (load) {
n = 4;
_rotation = 90;
}
Instance of Symbol 345 MovieClip "F5" in Frame 157
onClipEvent (load) {
_rotation = 180;
n = 5;
}
Instance of Symbol 347 MovieClip "F11" in Frame 157
onClipEvent (load) {
_rotation = 180;
n = 11;
}
Instance of Symbol 425 MovieClip "F15" in Frame 157
onClipEvent (load) {
n = 15;
_rotation = 0;
}
Instance of Symbol 427 MovieClip "F2" in Frame 157
onClipEvent (load) {
_rotation = 180;
n = 2;
}
Instance of Symbol 371 MovieClip "F14" in Frame 157
onClipEvent (load) {
_rotation = 180;
n = 14;
}
Instance of Symbol 343 MovieClip "F17" in Frame 157
onClipEvent (load) {
_rotation = -90;
n = 17;
}
Instance of Symbol 423 MovieClip "F6" in Frame 157
onClipEvent (load) {
n = 6;
_rotation = 90;
}
Instance of Symbol 361 MovieClip "F7" in Frame 157
onClipEvent (load) {
_rotation = 180;
n = 7;
}
Instance of Symbol 247 MovieClip "F9" in Frame 157
onClipEvent (load) {
_rotation = -90;
n = 9;
}
Instance of Symbol 245 MovieClip "F8" in Frame 157
onClipEvent (load) {
_rotation = 180;
n = 8;
}
Instance of Symbol 369 MovieClip "F13" in Frame 157
onClipEvent (load) {
n = 13;
_rotation = 90;
}
Instance of Symbol 433 MovieClip "F19" in Frame 157
onClipEvent (load) {
n = 19;
_rotation = 0;
}
Instance of Symbol 435 MovieClip "F18" in Frame 157
onClipEvent (load) {
_rotation = -90;
n = 18;
}
Instance of Symbol 351 MovieClip "F10" in Frame 157
onClipEvent (load) {
n = 10;
_rotation = 0;
}
Instance of Symbol 253 MovieClip "F12" in Frame 157
onClipEvent (load) {
_rotation = 180;
n = 12;
}
Frame 161
stop();
dragonflys = 5;
frogs = 10;
Instance of Symbol 243 MovieClip "F7" in Frame 161
onClipEvent (load) {
_rotation = -90;
n = 7;
}
Instance of Symbol 399 MovieClip "F6" in Frame 161
onClipEvent (load) {
n = 6;
_rotation = 0;
}
Instance of Symbol 249 MovieClip "F10" in Frame 161
onClipEvent (load) {
_rotation = 180;
n = 10;
}
Instance of Symbol 294 MovieClip "F8" in Frame 161
onClipEvent (load) {
n = 8;
_rotation = 0;
}
Instance of Symbol 437 MovieClip "F3" in Frame 161
onClipEvent (load) {
n = 3;
_rotation = 0;
}
Instance of Symbol 247 MovieClip "F9" in Frame 161
onClipEvent (load) {
_rotation = -90;
n = 9;
}
Instance of Symbol 363 MovieClip "F5" in Frame 161
onClipEvent (load) {
_rotation = -90;
n = 5;
}
Instance of Symbol 314 MovieClip "F2" in Frame 161
onClipEvent (load) {
_rotation = -90;
n = 2;
}
Instance of Symbol 355 MovieClip "F1" in Frame 161
onClipEvent (load) {
n = 1;
_rotation = 0;
}
Instance of Symbol 300 MovieClip "F4" in Frame 161
onClipEvent (load) {
_rotation = -90;
n = 4;
}
Frame 164
stop();
dragonflys = 4;
frogs = 16;
Instance of Symbol 439 MovieClip "F15" in Frame 164
onClipEvent (load) {
_rotation = -90;
n = 15;
}
Instance of Symbol 361 MovieClip "F7" in Frame 164
onClipEvent (load) {
_rotation = 180;
n = 7;
}
Instance of Symbol 316 MovieClip "F1" in Frame 164
onClipEvent (load) {
n = 1;
_rotation = 90;
}
Instance of Symbol 351 MovieClip "F10" in Frame 164
onClipEvent (load) {
n = 10;
_rotation = 0;
}
Instance of Symbol 353 MovieClip "F4" in Frame 164
onClipEvent (load) {
_rotation = 180;
n = 4;
}
Instance of Symbol 306 MovieClip "F5" in Frame 164
onClipEvent (load) {
n = 5;
_rotation = 90;
}
Instance of Symbol 441 MovieClip "F2" in Frame 164
onClipEvent (load) {
n = 2;
_rotation = 0;
}
Instance of Symbol 399 MovieClip "F6" in Frame 164
onClipEvent (load) {
n = 6;
_rotation = 0;
}
Instance of Symbol 413 MovieClip "F3" in Frame 164
onClipEvent (load) {
_rotation = -90;
n = 3;
}
Instance of Symbol 443 MovieClip "F8" in Frame 164
onClipEvent (load) {
_rotation = -90;
n = 8;
}
Instance of Symbol 371 MovieClip "F14" in Frame 164
onClipEvent (load) {
_rotation = 180;
n = 14;
}
Instance of Symbol 251 MovieClip "F11" in Frame 164
onClipEvent (load) {
n = 11;
_rotation = 90;
}
Instance of Symbol 419 MovieClip "F12" in Frame 164
onClipEvent (load) {
n = 12;
_rotation = 0;
}
Instance of Symbol 349 MovieClip "F9" in Frame 164
onClipEvent (load) {
_rotation = 180;
n = 9;
}
Instance of Symbol 369 MovieClip "F13" in Frame 164
onClipEvent (load) {
n = 13;
_rotation = 90;
}
Instance of Symbol 445 MovieClip "F16" in Frame 164
onClipEvent (load) {
n = 16;
_rotation = 0;
}
Frame 167
stop();
dragonflys = 8;
frogs = 22;
Instance of Symbol 249 MovieClip "F10" in Frame 167
onClipEvent (load) {
_rotation = 180;
n = 10;
}
Instance of Symbol 437 MovieClip "F3" in Frame 167
onClipEvent (load) {
n = 3;
_rotation = 0;
}
Instance of Symbol 247 MovieClip "F9" in Frame 167
onClipEvent (load) {
_rotation = -90;
n = 9;
}
Instance of Symbol 407 MovieClip "F4" in Frame 167
onClipEvent (load) {
n = 4;
_rotation = 90;
}
Instance of Symbol 347 MovieClip "F11" in Frame 167
onClipEvent (load) {
_rotation = 180;
n = 11;
}
Instance of Symbol 445 MovieClip "F16" in Frame 167
onClipEvent (load) {
n = 16;
_rotation = 0;
}
Instance of Symbol 341 MovieClip "F12" in Frame 167
onClipEvent (load) {
_rotation = -90;
n = 12;
}
Instance of Symbol 335 MovieClip "F15" in Frame 167
onClipEvent (load) {
n = 15;
_rotation = 90;
}
Instance of Symbol 245 MovieClip "F8" in Frame 167
onClipEvent (load) {
_rotation = 180;
n = 8;
}
Instance of Symbol 243 MovieClip "F7" in Frame 167
onClipEvent (load) {
_rotation = -90;
n = 7;
}
Instance of Symbol 411 MovieClip "F13" in Frame 167
onClipEvent (load) {
_rotation = 180;
n = 13;
}
Instance of Symbol 373 MovieClip "F20" in Frame 167
onClipEvent (load) {
n = 20;
_rotation = 0;
}
Instance of Symbol 403 MovieClip "F14" in Frame 167
onClipEvent (load) {
_rotation = -90;
n = 14;
}
Instance of Symbol 447 MovieClip "F19" in Frame 167
onClipEvent (load) {
n = 19;
_rotation = 90;
}
Instance of Symbol 302 MovieClip "F1" in Frame 167
onClipEvent (load) {
_rotation = 180;
n = 1;
}
Instance of Symbol 449 MovieClip "F21" in Frame 167
onClipEvent (load) {
n = 21;
_rotation = 90;
}
Instance of Symbol 435 MovieClip "F18" in Frame 167
onClipEvent (load) {
_rotation = -90;
n = 18;
}
Instance of Symbol 451 MovieClip "F22" in Frame 167
onClipEvent (load) {
n = 22;
_rotation = 0;
}
Instance of Symbol 453 MovieClip "F17" in Frame 167
onClipEvent (load) {
_rotation = 180;
n = 17;
}
Instance of Symbol 306 MovieClip "F5" in Frame 167
onClipEvent (load) {
n = 5;
_rotation = 90;
}
Instance of Symbol 314 MovieClip "F2" in Frame 167
onClipEvent (load) {
_rotation = -90;
n = 2;
}
Instance of Symbol 399 MovieClip "F6" in Frame 167
onClipEvent (load) {
n = 6;
_rotation = 0;
}
Symbol 5 MovieClip Frame 1
stop();
Symbol 5 MovieClip Frame 25
stop();
Symbol 5 MovieClip Frame 50
stop();
Symbol 20 Button
on (release) {
level = 1;
level2 = 1;
Set("/:score", 0);
Set("/:startTime", 60);
Set("/:PauseIt", 0);
gotoAndPlay (76);
}
Symbol 64 MovieClip Frame 370
stopAllSounds();
Symbol 74 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 4
gotoAndStop (1);
Symbol 74 MovieClip Frame 7
gotoAndStop (1);
Symbol 74 MovieClip Frame 10
gotoAndStop (1);
Symbol 74 MovieClip Frame 13
gotoAndStop (1);
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 6
gotoAndStop (1);
Symbol 84 MovieClip Frame 10
gotoAndStop (1);
Symbol 84 MovieClip Frame 14
gotoAndStop (1);
Symbol 84 MovieClip Frame 18
gotoAndStop (1);
Symbol 107 MovieClip Frame 2
a = new Array(total);
i = 1;
while (total >= i) {
R = random(total);
if (a[R] != null) {
R = random(total);
if (a[R] != null) {
R = 0;
while (total >= R) {
if (a[R] == null) {
break;
}
R++;
}
}
}
a[R] = i;
i++;
}
x = 0;
while (total >= x) {
x = x + 1;
Set("/:stage" add x, a[x - 1] + 2);
}
Symbol 107 MovieClip Frame 3
stop();
Symbol 111 Button
on (release) {
gotoAndStop (11);
}
Symbol 116 Button
on (release) {
getURL ("http://geocities.com/gumleafgames/gg-porthole.swf", "_blank");
}
Symbol 122 Button
on (release) {
gotoAndStop (37);
}
Symbol 134 Button
on (release) {
level = 1;
level2 = 1;
Set("/:score", 0);
Set("/:startTime", 60);
Set("/:PauseIt", 0);
gotoAndPlay (76);
}
Symbol 149 Button
on (release, keyPress "<Enter>") {
thisplayer = SharedObject.getLocal("player_profile");
if (_root.playername == "Enter your name") {
_root.playername = "";
}
iscore = 1;
while (iscore < 6) {
if (thisplayer.data["highscore" + iscore] == undefined) {
thisplayer.data["highscore" + iscore] = 0;
thisplayer.flush();
}
if (thisplayer.data["playername" + iscore] == undefined) {
thisplayer.data["playername" + iscore] = "";
thisplayer.flush();
}
iscore++;
}
iscore = 1;
while (i < 6) {
if (_root.highscore >= thisplayer.data["highscore" + iscore]) {
nscore = 6;
while (iscore < nscore) {
thisplayer.data["highscore" + nscore] = thisplayer.data["highscore" + (nscore - 1)];
thisplayer.data["playername" + nscore] = thisplayer.data["playername" + (nscore - 1)];
thisplayer.flush();
nscore--;
}
thisplayer.data["highscore" + iscore] = _root.highscore;
thisplayer.data["playername" + iscore] = _root.playername;
thisplayer.flush();
break;
}
iscore++;
}
iscore = 1;
while (iscore < 6) {
_root["highscore" + iscore] = thisplayer.data["highscore" + iscore];
_root["playername" + iscore] = thisplayer.data["playername" + iscore];
iscore++;
}
_root.gotoAndStop("ScoresDone");
}
Symbol 153 MovieClip Frame 1
stop();
Symbol 168 Button
on (release) {
thisplayer = SharedObject.getLocal("player_profile");
iscore = 1;
while (iscore < 6) {
_root["highscore" + iscore] = (thisplayer.data["highscore" + iscore] = 0);
_root["playername" + iscore] = (thisplayer.data["playername" + iscore] = "");
thisplayer.flush();
iscore++;
}
_root.gotoAndStop("ScoresDone");
}
Symbol 173 Button
on (release) {
gotoAndStop (10);
}
Symbol 212 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 213 MovieClip Frame 1
stop();
Symbol 213 MovieClip Frame 2
_parent.stop();
Symbol 213 MovieClip Frame 4
_parent.gotoAndPlay("f" + _parent.tReturn);
gotoAndStop (1);
Symbol 213 MovieClip Frame 20
_parent.stop();
Symbol 213 MovieClip Frame 22
eval ("_root.D" + _parent.dragonflyN).gotoAndStop(3);
_parent.gotoAndPlay("d" + _parent.tReturn);
gotoAndStop (1);
Symbol 225 MovieClip Frame 2
tReturn = 1;
Symbol 225 MovieClip Frame 3
tReturn = 2;
Symbol 225 MovieClip Frame 4
tReturn = 3;
Symbol 225 MovieClip Frame 5
tReturn = 4;
Symbol 225 MovieClip Frame 6
tReturn = 4;
Symbol 225 MovieClip Frame 14
stop();
if (_parent.turn == 1) {
if (_parent._rotation < 1) {
setProperty(_parent, _rotation , int(_parent._rotation + 180));
} else {
setProperty(_parent, _rotation , int(_parent._rotation - 180));
}
}
_root.resetFrogs();
Symbol 225 MovieClip Frame 26
stop();
if (_parent.turn == 1) {
if (_parent._rotation < 1) {
setProperty(_parent, _rotation , int(_parent._rotation + 180));
} else {
setProperty(_parent, _rotation , int(_parent._rotation - 180));
}
}
Symbol 225 MovieClip Frame 32
Set("/:score", /:score + 25);
if (1 < /:combo) {
gotoAndPlay (51);
}
Symbol 225 MovieClip Frame 44
stop();
_root.resetFrogs();
Symbol 225 MovieClip Frame 56
stop();
if (_parent.turn == 1) {
if (_parent._rotation < 1) {
setProperty(_parent, _rotation , int(_parent._rotation + 180));
} else {
setProperty(_parent, _rotation , int(_parent._rotation - 180));
}
}
_root.comboFrogs();
Symbol 229 MovieClip Frame 7
stop();
if ((((_parent._rotation + /:lastR) == 180) and (_parent._rotation != /:lastR)) || (((_parent._rotation + /:lastR) == 0) and (_parent._rotation != /:lastR))) {
if (_parent._rotation < 1) {
setProperty(_parent, _rotation , int(_parent._rotation + 180));
} else {
setProperty(_parent, _rotation , int(_parent._rotation - 180));
}
_root.resetFrogs();
} else {
_parent.gotoAndStop(2);
}
Symbol 230 MovieClip Frame 11
_root.ckeckEnd();
_parent.gotoAndStop(1);
stop();
Symbol 231 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 231 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 231 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 231 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 232 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 233 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 233 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 233 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 233 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 234 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 235 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 235 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 235 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 235 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 236 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 237 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 237 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 237 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 237 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 238 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 239 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 239 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 239 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 239 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 240 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 241 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 241 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 241 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 241 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 242 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 243 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 243 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 243 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 243 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 244 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 245 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 245 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 245 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 245 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 246 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 247 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 247 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 247 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 247 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 248 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 249 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 249 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 249 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 249 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 250 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 251 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 251 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 251 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 251 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 252 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 253 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 253 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 253 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 253 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 254 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 3
Set("/:dragonflyCount", /:dragonflyCount + 1);
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 9
if ((/:comboTemp == 2) || (/:comboTemp == 3)) {
_root.combosound.gotoAndPlay("C1");
} else if ((/:comboTemp == 4) || (/:comboTemp == 5)) {
_root.combosound.gotoAndPlay("C2");
} else if (((/:comboTemp == 6) || (/:comboTemp == 7)) || (/:comboTemp == 9)) {
_root.combosound.gotoAndPlay("C3");
} else {
_root.combosound.gotoAndPlay("C4");
}
Symbol 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 2
_root.T.gotoAndStop(5);
Symbol 270 MovieClip Frame 3
_root.T.gotoAndStop(5);
Symbol 270 MovieClip Frame 11
stop();
_root.gotoAndPlay("nextLevel");
Symbol 272 MovieClip Frame 1
Set("/:time", /:startTime);
Symbol 272 MovieClip Frame 16
if (/:PauseIt == 1) {
gotoAndPlay (2);
}
Symbol 272 MovieClip Frame 17
Set("/:time", /:time - 1);
if ((5 >= /:time) and (/:time >= 1)) {
gotoAndPlay (18);
} else if (0 < /:time) {
gotoAndPlay (2);
} else if ((0 < /:combo) || (/:dragonflyCount == /:dragonflys)) {
stop();
Set("/:timeOver", 1);
} else {
stop();
_root.gotoAndPlay("dead");
}
Symbol 272 MovieClip Frame 19
gotoAndPlay (2);
Symbol 276 Button
on (release) {
Set("/:PauseIt", 1);
gotoAndStop (2);
}
Symbol 282 MovieClip Frame 1
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 2
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 3
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 4
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 5
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 6
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 7
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 8
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 9
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 10
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 11
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 12
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 13
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 14
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 15
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 16
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 17
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 18
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 19
gotoAndPlay(random(20) + 1);
Symbol 282 MovieClip Frame 20
gotoAndPlay(random(20) + 1);
Symbol 284 MovieClip Frame 1
gotoAndPlay(random(4) + 1);
Symbol 284 MovieClip Frame 2
gotoAndPlay(random(4) + 1);
Symbol 284 MovieClip Frame 3
gotoAndPlay(random(4) + 1);
Symbol 284 MovieClip Frame 4
gotoAndPlay(random(4) + 1);
Symbol 289 Button
on (release) {
Set("/:PauseIt", 0);
gotoAndStop (1);
}
Symbol 290 MovieClip Frame 1
stop();
Symbol 290 MovieClip Frame 2
stop();
Symbol 291 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 292 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 292 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 292 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 292 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 293 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 294 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 294 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 294 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 294 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 295 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 296 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 296 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 296 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 296 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 297 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 298 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 298 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 298 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 298 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 299 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 300 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 300 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 300 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 300 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 301 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 302 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 302 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 302 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 302 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 303 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 304 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 304 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 304 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 304 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 305 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 306 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 306 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 306 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 306 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 307 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 308 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 308 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 308 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 308 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 309 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 310 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 310 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 310 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 310 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 311 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 312 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 312 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 312 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 312 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 313 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 314 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 314 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 314 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 314 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 315 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 316 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 316 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 316 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 316 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 317 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 318 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 318 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 318 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 318 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 319 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 320 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 320 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 320 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 320 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 321 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 322 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 322 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 322 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 322 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 323 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 324 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 324 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 324 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 324 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 325 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 326 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 326 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 326 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 326 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 327 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 328 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 328 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 328 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 328 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 329 MovieClip Frame 1
stop();
Symbol 329 MovieClip Frame 3
Set("/:dragonflyCount", /:dragonflyCount + 1);
Symbol 330 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 331 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 331 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 331 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 331 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 332 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 333 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 333 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 333 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 333 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 334 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 335 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 335 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 335 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 335 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 336 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 337 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 337 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 337 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 337 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 338 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 339 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 339 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 339 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 339 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 340 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 341 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 341 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 341 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 341 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 342 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 343 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 343 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 343 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 343 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 344 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 345 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 345 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 345 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 345 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 346 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 347 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 347 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 347 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 347 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 348 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 349 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 349 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 349 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 349 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 350 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 351 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 351 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 351 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 351 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 352 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 353 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 353 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 353 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 353 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 354 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 355 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 355 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 355 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 355 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 356 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 357 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 357 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 357 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 357 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 358 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 359 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 359 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 359 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 359 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 360 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 361 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 361 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 361 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 361 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 362 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 363 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 363 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 363 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 363 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 364 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 365 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 365 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 365 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 365 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 366 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 367 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 367 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 367 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 367 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 368 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 369 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 369 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 369 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 369 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 370 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 371 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 371 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 371 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 371 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 372 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 373 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 373 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 373 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 373 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 374 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 375 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 375 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 375 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 375 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 376 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 377 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 377 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 377 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 377 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 378 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 379 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 379 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 379 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 379 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 380 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 381 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 381 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 381 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 381 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 382 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 383 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 383 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 383 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 383 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 384 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 385 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 385 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 385 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 385 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 386 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 387 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 387 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 387 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 387 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 388 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 389 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 389 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 389 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 389 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 390 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 391 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 391 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 391 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 391 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 392 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 393 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 393 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 393 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 393 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 394 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 395 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 395 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 395 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 395 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 396 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 397 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 397 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 397 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 397 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 398 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 399 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 399 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 399 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 399 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 400 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 401 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 401 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 401 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 401 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 402 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 403 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 403 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 403 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 403 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 404 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 405 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 405 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 405 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 405 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 406 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 407 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 407 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 407 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 407 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 408 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 409 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 409 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 409 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 409 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 410 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 411 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 411 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 411 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 411 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 412 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 413 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 413 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 413 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 413 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 414 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 415 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 415 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 415 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 415 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 416 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 417 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 417 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 417 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 417 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 418 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 419 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 419 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 419 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 419 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 420 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 421 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 421 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 421 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 421 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 422 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 423 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 423 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 423 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 423 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 424 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 425 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 425 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 425 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 425 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 426 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 427 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 427 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 427 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 427 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 428 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 429 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 429 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 429 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 429 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 430 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 431 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 431 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 431 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 431 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 432 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 433 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 433 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 433 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 433 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 434 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 435 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 435 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 435 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 435 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 436 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 437 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 437 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 437 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 437 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 438 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 439 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 439 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 439 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 439 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 440 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 441 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 441 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 441 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 441 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 442 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 443 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 443 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 443 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 443 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 444 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 445 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 445 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 445 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 445 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 446 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 447 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 447 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 447 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 447 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 448 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 449 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 449 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 449 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 449 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 450 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 451 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 451 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 451 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 451 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}
Symbol 452 Button
on (release) {
if (/:busy != 1) {
Set("/:busy", 1);
gotoAndStop (2);
}
}
Symbol 453 MovieClip Frame 1
stop();
licking = 0;
turn = 0;
Symbol 453 MovieClip Frame 2
licking = 0;
Set("/:combo", /:combo + 1);
Set("/:frogC" + /:combo, n);
Instance of Symbol 225 MovieClip "F" in Symbol 453 MovieClip Frame 2
onClipEvent (enterFrame) {
x = 0;
while (/:frogs >= x) {
if ((this.hitTest("_root.F" + x) and (x != _parent.n)) and (_parent.licking == 0)) {
Set("/:lastR", _parent._rotation);
_parent.licking = 1;
eval ("_root.F" + x).gotoAndStop(3);
pause.gotoAndPlay(2);
break;
}
x++;
}
x = 1;
while (/:dragonflys >= x) {
if (this.hitTest("_root.D" + x) and (_parent.licking == 0)) {
_parent.licking = 1;
dragonflyN = x;
pause.gotoAndPlay(20);
break;
}
x++;
}
}
Symbol 453 MovieClip Frame 3
licking = 0;
turn = 1;
r = random(10) + 1;
if (r < 3) {
_root.slap.gotoAndPlay("S1");
} else if (r < 5) {
_root.slap.gotoAndPlay("S2");
} else if (r < 7) {
_root.slap.gotoAndPlay("S3");
} else {
_root.slap.gotoAndPlay("S4");
}