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

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

828860883.swf

This is the info page for
Flash #13801

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


Text
LOADING GAME: 105K

SUPER RACCOON

PLAY

PLAY

INSTRUCTIONS

INSTRUCTIONS

INSTRUCTIONS

USE KEYBOARD ARROWS TO WALK

back

back

USE SPACE BAR FOR TURBO MOVES

TURBO MOVES

When on the floor, press
space bar jump

PRESS DOWN TO STAY STILL ON THE FLOOR

more

more

When in the air,
press space bar jump

SCORING

GET THESE ITEMS FOR BONUSES

GET THE ACORN FOR SUPER POINTS

BEWARE OF THESE

-1 LIFE (MULTIPLE)

-5 LIFE

+1 POINT

+10 POINT

+1 LIFE

fish follow

crabcol1

crabcol2

fishmov

fruitcol1

fruitcol2

crab follow

heart

star

pufffollow

crabsound

fruitsound-2

starsound-3

heartsound-4

lightsound-5

w1star

w2star

w3star

starsound-w10

bug walkfollow

crabgo

fishcontrol

chest

0

50

starcol1

starcol2

heartcol1

heartcol2

puffcol1

pufftcol2

winlosecheck

w1starcol1

w1starcol2

w2starcol1

w2starcol2

w3starcol1

w3starcol2

lightcheck

bombspincol1

bombspincol2

crabbomb3col1

crabbombcol2

bomb1timer

0

crabhurt1

redcrabcol1

redcrabcol2

bugswap

100mark

lilfish1col1

lilfish1col2

lilfish2col1

lilfish2col2

-1

-5

+1

+1

+10

YOU LOSE

PLAY  AGAIN

PLAY  AGAIN

Y / N

YOU WON
YEAH!!!

YOU WON
YEAH!!!

0

http://

- - High

Scores - -

Name Here

Send High Score

You Got a Top
High Score!

ActionScript [AS1/AS2]

