STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228091
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/86352389?noj=FRM86352389-4DC" width="1" height="1"></div>

bee.swf

This is the info page for
Flash #17282

(Click the ID number above for more basic data on this flash file.)


Text
LOADING GAME: 84K

PLAY

PLAY

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

-----

----------------

0

bug follow

crabcol1

crabcol2

bug move

fruitcol1

fruitcol2

flower

heart

star

crabsound

fruitsound-2

starsound-3

heartsound-4

lightsound-5

w1star

w2star

w3star

starsound-w10

bug walkfollow

crabgo

0

50

starcol1

starcol2

heartcol1

heartcol2

lightcol1

lightcol2

winlosecheck

w1starcol1

w1starcol2

w2starcol1

w2starcol2

w3starcol1

w3starcol2

lightcheck

bombspincol1

bombspincol2

crabbomb3col1

crabbombcol2

bomb1timer

90

crabhurt1

redcrabcol1

redcrabcol2

bugswap

100mark

crab follow

light follow

crabredfollow

-1

-5

+1

+10

light follow2

YOU LOSE

PLAY  AGAIN

PLAY  AGAIN

Y / N

YOU WON
YEAH!!!

YOU WON
YEAH!!!

0

50

0

flower

0

DONE

CONGRATULATIONS !

ActionScript [AS1/AS2]

