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

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

Thin Squares.swf

This is the info page for
Flash #23321

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


Text
Black Out

THIN'S TRIBUTE TO THE SQUARES.

LOADING

START GAME!

Created by Thin, very special thanks to Gavin Shapiro for
creating the original Squares game. It's such a unique
game.

THINSQUARES

Welcome to my version of the squares
game that Gavin Shapiro developed.
Before you play please check out the Help
section, specially the Power-Ups
in that section.
Hey, one more thing if you want a stupid
way to play these kind of games, turn off
the mouse button, it's darker when turned
off.

PLAY

PLAY

THINSQUARES

HELP

HELP

MUSIC

MUSIC

yes

MOUSE

MOUSE

yes

QUALITY

QUALITY

e-mail ThinXIII@hotmail.com

Level 1
Next Level at 50

Level 2
Next Level at 150

Level 3
Next Level at 250

Level 4
Final Level at 400

Final Level
Die Die Die...

God Mode

Bonus Speed Up

+500 Pts

Bullet-Time

RAIN OF SQUARES

BONUS 1000 !

+1000 Pts

Sixth Sense

-1000 Pts

GROW!

Shrink

Score

Number of Squares

0

0

lev1

Your Score

Number of squares

X

=

TOTAL SCORE

GAME OVER

Level

Mouse Used

1

Yes

e-mail : ThinXIII@hotmail.com

ABOUT THE GAME

This is a Squares Clone.
So most will know how to play, or what to do.
Anyway the objective is to collect as many squares as the color
of the player square, while trying to get bonuses and to avoid
the baddies.
Always try to get the highest score.
All thanks goes to the original creator of the game : Gavin Shapiro

Power-Ups & Others

BACK

Bullet-Time

Bonus +1000

Rain of Squares

Sixth Sense

God Mode

-1000 Points

Black Out

Grow

Shrink

In this game there are manu power-ups and others, without these
power-ups and others you will not have the highest score for sure.
Select one to see it's info.

POWER-UPS AND BUMMERS

Back

Back

ICON -

POWER-UPS

This is a power up that will slowdown the movement  of all the
objects accept the player square.
It also gives you bonus +500 points and speeds up the bonus
time.

BULLET-TIME

BONUS +1000

This is not a power up, but it will give
you an AWESOME +1000 Points!
Always try to get these it will really help you to get on top of the
score sheet.

RAIN OF SQUARES

This is a power up that will start a rain of squares.
Each square is worth more than a normal square.
Maximum of 20 squares will fall.
It also gives you +500 points.

This is a power up that will show you where the enemy squares
are, but it's kinda complex too.
It will also speeds up the bonus speed time
And gives you +500 points.

SIXTH SENSE

GOD MODE

This is the greatest power up in the game, just take it and see
what happens.
It also gives you +500 Points.
MU HA HA HAAAAA!

GROW

This can be bad sometimes and good sometimes, why dont you
try and see.
It dosent give you any bonus points.

Take this if you want, cause sometimes when you get too small
it's baaaad.
Other times it's kinda usefull, but it dosent give any bonus points.

SHRINK

-1000 POINTS

Wow!, this is really bad, take one of these and i bet you would
want to restart.

BLACK OUT

This is a really disturbing thing. Just see what happens.

ActionScript [AS1/AS2]