Frame 2
ifFrameLoaded (100) { gotoAndStop (10); }
Frame 5
ifFrameLoaded (100) { gotoAndStop (10); }
Frame 7
gotoAndPlay (3);
Frame 10
stop();
Frame 15
stop();
Frame 16
if (/:aa_s2_score25 < /:score) { setProperty("/enter", _visible , "1"); } else { setProperty("/enter", _visible , "0"); setProperty("/timeend", _visible , "1"); setProperty("/timeend", _x , "300"); setProperty("/timeend", _y , "200"); }
Frame 17
setProperty("/lose", _visible , "1"); setProperty("/lose", _x , "300"); setProperty("/lose", _y , "200");
Symbol 19 Button
on (press) { getURL ("http://flashgamestudio.com", "_blank"); }
Symbol 24 Button
on (press) { gotoAndStop (15); }
Symbol 27 Button
on (press) { gotoAndStop (13); }
Symbol 34 Button
on (press) { gotoAndStop (10); }
Symbol 46 Button
on (press) { gotoAndStop (14); }
Symbol 53 Button
on (press) { gotoAndStop (13); }
Symbol 81 MovieClip Frame 1
setProperty("b", _rotation , random("360"));
Symbol 84 Button
on (keyPress "<Right>") { if (getProperty("/p", _x) < "620") { tellTarget ("/right") { gotoAndPlay (2); }; } tellTarget ("/left") { stop(); tellTarget ("/up") { stop(); tellTarget ("/down") { stop(); } } } } on (keyPress "<Down>") { tellTarget ("/down") { stop(); }; setProperty("/fishr", _visible , "0"); 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") { stop(); }; setProperty("/fishr", _visible , "0"); tellTarget ("/right") { stop(); tellTarget ("/left") { stop(); tellTarget ("/down") { stop(); } } } } on (keyPress "<Space>") { if ("350" < getProperty("/p", _y)) { tellTarget ("/superup") { gotoAndPlay (2); }; setProperty("/fishr", _visible , "0"); } if (getProperty("/p", _y) < "351") { tellTarget ("/superdown") { gotoAndPlay (2); }; setProperty("/fishr", _visible , "0"); } }
Symbol 85 MovieClip Frame 1
stop();
Symbol 85 MovieClip Frame 3
if (getProperty("/p", _x) < "600") { setProperty("/p", _x , getProperty("/p", _x) + "20"); prevFrame(); } play();
Symbol 86 MovieClip Frame 1
stop();
Symbol 86 MovieClip Frame 2
if (getProperty("/p", _y) < "365") { setProperty("/spin1", _rotation , "180"); }
Symbol 86 MovieClip Frame 4
if (getProperty("/p", _y) < "365") { prevFrame(); setProperty("/p", _y , getProperty("/p", _y) + "15"); } play();
Symbol 87 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 3
if ("40" < getProperty("/p", _x)) { setProperty("/p", _x , getProperty("/p", _x) - "20"); prevFrame(); } play();
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 2
if ("165" < getProperty("/p", _y)) { setProperty("/spin1", _rotation , "360"); }
Symbol 88 MovieClip Frame 4
if ("165" < getProperty("/p", _y)) { setProperty("/p", _y , getProperty("/p", _y) - "20"); prevFrame(); } play();
Symbol 89 MovieClip Frame 4
call("/subroutines:checkCollision"); gotoAndPlay (1);
Symbol 90 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 / "4"; yStp = difY / "4"; setProperty("/spin1", _x , spX + xStp); setProperty("/spin1", _y , spY + yStp);
Symbol 90 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 / "4"; yStp = difY / "4"; setProperty("/spin1", _x , spX + xStp); setProperty("/spin1", _y , spY + yStp);
Symbol 101 MovieClip Frame 1
setProperty("/w1star", _x , random("600") + "19"); setProperty("/w1star", _visible , "1");
Symbol 101 MovieClip Frame 100
setProperty("/w1star", _x , "900"); setProperty("/w1star", _visible , "0");
Symbol 105 MovieClip Frame 118
setProperty("/heart", _x , random("600") + "19"); setProperty("/heart", _y , random("250") + "40"); setProperty("/heart", _visible , "1");
Symbol 105 MovieClip Frame 164
setProperty("/heart", _x , "700"); setProperty("/heart", _y , "700"); setProperty("/heart", _visible , "0");
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 7
setProperty("/blast2", _x , -"700"); setProperty("/blast2", _y , -"700"); setProperty("/blast2", _visible , "0");
Symbol 118 MovieClip Frame 48
setProperty("/star", _x , random("800") - "50"); setProperty("/star", _visible , "1");
Symbol 118 MovieClip Frame 101
setProperty("/star", _x , "700"); setProperty("/star", _visible , "0");
Symbol 120 MovieClip Frame 83
setProperty("/w2star", _x , random("600") + "19"); setProperty("/w1star", _visible , "1");
Symbol 120 MovieClip Frame 182
setProperty("/w2star", _x , "700"); setProperty("/w2star", _visible , "0");
Symbol 122 MovieClip Frame 198
setProperty("/w3star", _x , random("600") + "19"); setProperty("/w3star", _visible , "1");
Symbol 122 MovieClip Frame 297
setProperty("/w3star", _x , "700"); setProperty("/w3star", _visible , "0");
Symbol 125 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 2
if ("0" < getProperty("/p", _y)) { setProperty("/spin1", _rotation , "0"); setProperty("/p", _y , "50"); setProperty("/blast2", _x , getProperty("/spin1", _x)); setProperty("/blast2", _y , getProperty("/spin1", _y)); setProperty("/blast2", _visible , "1"); tellTarget ("/spin1") { gotoAndPlay (2); tellTarget ("/blast2") { gotoAndPlay (2); }; } } else { stop(); }
Symbol 125 MovieClip Frame 3
setProperty("/superup", _x , getProperty("/p", _x));
Symbol 125 MovieClip Frame 11
if ("0" < getProperty("/p", _y)) { setProperty("/p", _y , "55"); } else { stop(); } tellTarget ("/spin1") { gotoAndPlay ("2"); }
Symbol 125 MovieClip Frame 15
if ("0" < getProperty("/p", _y)) { setProperty("/p", _y , "100"); } else { stop(); }
Symbol 125 MovieClip Frame 19
if ("0" < getProperty("/p", _y)) { setProperty("/p", _y , "395"); } else { stop(); }
Symbol 125 MovieClip Frame 25
if ("0" < getProperty("/spin1", _y)) { setProperty("/spin1", _y , "380"); } else { stop(); } tellTarget ("/left") { stop(); tellTarget ("/right") { stop(); } }
Symbol 125 MovieClip Frame 31
stop();
Symbol 126 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 12
setProperty("/blast2", _x , -"700"); setProperty("/blast2", _y , -"700"); setProperty("/blast2", _visible , "0");
Symbol 127 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 / "2"; yStp = difY / "2"; setProperty("/bugwalk", _x , spX + xStp); setProperty("/bugwalk", _y , spY + yStp);
Symbol 127 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 / "2"; yStp = difY / "2"; setProperty("/bugwalk", _x , spX + xStp); setProperty("/bugwalk", _y , spY + yStp);
Symbol 131 MovieClip Frame 1
play(); counterf = "0"; setProperty("/lilfish", _visible , "1"); setProperty("/lilfish", _x , random("470") + "20");
Symbol 131 MovieClip Frame 4
setProperty("/lilfish", _y , getProperty("/lilfish", _y) - "5"); counterf = counterf + "1"; if (counterf < "73") { gotoAndPlay (2); }
Symbol 131 MovieClip Frame 6
setProperty("/lilfish", _y , "500"); setProperty("/lilfish", _visible , "0");
Symbol 131 MovieClip Frame 31
gotoAndPlay (1);
Symbol 133 MovieClip Frame 8
play(); counterf = "0"; setProperty("/lilfish2", _visible , "1"); setProperty("/lilfish2", _y , random("170") + "150");
Symbol 133 MovieClip Frame 11
setProperty("/lilfish2", _x , getProperty("/lilfish2", _x) + "10"); counterf = counterf + "1"; if (counterf < "75") { gotoAndPlay (9); }
Symbol 133 MovieClip Frame 13
setProperty("/lilfish2", _x , -"100"); setProperty("/lilfish2", _visible , "0");
Symbol 133 MovieClip Frame 33
gotoAndPlay (1);
Symbol 135 MovieClip Frame 1
setProperty("/fuel", _x , random("600") + "19");
Symbol 135 MovieClip Frame 131
setProperty("/fuel", _x , -"300");
Symbol 141 MovieClip Frame 1
call("initObjects"); stop();
Symbol 141 MovieClip Frame 10
radius1 = getProperty("/spin1", _width) / "2"; radius2 = getProperty("/crab1", _width) / "2"; setProperty("/boom", _visible , "0");
Symbol 141 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 143 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 2
call("/subroutines2: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("/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 147 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 2
call("/subroutines3:checkCollision"); gotoAndPlay (1);
Symbol 153 MovieClip Frame 1
call("initObjects"); stop();
Symbol 153 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 153 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", _visible , "0"); 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 154 MovieClip Frame 1
stop();
Symbol 157 MovieClip Frame 2
call("/subroutines4:checkCollision"); gotoAndPlay (1);
Symbol 158 MovieClip Frame 1
call("initObjects"); stop();
Symbol 158 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 158 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 159 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 2
call("/subroutines19:checkCollision"); gotoAndPlay (1);
Symbol 163 MovieClip Frame 1
call("initObjects"); stop();
Symbol 163 MovieClip Frame 10
radius1 = getProperty("/spin1", _width) / "2"; radius2 = getProperty("/light", _width) / "2";
Symbol 163 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 , "800"); 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 166 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 2
call("/subroutines10: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("/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 , "800"); setProperty("/w1star", _visible , "0"); 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 173 MovieClip Frame 2
call("/subroutines11:checkCollision"); gotoAndPlay (1);
Symbol 174 MovieClip Frame 1
call("initObjects"); stop();
Symbol 174 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 174 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", _visible , "0"); 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 177 MovieClip Frame 2
call("/subroutines12:checkCollision"); gotoAndPlay (1);
Symbol 178 MovieClip Frame 1
call("initObjects"); stop();
Symbol 178 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 178 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", _visible , "0"); 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 179 MovieClip Frame 1
stop();
Symbol 180 MovieClip Frame 1
if ("0" < /:score) { setProperty("/light", _visible , "1"); tellTarget ("/l1") { play(); }; } else { tellTarget ("/l1") { stop(); }; setProperty("/light", _visible , "0"); }
Symbol 184 MovieClip Frame 4
call("/subroutines13:checkCollision"); gotoAndPlay (1);
Symbol 185 MovieClip Frame 1
call("initObjects"); stop();
Symbol 185 MovieClip Frame 10
radius1 = getProperty("/bomb", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 185 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 188 MovieClip Frame 2
call("/subroutines14:checkCollision"); gotoAndPlay (1);
Symbol 189 MovieClip Frame 1
call("initObjects"); stop();
Symbol 189 MovieClip Frame 10
radius1 = getProperty("/bomb", _width) / "2"; radius2 = getProperty("/crab1", _width) / "2";
Symbol 189 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 190 MovieClip Frame 1
if (/:time == "0") { Set("/:time", "90"); }
Symbol 190 MovieClip Frame 2
Set("/:time", /:time - "1");
Symbol 190 MovieClip Frame 3
if (/:time < "1") { tellTarget ("/") { gotoAndStop ("win"); }; }
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 5
stop();
Symbol 195 MovieClip Frame 3
call("/subroutines15:checkCollision"); gotoAndPlay (1);
Symbol 198 MovieClip Frame 1
call("initObjects"); stop();
Symbol 198 MovieClip Frame 10
radius1 = getProperty("/spin1", _width) / "2"; radius2 = getProperty("/snailred", _width) / "2"; setProperty("/boom", _visible , "0");
Symbol 198 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 203 MovieClip Frame 2
call("/subroutines20:checkCollision"); gotoAndPlay (1);
Symbol 204 MovieClip Frame 1
call("initObjects"); stop();
Symbol 204 MovieClip Frame 10
radius1 = getProperty("/spin1", _width) / "2"; radius2 = getProperty("/lilfish", _width) / "2";
Symbol 204 MovieClip Frame 20
if (/:score >= "0") { obj1_x = getProperty("/spin1", _x); obj2_x = getProperty("/lilfish", _x); delta_x = obj1_x - obj2_x; obj1_y = getProperty("/spin1", _y); obj2_y = getProperty("/lilfish", _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("/lilfish", _x , "800"); setProperty("/lilfish", _visible , "0"); tellTarget ("/ff1") { gotoAndPlay (1); }; 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 207 MovieClip Frame 2
call("/subroutines21:checkCollision"); gotoAndPlay (1);
Symbol 208 MovieClip Frame 1
call("initObjects"); stop();
Symbol 208 MovieClip Frame 10
radius1 = getProperty("/spin1", _width) / "2"; radius2 = getProperty("/lilfish2", _width) / "2";
Symbol 208 MovieClip Frame 20
if (/:score >= "0") { obj1_x = getProperty("/spin1", _x); obj2_x = getProperty("/lilfish2", _x); delta_x = obj1_x - obj2_x; obj1_y = getProperty("/spin1", _y); obj2_y = getProperty("/lilfish2", _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("/lilfish2", _x , "-100"); setProperty("/lilfish2", _visible , "0"); tellTarget ("/ff2") { gotoAndPlay (1); }; 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 209 MovieClip Frame 1
setProperty("/snailred", _visible , "0"); tellTarget ("/crabredfollow") { stop(); }; stop();
Symbol 209 MovieClip Frame 2
setProperty("/snailred", _x , getProperty("crab1", _x));
Symbol 209 MovieClip Frame 3
counter = "0"; setProperty("/crab1", _visible , "0"); setProperty("/crab1", _x , -"300"); tellTarget ("/crabfollow") { stop(); }
Symbol 209 MovieClip Frame 19
counter = counter + "1"; if (counter < "20") { gotoAndPlay (4); }
Symbol 209 MovieClip Frame 20
setProperty("/crab1", _x , getProperty("/snailred", _x));
Symbol 209 MovieClip Frame 21
setProperty("/crab1", _visible , "1"); setProperty("/snailred", _visible , "0"); setProperty("/snailred", _x , -"200"); tellTarget ("/crabfollow") { play(); tellTarget ("/crabredfollow") { stop(); }; stop(); }
Symbol 210 MovieClip Frame 2
if ("379" < getProperty("/spin1", _y)) { setProperty("/spin1", _visible , "0"); setProperty("/fishr", _visible , "0"); setProperty("/bugwalk", _visible , "1"); setProperty("/bugwalk", _x , "GetProperty (\"/spin1\",_x)"); } else { setProperty("/bugwalk", _visible , "0"); setProperty("/spin1", _visible , "1"); }
Symbol 210 MovieClip Frame 3
gotoAndPlay (2);
Symbol 211 MovieClip Frame 1
thisX = getProperty("/spin1", _x); spX = getProperty("/crab1", _x); difX = thisX - spX; xStp = difX / "35"; setProperty("/crab1", _x , spX + xStp);
Symbol 211 MovieClip Frame 2
thisX = getProperty("/spin1", _x); spX = getProperty("/crab1", _x); difX = thisX - spX; xStp = difX / "35"; setProperty("/crab1", _x , spX + xStp);
Symbol 212 MovieClip Frame 1
thisYe = getProperty("/light", _y); if ("200" < thisye) { thisX = getProperty("/spin1", _x); thisY = getProperty("/spin1", _y); spX = getProperty("/light", _x); spY = getProperty("/light", _y); difX = thisX - spX; difY = thisY - spY; xStp = difX / "50"; yStp = difY / "50"; setProperty("/light", _x , spX + xStp); setProperty("/light", _y , spY + yStp); tellTarget ("/l2") { stop(); }; } else { tellTarget ("/l1") { stop(); tellTarget ("/l2") { play(); }; } }
Symbol 212 MovieClip Frame 2
thisYe = getProperty("/light", _y); if ("200" < thisye) { thisX = getProperty("/spin1", _x); thisY = getProperty("/spin1", _y); spX = getProperty("/light", _x); spY = getProperty("/light", _y); difX = thisX - spX; difY = thisY - spY; xStp = difX / "50"; yStp = difY / "50"; setProperty("/light", _x , spX + xStp); setProperty("/light", _y , spY + yStp); tellTarget ("/l2") { stop(); }; } else { tellTarget ("/l1") { stop(); tellTarget ("/l2") { play(); }; } }
Symbol 213 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 214 MovieClip Frame 1
play(); if ("55" < /:score) { tellTarget ("/") { gotoAndStop ("fish"); }; }
Symbol 214 MovieClip Frame 2
prevFrame();
Symbol 215 MovieClip Frame 1
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 2
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 3
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 4
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 5
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 6
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 7
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 8
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 9
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 10
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 11
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 12
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 13
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 14
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 15
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 16
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 17
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 18
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 19
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 20
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 21
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 22
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 23
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 24
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 25
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 26
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 27
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 28
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 29
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 30
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 31
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 32
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 33
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 34
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 35
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 36
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 37
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 38
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 39
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 40
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 41
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 42
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 43
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 44
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 45
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 46
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 47
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 48
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 49
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 50
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 51
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 52
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 53
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 54
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 55
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 56
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 57
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 58
thistX = getProperty("/crab1", _x); thistY = getProperty("/crab1", _y); sptX = getProperty("/light", _x); sptY = getProperty("/light", _y); diftX = thistX - sptX; diftY = thistY - sptY; xtStp = diftX / "20"; ytStp = diftY / "20"; setProperty("/light", _x , sptX + xtStp); setProperty("/light", _y , sptY + ytStp); thisYe = getProperty("/light", _y);
Symbol 215 MovieClip Frame 59
stop(); tellTarget ("l1") { play(); }
Symbol 216 MovieClip Frame 1
stop();
Symbol 216 MovieClip Frame 7
stop();
Symbol 216 MovieClip Frame 12
stop();
Symbol 221 MovieClip Frame 1
stop();
Symbol 221 MovieClip Frame 11
setProperty("/zap", _x , "-700"); setProperty("/zap", _y , "-700"); setProperty("/zap", _visible , "0");
Symbol 224 MovieClip Frame 1
stop();
Symbol 224 MovieClip Frame 2
play();
Symbol 224 MovieClip Frame 16
setProperty("/heartblast", _x , "-700"); setProperty("/heartblast", _y , "-700"); setProperty("/heartblast", _visible , "0");
Symbol 226 MovieClip Frame 1
play();
Symbol 226 MovieClip Frame 5
setProperty("/fruitblast", _x , "-700"); setProperty("/fruitblast", _y , "-700"); setProperty("/fruitblast", _visible , "0");
Symbol 230 MovieClip Frame 1
stop();
Symbol 230 MovieClip Frame 2
play();
Symbol 230 MovieClip Frame 13
setProperty("/starblast", _x , "-700"); setProperty("/starblast", _y , "-700"); setProperty("/starblast", _visible , "0");
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 2
play();
Symbol 231 MovieClip Frame 8
setProperty("/starblast2", _x , "-700"); setProperty("/starblast2", _y , "-700"); setProperty("/starblast2", _visible , "0");
Symbol 232 MovieClip Frame 1
play();
Symbol 232 MovieClip Frame 18
setProperty("/zap2", _x , "-700"); setProperty("/zap2", _y , "-700"); setProperty("/zap2", _visible , "0");
Symbol 241 Button
on (press) { tellTarget ("/") { gotoAndPlay (1); }; Set("/:score", "0"); Set("/:heart", "50"); Set("/:time", "0"); }
Symbol 242 Button
on (press) { getURL ("http://flashgamestudio.com"); fscommand ("quit"); }
Symbol 249 MovieClip Frame 1
cun = "0";
Symbol 249 MovieClip Frame 2
cun = cun + random("3");
Symbol 249 MovieClip Frame 3
if (cun < "10") { gotoAndPlay (2); }
Symbol 249 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 250 MovieClip Frame 1
cun = "0";
Symbol 250 MovieClip Frame 2
cun = cun + random("3");
Symbol 250 MovieClip Frame 3
if (cun < "10") { gotoAndPlay (2); }
Symbol 251 Button
on (press) { tellTarget ("/") { gotoAndPlay (1); }; Set("/:score", "0"); Set("/:heart", "50"); Set("/:time", "0"); }
Symbol 252 Button
on (press) { getURL ("http://flashgamestudio.com", "_self"); fscommand ("quit"); }
Symbol 257 Button
on (press) { getURL (/:gotourl); }
Symbol 258 MovieClip Frame 1
if (/:url ne "") { Set("/:gotourl", "http://" add /:url); _visible = "1"; } else { _visible = "0"; Set("/:gotourl", "Http://FlashGameStudio.com"); }
Symbol 306 Button
on (release) { if (((/:score_done == "1") and (/:hiscore20 < /:score)) and (/:old_score <> /:score)) { Set("/:old_score", /:score); Set("/:hiscore", /:score); if (/:xname eq "Name Here") { Set("/:xname", "flashgamestudio"); } loadVariablesNum ((((("/scores.php?action=sendscore&game=" add /:game) add "&hiscore=") add /:hiscore) add "&xname=") add /:xname, "0", "POST"); _visible = "0"; } }
Symbol 310 MovieClip Frame 1
if ((/:hiscore20 < /:score) and (/:local == "1")) { _visible = "1"; } else { _visible = "0"; stop(); }
Symbol 311 MovieClip Frame 1
if (/:local == "1") { _visible = "1"; } else { _visible = "0"; stop(); }
Symbol 311 MovieClip Frame 2
Set("/:game", "aathree"); loadVariablesNum ("/scores.php?action=getscores&game=" add /:game, "0", "POST");
Symbol 311 MovieClip Frame 10
stop();

Library Items

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

Instance Names

"crab1"Frame 14Symbol 69 MovieClip
"light"Frame 14Symbol 75 MovieClip
"right"Frame 15Symbol 85 MovieClip
"down"Frame 15Symbol 86 MovieClip
"left"Frame 15Symbol 87 MovieClip
"up"Frame 15Symbol 88 MovieClip
"w1star"Frame 15Symbol 101 MovieClip
"heart"Frame 15Symbol 105 MovieClip
"point1"Frame 15Symbol 116 MovieClip
"point2"Frame 15Symbol 116 MovieClip
"blast"Frame 15Symbol 117 MovieClip
"star"Frame 15Symbol 118 MovieClip
"w2star"Frame 15Symbol 120 MovieClip
"w3star"Frame 15Symbol 122 MovieClip
"superup"Frame 15Symbol 125 MovieClip
"blast2"Frame 15Symbol 126 MovieClip
"lilfish"Frame 15Symbol 130 MovieClip
"ff1"Frame 15Symbol 131 MovieClip
"ff2"Frame 15Symbol 133 MovieClip
"lilfish2"Frame 15Symbol 130 MovieClip
"fuel"Frame 15Symbol 135 MovieClip
"light"Frame 15Symbol 138 MovieClip
"p"Frame 15Symbol 140 MovieClip
"subroutines"Frame 15Symbol 141 MovieClip
"sound"Frame 15Symbol 143 MovieClip
"subroutines2"Frame 15Symbol 145 MovieClip
"sound3"Frame 15Symbol 147 MovieClip
"subroutines3"Frame 15Symbol 153 MovieClip
"sound4"Frame 15Symbol 154 MovieClip
"subroutines4"Frame 15Symbol 158 MovieClip
"sound2"Frame 15Symbol 159 MovieClip
"subroutines19"Frame 15Symbol 163 MovieClip
"sound5"Frame 15Symbol 166 MovieClip
"callcheck10"Frame 15Symbol 169 MovieClip
"subroutines10"Frame 15Symbol 170 MovieClip
"callcheck11"Frame 15Symbol 173 MovieClip
"subroutines11"Frame 15Symbol 174 MovieClip
"callcheck11"Frame 15Symbol 177 MovieClip
"subroutines12"Frame 15Symbol 178 MovieClip
"sound10"Frame 15Symbol 179 MovieClip
"subroutines13"Frame 15Symbol 185 MovieClip
"subroutines14"Frame 15Symbol 189 MovieClip
"bomb1"Frame 15Symbol 190 MovieClip
"sound11"Frame 15Symbol 193 MovieClip
"subroutines15"Frame 15Symbol 198 MovieClip
"callcheck20"Frame 15Symbol 203 MovieClip
"subroutines20"Frame 15Symbol 204 MovieClip
"callcheck21"Frame 15Symbol 207 MovieClip
"subroutines21"Frame 15Symbol 208 MovieClip
"crab1"Frame 15Symbol 69 MovieClip
"crabhurt1"Frame 15Symbol 209 MovieClip
"bugswap"Frame 15Symbol 210 MovieClip
"crabfollow"Frame 15Symbol 211 MovieClip
"l1"Frame 15Symbol 212 MovieClip
"bombo"Frame 15Symbol 214 MovieClip
"l2"Frame 15Symbol 215 MovieClip
"spin1"Frame 15Symbol 216 MovieClip
"boom"Frame 15Symbol 218 MovieClip
"zap"Frame 15Symbol 221 MovieClip
"heartblast"Frame 15Symbol 224 MovieClip
"fruitblast"Frame 15Symbol 226 MovieClip
"starblast"Frame 15Symbol 230 MovieClip
"starblast2"Frame 15Symbol 231 MovieClip
"zap2"Frame 15Symbol 232 MovieClip
"bugwalk"Frame 15Symbol 14 MovieClip
"lose"Frame 15Symbol 243 MovieClip
"win"Frame 15Symbol 246 MovieClip
"timeend"Frame 16Symbol 253 MovieClip
"b"Symbol 81 MovieClip Frame 1Symbol 80 MovieClip
"fw"Symbol 249 MovieClip Frame 4Symbol 248 MovieClip
"fw3"Symbol 249 MovieClip Frame 4Symbol 248 MovieClip
"fw2"Symbol 249 MovieClip Frame 4Symbol 248 MovieClip
"fw4"Symbol 249 MovieClip Frame 4Symbol 248 MovieClip
"fw2"Symbol 250 MovieClip Frame 4Symbol 248 MovieClip

Labels

"looper"Frame 3
"start"Frame 10
"in1"Frame 13
"in2"Frame 14
"game"Frame 15
"win"Frame 16
"lose"Frame 17
"loop"Symbol 131 MovieClip Frame 2
"loop"Symbol 133 MovieClip Frame 9
"initObjects"Symbol 141 MovieClip Frame 10
"checkCollision"Symbol 141 MovieClip Frame 20
"initObjects"Symbol 145 MovieClip Frame 10
"checkCollision"Symbol 145 MovieClip Frame 20
"initObjects"Symbol 153 MovieClip Frame 10
"checkCollision"Symbol 153 MovieClip Frame 20
"initObjects"Symbol 158 MovieClip Frame 10
"checkCollision"Symbol 158 MovieClip Frame 20
"initObjects"Symbol 163 MovieClip Frame 10
"checkCollision"Symbol 163 MovieClip Frame 20
"initObjects"Symbol 170 MovieClip Frame 10
"checkCollision"Symbol 170 MovieClip Frame 20
"initObjects"Symbol 174 MovieClip Frame 10
"checkCollision"Symbol 174 MovieClip Frame 20
"initObjects"Symbol 178 MovieClip Frame 10
"checkCollision"Symbol 178 MovieClip Frame 20
"initObjects"Symbol 185 MovieClip Frame 10
"checkCollision"Symbol 185 MovieClip Frame 20
"initObjects"Symbol 189 MovieClip Frame 10
"checkCollision"Symbol 189 MovieClip Frame 20
"initObjects"Symbol 198 MovieClip Frame 10
"checkCollision"Symbol 198 MovieClip Frame 20
"initObjects"Symbol 204 MovieClip Frame 10
"checkCollision"Symbol 204 MovieClip Frame 20
"initObjects"Symbol 208 MovieClip Frame 10
"checkCollision"Symbol 208 MovieClip Frame 20
"2"Symbol 209 MovieClip Frame 4
"2"Symbol 210 MovieClip Frame 2
"2"Symbol 216 MovieClip Frame 7
"loop"Symbol 249 MovieClip Frame 2
"loop"Symbol 250 MovieClip Frame 2

Dynamic Text Variables

scoreSymbol 148 EditableText"0"
heartSymbol 149 EditableText"50"
timeSymbol 192 EditableText"0"
/:scoreSymbol 254 EditableText"0"
/:gotourlSymbol 256 EditableText"http://"
/:xname1Symbol 260 EditableText""
/:hiscore1Symbol 261 EditableText""
/:xname3Symbol 262 EditableText""
/:hiscore3Symbol 263 EditableText""
/:xname4Symbol 264 EditableText""
/:hiscore4Symbol 265 EditableText""
/:xname5Symbol 266 EditableText""
/:hiscore5Symbol 267 EditableText""
/:xname6Symbol 268 EditableText""
/:hiscore6Symbol 269 EditableText""
/:xname7Symbol 270 EditableText""
/:hiscore7Symbol 271 EditableText""
/:xname8Symbol 272 EditableText""
/:hiscore8Symbol 273 EditableText""
/:xname9Symbol 274 EditableText""
/:hiscore9Symbol 275 EditableText""
/:xname10Symbol 276 EditableText""
/:hiscore10Symbol 277 EditableText""
/:xname11Symbol 278 EditableText""
/:hiscore11Symbol 279 EditableText""
/:xname12Symbol 280 EditableText""
/:hiscore12Symbol 281 EditableText""
/:xname13Symbol 282 EditableText""
/:hiscore13Symbol 283 EditableText""
/:xname14Symbol 284 EditableText""
/:hiscore14Symbol 285 EditableText""
/:xname15Symbol 286 EditableText""
/:hiscore15Symbol 287 EditableText""
/:xname16Symbol 288 EditableText""
/:hiscore16Symbol 289 EditableText""
/:xname17Symbol 290 EditableText""
/:hiscore17Symbol 291 EditableText""
/:xname18Symbol 292 EditableText""
/:hiscore18Symbol 293 EditableText""
/:xname19Symbol 294 EditableText""
/:hiscore19Symbol 295 EditableText""
/:xname20Symbol 296 EditableText""
/:hiscore20Symbol 297 EditableText""
/:xname2Symbol 298 EditableText"- - High"
/:hiscore2Symbol 299 EditableText"Scores - -"
/:xnameSymbol 302 EditableText"Name Here"




http://swfchan.com/3/13801/info.shtml
Created: 4/6 -2019 07:48:46 Last modified: 4/6 -2019 07:48:46 Server time: 13/05 -2024 04:39:25