Frame 1
play(); loadVariablesNum ("http://www.sess.net/gamezone/aa_s1.txt", "0");
Frame 3
ifFrameLoaded (100) { gotoAndStop (11); }
Frame 6
ifFrameLoaded (100) { gotoAndStop (11); }
Frame 8
gotoAndPlay (4);
Frame 16
stop();
Frame 18
stop(); setProperty("end", _visible , "0"); setProperty("win", _visible , "0"); setProperty("starblast", _visible , "0"); setProperty("starblast2", _visible , "0"); setProperty("zap", _visible , "0"); setProperty("/spin1", _visible , "1"); setProperty("zap1", _visible , "0"); setProperty("zap2", _visible , "0"); setProperty("zap3", _visible , "0"); setProperty("blowup", _visible , "0"); setProperty("/p", _x , "320"); setProperty("/p", _y , "250");
Frame 19
stop();
Frame 20
stop(); if (/:aa_s1_score25 < /:score) { setProperty("/enter", _visible , "1"); } else { setProperty("/enter", _visible , "0"); setProperty("/timeend", _visible , "1"); setProperty("/timeend", _x , "300"); setProperty("/timeend", _y , "200"); }
Symbol 18 Button
on (press) { gotoAndStop (18); }
Symbol 76 Button
on (release) { getURL ("http://www.sess.net/home.shtml"); }
Symbol 80 MovieClip Frame 1
stop();
Symbol 83 Button
on (keyPress "<Right>") { tellTarget ("/right") { gotoAndPlay (2); }; tellTarget ("/left") { stop(); }; tellTarget ("/up") { stop(); }; tellTarget ("/down") { stop(); } } on (keyPress "<Down>") { tellTarget ("/down") { gotoAndPlay (2); }; tellTarget ("/right") { stop(); }; tellTarget ("/left") { stop(); }; tellTarget ("/up") { stop(); } } on (keyPress "<Left>") { tellTarget ("/left") { gotoAndPlay (2); }; tellTarget ("/right") { stop(); }; tellTarget ("/down") { stop(); }; tellTarget ("/up") { stop(); } } on (keyPress "<Up>") { tellTarget ("/up") { gotoAndPlay (2); }; tellTarget ("/right") { stop(); }; tellTarget ("/left") { stop(); }; tellTarget ("/down") { stop(); } } on (keyPress "<Space>") { if ("350" < getProperty("/p", _y)) { tellTarget ("/superup") { gotoAndPlay (2); }; } if (getProperty("/p", _y) < "351") { tellTarget ("/superdown") { gotoAndPlay (2); }; } tellTarget ("/right") { stop(); }; tellTarget ("/down") { stop(); }; tellTarget ("/up") { stop(); }; tellTarget ("/left") { stop(); } }
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 2
if (getProperty("/p", _x) < "600") { setProperty("/spin1", _rotation , "90"); }
Symbol 84 MovieClip Frame 4
if (getProperty("/p", _x) < "600") { setProperty("/p", _x , getProperty("/p", _x) + "30"); prevFrame(); } play();
Symbol 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 2
if (getProperty("/p", _y) < "355") { setProperty("/spin1", _rotation , "180"); }
Symbol 85 MovieClip Frame 4
if (getProperty("/p", _y) < "355") { prevFrame(); setProperty("/p", _y , getProperty("/p", _y) + "30"); } play();
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 2
if ("40" < getProperty("/p", _x)) { setProperty("/spin1", _rotation , "270"); }
Symbol 86 MovieClip Frame 4
if ("40" < getProperty("/p", _x)) { setProperty("/p", _x , getProperty("/p", _x) - "30"); prevFrame(); } play();
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 2
if ("50" < getProperty("/p", _y)) { setProperty("/spin1", _rotation , "360"); }
Symbol 87 MovieClip Frame 4
if ("50" < getProperty("/p", _y)) { setProperty("/p", _y , getProperty("/p", _y) - "30"); prevFrame(); } play();
Symbol 88 MovieClip Frame 5
call("/subroutines:checkCollision"); gotoAndPlay (1);
Symbol 89 MovieClip Frame 1
thisX = getProperty("/p", _x); thisY = getProperty("/p", _y); spX = getProperty("/spin1", _x); spY = getProperty("/spin1", _y); difX = thisX - spX; difY = thisY - spY; xStp = difX / "5"; yStp = difY / "5"; setProperty("/spin1", _x , spX + xStp); setProperty("/spin1", _y , spY + yStp);
Symbol 89 MovieClip Frame 2
thisX = getProperty("/p", _x); thisY = getProperty("/p", _y); spX = getProperty("/spin1", _x); spY = getProperty("/spin1", _y); difX = thisX - spX; difY = thisY - spY; xStp = difX / "5"; yStp = difY / "5"; setProperty("/spin1", _x , spX + xStp); setProperty("/spin1", _y , spY + yStp);
Symbol 100 MovieClip Frame 1
setProperty("/fuel", _x , random("600") + "19");
Symbol 104 MovieClip Frame 1
setProperty("/w1star", _x , random("600") + "19"); setProperty("/w1star", _y , random("150") + "40"); setProperty("/w1star", _visible , "1");
Symbol 104 MovieClip Frame 59
setProperty("/w1star", _x , "900"); setProperty("/w1star", _y , "900"); setProperty("/w1star", _visible , "0");
Symbol 107 MovieClip Frame 118
setProperty("/heart", _x , random("600") + "19"); setProperty("/heart", _y , random("250") + "40"); setProperty("/heart", _visible , "1");
Symbol 107 MovieClip Frame 164
setProperty("/heart", _x , "700"); setProperty("/heart", _y , "700"); setProperty("/heart", _visible , "0");
Symbol 118 MovieClip Frame 1
stop();
Symbol 118 MovieClip Frame 2
setProperty("/spin1", _rotation , "180");
Symbol 118 MovieClip Frame 4
if ("0" < getProperty("/p", _y)) { setProperty("/p", _y , "370"); setProperty("/blast", _x , getProperty("/spin1", _x)); setProperty("/blast", _y , getProperty("/spin1", _y)); setProperty("/blast", _visible , "1"); tellTarget ("/blast") { gotoAndPlay (2); }; prevFrame(); } else { stop(); }
Symbol 119 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 7
setProperty("/blast2", _x , -"700"); setProperty("/blast2", _y , -"700"); setProperty("/blast2", _visible , "0");
Symbol 120 MovieClip Frame 48
setProperty("/star", _x , random("800") - "50"); setProperty("/star", _y , random("250") + "40"); setProperty("/star", _visible , "1");
Symbol 120 MovieClip Frame 101
setProperty("/star", _x , "700"); setProperty("/star", _y , "700"); setProperty("/star", _visible , "0");
Symbol 122 MovieClip Frame 83
setProperty("/w2star", _x , random("600") + "19"); setProperty("/w2star", _y , random("250") + "40"); setProperty("/w1star", _visible , "1");
Symbol 122 MovieClip Frame 133
setProperty("/w2star", _x , "700"); setProperty("/w2star", _y , "700"); setProperty("/w2star", _visible , "0");
Symbol 124 MovieClip Frame 198
setProperty("/w3star", _x , random("600") + "19"); setProperty("/w3star", _y , random("150") + "40"); setProperty("/w3star", _visible , "1");
Symbol 124 MovieClip Frame 297
setProperty("/w3star", _x , "700"); setProperty("/w3star", _y , "700"); setProperty("/w3star", _visible , "0");
Symbol 127 MovieClip Frame 1
stop();
Symbol 127 MovieClip Frame 2
setProperty("/spin1", _rotation , "0");
Symbol 127 MovieClip Frame 4
if ("0" < getProperty("/p", _y)) { setProperty("/p", _y , "50"); setProperty("/blast2", _x , getProperty("/spin1", _x)); setProperty("/blast2", _y , getProperty("/spin1", _y)); setProperty("/blast2", _visible , "1"); tellTarget ("/blast2") { gotoAndPlay (2); }; prevFrame(); } else { stop(); }
Symbol 128 MovieClip Frame 1
thisX = getProperty("/p", _x); thisY = getProperty("/p", _y); spX = getProperty("/bugwalk", _x); spY = getProperty("/bugwalk", _y); difX = thisX - spX; difY = thisY - spY; xStp = difX / "5"; yStp = difY / "5"; setProperty("/bugwalk", _x , spX + xStp); setProperty("/bugwalk", _y , spY + yStp);
Symbol 128 MovieClip Frame 2
thisX = getProperty("/p", _x); thisY = getProperty("/p", _y); spX = getProperty("/bugwalk", _x); spY = getProperty("/bugwalk", _y); difX = thisX - spX; difY = thisY - spY; xStp = difX / "5"; yStp = difY / "5"; setProperty("/bugwalk", _x , spX + xStp); setProperty("/bugwalk", _y , spY + yStp);
Symbol 133 MovieClip Frame 1
call("initObjects"); stop();
Symbol 133 MovieClip Frame 10
radius1 = getProperty("/spin1", _width) / "2"; radius2 = getProperty("/crab1", _width) / "2"; setProperty("/boom", _visible , "0");
Symbol 133 MovieClip Frame 20
if ("0" < /:heart) { obj1_x = getProperty("/spin1", _x); obj2_x = getProperty("/crab1", _x); delta_x = obj1_x - obj2_x; obj1_y = getProperty("/spin1", _y); obj2_y = getProperty("/crab1", _y); delta_y = obj1_y - obj2_y; if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) { Set("/:heart", /:heart - "1"); tellTarget ("/sound") { play(); }; setProperty("/boom", _x , getProperty("/spin1", _x)); setProperty("/boom", _y , getProperty("/spin1", _y)); setProperty("/boom", _visible , "1"); tellTarget ("/boom") { gotoAndPlay (1); }; } else { setProperty("/boom", _visible , "0"); } }
Symbol 135 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 2
call("/subroutines2:checkCollision"); gotoAndPlay (1);
Symbol 137 MovieClip Frame 1
call("initObjects"); stop();
Symbol 137 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 137 MovieClip Frame 20
if (/:score >= "0") { obj1_x = getProperty("/spin1", _x); obj2_x = getProperty("/fuel", _x); delta_x = obj1_x - obj2_x; obj1_y = getProperty("/spin1", _y); obj2_y = getProperty("/fuel", _y); delta_y = obj1_y - obj2_y; if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) { setProperty("/point1", _visible , "1"); setProperty("/fruitblast", _x , getProperty("/spin1", _x)); setProperty("/fruitblast", _y , getProperty("/spin1", _y)); setProperty("/fruitblast", _visible , "1"); Set("/:score", /:score + "1"); tellTarget ("/sound2") { play(); }; } else { setProperty("/point1", _visible , "0"); } }
Symbol 139 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 2
call("/subroutines3:checkCollision"); gotoAndPlay (1);
Symbol 145 MovieClip Frame 1
call("initObjects"); stop();
Symbol 145 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 145 MovieClip Frame 20
if (/:score >= "0") { obj1_x = getProperty("/spin1", _x); obj2_x = getProperty("/star", _x); delta_x = obj1_x - obj2_x; obj1_y = getProperty("/spin1", _y); obj2_y = getProperty("/star", _y); delta_y = obj1_y - obj2_y; if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) { setProperty("/point1", _visible , "1"); Set("/:score", /:score + "10"); setProperty("/star", _x , "700"); setProperty("/star", _y , "700"); setProperty("/starblast", _x , getProperty("/spin1", _x)); setProperty("/starblast", _y , getProperty("/spin1", _y)); setProperty("/starblast", _visible , "1"); tellTarget ("/starblast") { gotoAndPlay (2); }; tellTarget ("/sound3") { play(); }; gotoAndStop (1); } else { setProperty("/point1", _visible , "0"); } }
Symbol 146 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 2
call("/subroutines4:checkCollision"); gotoAndPlay (1);
Symbol 150 MovieClip Frame 1
call("initObjects"); stop();
Symbol 150 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 150 MovieClip Frame 20
if (/:heart >= "0") { obj1_x = getProperty("/spin1", _x); obj2_x = getProperty("/heart", _x); delta_x = obj1_x - obj2_x; obj1_y = getProperty("/spin1", _y); obj2_y = getProperty("/heart", _y); delta_y = obj1_y - obj2_y; if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) { setProperty("/point2", _visible , "1"); Set("/:heart", /:heart + "1"); setProperty("/heart", _x , "700"); setProperty("/heart", _y , "700"); tellTarget ("/heartblast") { gotoAndPlay (2); play(); }; setProperty("/heartblast", _x , getProperty("/spin1", _x)); setProperty("/heartblast", _y , getProperty("/spin1", _y)); setProperty("/heartblast", _visible , "1"); tellTarget ("/sound4") { gotoAndPlay (2); }; gotoAndStop (1); } else { setProperty("/point2", _visible , "0"); } }
Symbol 151 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 2
call("/subroutines5:checkCollision"); gotoAndPlay (1);
Symbol 155 MovieClip Frame 1
call("initObjects"); stop();
Symbol 155 MovieClip Frame 10
radius1 = getProperty("/spin1", _width) / "2"; radius2 = getProperty("/light", _width) / "2";
Symbol 155 MovieClip Frame 20
if (/:heart >= "0") { obj1_x = getProperty("/spin1", _x); obj2_x = getProperty("/light", _x); delta_x = obj1_x - obj2_x; obj1_y = getProperty("/spin1", _y); obj2_y = getProperty("/light", _y); delta_y = obj1_y - obj2_y; if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) { Set("/:heart", /:heart - "5"); setProperty("/light", _x , "350"); setProperty("/light", _y , "-700"); setProperty("/zap", _x , getProperty("/spin1", _x)); setProperty("/zap", _y , getProperty("/spin1", _y)); setProperty("/zap", _visible , "1"); tellTarget ("/zap") { play(); }; tellTarget ("/sound5") { play(); }; gotoAndStop (1); } }
Symbol 158 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 2
call("/subroutines10:checkCollision"); gotoAndPlay (1);
Symbol 162 MovieClip Frame 1
call("initObjects"); stop();
Symbol 162 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 162 MovieClip Frame 20
if (/:score >= "0") { obj1_x = getProperty("/spin1", _x); obj2_x = getProperty("/w1star", _x); delta_x = obj1_x - obj2_x; obj1_y = getProperty("/spin1", _y); obj2_y = getProperty("/w1star", _y); delta_y = obj1_y - obj2_y; if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) { setProperty("/point1", _visible , "1"); Set("/:score", /:score + "1"); setProperty("/w1star", _x , "700"); setProperty("/w1star", _y , "700"); setProperty("/starblast2", _x , getProperty("/spin1", _x)); setProperty("/starblast2", _y , getProperty("/spin1", _y)); setProperty("/starblast2", _visible , "1"); tellTarget ("/starblast2") { gotoAndPlay (2); }; tellTarget ("/sound10") { play(); }; gotoAndStop (1); } else { setProperty("/point1", _visible , "0"); } }
Symbol 165 MovieClip Frame 2
call("/subroutines11:checkCollision"); gotoAndPlay (1);
Symbol 166 MovieClip Frame 1
call("initObjects"); stop();
Symbol 166 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 166 MovieClip Frame 20
if (/:score >= "0") { obj1_x = getProperty("/spin1", _x); obj2_x = getProperty("/w2star", _x); delta_x = obj1_x - obj2_x; obj1_y = getProperty("/spin1", _y); obj2_y = getProperty("/w2star", _y); delta_y = obj1_y - obj2_y; if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) { setProperty("/point1", _visible , "1"); Set("/:score", /:score + "1"); setProperty("/w2star", _x , "700"); setProperty("/w2star", _y , "700"); setProperty("/starblast2", _x , getProperty("/spin1", _x)); setProperty("/starblast2", _y , getProperty("/spin1", _y)); setProperty("/starblast2", _visible , "1"); tellTarget ("/starblast2") { gotoAndPlay (2); }; tellTarget ("/sound10") { play(); }; gotoAndStop (1); } else { setProperty("/point1", _visible , "0"); } }
Symbol 169 MovieClip Frame 2
call("/subroutines12:checkCollision"); gotoAndPlay (1);
Symbol 170 MovieClip Frame 1
call("initObjects"); stop();
Symbol 170 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 170 MovieClip Frame 20
if (/:score >= "0") { obj1_x = getProperty("/spin1", _x); obj2_x = getProperty("/w3star", _x); delta_x = obj1_x - obj2_x; obj1_y = getProperty("/spin1", _y); obj2_y = getProperty("/w3star", _y); delta_y = obj1_y - obj2_y; if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) { setProperty("/point1", _visible , "1"); Set("/:score", /:score + "1"); setProperty("/w3star", _x , "700"); setProperty("/w3star", _y , "700"); setProperty("/starblast2", _x , getProperty("/spin1", _x)); setProperty("/starblast2", _y , getProperty("/spin1", _y)); setProperty("/starblast2", _visible , "1"); tellTarget ("/starblast2") { gotoAndPlay (2); }; tellTarget ("/sound10") { play(); }; gotoAndStop (1); } else { setProperty("/point1", _visible , "0"); } }
Symbol 171 MovieClip Frame 1
stop();
Symbol 172 MovieClip Frame 1
if ("0" < /:score) { setProperty("/light", _visible , "1"); tellTarget ("/l1") { play(); }; } else { tellTarget ("/l1") { stop(); }; setProperty("/light", _visible , "0"); }
Symbol 176 MovieClip Frame 4
call("/subroutines13:checkCollision"); gotoAndPlay (1);
Symbol 177 MovieClip Frame 1
call("initObjects"); stop();
Symbol 177 MovieClip Frame 10
radius1 = getProperty("/bomb", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 177 MovieClip Frame 20
if (/:heart >= "0") { obj1_x = getProperty("/spin1", _x); obj2_x = getProperty("/bomb", _x); delta_x = obj1_x - obj2_x; obj1_y = getProperty("/spin1", _y); obj2_y = getProperty("/bomb", _y); delta_y = obj1_y - obj2_y; if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) { Set("/:heart", /:heart - "1"); setProperty("/zap2", _x , getProperty("/spin1", _x)); setProperty("/zap2", _y , getProperty("/spin1", _y)); setProperty("/zap2", _visible , "1"); tellTarget ("/soundbomb") { play(); }; gotoAndStop (1); } }
Symbol 180 MovieClip Frame 2
call("/subroutines14:checkCollision"); gotoAndPlay (1);
Symbol 181 MovieClip Frame 1
call("initObjects"); stop();
Symbol 181 MovieClip Frame 10
radius1 = getProperty("/bomb", _width) / "2"; radius2 = getProperty("/crab1", _width) / "2";
Symbol 181 MovieClip Frame 20
if (/:heart >= "0") { obj1_x = getProperty("/bomb", _x); obj2_x = getProperty("/crab1", _x); delta_x = obj1_x - obj2_x; obj1_y = getProperty("/bomb", _y); obj2_y = getProperty("/crab1", _y); delta_y = obj1_y - obj2_y; if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) { setProperty("/snailred", _x , getProperty("/crab1", _x)); setProperty("/snailred", _visible , "1"); tellTarget ("/crabredfollow") { play(); }; setProperty("/light3", _x , "350"); tellTarget ("/crabhurt1") { play(); }; tellTarget ("/sound5") { play(); }; gotoAndStop (1); } else { setProperty("/crabred", _visible , "0"); setProperty("/crabred", _x , -"300"); } }
Symbol 185 MovieClip Frame 1
if (/:time == "0") { Set("/:time", "90"); }
Symbol 185 MovieClip Frame 2
Set("/:time", /:time - "1");
Symbol 185 MovieClip Frame 3
if (/:time < "1") { tellTarget ("/") { gotoAndStop ("win"); }; }
Symbol 188 MovieClip Frame 1
stop();
Symbol 188 MovieClip Frame 2
setProperty("/lightred", _x , getProperty("/light", _x)); setProperty("/lightred", _y , getProperty("/light", _y)); setProperty("/lightred", _visible , "1");
Symbol 188 MovieClip Frame 14
setProperty("/bomb", _x , getProperty("/lightred", _x)); setProperty("/bomb", _y , getProperty("/lightred", _y)); setProperty("/lightred", _visible , "0"); tellTarget ("/bomb") { gotoAndPlay (1); }
Symbol 189 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 5
stop();
Symbol 191 MovieClip Frame 3
call("/subroutines15:checkCollision"); gotoAndPlay (1);
Symbol 194 MovieClip Frame 1
call("initObjects"); stop();
Symbol 194 MovieClip Frame 10
radius1 = getProperty("/spin1", _width) / "2"; radius2 = getProperty("/snailred", _width) / "2"; setProperty("/boom", _visible , "0");
Symbol 194 MovieClip Frame 20
if ("0" < /:heart) { obj1_x = getProperty("/spin1", _x); obj2_x = getProperty("/snailred", _x); delta_x = obj1_x - obj2_x; obj1_y = getProperty("/spin1", _y); obj2_y = getProperty("/snailred", _y); delta_y = obj1_y - obj2_y; if (((radius1 + radius2) * (radius1 + radius2)) >= ((delta_x * delta_x) + (delta_y * delta_y))) { Set("/:heart", /:heart - "1"); tellTarget ("/sound") { play(); }; setProperty("/boom", _x , getProperty("/spin1", _x)); setProperty("/boom", _y , getProperty("/spin1", _y)); setProperty("/boom", _visible , "1"); tellTarget ("/boom") { gotoAndPlay (1); }; } else { setProperty("/boom", _visible , "0"); } }
Symbol 200 MovieClip Frame 1
thisX = getProperty("/spin1", _x); spX = getProperty("/crab1", _x); difX = thisX - spX; xStp = difX / "50"; setProperty("/crab1", _x , spX + xStp);
Symbol 200 MovieClip Frame 2
thisX = getProperty("/spin1", _x); spX = getProperty("/crab1", _x); difX = thisX - spX; xStp = difX / "50"; setProperty("/crab1", _x , spX + xStp);
Symbol 201 MovieClip Frame 1
if (getProperty("/light", _y) < "260") { thisX = getProperty("/spin1", _x); thisY = getProperty("/spin1", _y); spX = getProperty("/light", _x); spY = getProperty("/light", _y); difX = thisX - spX; difY = thisY - spY; xStp = difX / "60"; yStp = difY / "60"; setProperty("/light", _x , spX + xStp); setProperty("/light", _y , spY + yStp); } else { setProperty("/light", _y , "259"); }
Symbol 201 MovieClip Frame 2
if (getProperty("/light", _y) < "260") { thisX = getProperty("/spin1", _x); thisY = getProperty("/spin1", _y); spX = getProperty("/light", _x); spY = getProperty("/light", _y); difX = thisX - spX; difY = thisY - spY; xStp = difX / "60"; yStp = difY / "60"; setProperty("/light", _x , spX + xStp); setProperty("/light", _y , spY + yStp); } else { setProperty("/light", _y , "259"); }
Symbol 202 MovieClip Frame 1
thisX = getProperty("/spin1", _x); spX = getProperty("/snailred", _x); difX = thisX - spX; xStp = difX / "30"; setProperty("/snailred", _x , spX + xStp);
Symbol 202 MovieClip Frame 2
thisX = getProperty("/spin1", _x); spX = getProperty("/snailred", _x); difX = thisX - spX; xStp = difX / "30"; setProperty("/snailred", _x , spX + xStp);
Symbol 203 MovieClip Frame 1
if ("0" >= /:heart) { setProperty("/end", _visible , "1"); setProperty("/fuel", _visible , "0"); setProperty("/boom", _visible , "0"); setProperty("/heartblast", _visible , "0"); setProperty("/starblast", _visible , "0"); setProperty("/zap", _visible , "0"); setProperty("/light", _visible , "0"); setProperty("/spin1", _visible , "0"); setProperty("/lose", _visible , "1"); setProperty("/lose", _x , "300"); setProperty("/lose", _y , "200"); setProperty("/p", _x , "320"); setProperty("/p", _y , -"700"); tellTarget ("/") { gotoAndStop ("lose"); }; } else { setProperty("/end", _visible , "0"); setProperty("/fuel", _visible , "1"); setProperty("/spin1", _visible , "1"); setProperty("/lose", _visible , "0"); setProperty("/lose", _x , "-700"); setProperty("/lose", _y , "-700"); }
Symbol 204 MovieClip Frame 1
play(); if (/:time < "30") { tellTarget ("/") { gotoAndStop ("100"); }; }
Symbol 204 MovieClip Frame 2
prevFrame();
Symbol 210 MovieClip Frame 1
stop();
Symbol 210 MovieClip Frame 11
setProperty("/zap", _x , "-700"); setProperty("/zap", _y , "-700"); setProperty("/zap", _visible , "0");
Symbol 212 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 2
play();
Symbol 212 MovieClip Frame 16
setProperty("/heartblast", _x , "-700"); setProperty("/heartblast", _y , "-700"); setProperty("/heartblast", _visible , "0");
Symbol 213 MovieClip Frame 1
play();
Symbol 213 MovieClip Frame 5
setProperty("/fruitblast", _x , "-700"); setProperty("/fruitblast", _y , "-700"); setProperty("/fruitblast", _visible , "0");
Symbol 216 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 2
play();
Symbol 216 MovieClip Frame 13
setProperty("/starblast", _x , "-700"); setProperty("/starblast", _y , "-700"); setProperty("/starblast", _visible , "0");
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 2
play();
Symbol 217 MovieClip Frame 8
setProperty("/starblast2", _x , "-700"); setProperty("/starblast2", _y , "-700"); setProperty("/starblast2", _visible , "0");
Symbol 218 MovieClip Frame 1
play();
Symbol 218 MovieClip Frame 18
setProperty("/zap2", _x , "-700"); setProperty("/zap2", _y , "-700"); setProperty("/zap2", _visible , "0");
Symbol 232 MovieClip Frame 1
if (getProperty("/light2", _y) < "240") { thisX = getProperty("/spin1", _x); thisY = getProperty("/spin1", _y); spX = getProperty("/light2", _x); spY = getProperty("/light2", _y); difX = thisX - spX; difY = thisY - spY; xStp = difX / "75"; yStp = difY / "75"; setProperty("/light2", _x , spX + xStp); setProperty("/light2", _y , spY + yStp); } else { setProperty("/light2", _y , "239"); }
Symbol 232 MovieClip Frame 2
if (getProperty("/light2", _y) < "240") { thisX = getProperty("/spin1", _x); thisY = getProperty("/spin1", _y); spX = getProperty("/light2", _x); spY = getProperty("/light2", _y); difX = thisX - spX; difY = thisY - spY; xStp = difX / "75"; yStp = difY / "75"; setProperty("/light2", _x , spX + xStp); setProperty("/light2", _y , spY + yStp); } else { setProperty("/light2", _y , "239"); }
Symbol 233 MovieClip Frame 1
setProperty("/snailred", _visible , "0"); tellTarget ("/crabredfollow") { stop(); }; stop();
Symbol 233 MovieClip Frame 2
setProperty("/snailred", _x , getProperty("crab1", _x));
Symbol 233 MovieClip Frame 3
counter = "0"; setProperty("/crab1", _visible , "0"); setProperty("/crab1", _x , -"300"); tellTarget ("/crabfollow") { stop(); }
Symbol 233 MovieClip Frame 19
counter = counter + "1"; if (counter < "20") { gotoAndPlay (4); }
Symbol 233 MovieClip Frame 20
setProperty("/crab1", _x , getProperty("/snailred", _x));
Symbol 233 MovieClip Frame 21
setProperty("/crab1", _visible , "1"); setProperty("/snailred", _visible , "0"); setProperty("/snailred", _x , -"200"); tellTarget ("/crabfollow") { play(); }; tellTarget ("/crabredfollow") { stop(); }; stop();
Symbol 234 MovieClip Frame 2
if ("365" < getProperty("/spin1", _y)) { setProperty("/spin1", _visible , "0"); setProperty("/bugwalk", _visible , "1"); setProperty("/bugwalk", _x , "GetProperty (\"/spin1\",_x)"); } else { setProperty("/bugwalk", _visible , "0"); setProperty("/spin1", _visible , "1"); }
Symbol 234 MovieClip Frame 3
if ("365" < getProperty("/spin1", _y)) { setProperty("/spin1", _visible , "0"); setProperty("/bugwalk", _visible , "1"); setProperty("/bugwalk", _x , "GetProperty (\"/spin1\",_x)"); } else { setProperty("/bugwalk", _visible , "0"); setProperty("/spin1", _visible , "1"); } gotoAndPlay (2);
Symbol 242 Button
on (press) { getURL ("aa_s1.shtml"); tellTarget ("/") { gotoAndPlay (1); }; Set("/:score", "0"); Set("/:heart", "50"); Set("/:time", "0"); }
Symbol 243 Button
on (press) { getURL ("aaindex.shtml", "_self"); }
Symbol 250 MovieClip Frame 134
stop();
Symbol 255 MovieClip Frame 1
thisX = getProperty("/spin1", _x); spX = getProperty("/crab1", _x); difX = thisX - spX; xStp = difX / "35"; setProperty("/crab1", _x , spX + xStp);
Symbol 255 MovieClip Frame 2
thisX = getProperty("/spin1", _x); spX = getProperty("/crab1", _x); difX = thisX - spX; xStp = difX / "35"; setProperty("/crab1", _x , spX + xStp);
Symbol 256 MovieClip Frame 1
if (getProperty("/light", _y) < "260") { thisX = getProperty("/spin1", _x); thisY = getProperty("/spin1", _y); spX = getProperty("/light", _x); spY = getProperty("/light", _y); difX = thisX - spX; difY = thisY - spY; xStp = difX / "35"; yStp = difY / "35"; setProperty("/light", _x , spX + xStp); setProperty("/light", _y , spY + yStp); } else { setProperty("/light", _y , "259"); }
Symbol 256 MovieClip Frame 2
if (getProperty("/light", _y) < "260") { thisX = getProperty("/spin1", _x); thisY = getProperty("/spin1", _y); spX = getProperty("/light", _x); spY = getProperty("/light", _y); difX = thisX - spX; difY = thisY - spY; xStp = difX / "35"; yStp = difY / "35"; setProperty("/light", _x , spX + xStp); setProperty("/light", _y , spY + yStp); } else { setProperty("/light", _y , "259"); }
Symbol 257 MovieClip Frame 1
thisX = getProperty("/spin1", _x); spX = getProperty("/snailred", _x); difX = thisX - spX; xStp = difX / "20"; setProperty("/snailred", _x , spX + xStp);
Symbol 257 MovieClip Frame 2
thisX = getProperty("/spin1", _x); spX = getProperty("/snailred", _x); difX = thisX - spX; xStp = difX / "20"; setProperty("/snailred", _x , spX + xStp);
Symbol 258 MovieClip Frame 1
play(); if ("55" < /:score) { tellTarget ("/") { gotoAndStop ("fish"); }; }
Symbol 258 MovieClip Frame 2
prevFrame();
Symbol 259 MovieClip Frame 59
stop();
Symbol 263 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 1
cun = "0";
Symbol 266 MovieClip Frame 2
cun = cun + random("3");
Symbol 266 MovieClip Frame 3
if (cun < "10") { gotoAndPlay (2); }
Symbol 266 MovieClip Frame 4
setProperty("fw", _x , random("540") + "50"); setProperty("fw", _y , random("220") + "40"); setProperty("fw2", _x , random("540") + "50"); setProperty("fw2", _y , random("220") + "40"); setProperty("fw3", _x , random("540") + "50"); setProperty("fw3", _y , random("220") + "40"); setProperty("fw4", _x , random("540") + "50"); setProperty("fw4", _y , random("220") + "40");
Symbol 267 Button
on (press) { getURL ("aa_s1.shtml"); tellTarget ("/") { gotoAndPlay (1); }; Set("/:score", "0"); Set("/:heart", "50"); Set("/:time", "0"); }
Symbol 273 Button
on (press) { loadVariablesNum (((("http://www.sess.net/cgi-bin/cgiwrap/sess/score.cgi?score=" add /:score) add "&name=") add /:name) add "&app=aa_s1", "0"); setProperty("/enter/enter", _visible , "0"); }
Symbol 278 Button
on (press) { getURL ("aa_s1.shtml"); tellTarget ("/") { gotoAndPlay (1); }; Set("/:score", "0"); Set("/:heart", "50"); Set("/:time", "0"); }