Frame 1
stop(); toggleHighQuality(); fscommand ("trapallkeys", true); Stage.showMenu = false;
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Instance of Symbol 14 MovieClip in Frame 1
onClipEvent (load) { jump = true; goleft = true; gspeed = random(10) + 1; _root.test = _y; } onClipEvent (enterFrame) { w--; h--; _width = (_width + w); _height = (_height + h); if (_width <= 5) { w = random(20) + 1; } if (_height <= 5) { h = random(20) + 1; } if (goleft) { _x = (_x - gspeed); if (_x <= 28) { _x <= 28; gspeed = random(10) + 1; goleft = false; goright = true; } } if (goright) { _x = (_x + gspeed); if (_x >= 521.5) { _x >= 521.5; gspeed = random(10) + 1; goright = false; goleft = true; } } if (jump) { valy = valy - 1; _y = (_y - valy); if (_y < 34.85) { valy = -3; } if (_y > 365.3) { valy = random(20) + 10; } } }
Frame 98
if (_root.music == "yes") { _root.homesnd = new Sound(homemc); _root.homesnd.attachSound("bgmusic7"); _root.homesnd.start(0, 9999); _root.homesnd.setVolume(10); _root.mtest = "yes"; _root.musicmc.gotoAndStop(1); } else if (_root.music == "no") { _root.mtest = "no"; _root.musicmc.gotoAndStop(2); stopAllSounds(); } else { _root.homesnd = new Sound(homemc); _root.homesnd.attachSound("bgmusic7"); _root.homesnd.start(0, 9999); _root.homesnd.setVolume(10); _root.mtest = "yes"; _root.musicmc.gotoAndStop(1); } if (_root.usekeyboard == "yes") { _root.keymc.gotoAndStop(1); _root.keytest = "yes"; } else if (_root.usekeyboard == "no") { _root.keymc.gotoAndStop(2); _root.keytest = "no"; } stop();
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip "homemc" in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Instance of Symbol 83 MovieClip in Frame 98
onClipEvent (load) { widthheight = random(22) + 10; _width = widthheight; _height = widthheight; _alpha = (random(100) + 1); gotoAndPlay(random(34) + 1 +97); }
Frame 99
_root.firstSound.setVolume(100); if (_root.music == "yes") { _root.firstSound = new Sound(bgmusic); _root.firstSound.attachSound("bgmusic7"); _root.firstSound.start(0, 9999); _root.bullet_time = new Sound(bulletmc); _root.bullet_time.attachSound("bullettime"); _root.bullet_time.setVolume(0); } else if (_root.music == "no") { } else { _root.firstSound = new Sound(bgmusic); _root.firstSound.attachSound("bgmusic7"); _root.firstSound.start(0, 9999); _root.bullet_time = new Sound(bulletmc); _root.bullet_time.attachSound("bullettime"); _root.bullet_time.setVolume(0); } _root.sqhit = new Sound(squarehit); _root.sqhit.attachSound("sqhit"); _root.sqhit.setVolume(100); _root.sqhit = new Sound(squarehit); _root.sqhit.attachSound("sqhit"); _root.sqhit.setVolume(100); _root.sqhit2 = new Sound(enemymc); _root.sqhit2.attachSound("sqhit2"); _root.sqhit2.setVolume(100); stop(); _root.box2._visible = false; _root.box3._visible = false; _root.box4._visible = false; _root.box5._visible = false; _root.box6._visible = false; _root.score = 0; _root.nosq = 0; _root.test = "lev1"; _root.mdown = "no"; _root.god = "no"; _root.sixth = "no"; Mouse.hide(); _root.decoy.useHandCursor = false; _root.e1check._visible = false; _root.e2check._visible = false; _root.e3check._visible = false; _root.e4check._visible = false;
Instance of Symbol 132 MovieClip "levelcheck" in Frame 99
onClipEvent (enterFrame) { if (_root.bonus1.hitTest(this)) { _root.bonus1._alpha = 80; } else { _root.bonus1._alpha = 100; } if (_root.bonus2.hitTest(this)) { _root.bonus2._alpha = 80; } else { _root.bonus2._alpha = 100; } if (_root.bonus3.hitTest(this)) { _root.bonus3._alpha = 80; } else { _root.bonus3._alpha = 100; } if (_root.bonus4.hitTest(this)) { _root.bonus4._alpha = 80; } else { _root.bonus4._alpha = 100; } if (_root.box.hitTest(this)) { _root.box._alpha = 80; } else { _root.box._alpha = 100; } if (_root.enemy1.hitTest(this)) { _root.enemy1._alpha = 80; } else { _root.enemy1._alpha = 100; } if (_root.enemy2.hitTest(this)) { _root.enemy2._alpha = 80; } else { _root.enemy2._alpha = 100; } if (_root.enemy3.hitTest(this)) { _root.enemy3._alpha = 80; } else { _root.enemy3._alpha = 100; } if (_root.enemy4.hitTest(this)) { _root.enemy4._alpha = 80; } else { _root.enemy4._alpha = 100; } }
Instance of Symbol 184 MovieClip "e1check" in Frame 99
onClipEvent (enterFrame) { _y = _root.enemy1._y; }
Instance of Symbol 184 MovieClip "e2check" in Frame 99
onClipEvent (enterFrame) { _y = _root.enemy2._y; }
Instance of Symbol 186 MovieClip "e3check" in Frame 99
onClipEvent (enterFrame) { _x = _root.enemy3._x; }
Instance of Symbol 186 MovieClip "e4check" in Frame 99
onClipEvent (enterFrame) { _x = _root.enemy4._x; }
Instance of Symbol 187 MovieClip "bonus2" in Frame 99
onClipEvent (load) { currentsp = 2; widthheight = random(22) + 20; speed = random(currentsp) + (currentsp / 4); _width = widthheight; _height = widthheight; goleft = true; _y = (random(400) + 1); } onClipEvent (enterFrame) { if (goleft) { _x = (_x - speed); goright = false; if (this.hitTest(_root.box)) { _root.sqhit.start(0, 0); goleft = false; goright = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _y = (random(400) + 1); _x = -80; _root.nosq++; currentsp = currentsp + 0.1; speed = speed + 0.1; _root.bonus1.currentsp = _root.bonus1.currentsp + 0.1; _root.bonus1.speed = _root.bonus1.speed + 0.1; _root.bonus3.currentsp = _root.bonus3.currentsp + 0.1; _root.bonus3.speed = _root.bonus3.speed + 0.1; _root.bonus4.currentsp = _root.bonus4.currentsp + 0.1; _root.bonus4.speed = _root.bonus4.speed + 0.1; if (_root.mdown == "yes") { _root.btime.entemp1 = _root.btime.entemp1 + 0.1; _root.btime.entemp2 = _root.btime.entemp2 + 0.1; _root.btime.entemp3 = _root.btime.entemp3 + 0.1; _root.btime.entemp4 = _root.btime.entemp4 + 0.1; } else { speed = random(currentsp) + (currentsp / 4); _root.enemy1.tspeed = _root.enemy1.tspeed + 0.1; _root.enemy2.tspeed = _root.enemy2.tspeed + 0.1; _root.enemy3.tspeed = _root.enemy3.tspeed + 0.1; _root.enemy4.tspeed = _root.enemy4.tspeed + 0.1; _root.enemy1.currentsp = _root.enemy1.currentsp + 0.1; _root.enemy2.currentsp = _root.enemy2.currentsp + 0.1; _root.enemy3.currentsp = _root.enemy3.currentsp + 0.1; _root.enemy4.currentsp = _root.enemy4.currentsp + 0.1; } if (_root.test == "lev1") { _root.score = _root.score + 10; } else if (_root.test == "lev2") { _root.score = _root.score + 30; } else if (_root.test == "lev3") { _root.score = _root.score + 60; } else if (_root.test == "lev4") { _root.score = _root.score + 90; } else if (_root.test == "final") { _root.score = _root.score + 120; } with (_root.box) { _width = _width + 0.5; _height = _height + 0.5; } } if (_x < -80) { goleft = false; goright = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { speed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _y = (random(400) + 1); } } if (goright) { _x = (_x + speed); goleft = false; if (this.hitTest(_root.box)) { _root.sqhit.start(0, 0); goright = false; goleft = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _y = (random(400) + 1); _x = 650; _root.nosq++; currentsp = currentsp + 0.1; speed = speed + 0.1; _root.bonus1.currentsp = _root.bonus1.currentsp + 0.1; _root.bonus1.speed = _root.bonus1.speed + 0.1; _root.bonus3.currentsp = _root.bonus3.currentsp + 0.1; _root.bonus3.speed = _root.bonus3.speed + 0.1; _root.bonus4.currentsp = _root.bonus4.currentsp + 0.1; _root.bonus4.speed = _root.bonus4.speed + 0.1; if (_root.mdown == "yes") { _root.btime.entemp1 = _root.btime.entemp1 + 0.1; _root.btime.entemp2 = _root.btime.entemp2 + 0.1; _root.btime.entemp3 = _root.btime.entemp3 + 0.1; _root.btime.entemp4 = _root.btime.entemp4 + 0.1; } else { speed = random(currentsp) + (currentsp / 4); _root.enemy1.tspeed = _root.enemy1.tspeed + 0.1; _root.enemy2.tspeed = _root.enemy2.tspeed + 0.1; _root.enemy3.tspeed = _root.enemy3.tspeed + 0.1; _root.enemy4.tspeed = _root.enemy4.tspeed + 0.1; _root.enemy1.currentsp = _root.enemy1.currentsp + 0.1; _root.enemy2.currentsp = _root.enemy2.currentsp + 0.1; _root.enemy3.currentsp = _root.enemy3.currentsp + 0.1; _root.enemy4.currentsp = _root.enemy4.currentsp + 0.1; } if (_root.test == "lev1") { _root.score = _root.score + 10; } else if (_root.test == "lev2") { _root.score = _root.score + 30; } else if (_root.test == "lev3") { _root.score = _root.score + 60; } else if (_root.test == "lev4") { _root.score = _root.score + 90; } else if (_root.test == "final") { _root.score = _root.score + 120; } with (_root.box) { _width = _width + 0.5; _height = _height + 0.5; } } if (_x > 650) { goright = false; goleft = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { speed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _y = (random(400) + 1); } } }
Instance of Symbol 187 MovieClip "bonus4" in Frame 99
onClipEvent (load) { currentsp = 2; widthheight = random(22) + 20; speed = random(currentsp) + (currentsp / 4); _width = widthheight; _height = widthheight; godown = true; _x = (random(550) + 1); } onClipEvent (enterFrame) { if (goup) { _y = (_y - speed); godown = false; if (this.hitTest(_root.box)) { _root.sqhit.start(0, 0); goup = false; godown = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _x = (random(550) + 1); _y = -80; _root.nosq++; currentsp = currentsp + 0.1; speed = speed + 0.1; _root.bonus1.currentsp = _root.bonus1.currentsp + 0.1; _root.bonus1.speed = _root.bonus1.speed + 0.1; _root.bonus3.currentsp = _root.bonus3.currentsp + 0.1; _root.bonus3.speed = _root.bonus3.speed + 0.1; _root.bonus2.currentsp = _root.bonus2.currentsp + 0.1; _root.bonus2.speed = _root.bonus2.speed + 0.1; if (_root.mdown == "yes") { _root.btime.entemp1 = _root.btime.entemp1 + 0.1; _root.btime.entemp2 = _root.btime.entemp2 + 0.1; _root.btime.entemp3 = _root.btime.entemp3 + 0.1; _root.btime.entemp4 = _root.btime.entemp4 + 0.1; } else { speed = random(currentsp) + (currentsp / 4); _root.enemy1.tspeed = _root.enemy1.tspeed + 0.1; _root.enemy2.tspeed = _root.enemy2.tspeed + 0.1; _root.enemy3.tspeed = _root.enemy3.tspeed + 0.1; _root.enemy4.tspeed = _root.enemy4.tspeed + 0.1; _root.enemy1.currentsp = _root.enemy1.currentsp + 0.1; _root.enemy2.currentsp = _root.enemy2.currentsp + 0.1; _root.enemy3.currentsp = _root.enemy3.currentsp + 0.1; _root.enemy4.currentsp = _root.enemy4.currentsp + 0.1; } if (_root.test == "lev1") { _root.score = _root.score + 10; } else if (_root.test == "lev2") { _root.score = _root.score + 30; } else if (_root.test == "lev3") { _root.score = _root.score + 60; } else if (_root.test == "lev4") { _root.score = _root.score + 90; } else if (_root.test == "final") { _root.score = _root.score + 120; } with (_root.box) { _width = _width + 0.5; _height = _height + 0.5; } } if (_y < -80) { goup = false; godown = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { speed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _x = (random(550) + 1); } } if (godown) { _y = (_y + speed); goup = false; if (this.hitTest(_root.box)) { _root.sqhit.start(0, 0); godown = false; goup = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _x = (random(550) + 1); _y = 500; _root.nosq++; currentsp = currentsp + 0.1; speed = speed + 0.1; _root.bonus1.currentsp = _root.bonus1.currentsp + 0.1; _root.bonus1.speed = _root.bonus1.speed + 0.1; _root.bonus3.currentsp = _root.bonus3.currentsp + 0.1; _root.bonus3.speed = _root.bonus3.speed + 0.1; _root.bonus2.currentsp = _root.bonus2.currentsp + 0.1; _root.bonus2.speed = _root.bonus2.speed + 0.1; if (_root.mdown == "yes") { _root.btime.entemp1 = _root.btime.entemp1 + 0.1; _root.btime.entemp2 = _root.btime.entemp2 + 0.1; _root.btime.entemp3 = _root.btime.entemp3 + 0.1; _root.btime.entemp4 = _root.btime.entemp4 + 0.1; } else { speed = random(currentsp) + (currentsp / 4); _root.enemy1.tspeed = _root.enemy1.tspeed + 0.1; _root.enemy2.tspeed = _root.enemy2.tspeed + 0.1; _root.enemy3.tspeed = _root.enemy3.tspeed + 0.1; _root.enemy4.tspeed = _root.enemy4.tspeed + 0.1; _root.enemy1.currentsp = _root.enemy1.currentsp + 0.1; _root.enemy2.currentsp = _root.enemy2.currentsp + 0.1; _root.enemy3.currentsp = _root.enemy3.currentsp + 0.1; _root.enemy4.currentsp = _root.enemy4.currentsp + 0.1; } if (_root.test == "lev1") { _root.score = _root.score + 10; } else if (_root.test == "lev2") { _root.score = _root.score + 30; } else if (_root.test == "lev3") { _root.score = _root.score + 60; } else if (_root.test == "lev4") { _root.score = _root.score + 90; } else if (_root.test == "final") { _root.score = _root.score + 120; } with (_root.box) { _width = _width + 0.5; _height = _height + 0.5; } } if (_y > 500) { godown = false; goup = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { speed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _x = (random(550) + 1); } } }
Instance of Symbol 187 MovieClip "bonus1" in Frame 99
onClipEvent (load) { currentsp = 2; widthheight = random(22) + 20; speed = random(currentsp) + (currentsp / 4); _width = widthheight; _height = widthheight; goleft = true; _y = (random(400) + 1); } onClipEvent (enterFrame) { if (goleft) { _x = (_x - speed); goright = false; if (this.hitTest(_root.box)) { _root.sqhit.start(0, 0); goleft = false; goright = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _y = (random(400) + 1); _x = -80; _root.nosq++; currentsp = currentsp + 0.1; speed = speed + 0.1; _root.bonus2.currentsp = _root.bonus2.currentsp + 0.1; _root.bonus2.speed = _root.bonus2.speed + 0.1; _root.bonus3.currentsp = _root.bonus3.currentsp + 0.1; _root.bonus3.speed = _root.bonus3.speed + 0.1; _root.bonus4.currentsp = _root.bonus4.currentsp + 0.1; _root.bonus4.speed = _root.bonus4.speed + 0.1; if (_root.mdown == "yes") { _root.btime.entemp1 = _root.btime.entemp1 + 0.1; _root.btime.entemp2 = _root.btime.entemp2 + 0.1; _root.btime.entemp3 = _root.btime.entemp3 + 0.1; _root.btime.entemp4 = _root.btime.entemp4 + 0.1; } else { speed = random(currentsp) + (currentsp / 4); _root.enemy1.tspeed = _root.enemy1.tspeed + 0.1; _root.enemy2.tspeed = _root.enemy2.tspeed + 0.1; _root.enemy3.tspeed = _root.enemy3.tspeed + 0.1; _root.enemy4.tspeed = _root.enemy4.tspeed + 0.1; _root.enemy1.currentsp = _root.enemy1.currentsp + 0.1; _root.enemy2.currentsp = _root.enemy2.currentsp + 0.1; _root.enemy3.currentsp = _root.enemy3.currentsp + 0.1; _root.enemy4.currentsp = _root.enemy4.currentsp + 0.1; } if (_root.test == "lev1") { _root.score = _root.score + 10; } else if (_root.test == "lev2") { _root.score = _root.score + 30; } else if (_root.test == "lev3") { _root.score = _root.score + 60; } else if (_root.test == "lev4") { _root.score = _root.score + 90; } else if (_root.test == "final") { _root.score = _root.score + 120; } with (_root.box) { _width = _width + 2; _height = _height + 2; } } if (_x < -80) { goleft = false; goright = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { speed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _y = (random(400) + 1); } } if (goright) { _x = (_x + speed); goleft = false; if (this.hitTest(_root.box)) { _root.sqhit.start(0, 0); goright = false; goleft = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _y = (random(400) + 1); _x = 650; _root.nosq++; currentsp = currentsp + 0.1; speed = speed + 0.1; _root.bonus2.currentsp = _root.bonus2.currentsp + 0.1; _root.bonus2.speed = _root.bonus2.speed + 0.1; _root.bonus3.currentsp = _root.bonus3.currentsp + 0.1; _root.bonus3.speed = _root.bonus3.speed + 0.1; _root.bonus4.currentsp = _root.bonus4.currentsp + 0.1; _root.bonus4.speed = _root.bonus4.speed + 0.1; if (_root.mdown == "yes") { _root.btime.entemp1 = _root.btime.entemp1 + 0.1; _root.btime.entemp2 = _root.btime.entemp2 + 0.1; _root.btime.entemp3 = _root.btime.entemp3 + 0.1; _root.btime.entemp4 = _root.btime.entemp4 + 0.1; } else { speed = random(currentsp) + (currentsp / 4); _root.enemy1.tspeed = _root.enemy1.tspeed + 0.1; _root.enemy2.tspeed = _root.enemy2.tspeed + 0.1; _root.enemy3.tspeed = _root.enemy3.tspeed + 0.1; _root.enemy4.tspeed = _root.enemy4.tspeed + 0.1; _root.enemy1.currentsp = _root.enemy1.currentsp + 0.1; _root.enemy2.currentsp = _root.enemy2.currentsp + 0.1; _root.enemy3.currentsp = _root.enemy3.currentsp + 0.1; _root.enemy4.currentsp = _root.enemy4.currentsp + 0.1; } if (_root.test == "lev1") { _root.score = _root.score + 10; } else if (_root.test == "lev2") { _root.score = _root.score + 30; } else if (_root.test == "lev3") { _root.score = _root.score + 60; } else if (_root.test == "lev4") { _root.score = _root.score + 90; } else if (_root.test == "final") { _root.score = _root.score + 120; } with (_root.box) { _width = _width + 0.5; _height = _height + 0.5; } } if (_x > 650) { goright = false; goleft = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { speed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _y = (random(400) + 1); } } }
Instance of Symbol 187 MovieClip "bonus3" in Frame 99
onClipEvent (load) { currentsp = 2; widthheight = random(22) + 20; speed = random(currentsp) + (currentsp / 4); _width = widthheight; _height = widthheight; godown = true; _x = (random(550) + 1); } onClipEvent (enterFrame) { if (goup) { _y = (_y - speed); godown = false; if (this.hitTest(_root.box)) { _root.sqhit.start(0, 0); goup = false; godown = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _x = (random(550) + 1); _y = -80; _root.nosq++; currentsp = currentsp + 0.1; speed = speed + 0.1; _root.bonus1.currentsp = _root.bonus1.currentsp + 0.1; _root.bonus1.speed = _root.bonus1.speed + 0.1; _root.bonus2.currentsp = _root.bonus2.currentsp + 0.1; _root.bonus2.speed = _root.bonus2.speed + 0.1; _root.bonus4.currentsp = _root.bonus4.currentsp + 0.1; _root.bonus4.speed = _root.bonus4.speed + 0.1; if (_root.mdown == "yes") { _root.btime.entemp1 = _root.btime.entemp1 + 0.1; _root.btime.entemp2 = _root.btime.entemp2 + 0.1; _root.btime.entemp3 = _root.btime.entemp3 + 0.1; _root.btime.entemp4 = _root.btime.entemp4 + 0.1; } else { speed = random(currentsp) + (currentsp / 4); _root.enemy1.tspeed = _root.enemy1.tspeed + 0.1; _root.enemy2.tspeed = _root.enemy2.tspeed + 0.1; _root.enemy3.tspeed = _root.enemy3.tspeed + 0.1; _root.enemy4.tspeed = _root.enemy4.tspeed + 0.1; _root.enemy1.currentsp = _root.enemy1.currentsp + 0.1; _root.enemy2.currentsp = _root.enemy2.currentsp + 0.1; _root.enemy3.currentsp = _root.enemy3.currentsp + 0.1; _root.enemy4.currentsp = _root.enemy4.currentsp + 0.1; } if (_root.test == "lev1") { _root.score = _root.score + 10; } else if (_root.test == "lev2") { _root.score = _root.score + 30; } else if (_root.test == "lev3") { _root.score = _root.score + 60; } else if (_root.test == "lev4") { _root.score = _root.score + 90; } else if (_root.test == "final") { _root.score = _root.score + 120; } with (_root.box) { _width = _width + 0.5; _height = _height + 0.5; } } if (_y < -80) { goup = false; godown = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { speed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _x = (random(550) + 1); } } if (godown) { _y = (_y + speed); goup = false; if (this.hitTest(_root.box)) { _root.sqhit.start(0, 0); godown = false; goup = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _x = (random(550) + 1); _y = 500; _root.nosq++; currentsp = currentsp + 0.1; speed = speed + 0.1; _root.bonus1.currentsp = _root.bonus1.currentsp + 0.1; _root.bonus1.speed = _root.bonus1.speed + 0.1; _root.bonus2.currentsp = _root.bonus2.currentsp + 0.1; _root.bonus2.speed = _root.bonus2.speed + 0.1; _root.bonus4.currentsp = _root.bonus4.currentsp + 0.1; _root.bonus4.speed = _root.bonus4.speed + 0.1; if (_root.mdown == "yes") { _root.btime.entemp1 = _root.btime.entemp1 + 0.1; _root.btime.entemp2 = _root.btime.entemp2 + 0.1; _root.btime.entemp3 = _root.btime.entemp3 + 0.1; _root.btime.entemp4 = _root.btime.entemp4 + 0.1; } else { speed = random(currentsp) + (currentsp / 4); _root.enemy1.tspeed = _root.enemy1.tspeed + 0.1; _root.enemy2.tspeed = _root.enemy2.tspeed + 0.1; _root.enemy3.tspeed = _root.enemy3.tspeed + 0.1; _root.enemy4.tspeed = _root.enemy4.tspeed + 0.1; _root.enemy1.currentsp = _root.enemy1.currentsp + 0.1; _root.enemy2.currentsp = _root.enemy2.currentsp + 0.1; _root.enemy3.currentsp = _root.enemy3.currentsp + 0.1; _root.enemy4.currentsp = _root.enemy4.currentsp + 0.1; } if (_root.test == "lev1") { _root.score = _root.score + 10; } else if (_root.test == "lev2") { _root.score = _root.score + 30; } else if (_root.test == "lev3") { _root.score = _root.score + 60; } else if (_root.test == "lev4") { _root.score = _root.score + 90; } else if (_root.test == "final") { _root.score = _root.score + 120; } with (_root.box) { _width = _width + 0.5; _height = _height + 0.5; } } if (_y > 500) { godown = false; goup = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { speed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _x = (random(550) + 1); } } }
Instance of Symbol 193 MovieClip "enemy3" in Frame 99
onClipEvent (load) { currentsp = 1; widthheight = random(22) + 20; tspeed = random(currentsp) + (currentsp / 4); _width = widthheight; _height = widthheight; goup = true; _x = (random(550) + 1); } onClipEvent (enterFrame) { speed = tspeed; if (goup) { _y = (_y - speed); godown = false; if (this.hitTest(_root.box) && (_root.god == "yes")) { _root.sqhit2.start(0, 0); goup = false; godown = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _x = (random(550) + 1); _y = -80; _root.box._width = _root.box._width + 0.5; _root.box._height = _root.box._height + 0.5; _root.nosq++; _root.score = _root.score + 50; } else if (this.hitTest(_root.box) && (_root.god == "no")) { stopAllSounds(); _root.play(); } if (_y < -80) { goup = false; godown = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { tspeed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _x = (random(550) + 1); } } if (godown) { _y = (_y + speed); goup = false; if (this.hitTest(_root.box) && (_root.god == "yes")) { _root.sqhit2.start(0, 0); godown = false; goup = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _x = (random(550) + 1); _y = 500; _root.box._width = _root.box._width + 0.5; _root.box._height = _root.box._height + 0.5; _root.nosq++; _root.score = _root.score + 50; } else if (this.hitTest(_root.box) && (_root.god == "no")) { stopAllSounds(); _root.play(); } if (_y > 500) { godown = false; goup = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { tspeed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _x = (random(550) + 1); } } }
Instance of Symbol 193 MovieClip "enemy1" in Frame 99
onClipEvent (load) { _root.god = "no"; currentsp = 1; widthheight = random(22) + 20; tspeed = random(currentsp) + (currentsp / 4); _width = widthheight; _height = widthheight; goleft = true; _y = (random(400) + 1); } onClipEvent (enterFrame) { speed = tspeed; if (goleft) { _x = (_x - speed); goright = false; if (this.hitTest(_root.box) && (_root.god == "yes")) { _root.sqhit2.start(0, 0); goleft = false; goright = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _y = (random(400) + 1); _x = -80; _root.box._width = _root.box._width + 0.5; _root.box._height = _root.box._height + 0.5; _root.nosq++; _root.score = _root.score + 50; } else if (this.hitTest(_root.box) && (_root.god == "no")) { stopAllSounds(); _root.play(); } if (_x < -80) { goleft = false; goright = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { tspeed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _y = (random(400) + 1); } } if (goright) { _x = (_x + speed); goleft = false; if (this.hitTest(_root.box) && (_root.god == "yes")) { _root.sqhit2.start(0, 0); goright = false; goleft = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _y = (random(400) + 1); _x = 650; _root.box._width = _root.box._width + 0.5; _root.box._height = _root.box._height + 0.5; _root.nosq++; _root.score = _root.score + 50; } else if (this.hitTest(_root.box) && (_root.god == "no")) { stopAllSounds(); _root.play(); } if (_x > 650) { goright = false; goleft = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { tspeed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _y = (random(400) + 1); } } }
Instance of Symbol 193 MovieClip "enemy2" in Frame 99
onClipEvent (load) { currentsp = 1; widthheight = random(22) + 20; tspeed = random(currentsp) + (currentsp / 4); _width = widthheight; _height = widthheight; goright = true; _y = (random(400) + 1); } onClipEvent (enterFrame) { speed = tspeed; if (goleft) { _x = (_x - speed); goright = false; if (this.hitTest(_root.box) && (_root.god == "yes")) { _root.sqhit2.start(0, 0); goleft = false; goright = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _y = (random(400) + 1); _x = -80; _root.box._width = _root.box._width + 0.5; _root.box._height = _root.box._height + 0.5; _root.nosq++; _root.score = _root.score + 50; } else if (this.hitTest(_root.box) && (_root.god == "no")) { stopAllSounds(); _root.play(); } if (_x < -80) { goleft = false; goright = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { tspeed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _y = (random(400) + 1); } } if (goright) { _x = (_x + speed); goleft = false; if (this.hitTest(_root.box) && (_root.god == "yes")) { _root.sqhit2.start(0, 0); goright = false; goleft = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _y = (random(400) + 1); _x = 650; _root.box._width = _root.box._width + 0.5; _root.box._height = _root.box._height + 0.5; _root.nosq++; _root.score = _root.score + 50; } else if (this.hitTest(_root.box) && (_root.god == "no")) { stopAllSounds(); _root.play(); } if (_x > 650) { goright = false; goleft = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { tspeed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _y = (random(400) + 1); } } }
Instance of Symbol 193 MovieClip "enemy4" in Frame 99
onClipEvent (load) { currentsp = 1; widthheight = random(22) + 20; tspeed = random(currentsp) + (currentsp / 4); _width = widthheight; _height = widthheight; godown = true; _x = (random(550) + 1); } onClipEvent (enterFrame) { speed = tspeed; if (goup) { _y = (_y - speed); godown = false; if (this.hitTest(_root.box) && (_root.god == "yes")) { _root.sqhit2.start(0, 0); goup = false; godown = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _x = (random(550) + 1); _y = -80; _root.box._width = _root.box._width + 0.5; _root.box._height = _root.box._height + 0.5; _root.nosq++; _root.score = _root.score + 50; } else if (this.hitTest(_root.box) && (_root.god == "no")) { stopAllSounds(); _root.play(); } if (_y < -80) { goup = false; godown = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { tspeed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _x = (random(550) + 1); } } if (godown) { _y = (_y + speed); goup = false; if (this.hitTest(_root.box) && (_root.god == "yes")) { _root.sqhit2.start(0, 0); godown = false; goup = true; widthheight = random(22) + 20; _width = widthheight; _height = widthheight; _x = (random(550) + 1); _y = 500; _root.box._width = _root.box._width + 0.5; _root.box._height = _root.box._height + 0.5; _root.nosq++; _root.score = _root.score + 50; } else if (this.hitTest(_root.box) && (_root.god == "no")) { stopAllSounds(); _root.play(); } if (_y > 500) { godown = false; goup = true; widthheight = random(22) + 20; if (_root.mdown == "yes") { } else { tspeed = random(currentsp) + (currentsp / 4); } _width = widthheight; _height = widthheight; _x = (random(550) + 1); } } }
Instance of Symbol 216 MovieClip "bulletbonus" in Frame 99
onClipEvent (load) { speed = random(10) + 1; _y = (random(400) + 1); this.gotoAndStop(random(9) + 1); } onClipEvent (enterFrame) { if (goleft) { _x = (_x - speed); _root.tm.i = 0; goright = false; if (this.hitTest(_root.box) && (this._currentframe == 1)) { if (_root.btime._currentframe != 1) { _root.btime.gotoAndPlay(2); } else { _root.btime.play(); } goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 2)) { if (_root.bon._currentframe != 1) { _root.bon.gotoAndPlay(2); } else { _root.bon.play(); } goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; _root.score = _root.score + 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 3)) { if (_root.spbon._currentframe != 1) { _root.spbon.gotoAndPlay(2); } else { _root.spbon.play(); } _root.replo.maxclones = _root.replo.maxclones + 20; goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 4)) { if (_root.godmode._currentframe != 1) { _root.godmode.gotoAndPlay(2); } else { _root.godmode.play(); } goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 5)) { if (_root.skull._currentframe != 1) { _root.skull.gotoAndPlay(2); } else { _root.skull.play(); } goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; _root.score = _root.score - 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 6)) { if (_root.six._currentframe != 1) { _root.six.gotoAndPlay(2); } else { _root.six.play(); } _root.e1check._visible = true; _root.e2check._visible = true; _root.e3check._visible = true; _root.e4check._visible = true; goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 7)) { if (_root.blur._currentframe != 1) { _root.blur.gotoAndPlay(2); } else { _root.blur.play(); } goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 8)) { if (_root.grow._currentframe != 1) { _root.grow.gotoAndPlay(2); } else { _root.grow.play(); } _root.box._width = _root.box._width + 10; _root.box._height = _root.box._height + 10; goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 9)) { if (_root.shrink._currentframe != 1) { _root.shrink.gotoAndPlay(2); } else { _root.shrink.play(); } _root.box._width = _root.box._width / 2; _root.box._height = _root.box._height / 2; goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } if (_x < -80) { goleft = false; _y = (random(400) + 1); speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } } if (goright) { _x = (_x + speed); _root.tm.i = 0; goleft = false; if (this.hitTest(_root.box) && (this._currentframe == 1)) { if (_root.btime._currentframe != 1) { _root.btime.gotoAndPlay(2); } else { _root.btime.play(); } goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 2)) { if (_root.bon._currentframe != 1) { _root.bon.gotoAndPlay(2); } else { _root.bon.play(); } goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; _root.score = _root.score + 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 3)) { if (_root.spbon._currentframe != 1) { _root.spbon.gotoAndPlay(2); } else { _root.spbon.play(); } _root.replo.maxclones = _root.replo.maxclones + 20; goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; _root.score = _root.score + 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 4)) { if (_root.godmode._currentframe != 1) { _root.godmode.gotoAndPlay(2); } else { _root.godmode.play(); } goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 5)) { if (_root.skull._currentframe != 1) { _root.skull.gotoAndPlay(2); } else { _root.skull.play(); } goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; _root.score = _root.score - 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 6)) { if (_root.six._currentframe != 1) { _root.six.gotoAndPlay(2); } else { _root.six.play(); } _root.e1check._visible = true; _root.e2check._visible = true; _root.e3check._visible = true; _root.e4check._visible = true; goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 7)) { if (_root.blur._currentframe != 1) { _root.blur.gotoAndPlay(2); } else { _root.blur.play(); } goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 8)) { if (_root.grow._currentframe != 1) { _root.grow.gotoAndPlay(2); } else { _root.grow.play(); } _root.box._width = _root.box._width + 10; _root.box._height = _root.box._height + 10; goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 9)) { if (_root.shrink._currentframe != 1) { _root.shrink.gotoAndPlay(2); } else { _root.shrink.play(); } _root.box._width = _root.box._width / 2; _root.box._height = _root.box._height / 2; goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } if (_x > 650) { goright = false; _y = (random(400) + 1); speed = random(10) + 1; _root.tm.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } } }
Instance of Symbol 218 MovieClip "tm" in Frame 99
onClipEvent (load) { i = 0; tocount = random(1000) + 500; j = 1; } onClipEvent (enterFrame) { i++; if ((i == tocount) && (j == 1)) { _root.bulletbonus.goleft = true; i = 0; j = 2; } if ((i == tocount) && (j == 2)) { _root.bulletbonus.goright = true; i = 0; j = 1; } }
Instance of Symbol 218 MovieClip "tm2" in Frame 99
onClipEvent (load) { i = 0; tocount = random(1000) + 500; j = 1; } onClipEvent (enterFrame) { _root.en1 = tocount; _root.ii = i; i++; if ((i == tocount) && (j == 1)) { _root.bulletbonus2.goup = true; i = 0; j = 2; } if ((i == tocount) && (j == 2)) { _root.bulletbonus2.godown = true; i = 0; j = 1; } }
Instance of Symbol 216 MovieClip "bulletbonus2" in Frame 99
onClipEvent (load) { speed = random(10) + 1; _x = (random(500) + 1); this.gotoAndStop(random(9) + 1); } onClipEvent (enterFrame) { if (goup) { _y = (_y - speed); _root.tm2.i = 0; godown = false; if (this.hitTest(_root.box) && (this._currentframe == 1)) { if (_root.btime._currentframe != 1) { _root.btime.gotoAndPlay(2); } else { _root.btime.play(); } goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 2)) { if (_root.bon._currentframe != 1) { _root.bon.gotoAndPlay(2); } else { _root.bon.play(); } goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; _root.score = _root.score + 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 3)) { if (_root.spbon._currentframe != 1) { _root.spbon.gotoAndPlay(2); } else { _root.spbon.play(); } _root.replo.maxclones = _root.replo.maxclones + 20; goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.score = _root.score + 500; _root.tm2.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 4)) { if (_root.godmode._currentframe != 1) { _root.godmode.gotoAndPlay(2); } else { _root.godmode.play(); } goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.score = _root.score + 500; _root.tm2.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 5)) { if (_root.skull._currentframe != 1) { _root.skull.gotoAndPlay(2); } else { _root.skull.play(); } goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.score = _root.score - 1000; _root.tm2.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 6)) { if (_root.six._currentframe != 1) { _root.six.gotoAndPlay(2); } else { _root.six.play(); } _root.e1check._visible = true; _root.e2check._visible = true; _root.e3check._visible = true; _root.e4check._visible = true; goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.score = _root.score + 500; _root.tm2.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 7)) { if (_root.blur._currentframe != 1) { _root.blur.gotoAndPlay(2); } else { _root.blur.play(); } goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 8)) { if (_root.grow._currentframe != 1) { _root.grow.gotoAndPlay(2); } else { _root.grow.play(); } _root.box._width = _root.box._width + 10; _root.box._height = _root.box._height + 10; goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 9)) { if (_root.shrink._currentframe != 1) { _root.shrink.gotoAndPlay(2); } else { _root.shrink.play(); } _root.box._width = _root.box._width / 2; _root.box._height = _root.box._height / 2; goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } if (_y < -80) { goup = false; _x = (random(550) + 1); speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } } if (godown) { _y = (_y + speed); _root.tm2.i = 0; goup = false; if (this.hitTest(_root.box) && (this._currentframe == 1)) { if (_root.btime._currentframe != 1) { _root.btime.gotoAndPlay(2); } else { _root.btime.play(); } goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 2)) { if (_root.bon._currentframe != 1) { _root.bon.gotoAndPlay(2); } else { _root.bon.play(); } goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; _root.score = _root.score + 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 3)) { if (_root.spbon._currentframe != 1) { _root.spbon.gotoAndPlay(2); } else { _root.spbon.play(); } _root.replo.maxclones = _root.replo.maxclones + 20; goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 4)) { if (_root.godmode._currentframe != 1) { _root.godmode.gotoAndPlay(2); } else { _root.godmode.play(); } goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 5)) { if (_root.skull._currentframe != 1) { _root.skull.gotoAndPlay(2); } else { _root.skull.play(); } goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; _root.score = _root.score - 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 6)) { if (_root.six._currentframe != 1) { _root.six.gotoAndPlay(2); } else { _root.six.play(); } _root.e1check._visible = true; _root.e2check._visible = true; _root.e3check._visible = true; _root.e4check._visible = true; goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 7)) { if (_root.blur._currentframe != 1) { _root.blur.gotoAndPlay(2); } else { _root.blur.play(); } goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 8)) { if (_root.grow._currentframe != 1) { _root.grow.gotoAndPlay(2); } else { _root.grow.play(); } _root.box._width = _root.box._width + 10; _root.box._height = _root.box._height + 10; goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 9)) { if (_root.shrink._currentframe != 1) { _root.shrink.gotoAndPlay(2); } else { _root.shrink.play(); } _root.box._width = _root.box._width / 2; _root.box._height = _root.box._height / 2; goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } if (_y > 450) { godown = false; _x = (random(500) + 1); speed = random(10) + 1; _root.tm2.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } } }
Instance of Symbol 228 MovieClip "reproduce" in Frame 99
onClipEvent (load) { this.bcolor.gotoAndStop(_root.bonus1.bcolor._currentframe); _x = (random(540) + 10); _y = -1000; _height = widthheight; widthheight = random(22) + 20; _width = widthheight; godown = 20; } onClipEvent (enterFrame) { if (_root.levelcheck.hitTest(this)) { this._alpha = 80; } else { this._alpha = 100; } if (_root._currentframe > 99) { this.removeMovieClip(); } if (_root.btime._currentframe > 1) { if (_root.mdown == "yes") { godown = 5; } else if (_root.mdown == "no") { godown = 20; } } this.bcolor.gotoAndStop(_root.bonus1.bcolor._currentframe); _y = (_y + godown); if (this.hitTest(_root.box)) { _root.sqhit.start(0, 0); _root.box._width = _root.box._width + 0.5; _root.box._height = _root.box._height + 0.5; _root.nosq++; _root.score = _root.score + 10; goup = 0; goleft = 0; goright = 0; this.removeMovieClip(); _y = 700; } if (_y > 550) { this.removeMovieClip(); _y = 700; } }
Instance of Symbol 230 MovieClip in Frame 99
onClipEvent (load) { } onClipEvent (enterFrame) { }
Instance of Symbol 218 MovieClip "tm3" in Frame 99
onClipEvent (load) { i = 0; tocount = random(1000) + 500; j = 1; } onClipEvent (enterFrame) { _root.en1 = tocount; _root.ii = i; i++; if ((i == tocount) && (j == 1)) { _root.bulletbonus3.godown = true; i = 0; j = 2; } if ((i == tocount) && (j == 2)) { _root.bulletbonus3.goup = true; i = 0; j = 1; } }
Instance of Symbol 216 MovieClip "bulletbonus3" in Frame 99
onClipEvent (load) { speed = random(10) + 1; _x = (random(500) + 1); this.gotoAndStop(random(9) + 1); } onClipEvent (enterFrame) { if (goup) { _y = (_y - speed); _root.tm3.i = 0; godown = false; if (this.hitTest(_root.box) && (this._currentframe == 1)) { if (_root.btime._currentframe != 1) { _root.btime.gotoAndPlay(2); } else { _root.btime.play(); } goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 2)) { if (_root.bon._currentframe != 1) { _root.bon.gotoAndPlay(2); } else { _root.bon.play(); } goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; _root.score = _root.score + 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 3)) { if (_root.spbon._currentframe != 1) { _root.spbon.gotoAndPlay(2); } else { _root.spbon.play(); } _root.replo.maxclones = _root.replo.maxclones + 20; goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.score = _root.score + 500; _root.tm3.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 4)) { if (_root.godmode._currentframe != 1) { _root.godmode.gotoAndPlay(2); } else { _root.godmode.play(); } goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.score = _root.score + 500; _root.tm3.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 5)) { if (_root.skull._currentframe != 1) { _root.skull.gotoAndPlay(2); } else { _root.skull.play(); } goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.score = _root.score - 1000; _root.tm3.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 6)) { if (_root.six._currentframe != 1) { _root.six.gotoAndPlay(2); } else { _root.six.play(); } _root.e1check._visible = true; _root.e2check._visible = true; _root.e3check._visible = true; _root.e4check._visible = true; goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.score = _root.score + 500; _root.tm3.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 7)) { if (_root.blur._currentframe != 1) { _root.blur.gotoAndPlay(2); } else { _root.blur.play(); } goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 8)) { if (_root.grow._currentframe != 1) { _root.grow.gotoAndPlay(2); } else { _root.grow.play(); } _root.box._width = _root.box._width + 10; _root.box._height = _root.box._height + 10; goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 9)) { if (_root.shrink._currentframe != 1) { _root.shrink.gotoAndPlay(2); } else { _root.shrink.play(); } _root.box._width = _root.box._width / 2; _root.box._height = _root.box._height / 2; goup = false; _x = (random(550) + 1); _y = -80; speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } if (_y < -80) { goup = false; _x = (random(550) + 1); speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } } if (godown) { _y = (_y + speed); _root.tm3.i = 0; goup = false; if (this.hitTest(_root.box) && (this._currentframe == 1)) { if (_root.btime._currentframe != 1) { _root.btime.gotoAndPlay(2); } else { _root.btime.play(); } goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 2)) { if (_root.bon._currentframe != 1) { _root.bon.gotoAndPlay(2); } else { _root.bon.play(); } goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; _root.score = _root.score + 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 3)) { if (_root.spbon._currentframe != 1) { _root.spbon.gotoAndPlay(2); } else { _root.spbon.play(); } _root.replo.maxclones = _root.replo.maxclones + 20; goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 4)) { if (_root.godmode._currentframe != 1) { _root.godmode.gotoAndPlay(2); } else { _root.godmode.play(); } goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 5)) { if (_root.skull._currentframe != 1) { _root.skull.gotoAndPlay(2); } else { _root.skull.play(); } goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; _root.score = _root.score - 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 6)) { if (_root.six._currentframe != 1) { _root.six.gotoAndPlay(2); } else { _root.six.play(); } _root.e1check._visible = true; _root.e2check._visible = true; _root.e3check._visible = true; _root.e4check._visible = true; goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 7)) { if (_root.blur._currentframe != 1) { _root.blur.gotoAndPlay(2); } else { _root.blur.play(); } goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 8)) { if (_root.grow._currentframe != 1) { _root.grow.gotoAndPlay(2); } else { _root.grow.play(); } _root.box._width = _root.box._width + 10; _root.box._height = _root.box._height + 10; goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 9)) { if (_root.shrink._currentframe != 1) { _root.shrink.gotoAndPlay(2); } else { _root.shrink.play(); } _root.box._width = _root.box._width / 2; _root.box._height = _root.box._height / 2; goup = false; _x = (random(500) + 1); _y = 450; speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } if (_y > 450) { godown = false; _x = (random(500) + 1); speed = random(10) + 1; _root.tm3.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } } }
Instance of Symbol 218 MovieClip "tm4" in Frame 99
onClipEvent (load) { i = 0; tocount = random(1000) + 500; j = 1; } onClipEvent (enterFrame) { i++; if ((i == tocount) && (j == 1)) { _root.bulletbonus4.goright = true; i = 0; j = 2; } if ((i == tocount) && (j == 2)) { _root.bulletbonus4.goleft = true; i = 0; j = 1; } }
Instance of Symbol 216 MovieClip "bulletbonus4" in Frame 99
onClipEvent (load) { speed = random(10) + 1; _y = (random(400) + 1); this.gotoAndStop(random(9) + 1); } onClipEvent (enterFrame) { if (goleft) { _x = (_x - speed); _root.tm4.i = 0; goright = false; if (this.hitTest(_root.box) && (this._currentframe == 1)) { if (_root.btime._currentframe != 1) { _root.btime.gotoAndPlay(2); } else { _root.btime.play(); } goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 2)) { if (_root.bon._currentframe != 1) { _root.bon.gotoAndPlay(2); } else { _root.bon.play(); } goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; _root.score = _root.score + 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 3)) { if (_root.spbon._currentframe != 1) { _root.spbon.gotoAndPlay(2); } else { _root.spbon.play(); } _root.replo.maxclones = _root.replo.maxclones + 20; goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 4)) { if (_root.godmode._currentframe != 1) { _root.godmode.gotoAndPlay(2); } else { _root.godmode.play(); } goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 5)) { if (_root.skull._currentframe != 1) { _root.skull.gotoAndPlay(2); } else { _root.skull.play(); } goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; _root.score = _root.score - 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 6)) { if (_root.six._currentframe != 1) { _root.six.gotoAndPlay(2); } else { _root.six.play(); } _root.e1check._visible = true; _root.e2check._visible = true; _root.e3check._visible = true; _root.e4check._visible = true; goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 7)) { if (_root.blur._currentframe != 1) { _root.blur.gotoAndPlay(2); } else { _root.blur.play(); } goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 8)) { if (_root.grow._currentframe != 1) { _root.grow.gotoAndPlay(2); } else { _root.grow.play(); } _root.box._width = _root.box._width + 10; _root.box._height = _root.box._height + 10; goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 9)) { if (_root.shrink._currentframe != 1) { _root.shrink.gotoAndPlay(2); } else { _root.shrink.play(); } _root.box._width = _root.box._width / 2; _root.box._height = _root.box._height / 2; goleft = false; _y = (random(400) + 1); _x = -80; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } if (_x < -80) { goleft = false; _y = (random(400) + 1); speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } } if (goright) { _x = (_x + speed); _root.tm4.i = 0; goleft = false; if (this.hitTest(_root.box) && (this._currentframe == 1)) { if (_root.btime._currentframe != 1) { _root.btime.gotoAndPlay(2); } else { _root.btime.play(); } goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 2)) { if (_root.bon._currentframe != 1) { _root.bon.gotoAndPlay(2); } else { _root.bon.play(); } goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; _root.score = _root.score + 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 3)) { if (_root.spbon._currentframe != 1) { _root.spbon.gotoAndPlay(2); } else { _root.spbon.play(); } _root.replo.maxclones = _root.replo.maxclones + 20; goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; _root.score = _root.score + 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 4)) { if (_root.godmode._currentframe != 1) { _root.godmode.gotoAndPlay(2); } else { _root.godmode.play(); } goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 5)) { if (_root.skull._currentframe != 1) { _root.skull.gotoAndPlay(2); } else { _root.skull.play(); } goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; _root.score = _root.score - 1000; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 6)) { if (_root.six._currentframe != 1) { _root.six.gotoAndPlay(2); } else { _root.six.play(); } _root.e1check._visible = true; _root.e2check._visible = true; _root.e3check._visible = true; _root.e4check._visible = true; goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; _root.score = _root.score + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 7)) { if (_root.blur._currentframe != 1) { _root.blur.gotoAndPlay(2); } else { _root.blur.play(); } goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 8)) { if (_root.grow._currentframe != 1) { _root.grow.gotoAndPlay(2); } else { _root.grow.play(); } _root.box._width = _root.box._width + 10; _root.box._height = _root.box._height + 10; goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } else if (this.hitTest(_root.box) && (this._currentframe == 9)) { if (_root.shrink._currentframe != 1) { _root.shrink.gotoAndPlay(2); } else { _root.shrink.play(); } _root.box._width = _root.box._width / 2; _root.box._height = _root.box._height / 2; goleft = false; _y = (random(400) + 1); _x = 650; speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } if (_x > 650) { goright = false; _y = (random(400) + 1); speed = random(10) + 1; _root.tm4.tocount = random(1000) + 500; this.gotoAndStop(random(9) + 1); } } }
Instance of Symbol 233 MovieClip "replo" in Frame 99
onClipEvent (load) { i = 0; _root.reproduce.godown = 0; maxclones = 0; } onClipEvent (enterFrame) { if (i < maxclones) { i++; _root.reproduce.duplicateMovieClip("rp" + i, i); } }
Instance of Symbol 249 MovieClip "box2" in Frame 99
onClipEvent (enterFrame) { _x = _root.box._x; _y = _root.box._y; this.gotoAndStop(_root.box._currentframe); _width = (_root.box._width / 1.1); _height = (_root.box._height / 1.1); }
Instance of Symbol 249 MovieClip "box3" in Frame 99
onClipEvent (enterFrame) { _x = _root.box2._x; _y = _root.box2._y; this.gotoAndStop(_root.box._currentframe); _width = (_root.box2._width / 1.1); _height = (_root.box2._height / 1.1); }
Instance of Symbol 249 MovieClip "box4" in Frame 99
onClipEvent (enterFrame) { _x = _root.box3._x; _y = _root.box3._y; this.gotoAndStop(_root.box._currentframe); _width = (_root.box3._width / 1.1); _height = (_root.box3._height / 1.1); }
Instance of Symbol 249 MovieClip "box5" in Frame 99
onClipEvent (enterFrame) { _x = _root.box4._x; _y = _root.box4._y; this.gotoAndStop(_root.box._currentframe); _width = (_root.box4._width / 1.1); _height = (_root.box4._height / 1.1); }
Instance of Symbol 249 MovieClip "box6" in Frame 99
onClipEvent (enterFrame) { _x = _root.box5._x; _y = _root.box5._y; this.gotoAndStop(_root.box._currentframe); _width = (_root.box5._width / 1.1); _height = (_root.box5._height / 1.1); }
Instance of Symbol 249 MovieClip "box" in Frame 99
onClipEvent (load) { _root.b.duplicateMovieClip("blur", 99999999); _root.magic.duplicateMovieClip("m", 999999999); i = 0; inter = 10; _root.bonus1.gotoAndPlay(1); _root.bonus2.gotoAndPlay(1); _root.bonus3.gotoAndPlay(1); _root.bonus4.gotoAndPlay(1); j = 0; gsp = 15; if (_root.usekeyboard == "no") { usekeys = true; } else if (_root.usekeyboard == "yes") { this.startDrag(true); } else { this.startDrag(true); } } onClipEvent (enterFrame) { _root.debuger = _root.music; if (usekeys) { if (Key.isDown(38)) { _y = (_y - gsp); } if (Key.isDown(40)) { _y = (_y + gsp); } if (Key.isDown(37)) { _x = (_x - gsp); } if (Key.isDown(39)) { _x = (_x + gsp); } } if (_x < 10) { _x = 10; } if (_x > 540) { _x = 540; } if (_y < 10) { _y = 10; } if (_y > 390) { _y = 390; } if (_root.mdown == "yes") { inter = 1; i++; if (i >= inter) { _root.score++; i = 0; } } else { inter = 10; } if (_root.god == "yes") { inter = 1; i++; if (i >= inter) { _root.score++; i = 0; } } else { inter = 10; } if (_root.sixth == "yes") { inter = 2; i++; if (i >= inter) { _root.score++; i = 0; } } else { inter = 10; } if ((_root.nosq >= 50) && (_root.test == "lev1")) { if (_root.bonus1.bcolor._currentframe != 8) { _root.bonus1.bcolor.play(); _root.bonus2.bcolor.play(); _root.bonus3.bcolor.play(); _root.bonus4.bcolor.play(); } _width = (_width - 5); _height = (_height - 5); if ((_width < 19.3) && (_height < 19.3)) { _width = 19.3; _height = 19.3; if (this._currentframe != 10) { this.play(); _root.levelup.play(); _root.score = _root.score + 1000; } } } else if ((_root.nosq >= 150) && (_root.test == "lev2")) { if (_root.bonus1.bcolor._currentframe != 15) { _root.bonus1.bcolor.play(); _root.bonus2.bcolor.play(); _root.bonus3.bcolor.play(); _root.bonus4.bcolor.play(); } _width = (_width - 5); _height = (_height - 5); if ((_width < 19.3) && (_height < 19.3)) { _width = 19.3; _height = 19.3; if (this._currentframe != 18) { this.play(); _root.levelup.play(); _root.score = _root.score + 1000; } } } else if ((_root.nosq >= 250) && (_root.test == "lev3")) { if (_root.bonus1.bcolor._currentframe != 22) { _root.bonus1.bcolor.play(); _root.bonus2.bcolor.play(); _root.bonus3.bcolor.play(); _root.bonus4.bcolor.play(); } _width = (_width - 5); _height = (_height - 5); if ((_width < 19.3) && (_height < 19.3)) { _width = 19.3; _height = 19.3; if (this._currentframe != 26) { this.play(); _root.levelup.play(); _root.score = _root.score + 1000; } } } else if ((_root.nosq >= 400) && (_root.test == "lev4")) { if (_root.bonus1.bcolor._currentframe != 29) { _root.bonus1.bcolor.play(); _root.bonus2.bcolor.play(); _root.bonus3.bcolor.play(); _root.bonus4.bcolor.play(); } _width = (_width - 5); _height = (_height - 5); if ((_width < 19.3) && (_height < 19.3)) { _width = 19.3; _height = 19.3; if (this._currentframe != 34) { this.play(); _root.levelup.play(); _root.score = _root.score + 1000; } } } i++; if (i >= inter) { _root.score++; i = 0; } }
Instance of Symbol 11 MovieClip [blurmc] "b" in Frame 99
onClipEvent (enterFrame) { if (_root._currentframe > 99) { this._visible = false; this.gotoAndStop(1); } }
Frame 100
stop(); Mouse.show(); if (_root.test == "lev1") { _root.conlev = "1"; } else if (_root.test == "lev2") { _root.conlev = "2"; } else if (_root.test == "lev3") { _root.conlev = "3"; } else if (_root.test == "lev4") { _root.conlev = "4"; } else if (_root.test == "final") { _root.conlev = "Final"; } if (_root.usekeyboard == "yes") { _root.mused = "Yes"; } else if (_root.usekeyboard == "no") { _root.mused = "No"; } else { _root.mused = "Yes"; } _root.score2 = _root.score; _root.score3 = _root.nosq; _root.ans.score4 = int(_root.score2) * int(_root.score3); if (_root.music == "yes") { _root.endsnd = new Sound(diemc); _root.endsnd.attachSound("bgmusic7"); _root.endsnd.start(0, 9999); _root.endsnd.setVolume(10); } else if (_root.music == "no") { } else { _root.endsnd = new Sound(diemc); _root.endsnd.attachSound("bgmusic7"); _root.endsnd.start(0, 9999); _root.endsnd.setVolume(10); }
Frame 101
stopAllSounds(); if (_root.music == "yes") { _root.lsound = new Sound(ls); _root.lsound.attachSound("bgmusic3"); _root.lsound.start(0, 9999); _root.lsound.setVolume(5); } else if (_root.music == "no") { } else { _root.lsound = new Sound(ls); _root.lsound.attachSound("bgmusic3"); _root.lsound.start(0, 9999); _root.lsound.setVolume(5); }
Instance of Symbol 199 MovieClip in Frame 102
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Instance of Symbol 199 MovieClip in Frame 102
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Instance of Symbol 199 MovieClip in Frame 102
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Instance of Symbol 199 MovieClip in Frame 102
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Instance of Symbol 199 MovieClip in Frame 102
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Instance of Symbol 199 MovieClip in Frame 105
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Instance of Symbol 199 MovieClip in Frame 105
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Instance of Symbol 199 MovieClip in Frame 105
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Instance of Symbol 199 MovieClip in Frame 105
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Instance of Symbol 199 MovieClip in Frame 105
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Symbol 11 MovieClip [blurmc] Frame 1
stop();
Symbol 23 Button
on (release) { _root.play(); }
Symbol 24 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndPlay (3); }
Symbol 24 MovieClip Frame 2
gotoAndPlay (1);
Symbol 24 MovieClip Frame 5
stop();
Symbol 82 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 8
stop();
Symbol 82 MovieClip Frame 15
stop();
Symbol 82 MovieClip Frame 22
stop();
Symbol 82 MovieClip Frame 29
stop();
Symbol 92 Button
on (release) { stopAllSounds(); play(); }
Symbol 99 Button
on (release) { stopAllSounds(); gotoAndStop (101); }
Symbol 104 Button
on (release) { nextFrame(); _root.music = "no"; _root.mtest = "no"; stopAllSounds(); }
Symbol 106 Button
on (release) { prevFrame(); _root.music = "yes"; _root.mtest = "yes"; _root.homesnd = new Sound(_root.homemc); _root.homesnd.attachSound("bgmusic7"); _root.homesnd.start(0, 9999); _root.homesnd.setVolume(10); }
Symbol 107 MovieClip Frame 1
stop();
Symbol 113 Button
on (release) { nextFrame(); _root.usekeyboard = "no"; _root.keytest = "no"; }
Symbol 115 Button
on (release) { prevFrame(); _root.usekeyboard = "yes"; _root.keytest = "yes"; }
Symbol 116 MovieClip Frame 1
stop();
Symbol 122 Button
on (release) { toggleHighQuality(); }
Symbol 132 MovieClip Frame 10
stop();
Symbol 132 MovieClip Frame 20
stop();
Symbol 132 MovieClip Frame 30
stop();
Symbol 132 MovieClip Frame 40
stop();
Symbol 132 MovieClip Frame 50
stop();
Symbol 138 MovieClip Frame 25
stop();
Symbol 142 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 2
_root.god = "yes"; _root.box2._visible = true; _root.box3._visible = true; _root.box4._visible = true; _root.box5._visible = true; _root.box6._visible = true;
Symbol 142 MovieClip Frame 331
_root.god = "no"; _root.box2._visible = false; _root.box3._visible = false; _root.box4._visible = false; _root.box5._visible = false; _root.box6._visible = false;
Symbol 149 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 2
if (_root.mdown == "yes") { } else { if (_root.music == "yes") { _root.firstsound.stop(); _root.bullet_time.start(0, 9999); _root.bullet_time.setVolume(100); } else if (_root.music == "no") { } else { _root.firstsound.stop(); _root.bullet_time.start(0, 9999); _root.bullet_time.setVolume(100); } _root.mdown = "yes"; entemp1 = _root.enemy1.tspeed; entemp2 = _root.enemy2.tspeed; entemp3 = _root.enemy3.tspeed; entemp4 = _root.enemy4.tspeed; btemp1 = _root.bonus1.speed; btemp2 = _root.bonus2.speed; btemp3 = _root.bonus3.speed; btemp4 = _root.bonus4.speed; bbtemp1 = _root.bulletbonus.speed; bbtemp2 = _root.bulletbonus2.speed; bbtemp3 = _root.bulletbonus3.speed; bbtemp4 = _root.bulletbonus4.speed; _root.bulletbonus.speed = bbtemp1 / 5; _root.bulletbonus2.speed = bbtemp2 / 5; _root.bulletbonus3.speed = bbtemp3 / 5; _root.bulletbonus4.speed = bbtemp4 / 5; _root.bonus1.speed = btemp1 / 5; _root.bonus2.speed = btemp2 / 5; _root.bonus3.speed = btemp3 / 5; _root.bonus4.speed = btemp4 / 5; _root.enemy1.tspeed = entemp1 / 5; _root.enemy2.tspeed = entemp2 / 5; _root.enemy3.tspeed = entemp3 / 5; _root.enemy4.tspeed = entemp4 / 5; _root.enemy1.gotoAndStop(2); _root.enemy2.gotoAndStop(2); _root.enemy3.gotoAndStop(2); _root.enemy4.gotoAndStop(2); }
Symbol 149 MovieClip Frame 269
if (_root.music == "yes") { _root.firstsound.start(0, 9999); _root.bullet_time.stop(); } else if (_root.music == "no") { } else { _root.firstsound.start(0, 9999); _root.bullet_time.stop(); } _root.mdown = "no"; _root.enemy1.tspeed = entemp1; _root.enemy2.tspeed = entemp2; _root.enemy3.tspeed = entemp3; _root.enemy4.tspeed = entemp4; _root.bulletbonus.speed = bbtemp1; _root.bulletbonus2.speed = bbtemp2; _root.bulletbonus3.speed = bbtemp3; _root.bulletbonus4.speed = bbtemp4; _root.bonus1.speed = btemp1; _root.bonus2.speed = btemp2; _root.bonus3.speed = btemp3; _root.bonus4.speed = btemp4; _root.enemy1.gotoAndStop(1); _root.enemy2.gotoAndStop(1); _root.enemy3.gotoAndStop(1); _root.enemy4.gotoAndStop(1);
Symbol 152 MovieClip Frame 1
stop();
Symbol 155 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 2
if (_root.test == "lev1") { _root.test = "lev2"; _root.levelcheck.play(); } else if (_root.test == "lev2") { _root.test = "lev3"; _root.levelcheck.play(); } else if (_root.test == "lev3") { _root.test = "lev4"; _root.levelcheck.play(); } else if (_root.test == "lev4") { _root.test = "final"; _root.levelcheck.play(); }
Symbol 165 MovieClip Frame 1
stop();
Symbol 165 MovieClip Frame 2
_root.sixth = "yes";
Symbol 165 MovieClip Frame 331
_root.sixth = "no"; _root.e1check._visible = false; _root.e2check._visible = false; _root.e3check._visible = false; _root.e4check._visible = false;
Symbol 169 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 1
stop();
Symbol 187 MovieClip Frame 1
if (_root.mdown == "yes") { gotoAndPlay (35); }
Symbol 187 MovieClip Frame 34
gotoAndPlay (1);
Symbol 187 MovieClip Frame 35
if (_root.mdown == "yes") { } else { gotoAndPlay (1); }
Symbol 187 MovieClip Frame 153
gotoAndPlay (35);
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 2
stop();
Symbol 216 MovieClip Frame 1
stop();
Instance of Symbol 199 MovieClip in Symbol 216 MovieClip Frame 3
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Instance of Symbol 199 MovieClip in Symbol 216 MovieClip Frame 3
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Instance of Symbol 199 MovieClip in Symbol 216 MovieClip Frame 3
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Instance of Symbol 199 MovieClip in Symbol 216 MovieClip Frame 3
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Instance of Symbol 199 MovieClip in Symbol 216 MovieClip Frame 3
onClipEvent (load) { this.gotoAndPlay(random(22) + 1); }
Symbol 227 MovieClip Frame 1
stop();
Symbol 227 MovieClip Frame 8
stop();
Symbol 227 MovieClip Frame 15
stop();
Symbol 227 MovieClip Frame 22
stop();
Symbol 227 MovieClip Frame 29
stop();
Symbol 249 MovieClip Frame 1
stop();
Symbol 249 MovieClip Frame 10
stop();
Symbol 249 MovieClip Frame 18
stop();
Symbol 249 MovieClip Frame 26
stop();
Symbol 249 MovieClip Frame 34
stop();
Symbol 254 Button
on (release) { stopAllSounds(); gotoAndPlay (99); }
Symbol 264 Button
on (release) { stopAllSounds(); gotoAndStop (98); }
Symbol 285 Button
on (release) { nextFrame(); }
Symbol 289 Button
on (release) { stopAllSounds(); gotoAndStop (98); }
Symbol 304 Button
on (release) { gotoAndStop (103); }
Symbol 305 Button
on (release) { gotoAndStop (104); }
Symbol 306 Button
on (release) { gotoAndStop (105); }
Symbol 307 Button
on (release) { gotoAndStop (106); }
Symbol 308 Button
on (release) { gotoAndStop (107); }
Symbol 309 Button
on (release) { gotoAndStop (108); }
Symbol 310 Button
on (release) { gotoAndStop (109); }
Symbol 311 Button
on (release) { gotoAndStop (110); }
Symbol 312 Button
on (release) { gotoAndStop (111); }
Symbol 313 Button
on (release) { prevFrame(); }
Symbol 319 Button
on (release) { gotoAndStop (102); }

