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

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

Flying Squirrel NG v 1.0.swf

This is the info page for
Flash #26522

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


Text
Presents

FLYING SQUIRREL

v1.0

LOADING GAME: 116K (22 sec)

LOADING GAME: 116K (22 sec)

LOADING GAME: 116K (22 sec)

LOADING GAME: 116K (22 sec)

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

GET THE ACORN FOR SUPER POINTS

STAY AWAY FROM THESE

-1 LIFE (MULTIPLE)

-5 LIFE

SCORING

GET THESE ITEMS FOR BONUSES

+1 POINT

+10 POINT

+1 LIFE

INSTRUCTIONS

INSTRUCTIONS

PLAY

PLAY

TELL A
FRIEND

TELL A
FRIEND

ABOUT
OUR

ABOUT
OUR

FREE
GAMES

FREE
GAMES

DOWN
LOAD

DOWN
LOAD

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

0

You got a great score

You got a great score

ActionScript [AS1/AS2]

Frame 37
ifFrameLoaded (100) { gotoAndPlay (48); }
Frame 39
gotoAndPlay (35);
Frame 76
stop();
Frame 77
stop();
Frame 79
setProperty("/lose", _visible , "1"); setProperty("/lose", _x , "300"); setProperty("/lose", _y , "200");
Symbol 6 Button
on (press) { getURL ("http://www.sess.net/gamezone/gameindex.htm", "_top"); }
Symbol 25 Button
on (press) { gotoAndPlay (48); }
Symbol 37 Button
on (press) { gotoAndStop (45); }
Symbol 64 Button
on (press) { gotoAndStop (43); }
Symbol 74 Button
on (press) { getURL ("http://www.sess.net/gamezone/gameindex.htm", "_blank"); }
Symbol 82 Button
on (press) { gotoAndStop (43); }
Symbol 85 Button
on (press) { gotoAndStop (77); }
Symbol 95 Button
on (press) { getURL ("mailto:?subject=SESS.NET games&body=Check out the free games at http://www.sess.net/ !"); }
Symbol 100 Button
on (press) { getURL ("http://www.sess.net/downloads/SESSgame1.exe"); }
Symbol 101 Button
on (press) { getURL ("http://www.sess.net", "_blank"); }
Symbol 107 MovieClip Frame 1
setProperty("b", _rotation , random("360"));
Symbol 110 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 111 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 3
if (getProperty("/p", _x) < "600") { setProperty("/p", _x , getProperty("/p", _x) + "20"); prevFrame(); } play();
Symbol 112 MovieClip Frame 1
stop();
Symbol 112 MovieClip Frame 2
if (getProperty("/p", _y) < "365") { setProperty("/spin1", _rotation , "180"); }
Symbol 112 MovieClip Frame 4
if (getProperty("/p", _y) < "365") { prevFrame(); setProperty("/p", _y , getProperty("/p", _y) + "15"); } play();
Symbol 113 MovieClip Frame 1
stop();
Symbol 113 MovieClip Frame 3
if ("40" < getProperty("/p", _x)) { setProperty("/p", _x , getProperty("/p", _x) - "20"); prevFrame(); } play();
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 2
if ("165" < getProperty("/p", _y)) { setProperty("/spin1", _rotation , "360"); }
Symbol 114 MovieClip Frame 4
if ("165" < getProperty("/p", _y)) { setProperty("/p", _y , getProperty("/p", _y) - "20"); prevFrame(); } play();
Symbol 115 MovieClip Frame 4
call("/subroutines:checkCollision"); gotoAndPlay (1);
Symbol 116 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 116 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 127 MovieClip Frame 1
setProperty("/w1star", _x , random("600") + "19"); setProperty("/w1star", _visible , "1");
Symbol 127 MovieClip Frame 100
setProperty("/w1star", _x , "900"); setProperty("/w1star", _visible , "0");
Symbol 131 MovieClip Frame 118
setProperty("/heart", _x , random("600") + "19"); setProperty("/heart", _y , random("250") + "40"); setProperty("/heart", _visible , "1");
Symbol 131 MovieClip Frame 164
setProperty("/heart", _x , "700"); setProperty("/heart", _y , "700"); setProperty("/heart", _visible , "0");
Symbol 143 MovieClip Frame 1
stop();
Symbol 143 MovieClip Frame 7
setProperty("/blast2", _x , -"700"); setProperty("/blast2", _y , -"700"); setProperty("/blast2", _visible , "0");
Symbol 144 MovieClip Frame 48
setProperty("/star", _x , random("800") - "50"); setProperty("/star", _visible , "1");
Symbol 144 MovieClip Frame 101
setProperty("/star", _x , "700"); setProperty("/star", _visible , "0");
Symbol 146 MovieClip Frame 83
setProperty("/w2star", _x , random("600") + "19"); setProperty("/w1star", _visible , "1");
Symbol 146 MovieClip Frame 182
setProperty("/w2star", _x , "700"); setProperty("/w2star", _visible , "0");
Symbol 148 MovieClip Frame 198
setProperty("/w3star", _x , random("600") + "19"); setProperty("/w3star", _visible , "1");
Symbol 148 MovieClip Frame 297
setProperty("/w3star", _x , "700"); setProperty("/w3star", _visible , "0");
Symbol 151 MovieClip Frame 1
stop();
Symbol 151 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 151 MovieClip Frame 3
setProperty("/superup", _x , getProperty("/p", _x));
Symbol 151 MovieClip Frame 11
if ("0" < getProperty("/p", _y)) { setProperty("/p", _y , "55"); } else { stop(); } tellTarget ("/spin1") { gotoAndPlay ("2"); }
Symbol 151 MovieClip Frame 15
if ("0" < getProperty("/p", _y)) { setProperty("/p", _y , "100"); } else { stop(); }
Symbol 151 MovieClip Frame 19
if ("0" < getProperty("/p", _y)) { setProperty("/p", _y , "395"); } else { stop(); }
Symbol 151 MovieClip Frame 25
if ("0" < getProperty("/spin1", _y)) { setProperty("/spin1", _y , "380"); } else { stop(); } tellTarget ("/left") { stop(); }; tellTarget ("/right") { stop(); }
Symbol 151 MovieClip Frame 31
stop();
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 12
setProperty("/blast2", _x , -"700"); setProperty("/blast2", _y , -"700"); setProperty("/blast2", _visible , "0");
Symbol 153 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 153 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 157 MovieClip Frame 1
play(); counterf = "0"; setProperty("/lilfish", _visible , "1"); setProperty("/lilfish", _x , random("470") + "20");
Symbol 157 MovieClip Frame 4
setProperty("/lilfish", _y , getProperty("/lilfish", _y) - "5"); counterf = counterf + "1"; if (counterf < "73") { gotoAndPlay (2); }
Symbol 157 MovieClip Frame 6
setProperty("/lilfish", _y , "500"); setProperty("/lilfish", _visible , "0");
Symbol 157 MovieClip Frame 31
gotoAndPlay (1);
Symbol 159 MovieClip Frame 8
play(); counterf = "0"; setProperty("/lilfish2", _visible , "1"); setProperty("/lilfish2", _y , random("170") + "150");
Symbol 159 MovieClip Frame 11
setProperty("/lilfish2", _x , getProperty("/lilfish2", _x) + "10"); counterf = counterf + "1"; if (counterf < "75") { gotoAndPlay (9); }
Symbol 159 MovieClip Frame 13
setProperty("/lilfish2", _x , -"100"); setProperty("/lilfish2", _visible , "0");
Symbol 159 MovieClip Frame 33
gotoAndPlay (1);
Symbol 161 MovieClip Frame 1
setProperty("/fuel", _x , random("600") + "19");
Symbol 161 MovieClip Frame 136
setProperty("/fuel", _x , -"300");
Symbol 168 MovieClip Frame 1
call("initObjects"); stop();
Symbol 168 MovieClip Frame 10
radius1 = getProperty("/spin1", _width) / "2"; radius2 = getProperty("/crab1", _width) / "2"; setProperty("/boom", _visible , "0");
Symbol 168 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 170 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 2
call("/subroutines2:checkCollision"); gotoAndPlay (1);
Symbol 172 MovieClip Frame 1
call("initObjects"); stop();
Symbol 172 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 172 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 174 MovieClip Frame 1
stop();
Symbol 179 MovieClip Frame 2
call("/subroutines3:checkCollision"); gotoAndPlay (1);
Symbol 180 MovieClip Frame 1
call("initObjects"); stop();
Symbol 180 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 180 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 181 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
call("/subroutines4:checkCollision"); gotoAndPlay (1);
Symbol 185 MovieClip Frame 1
call("initObjects"); stop();
Symbol 185 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 185 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 186 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 2
call("/subroutines19:checkCollision"); gotoAndPlay (1);
Symbol 190 MovieClip Frame 1
call("initObjects"); stop();
Symbol 190 MovieClip Frame 10
radius1 = getProperty("/spin1", _width) / "2"; radius2 = getProperty("/light", _width) / "2";
Symbol 190 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 193 MovieClip Frame 1
stop();
Symbol 196 MovieClip Frame 2
call("/subroutines10:checkCollision"); gotoAndPlay (1);
Symbol 197 MovieClip Frame 1
call("initObjects"); stop();
Symbol 197 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 197 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 200 MovieClip Frame 2
call("/subroutines11:checkCollision"); gotoAndPlay (1);
Symbol 201 MovieClip Frame 1
call("initObjects"); stop();
Symbol 201 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 201 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 204 MovieClip Frame 2
call("/subroutines12:checkCollision"); gotoAndPlay (1);
Symbol 205 MovieClip Frame 1
call("initObjects"); stop();
Symbol 205 MovieClip Frame 10
radius1 = getProperty("/p", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 205 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 206 MovieClip Frame 1
stop();
Symbol 207 MovieClip Frame 1
if ("0" < /:score) { setProperty("/light", _visible , "1"); tellTarget ("/l1") { play(); }; } else { tellTarget ("/l1") { stop(); }; setProperty("/light", _visible , "0"); }
Symbol 211 MovieClip Frame 4
call("/subroutines13:checkCollision"); gotoAndPlay (1);
Symbol 212 MovieClip Frame 1
call("initObjects"); stop();
Symbol 212 MovieClip Frame 10
radius1 = getProperty("/bomb", _width) / "2"; radius2 = getProperty("/spin1", _width) / "2";
Symbol 212 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 215 MovieClip Frame 2
call("/subroutines14:checkCollision"); gotoAndPlay (1);
Symbol 216 MovieClip Frame 1
call("initObjects"); stop();
Symbol 216 MovieClip Frame 10
radius1 = getProperty("/bomb", _width) / "2"; radius2 = getProperty("/crab1", _width) / "2";
Symbol 216 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 217 MovieClip Frame 1
if (/:time == "0") { Set("/:time", "45"); }
Symbol 217 MovieClip Frame 2
Set("/:time", /:time - "1");
Symbol 217 MovieClip Frame 3
if (/:time < "1") { tellTarget ("/") { gotoAndStop ("win"); }; }
Symbol 220 MovieClip Frame 1
stop();
Symbol 220 MovieClip Frame 5
stop();
Symbol 222 MovieClip Frame 3
call("/subroutines15:checkCollision"); gotoAndPlay (1);
Symbol 225 MovieClip Frame 1
call("initObjects"); stop();
Symbol 225 MovieClip Frame 10
radius1 = getProperty("/spin1", _width) / "2"; radius2 = getProperty("/snailred", _width) / "2"; setProperty("/boom", _visible , "0");
Symbol 225 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 230 MovieClip Frame 2
call("/subroutines20:checkCollision"); gotoAndPlay (1);
Symbol 231 MovieClip Frame 1
call("initObjects"); stop();
Symbol 231 MovieClip Frame 10
radius1 = getProperty("/spin1", _width) / "2"; radius2 = getProperty("/lilfish", _width) / "2";
Symbol 231 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 234 MovieClip Frame 2
call("/subroutines21:checkCollision"); gotoAndPlay (1);
Symbol 235 MovieClip Frame 1
call("initObjects"); stop();
Symbol 235 MovieClip Frame 10
radius1 = getProperty("/spin1", _width) / "2"; radius2 = getProperty("/lilfish2", _width) / "2";
Symbol 235 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 236 MovieClip Frame 1
setProperty("/snailred", _visible , "0"); tellTarget ("/crabredfollow") { stop(); }; stop();
Symbol 236 MovieClip Frame 2
setProperty("/snailred", _x , getProperty("crab1", _x));
Symbol 236 MovieClip Frame 3
counter = "0"; setProperty("/crab1", _visible , "0"); setProperty("/crab1", _x , -"300"); tellTarget ("/crabfollow") { stop(); }
Symbol 236 MovieClip Frame 19
counter = counter + "1"; if (counter < "20") { gotoAndPlay (4); }
Symbol 236 MovieClip Frame 20
setProperty("/crab1", _x , getProperty("/snailred", _x));
Symbol 236 MovieClip Frame 21
setProperty("/crab1", _visible , "1"); setProperty("/snailred", _visible , "0"); setProperty("/snailred", _x , -"200"); tellTarget ("/crabfollow") { play(); }; tellTarget ("/crabredfollow") { stop(); }; stop();
Symbol 237 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 237 MovieClip Frame 3
gotoAndPlay (2);
Symbol 238 MovieClip Frame 1
thisX = getProperty("/spin1", _x); spX = getProperty("/crab1", _x); difX = thisX - spX; xStp = difX / "35"; setProperty("/crab1", _x , spX + xStp);
Symbol 238 MovieClip Frame 2
thisX = getProperty("/spin1", _x); spX = getProperty("/crab1", _x); difX = thisX - spX; xStp = difX / "35"; setProperty("/crab1", _x , spX + xStp);
Symbol 239 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 239 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 240 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 241 MovieClip Frame 1
play(); if ("55" < /:score) { tellTarget ("/") { gotoAndStop ("fish"); }; }
Symbol 241 MovieClip Frame 2
prevFrame();
Symbol 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 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 242 MovieClip Frame 59
stop(); tellTarget ("l1") { play(); }
Symbol 243 MovieClip Frame 1
stop();
Symbol 243 MovieClip Frame 7
stop();
Symbol 243 MovieClip Frame 12
stop();
Symbol 248 MovieClip Frame 1
stop();
Symbol 248 MovieClip Frame 11
setProperty("/zap", _x , "-700"); setProperty("/zap", _y , "-700"); setProperty("/zap", _visible , "0");
Symbol 251 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 2
play();
Symbol 251 MovieClip Frame 16
setProperty("/heartblast", _x , "-700"); setProperty("/heartblast", _y , "-700"); setProperty("/heartblast", _visible , "0");
Symbol 253 MovieClip Frame 1
play();
Symbol 253 MovieClip Frame 5
setProperty("/fruitblast", _x , "-700"); setProperty("/fruitblast", _y , "-700"); setProperty("/fruitblast", _visible , "0");
Symbol 257 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 2
play();
Symbol 257 MovieClip Frame 13
setProperty("/starblast", _x , "-700"); setProperty("/starblast", _y , "-700"); setProperty("/starblast", _visible , "0");
Symbol 258 MovieClip Frame 1
stop();
Symbol 258 MovieClip Frame 2
play();
Symbol 258 MovieClip Frame 8
setProperty("/starblast2", _x , "-700"); setProperty("/starblast2", _y , "-700"); setProperty("/starblast2", _visible , "0");
Symbol 259 MovieClip Frame 1
play();
Symbol 259 MovieClip Frame 18
setProperty("/zap2", _x , "-700"); setProperty("/zap2", _y , "-700"); setProperty("/zap2", _visible , "0");
Symbol 268 Button
on (press) { tellTarget ("/") { gotoAndPlay (1); }; Set("/:score", "0"); Set("/:heart", "50"); Set("/:time", "0"); }
Symbol 269 Button
on (press) { getURL ("http://www.sess.net/gamezone/aa/aaindex.htm", "_blank"); }
Symbol 276 MovieClip Frame 1
cun = "0";
Symbol 276 MovieClip Frame 2
cun = cun + random("3");
Symbol 276 MovieClip Frame 3
if (cun < "10") { gotoAndPlay (2); }
Symbol 276 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 277 MovieClip Frame 1
cun = "0";
Symbol 277 MovieClip Frame 2
cun = cun + random("3");
Symbol 277 MovieClip Frame 3
if (cun < "10") { gotoAndPlay (2); }
Symbol 280 Button
on (press) { tellTarget ("/") { gotoAndPlay (1); }; Set("/:score", "0"); Set("/:heart", "50"); Set("/:time", "0"); }

Library Items

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

Instance Names

"crab1"Frame 45Symbol 54 MovieClip
"light"Frame 45Symbol 60 MovieClip
"right"Frame 77Symbol 111 MovieClip
"down"Frame 77Symbol 112 MovieClip
"left"Frame 77Symbol 113 MovieClip
"up"Frame 77Symbol 114 MovieClip
"w1star"Frame 77Symbol 127 MovieClip
"heart"Frame 77Symbol 131 MovieClip
"point1"Frame 77Symbol 142 MovieClip
"point2"Frame 77Symbol 142 MovieClip
"blast"Frame 77Symbol 143 MovieClip
"star"Frame 77Symbol 144 MovieClip
"w2star"Frame 77Symbol 146 MovieClip
"w3star"Frame 77Symbol 148 MovieClip
"superup"Frame 77Symbol 151 MovieClip
"blast2"Frame 77Symbol 152 MovieClip
"lilfish"Frame 77Symbol 156 MovieClip
"ff1"Frame 77Symbol 157 MovieClip
"ff2"Frame 77Symbol 159 MovieClip
"lilfish2"Frame 77Symbol 156 MovieClip
"fuel"Frame 77Symbol 161 MovieClip
"light"Frame 77Symbol 165 MovieClip
"p"Frame 77Symbol 167 MovieClip
"subroutines"Frame 77Symbol 168 MovieClip
"sound"Frame 77Symbol 170 MovieClip
"subroutines2"Frame 77Symbol 172 MovieClip
"sound3"Frame 77Symbol 174 MovieClip
"subroutines3"Frame 77Symbol 180 MovieClip
"sound4"Frame 77Symbol 181 MovieClip
"subroutines4"Frame 77Symbol 185 MovieClip
"sound2"Frame 77Symbol 186 MovieClip
"subroutines19"Frame 77Symbol 190 MovieClip
"sound5"Frame 77Symbol 193 MovieClip
"callcheck10"Frame 77Symbol 196 MovieClip
"subroutines10"Frame 77Symbol 197 MovieClip
"callcheck11"Frame 77Symbol 200 MovieClip
"subroutines11"Frame 77Symbol 201 MovieClip
"callcheck11"Frame 77Symbol 204 MovieClip
"subroutines12"Frame 77Symbol 205 MovieClip
"sound10"Frame 77Symbol 206 MovieClip
"subroutines13"Frame 77Symbol 212 MovieClip
"subroutines14"Frame 77Symbol 216 MovieClip
"bomb1"Frame 77Symbol 217 MovieClip
"sound11"Frame 77Symbol 220 MovieClip
"subroutines15"Frame 77Symbol 225 MovieClip
"callcheck20"Frame 77Symbol 230 MovieClip
"subroutines20"Frame 77Symbol 231 MovieClip
"callcheck21"Frame 77Symbol 234 MovieClip
"subroutines21"Frame 77Symbol 235 MovieClip
"crab1"Frame 77Symbol 54 MovieClip
"crabhurt1"Frame 77Symbol 236 MovieClip
"bugswap"Frame 77Symbol 237 MovieClip
"crabfollow"Frame 77Symbol 238 MovieClip
"l1"Frame 77Symbol 239 MovieClip
"bombo"Frame 77Symbol 241 MovieClip
"l2"Frame 77Symbol 242 MovieClip
"spin1"Frame 77Symbol 243 MovieClip
"boom"Frame 77Symbol 245 MovieClip
"zap"Frame 77Symbol 248 MovieClip
"heartblast"Frame 77Symbol 251 MovieClip
"fruitblast"Frame 77Symbol 253 MovieClip
"starblast"Frame 77Symbol 257 MovieClip
"starblast2"Frame 77Symbol 258 MovieClip
"zap2"Frame 77Symbol 259 MovieClip
"bugwalk"Frame 77Symbol 77 MovieClip
"lose"Frame 77Symbol 270 MovieClip
"win"Frame 77Symbol 273 MovieClip
"lose"Frame 78Symbol 270 MovieClip
"enter"Frame 78Symbol 285 MovieClip
"b"Symbol 107 MovieClip Frame 1Symbol 106 MovieClip
"fw"Symbol 276 MovieClip Frame 4Symbol 275 MovieClip
"fw3"Symbol 276 MovieClip Frame 4Symbol 275 MovieClip
"fw2"Symbol 276 MovieClip Frame 4Symbol 275 MovieClip
"fw4"Symbol 276 MovieClip Frame 4Symbol 275 MovieClip
"fw2"Symbol 277 MovieClip Frame 4Symbol 275 MovieClip
"win"Symbol 285 MovieClip Frame 1Symbol 281 MovieClip
"enter"Symbol 285 MovieClip Frame 1Symbol 284 MovieClip

Labels

"looper"Frame 35
"in3"Frame 43
"in33"Frame 45
"start"Frame 48
"screen"Frame 76
"game"Frame 77
"win"Frame 78
"lose"Frame 79
"loop"Symbol 157 MovieClip Frame 2
"loop"Symbol 159 MovieClip Frame 9
"initObjects"Symbol 168 MovieClip Frame 10
"checkCollision"Symbol 168 MovieClip Frame 20
"initObjects"Symbol 172 MovieClip Frame 10
"checkCollision"Symbol 172 MovieClip Frame 20
"initObjects"Symbol 180 MovieClip Frame 10
"checkCollision"Symbol 180 MovieClip Frame 20
"initObjects"Symbol 185 MovieClip Frame 10
"checkCollision"Symbol 185 MovieClip Frame 20
"initObjects"Symbol 190 MovieClip Frame 10
"checkCollision"Symbol 190 MovieClip Frame 20
"initObjects"Symbol 197 MovieClip Frame 10
"checkCollision"Symbol 197 MovieClip Frame 20
"initObjects"Symbol 201 MovieClip Frame 10
"checkCollision"Symbol 201 MovieClip Frame 20
"initObjects"Symbol 205 MovieClip Frame 10
"checkCollision"Symbol 205 MovieClip Frame 20
"initObjects"Symbol 212 MovieClip Frame 10
"checkCollision"Symbol 212 MovieClip Frame 20
"initObjects"Symbol 216 MovieClip Frame 10
"checkCollision"Symbol 216 MovieClip Frame 20
"initObjects"Symbol 225 MovieClip Frame 10
"checkCollision"Symbol 225 MovieClip Frame 20
"initObjects"Symbol 231 MovieClip Frame 10
"checkCollision"Symbol 231 MovieClip Frame 20
"initObjects"Symbol 235 MovieClip Frame 10
"checkCollision"Symbol 235 MovieClip Frame 20
"2"Symbol 236 MovieClip Frame 4
"2"Symbol 237 MovieClip Frame 2
"2"Symbol 243 MovieClip Frame 7
"loop"Symbol 276 MovieClip Frame 2
"loop"Symbol 277 MovieClip Frame 2

Dynamic Text Variables

scoreSymbol 175 EditableText"0"
heartSymbol 176 EditableText"50"
timeSymbol 219 EditableText"0"
/:scoreSymbol 278 EditableText"0"
/:scoreSymbol 279 EditableText"0"




http://swfchan.com/6/26522/info.shtml
Created: 22/5 -2019 13:53:27 Last modified: 22/5 -2019 13:53:27 Server time: 30/04 -2024 18:39:37