Library Items

Symbol 1 FontUsed by:2 206 209 211 214
Symbol 2 TextUses:1Used by:Timeline
Symbol 3 GraphicUsed by:205  Timeline
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:205 220  Timeline
Symbol 6 GraphicUsed by:205 220  Timeline
Symbol 7 GraphicUsed by:205 220  Timeline
Symbol 8 GraphicUsed by:205 220  Timeline
Symbol 9 GraphicUsed by:205 220  Timeline
Symbol 10 GraphicUsed by:205 220  Timeline
Symbol 11 GraphicUsed by:205 220  Timeline
Symbol 12 GraphicUsed by:205 220  Timeline
Symbol 13 GraphicUsed by:205 220  Timeline
Symbol 14 FontUsed by:15 16 140 141 187 237 238 245 246 252 253 254 262
Symbol 15 TextUses:14Used by:18
Symbol 16 TextUses:14Used by:18
Symbol 17 GraphicUsed by:18
Symbol 18 ButtonUses:15 16 17Used by:Timeline
Symbol 19 FontUsed by:20 21 25 26 27 28 270 272
Symbol 20 EditableTextUses:19Used by:Timeline
Symbol 21 EditableTextUses:19Used by:Timeline
Symbol 22 FontUsed by:23 24 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
Symbol 23 EditableTextUses:22Used by:Timeline
Symbol 24 EditableTextUses:22Used by:Timeline
Symbol 25 EditableTextUses:19Used by:Timeline
Symbol 26 EditableTextUses:19Used by:Timeline
Symbol 27 EditableTextUses:19Used by:Timeline
Symbol 28 EditableTextUses:19Used by:Timeline
Symbol 29 EditableTextUses:22Used by:Timeline
Symbol 30 EditableTextUses:22Used by:Timeline
Symbol 31 EditableTextUses:22Used by:Timeline
Symbol 32 EditableTextUses:22Used by:Timeline
Symbol 33 EditableTextUses:22Used by:Timeline
Symbol 34 EditableTextUses:22Used by:Timeline
Symbol 35 EditableTextUses:22Used by:Timeline
Symbol 36 EditableTextUses:22Used by:Timeline
Symbol 37 EditableTextUses:22Used by:Timeline
Symbol 38 EditableTextUses:22Used by:Timeline
Symbol 39 EditableTextUses:22Used by:Timeline
Symbol 40 EditableTextUses:22Used by:Timeline
Symbol 41 EditableTextUses:22Used by:Timeline
Symbol 42 EditableTextUses:22Used by:Timeline
Symbol 43 EditableTextUses:22Used by:Timeline
Symbol 44 EditableTextUses:22Used by:Timeline
Symbol 45 EditableTextUses:22Used by:Timeline
Symbol 46 EditableTextUses:22Used by:Timeline
Symbol 47 EditableTextUses:22Used by:Timeline
Symbol 48 EditableTextUses:22Used by:Timeline
Symbol 49 EditableTextUses:22Used by:Timeline
Symbol 50 EditableTextUses:22Used by:Timeline
Symbol 51 EditableTextUses:22Used by:Timeline
Symbol 52 EditableTextUses:22Used by:Timeline
Symbol 53 EditableTextUses:22Used by:Timeline
Symbol 54 EditableTextUses:22Used by:Timeline
Symbol 55 EditableTextUses:22Used by:Timeline
Symbol 56 EditableTextUses:22Used by:Timeline
Symbol 57 EditableTextUses:22Used by:Timeline
Symbol 58 EditableTextUses:22Used by:Timeline
Symbol 59 EditableTextUses:22Used by:Timeline
Symbol 60 EditableTextUses:22Used by:Timeline
Symbol 61 EditableTextUses:22Used by:Timeline
Symbol 62 EditableTextUses:22Used by:Timeline
Symbol 63 EditableTextUses:22Used by:Timeline
Symbol 64 EditableTextUses:22Used by:Timeline
Symbol 65 EditableTextUses:22Used by:Timeline
Symbol 66 EditableTextUses:22Used by:Timeline
Symbol 67 EditableTextUses:22Used by:Timeline
Symbol 68 EditableTextUses:22Used by:Timeline
Symbol 69 EditableTextUses:22Used by:Timeline
Symbol 70 EditableTextUses:22Used by:Timeline
Symbol 71 GraphicUsed by:74 76
Symbol 72 GraphicUsed by:74 76
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:71 72 73Used by:76
Symbol 75 GraphicUsed by:76
Symbol 76 ButtonUses:71 72 74 75Used by:Timeline
Symbol 77 GraphicUsed by:78 80 250  Timeline
Symbol 78 MovieClipUses:77Used by:80 250 259  Timeline
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:78 77 79Used by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 GraphicUsed by:83
Symbol 83 ButtonUses:82Used by:Timeline
Symbol 84 MovieClipUsed by:Timeline
Symbol 85 MovieClipUsed by:Timeline
Symbol 86 MovieClipUsed by:Timeline
Symbol 87 MovieClipUsed by:Timeline
Symbol 88 MovieClipUsed by:Timeline
Symbol 89 MovieClipUsed by:Timeline
Symbol 90 FontUsed by:91 92 93 94 95 96 101 108 109 110 111 112 113 114 121 123 125 126 129 130 142 143 147 148 152 153 156 159 160 163 164 167 168 173 174 175 178 179 186 190 192 193 195 196 197 198 199 231 261
Symbol 91 TextUses:90Used by:Timeline
Symbol 92 TextUses:90Used by:Timeline
Symbol 93 TextUses:90Used by:Timeline
Symbol 94 TextUses:90Used by:Timeline
Symbol 95 TextUses:90Used by:Timeline
Symbol 96 TextUses:90Used by:Timeline
Symbol 97 GraphicUsed by:99
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:97 98Used by:100 104 107 120 122 124
Symbol 100 MovieClipUses:99Used by:Timeline
Symbol 101 TextUses:90Used by:Timeline
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:104 120 122 124 264  Timeline
Symbol 104 MovieClipUses:103 99Used by:Timeline
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:107 212  Timeline
Symbol 107 MovieClipUses:99 106Used by:Timeline
Symbol 108 TextUses:90Used by:Timeline
Symbol 109 TextUses:90Used by:Timeline
Symbol 110 TextUses:90Used by:Timeline
Symbol 111 TextUses:90Used by:Timeline
Symbol 112 TextUses:90Used by:Timeline
Symbol 113 TextUses:90Used by:Timeline
Symbol 114 TextUses:90Used by:Timeline
Symbol 115 GraphicUsed by:116 184 188 210 212 213 216 217 218
Symbol 116 MovieClipUses:115Used by:117 119 207
Symbol 117 MovieClipUses:116Used by:Timeline
Symbol 118 MovieClipUsed by:Timeline
Symbol 119 MovieClipUses:116Used by:Timeline
Symbol 120 MovieClipUses:99 103Used by:Timeline
Symbol 121 TextUses:90Used by:Timeline
Symbol 122 MovieClipUses:99 103Used by:Timeline
Symbol 123 TextUses:90Used by:Timeline
Symbol 124 MovieClipUses:99 103Used by:Timeline
Symbol 125 TextUses:90Used by:Timeline
Symbol 126 TextUses:90Used by:Timeline
Symbol 127 MovieClipUsed by:Timeline
Symbol 128 MovieClipUsed by:Timeline
Symbol 129 TextUses:90Used by:Timeline
Symbol 130 TextUses:90Used by:Timeline
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:131Used by:Timeline
Symbol 133 MovieClipUsed by:Timeline
Symbol 134 SoundUsed by:135
Symbol 135 MovieClipUses:134Used by:Timeline
Symbol 136 MovieClipUsed by:Timeline
Symbol 137 MovieClipUsed by:Timeline
Symbol 138 SoundUsed by:139 146 151 171 189 263
Symbol 139 MovieClipUses:138Used by:Timeline
Symbol 140 EditableTextUses:14Used by:Timeline
Symbol 141 EditableTextUses:14Used by:Timeline
Symbol 142 TextUses:90Used by:Timeline
Symbol 143 TextUses:90Used by:Timeline
Symbol 144 MovieClipUsed by:Timeline
Symbol 145 MovieClipUsed by:Timeline
Symbol 146 MovieClipUses:138Used by:Timeline
Symbol 147 TextUses:90Used by:Timeline
Symbol 148 TextUses:90Used by:Timeline
Symbol 149 MovieClipUsed by:Timeline
Symbol 150 MovieClipUsed by:Timeline
Symbol 151 MovieClipUses:138Used by:Timeline
Symbol 152 TextUses:90Used by:Timeline
Symbol 153 TextUses:90Used by:Timeline
Symbol 154 MovieClipUsed by:Timeline
Symbol 155 MovieClipUsed by:Timeline
Symbol 156 TextUses:90Used by:Timeline
Symbol 157 SoundUsed by:158
Symbol 158 MovieClipUses:157Used by:Timeline
Symbol 159 TextUses:90Used by:Timeline
Symbol 160 TextUses:90Used by:Timeline
Symbol 161 MovieClipUsed by:Timeline
Symbol 162 MovieClipUsed by:Timeline
Symbol 163 TextUses:90Used by:Timeline
Symbol 164 TextUses:90Used by:Timeline
Symbol 165 MovieClipUsed by:Timeline
Symbol 166 MovieClipUsed by:Timeline
Symbol 167 TextUses:90Used by:Timeline
Symbol 168 TextUses:90Used by:Timeline
Symbol 169 MovieClipUsed by:Timeline
Symbol 170 MovieClipUsed by:Timeline
Symbol 171 MovieClipUses:138Used by:Timeline
Symbol 172 MovieClipUsed by:Timeline
Symbol 173 TextUses:90Used by:Timeline
Symbol 174 TextUses:90Used by:Timeline
Symbol 175 TextUses:90Used by:Timeline
Symbol 176 MovieClipUsed by:Timeline
Symbol 177 MovieClipUsed by:Timeline
Symbol 178 TextUses:90Used by:Timeline
Symbol 179 TextUses:90Used by:Timeline
Symbol 180 MovieClipUsed by:Timeline
Symbol 181 MovieClipUsed by:Timeline
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:184 188
Symbol 184 MovieClipUses:115 183Used by:Timeline
Symbol 185 MovieClipUsed by:Timeline
Symbol 186 TextUses:90Used by:Timeline
Symbol 187 EditableTextUses:14Used by:Timeline
Symbol 188 MovieClipUses:115 183Used by:Timeline
Symbol 189 MovieClipUses:138Used by:Timeline
Symbol 190 TextUses:90Used by:Timeline
Symbol 191 MovieClipUsed by:Timeline
Symbol 192 TextUses:90Used by:Timeline
Symbol 193 TextUses:90Used by:Timeline
Symbol 194 MovieClipUsed by:Timeline
Symbol 195 TextUses:90Used by:Timeline
Symbol 196 TextUses:90Used by:Timeline
Symbol 197 TextUses:90Used by:Timeline
Symbol 198 TextUses:90Used by:Timeline
Symbol 199 TextUses:90Used by:Timeline
Symbol 200 MovieClipUsed by:Timeline
Symbol 201 MovieClipUsed by:Timeline
Symbol 202 MovieClipUsed by:Timeline
Symbol 203 MovieClipUsed by:Timeline
Symbol 204 MovieClipUsed by:Timeline
Symbol 205 MovieClipUses:3 5 6 7 8 9 10 11 12 13Used by:Timeline
Symbol 206 TextUses:1Used by:207 218
Symbol 207 MovieClipUses:116 206Used by:Timeline
Symbol 208 GraphicUsed by:210 218
Symbol 209 TextUses:1Used by:210
Symbol 210 MovieClipUses:208 115 209Used by:Timeline
Symbol 211 TextUses:1Used by:212 213 217
Symbol 212 MovieClipUses:211 106 115Used by:Timeline
Symbol 213 MovieClipUses:115 211Used by:Timeline
Symbol 214 TextUses:1Used by:216
Symbol 215 GraphicUsed by:216 217
Symbol 216 MovieClipUses:214 115 215Used by:Timeline
Symbol 217 MovieClipUses:211 115 215Used by:Timeline
Symbol 218 MovieClipUses:208 115 206Used by:Timeline
Symbol 219 GraphicUsed by:220
Symbol 220 MovieClipUses:6 10 219 7 8 9 11 12 13 5Used by:Timeline
Symbol 221 GraphicUsed by:223 224
Symbol 222 GraphicUsed by:223 224 230
Symbol 223 MovieClipUses:221 222Used by:230
Symbol 224 MovieClipUses:221 222Used by:230
Symbol 225 GraphicUsed by:230
Symbol 226 GraphicUsed by:229
Symbol 227 GraphicUsed by:229
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:226 227 228Used by:230
Symbol 230 MovieClipUses:223 224 222 225 229Used by:Timeline
Symbol 231 TextUses:90Used by:Timeline
Symbol 232 MovieClipUsed by:Timeline
Symbol 233 MovieClipUsed by:Timeline
Symbol 234 MovieClipUsed by:Timeline
Symbol 235 FontUsed by:236 240 277
Symbol 236 TextUses:235Used by:244
Symbol 237 TextUses:14Used by:239
Symbol 238 TextUses:14Used by:239
Symbol 239 MovieClipUses:237 238Used by:244 268 279
Symbol 240 TextUses:235Used by:244 268 279
Symbol 241 GraphicUsed by:242 243 267 278
Symbol 242 ButtonUses:241Used by:244
Symbol 243 ButtonUses:241Used by:244 268 279
Symbol 244 MovieClipUses:236 239 240 242 243Used by:Timeline
Symbol 245 TextUses:14Used by:247
Symbol 246 TextUses:14Used by:247
Symbol 247 MovieClipUses:245 246Used by:Timeline
Symbol 248 GraphicUsed by:Timeline
Symbol 249 GraphicUsed by:250 259  Timeline
Symbol 250 MovieClipUses:78 77 249Used by:Timeline
Symbol 251 GraphicUsed by:Timeline
Symbol 252 EditableTextUses:14Used by:Timeline
Symbol 253 EditableTextUses:14Used by:Timeline
Symbol 254 EditableTextUses:14Used by:Timeline
Symbol 255 MovieClipUsed by:Timeline
Symbol 256 MovieClipUsed by:Timeline
Symbol 257 MovieClipUsed by:Timeline
Symbol 258 MovieClipUsed by:Timeline
Symbol 259 MovieClipUses:78 249Used by:Timeline
Symbol 260 GraphicUsed by:Timeline
Symbol 261 TextUses:90Used by:Timeline
Symbol 262 EditableTextUses:14Used by:Timeline
Symbol 263 MovieClipUses:138Used by:Timeline
Symbol 264 MovieClipUses:103Used by:265
Symbol 265 MovieClipUses:264Used by:266
Symbol 266 MovieClipUses:265Used by:Timeline
Symbol 267 ButtonUses:241Used by:268
Symbol 268 MovieClipUses:239 240 267 243Used by:276
Symbol 269 GraphicUsed by:275
Symbol 270 EditableTextUses:19Used by:275
Symbol 271 GraphicUsed by:273
Symbol 272 TextUses:19Used by:273
Symbol 273 ButtonUses:271 272Used by:275
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:269 270 273 274Used by:276
Symbol 276 MovieClipUses:268 275Used by:Timeline
Symbol 277 TextUses:235Used by:279
Symbol 278 ButtonUses:241Used by:279
Symbol 279 MovieClipUses:277 239 240 278 243Used by:Timeline
Symbol 280 GraphicUsed by:Timeline