Library Items

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

Instance Names

"magic"Frame 1Symbol 32 MovieClip
"homemc"Frame 98Symbol 83 MovieClip
"musicmc"Frame 98Symbol 107 MovieClip
"keymc"Frame 98Symbol 116 MovieClip
"levelcheck"Frame 99Symbol 132 MovieClip
"godmode"Frame 99Symbol 142 MovieClip
"btime"Frame 99Symbol 149 MovieClip
"spbon"Frame 99Symbol 152 MovieClip
"bon"Frame 99Symbol 155 MovieClip
"levelup"Frame 99Symbol 159 MovieClip
"six"Frame 99Symbol 165 MovieClip
"skull"Frame 99Symbol 169 MovieClip
"grow"Frame 99Symbol 173 MovieClip
"shrink"Frame 99Symbol 176 MovieClip
"decoy"Frame 99Symbol 182 Button
"e1check"Frame 99Symbol 184 MovieClip
"e2check"Frame 99Symbol 184 MovieClip
"e3check"Frame 99Symbol 186 MovieClip
"e4check"Frame 99Symbol 186 MovieClip
"bonus2"Frame 99Symbol 187 MovieClip
"bonus4"Frame 99Symbol 187 MovieClip
"bonus1"Frame 99Symbol 187 MovieClip
"bonus3"Frame 99Symbol 187 MovieClip
"enemy3"Frame 99Symbol 193 MovieClip
"enemy1"Frame 99Symbol 193 MovieClip
"enemy2"Frame 99Symbol 193 MovieClip
"enemy4"Frame 99Symbol 193 MovieClip
"bulletbonus"Frame 99Symbol 216 MovieClip
"tm"Frame 99Symbol 218 MovieClip
"tm2"Frame 99Symbol 218 MovieClip
"bulletbonus2"Frame 99Symbol 216 MovieClip
"reproduce"Frame 99Symbol 228 MovieClip
"tm3"Frame 99Symbol 218 MovieClip
"bulletbonus3"Frame 99Symbol 216 MovieClip
"tm4"Frame 99Symbol 218 MovieClip
"bulletbonus4"Frame 99Symbol 216 MovieClip
"squarehit"Frame 99Symbol 231 MovieClip
"bgmusic"Frame 99Symbol 231 MovieClip
"enemymc"Frame 99Symbol 231 MovieClip
"bulletmc"Frame 99Symbol 231 MovieClip
"replo"Frame 99Symbol 233 MovieClip
"box2"Frame 99Symbol 249 MovieClip
"box3"Frame 99Symbol 249 MovieClip
"box4"Frame 99Symbol 249 MovieClip
"box5"Frame 99Symbol 249 MovieClip
"box6"Frame 99Symbol 249 MovieClip
"box"Frame 99Symbol 249 MovieClip
"magic"Frame 99Symbol 32 MovieClip
"b"Frame 99Symbol 11 MovieClip [blurmc]
"diemc"Frame 100Symbol 267 MovieClip
"ans"Frame 100Symbol 273 MovieClip
"ls"Frame 101Symbol 290 MovieClip
"bar"Symbol 24 MovieClip Frame 1Symbol 17 MovieClip
"bcolor"Symbol 83 MovieClip Frame 1Symbol 82 MovieClip
"bcolor"Symbol 187 MovieClip Frame 1Symbol 82 MovieClip
"bcolor"Symbol 228 MovieClip Frame 1Symbol 227 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "sqhit2"
ExportAssets (56)Timeline Frame 1Symbol 2 as "bullettime"
ExportAssets (56)Timeline Frame 1Symbol 3 as "sqhit"
ExportAssets (56)Timeline Frame 1Symbol 4 as "bgmusic7"
ExportAssets (56)Timeline Frame 1Symbol 5 as "bgmusic3"
ExportAssets (56)Timeline Frame 1Symbol 11 as "blurmc"
ExportAssets (56)Timeline Frame 99Symbol 11 as "blurmc"

Labels

"loaded"Symbol 24 MovieClip Frame 3

Dynamic Text Variables

mtestSymbol 108 EditableText"yes"
keytestSymbol 117 EditableText"yes"
nosqSymbol 179 EditableText"0"
scoreSymbol 180 EditableText"0"
testSymbol 189 EditableText"lev1"
debugerSymbol 250 EditableText""
scoreSymbol 268 EditableText""
nosqSymbol 269 EditableText""
score2Symbol 270 EditableText""
score3Symbol 271 EditableText""
score4Symbol 272 EditableText""
conlevSymbol 274 EditableText"1"
musedSymbol 275 EditableText"Yes"




http://swfchan.com/5/23321/info.shtml
Created: 26/5 -2019 07:07:30 Last modified: 26/5 -2019 07:07:30 Server time: 28/04 -2024 14:46:46