Instance Names

"100mark"Frame 18Symbol 80 MovieClip
"right"Frame 18Symbol 84 MovieClip
"down"Frame 18Symbol 85 MovieClip
"left"Frame 18Symbol 86 MovieClip
"up"Frame 18Symbol 87 MovieClip
"fuel"Frame 18Symbol 100 MovieClip
"w1star"Frame 18Symbol 104 MovieClip
"heart"Frame 18Symbol 107 MovieClip
"point1"Frame 18Symbol 117 MovieClip
"point2"Frame 18Symbol 117 MovieClip
"superdown"Frame 18Symbol 118 MovieClip
"blast"Frame 18Symbol 119 MovieClip
"star"Frame 18Symbol 120 MovieClip
"w2star"Frame 18Symbol 122 MovieClip
"w3star"Frame 18Symbol 124 MovieClip
"superup"Frame 18Symbol 127 MovieClip
"blast2"Frame 18Symbol 119 MovieClip
"p"Frame 18Symbol 132 MovieClip
"subroutines"Frame 18Symbol 133 MovieClip
"sound"Frame 18Symbol 135 MovieClip
"subroutines2"Frame 18Symbol 137 MovieClip
"sound3"Frame 18Symbol 139 MovieClip
"subroutines3"Frame 18Symbol 145 MovieClip
"sound4"Frame 18Symbol 146 MovieClip
"subroutines4"Frame 18Symbol 150 MovieClip
"sound2"Frame 18Symbol 151 MovieClip
"subroutines5"Frame 18Symbol 155 MovieClip
"sound5"Frame 18Symbol 158 MovieClip
"callcheck10"Frame 18Symbol 161 MovieClip
"subroutines10"Frame 18Symbol 162 MovieClip
"callcheck11"Frame 18Symbol 165 MovieClip
"subroutines11"Frame 18Symbol 166 MovieClip
"callcheck11"Frame 18Symbol 169 MovieClip
"subroutines12"Frame 18Symbol 170 MovieClip
"sound10"Frame 18Symbol 171 MovieClip
"subroutines13"Frame 18Symbol 177 MovieClip
"subroutines14"Frame 18Symbol 181 MovieClip
"light"Frame 18Symbol 184 MovieClip
"bomb1"Frame 18Symbol 185 MovieClip
"lightred"Frame 18Symbol 188 MovieClip
"sound11"Frame 18Symbol 189 MovieClip
"subroutines15"Frame 18Symbol 194 MovieClip
"crabfollow"Frame 18Symbol 200 MovieClip
"l1"Frame 18Symbol 201 MovieClip
"crabredfollow"Frame 18Symbol 202 MovieClip
"bombo"Frame 18Symbol 204 MovieClip
"spin1"Frame 18Symbol 205 MovieClip
"boom"Frame 18Symbol 207 MovieClip
"zap"Frame 18Symbol 210 MovieClip
"heartblast"Frame 18Symbol 212 MovieClip
"fruitblast"Frame 18Symbol 213 MovieClip
"starblast"Frame 18Symbol 216 MovieClip
"starblast2"Frame 18Symbol 217 MovieClip
"zap2"Frame 18Symbol 218 MovieClip
"bugwalk"Frame 18Symbol 220 MovieClip
"crab1"Frame 18Symbol 230 MovieClip
"l2"Frame 18Symbol 232 MovieClip
"crabhurt1"Frame 18Symbol 233 MovieClip
"bugswap"Frame 18Symbol 234 MovieClip
"lose"Frame 18Symbol 244 MovieClip
"win"Frame 18Symbol 247 MovieClip
"crabfollow"Frame 19Symbol 255 MovieClip
"l1"Frame 19Symbol 256 MovieClip
"crabredfollow"Frame 19Symbol 257 MovieClip
"bombo"Frame 19Symbol 258 MovieClip
"crabfollow"Frame 19Symbol 200 MovieClip
"l1"Frame 19Symbol 201 MovieClip
"crabredfollow"Frame 19Symbol 202 MovieClip
"winsound"Frame 20Symbol 263 MovieClip
"enter"Frame 20Symbol 276 MovieClip
"timeend"Frame 20Symbol 279 MovieClip
"fw"Symbol 266 MovieClip Frame 4Symbol 265 MovieClip
"fw3"Symbol 266 MovieClip Frame 4Symbol 265 MovieClip
"fw2"Symbol 266 MovieClip Frame 4Symbol 265 MovieClip
"fw4"Symbol 266 MovieClip Frame 4Symbol 265 MovieClip
"win"Symbol 276 MovieClip Frame 1Symbol 268 MovieClip
"enter"Symbol 276 MovieClip Frame 1Symbol 275 MovieClip

Labels

"looper"Frame 4
"start"Frame 11
"game"Frame 17
"0"Frame 18
"100"Frame 19
"win"Frame 20
"lose"Frame 21
"initObjects"Symbol 133 MovieClip Frame 10
"checkCollision"Symbol 133 MovieClip Frame 20
"initObjects"Symbol 137 MovieClip Frame 10
"checkCollision"Symbol 137 MovieClip Frame 20
"initObjects"Symbol 145 MovieClip Frame 10
"checkCollision"Symbol 145 MovieClip Frame 20
"initObjects"Symbol 150 MovieClip Frame 10
"checkCollision"Symbol 150 MovieClip Frame 20
"initObjects"Symbol 155 MovieClip Frame 10
"checkCollision"Symbol 155 MovieClip Frame 20
"initObjects"Symbol 162 MovieClip Frame 10
"checkCollision"Symbol 162 MovieClip Frame 20
"initObjects"Symbol 166 MovieClip Frame 10
"checkCollision"Symbol 166 MovieClip Frame 20
"initObjects"Symbol 170 MovieClip Frame 10
"checkCollision"Symbol 170 MovieClip Frame 20
"initObjects"Symbol 177 MovieClip Frame 10
"checkCollision"Symbol 177 MovieClip Frame 20
"initObjects"Symbol 181 MovieClip Frame 10
"checkCollision"Symbol 181 MovieClip Frame 20
"initObjects"Symbol 194 MovieClip Frame 10
"checkCollision"Symbol 194 MovieClip Frame 20
"2"Symbol 233 MovieClip Frame 4
"2"Symbol 234 MovieClip Frame 2
"loop"Symbol 266 MovieClip Frame 2

Dynamic Text Variables

aa_s1_name1Symbol 20 EditableText"----------------"
aa_s1_score1Symbol 21 EditableText"-----"
aa_s1_name4Symbol 23 EditableText"----------------"
aa_s1_score4Symbol 24 EditableText"-----"
aa_s1_name2Symbol 25 EditableText"----------------"
aa_s1_score2Symbol 26 EditableText"-----"
aa_s1_name3Symbol 27 EditableText"----------------"
aa_s1_score3Symbol 28 EditableText"-----"
aa_s1_name5Symbol 29 EditableText"----------------"
aa_s1_score5Symbol 30 EditableText"-----"
aa_s1_name6Symbol 31 EditableText"----------------"
aa_s1_score6Symbol 32 EditableText"-----"
aa_s1_name7Symbol 33 EditableText"----------------"
aa_s1_score7Symbol 34 EditableText"-----"
aa_s1_name8Symbol 35 EditableText"----------------"
aa_s1_score8Symbol 36 EditableText"-----"
aa_s1_name9Symbol 37 EditableText"----------------"
aa_s1_score9Symbol 38 EditableText"-----"
aa_s1_name10Symbol 39 EditableText"----------------"
aa_s1_score10Symbol 40 EditableText"-----"
aa_s1_name11Symbol 41 EditableText"----------------"
aa_s1_score11Symbol 42 EditableText"-----"
aa_s1_name12Symbol 43 EditableText"----------------"
aa_s1_score12Symbol 44 EditableText"-----"
aa_s1_name13Symbol 45 EditableText"----------------"
aa_s1_score13Symbol 46 EditableText"-----"
aa_s1_name14Symbol 47 EditableText"----------------"
aa_s1_score14Symbol 48 EditableText"-----"
aa_s1_name15Symbol 49 EditableText"----------------"
aa_s1_score15Symbol 50 EditableText"-----"
aa_s1_name16Symbol 51 EditableText"----------------"
aa_s1_score16Symbol 52 EditableText"-----"
aa_s1_name17Symbol 53 EditableText"----------------"
aa_s1_score17Symbol 54 EditableText"-----"
aa_s1_name18Symbol 55 EditableText"----------------"
aa_s1_score18Symbol 56 EditableText"-----"
aa_s1_name19Symbol 57 EditableText"----------------"
aa_s1_score19Symbol 58 EditableText"-----"
aa_s1_name20Symbol 59 EditableText"----------------"
aa_s1_score20Symbol 60 EditableText"-----"
aa_s1_name21Symbol 61 EditableText"----------------"
aa_s1_score21Symbol 62 EditableText"-----"
aa_s1_name22Symbol 63 EditableText"----------------"
aa_s1_score22Symbol 64 EditableText"-----"
aa_s1_name23Symbol 65 EditableText"----------------"
aa_s1_score23Symbol 66 EditableText"-----"
aa_s1_name24Symbol 67 EditableText"----------------"
aa_s1_score24Symbol 68 EditableText"-----"
aa_s1_name25Symbol 69 EditableText"----------------"
aa_s1_score25Symbol 70 EditableText"0"
scoreSymbol 140 EditableText"0"
heartSymbol 141 EditableText"50"
timeSymbol 187 EditableText"90"
/:scoreSymbol 252 EditableText"0"
/:heartSymbol 253 EditableText"50"
/:timeSymbol 254 EditableText"0"
/:scoreSymbol 262 EditableText"0"
/:nameSymbol 270 EditableText""




http://swfchan.com/4/17282/info.shtml
Created: 1/6 -2019 04:02:40 Last modified: 1/6 -2019 04:02:40 Server time: 04/05 -2024 16:14:41