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

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

Defend Level 60 V2.swf

This is the info page for
Flash #40074

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


Text
<p align="center"></p>

Health

<p align="center"></p>

Score

d

e

s

u

a

P

e

m

u

s

r

o

t

a

B

c

p

S

P

B

o

s

L

e

v

l

u

p

Defend Level 60

Play

Instructions

Credits

Play

Play

Instructions

Instructions

Credits

Credits

The stat whores of Newgrounds are trying to take the Level 60 spot!
Defend it at all costs!

Next

Next

Next

Use your mouse to attack the level icons, either by clicking on them
or holding your mouse down on them.

Previous

Every so often, a large boss icon will appear. Destroy it and you will
get a score bonus. In Sudden Death mode, you will also get a health
bonus.

If you have taken damage, you might see a 5-vote float across the
screen. Drag it towards the Level 60 icon to recover some health.
Note: 5-votes don't appear in Sudden Death mode.

Later on in the game, you might see a deity whistle fly across the
screen. Click on it and all the enemies on the screen will be
destroyed and you will get a score bonus.
Note: it doesn't work on bosses.

If you're lucky, you might see a shield fly across the screen. Drag it
towards the Level 60 icon and it will be temporarily protected from
enemy damage.

When the Level 60 icon is damaged but protected, the shield will go
down in rank. If it gets damaged while in portal security status, it
will disappear.

After a few levels, you will see trophies flying around as well.

Daily and Weekly awards can be used to lure enemies. Drag and
drop them wherever you want to.
The Weekly award lasts longer than the Daily award.

The Portal King award will make the Level 60 icon temporarily
invincible when clicked upon.

The Review Crew Pick will give your score a boost and restore a
little health when clicked upon.

The Underdog award will restore the Level 60 icon to full health, but
you will lose points. This won't appear in Sudden Death mode.

The Turd is a real nuisance - if you click on it, it will stop you
attacking enemies for a few seconds. In Turd Fest mode, this will
chase your mouse as well, making it even more annoying.

There are two main types of enemy: one-hit and persistent.
One-hit enemies will disappear when they hit the Level 60 icon.
Persistent enemies will just jump back a bit when they attack.

Some enemies disappear on a single click. These are more common
to lower levels.

Others may require you to click on them a few times before they
disappear.

Stronger enemies usually require you to hold your mouse down
over them. They will shrink until they take too much damage and
disappear.

There are also a few enemies that break apart when clicked upon
and some that keep growing back after you click on them.

Very late in the game and all through Blamstopper mode, you may
see 0-votes flying towards the Level 60 icon. They're fast but weak
and actually give you points if you're invincible when they hit.

To pause the game, press Space Bar.
If the Level 60 icon gets destroyed, it's game over.

Menu

Menu

Menu

Game created by Objection
Boss Aura by Alfie
Images from www.newgrounds.com
Music ripped from Kingdom Hearts, found at
downloads.khinsider.com and edited by Objection
(except for the Culex fight music, which was by XBrav)
Sounds from www.findsounds.com
Thanks to all who helped me solve all the coding problems

Main game

Main game

Start with 100 health - the
simple mode

Main game

Sudden death

Sudden death

Start with 1 health but get health
bonuses after defeating bosses

Sudden death

Turd Fest

Turd Fest

Start with 100 health but
avoid clicking the
relentless turds

Turd Fest

Blamstopper

Blamstopper

Start with 10 health and grab the
portal king awards to protect
Level 60 from the blams

Blamstopper

<p align="center"></p>

<p align="center"></p>

G

m

o

v

r

Another stat whore has taken
the Level 60 spot

Submit

Submit

Submit

Insert name

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; _root.suddendeath = 0; _root.turdfest = 0; _root.blamstopper = 0; _root.playerlev = 1;
Frame 2
stopAllSounds();
Frame 3
stop();
Frame 4
stop();
Frame 5
stop();
Frame 6
stop();
Frame 7
_root.score = 0; _root.fives = 0; _root.whistle = 0; _root.arrows = 0; _root.shieldup = 0; _root.shielded = 0; _root.trophies = 0; _root.invincible = 0; _root.starfade = 0; var currentbgm = new Sound(); _root.currentbgm.attachSound("musicloop1"); var star_sound = new Sound(); _root.star_sound.attachSound("starpower"); var zap_sound = new Sound(); _root.zap_sound.attachSound("laserhitonce"); var beam_sound = new Sound(); _root.beam_sound.attachSound("laserfiring"); _root.currentbgm.start(0, 65535); attachMovie("Level 60", "lev60", getNextHighestDepth(), {_x:270, _y:200}); var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } }
Frame 11
var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } }
Frame 21
if (_root.pausegame == false) { if ((_root.turdfest == 1) and (_root.trophies == 0)) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); _root.trophies = 1; } if (((_root.blamstopper == 1) and (_root.trophies == 0)) and (_root.invincible < 20)) { attachMovie("King", "king", getNextHighestDepth(), {_x:-50, _y:-50}); _root.trophies = 1; } }
Frame 22
if (_root.pausegame == false) { if ((_root.blamstopper == 0) and (_root.score < 20)) { attachMovie("Level 1", "lev01", getNextHighestDepth(), {_x:-50, _y:-50}); gotoAndPlay ("start1"); } if (_root.blamstopper == 1) { _root.blamposition = 1 + Math.floor(Math.random() * 4); if (_root.blamposition == 1) { attachMovie("0-Vote", "0vote", getNextHighestDepth(), {_x:-50, _y:Math.floor(Math.random() * 400)}); } if (_root.blamposition == 2) { attachMovie("0-Vote", "0vote", getNextHighestDepth(), {_x:590, _y:Math.floor(Math.random() * 400)}); } if (_root.blamposition == 3) { attachMovie("0-Vote", "0vote", getNextHighestDepth(), {_x:Math.floor(Math.random() * 540), _y:-50}); } if (_root.blamposition == 4) { attachMovie("0-Vote", "0vote", getNextHighestDepth(), {_x:Math.floor(Math.random() * 540), _y:500}); } gotoAndPlay ("start1"); } }
Frame 23
if (_root.blamstopper == 1) { gotoAndPlay ("start1"); }
Frame 27
if (_root.pausegame == false) { if (counter < 10) { if (_root.score < 50) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy < 5) { attachMovie("Level 1", "lev01", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 2a", "lev02a", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 90) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy < 3) { attachMovie("Level 1", "lev01", getNextHighestDepth(), {_x:-50, _y:-50}); } else if (_root.makeenemy < 5) { attachMovie("Level 3", "lev03", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 2a", "lev02a", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 140) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy < 3) { attachMovie("Level 1", "lev01", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 3", "lev03", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 4", "lev04", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 2a", "lev02a", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 200) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 1", "lev01", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 2a", "lev02a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 3", "lev03", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 4", "lev04", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 5", "lev05", getNextHighestDepth(), {_x:-50, _y:-50}); } } } } if (score < 200) { gotoAndPlay ("start1"); } else { gotoAndPlay ("boss1"); }
Frame 28
stop(); var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } if (counter <= (2 + _root.turdfest)) { attachMovie("Level 24", "lev24", getNextHighestDepth(), {_x:270, _y:475}); } else { gotoAndPlay(_root._currentframe - 10); }
Frame 29
play();
Frame 34
var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } }
Frame 50
if (_root.pausegame == false) { if ((_root.turdfest == 1) and (_root.trophies == 0)) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); _root.trophies = 1; } }
Frame 51
if (_root.pausegame == false) { if (_root.fives == 0) { _root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makefive > 20) or (_root.makefive == 10)) { attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50}); _root.fives = 1; } } }
Frame 58
if (_root.pausegame == false) { if (counter < 10) { if (_root.score < 350) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 2a", "lev02a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 3", "lev03", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 4", "lev04", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 5", "lev05", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 6", "lev06", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 400) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 2a", "lev02a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 4", "lev04", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 5", "lev05", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 6", "lev06", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 475) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 8a", "lev08a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 4", "lev04", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 5", "lev05", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 6", "lev06", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 530) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 8a", "lev08a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 9", "lev09", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 5", "lev05", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 6", "lev06", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 600) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 8a", "lev08a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 9", "lev09", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 10", "lev10", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 6", "lev06", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50}); } } } } if (score < 600) { gotoAndPlay ("start2"); } else { gotoAndPlay ("boss2"); }
Frame 59
stop(); var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } if (counter <= (2 + _root.turdfest)) { attachMovie("Level 33a", "lev33a", getNextHighestDepth(), {_x:270, _y:475}); } else { gotoAndPlay(_root._currentframe - 10); }
Frame 60
play(); stopAllSounds(); var currentbgm = new Sound(); _root.currentbgm.attachSound("musicloop2"); _root.currentbgm.start(0, 65535);
Frame 62
play();
Frame 68
var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } }
Frame 74
if (_root.pausegame == false) { if ((_root.turdfest == 1) and (_root.trophies == 0)) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); _root.trophies = 1; } }
Frame 75
if (_root.pausegame == false) { if (_root.fives == 0) { _root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makefive > 20) or (_root.makefive == 10)) { attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50}); _root.fives = 1; } } }
Frame 88
if (_root.pausegame == false) { if (counter < 10) { if (_root.score < 880) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 8a", "lev08a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 9", "lev09", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 10", "lev10", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 960) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 8a", "lev08a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 12", "lev12", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 10", "lev10", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50}); } } } } if (score < 960) { gotoAndPlay ("start3"); }
Frame 98
if (_root.pausegame == false) { if (counter < 10) { if (_root.score < 1040) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 8a", "lev08a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 12", "lev12", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 13", "lev13", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 1120) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 7", "lev07", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 14a", "lev14a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 12", "lev12", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 13", "lev13", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 1200) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 15", "lev15", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 14a", "lev14a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 12", "lev12", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 13", "lev13", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50}); } } } } if (score < 1200) { gotoAndPlay ("start3"); } else { gotoAndPlay ("boss3"); }
Frame 99
stop(); var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } if (counter <= (2 + _root.turdfest)) { attachMovie("Level 29", "lev29", getNextHighestDepth(), {_x:270, _y:475}); } else { gotoAndPlay(_root._currentframe - 10); }
Frame 100
play(); if (_root.whistle == -1) { _root.whistle = 0; }
Frame 104
var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } }
Frame 120
if (_root.pausegame == false) { if ((_root.turdfest == 1) and (_root.trophies == 0)) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); _root.trophies = 1; } }
Frame 121
if (_root.pausegame == false) { if (_root.fives == 0) { _root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makefive > 20) or (_root.makefive == 10)) { attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50}); _root.fives = 1; } } if (_root.whistle == 0) { var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } _root.makewhistle = 1 + Math.floor(Math.random() * counter); if ((counter > 4) and (_root.makewhistle > (counter - 2))) { attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50}); _root.whistle = 1; } } }
Frame 135
if (_root.pausegame == false) { if (counter < 10) { if (_root.score < 1600) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 12", "lev12", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 14a", "lev14a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 15", "lev15", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 1700) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 17", "lev17", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 14a", "lev14a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 15", "lev15", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50}); } } } } if (score < 1700) { gotoAndPlay ("start4"); }
Frame 145
if (_root.pausegame == false) { if (counter < 10) { if (_root.score < 1800) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 11", "lev11", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 17", "lev17", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 18a", "lev18a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 15", "lev15", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 1900) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 19", "lev19", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 17", "lev17", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 18a", "lev18a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 15", "lev15", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50}); } } } } if (score < 1900) { gotoAndPlay ("start4"); }
Frame 155
if (_root.pausegame == false) { if (counter < 10) { if (score < 2000) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 19", "lev19", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 17", "lev17", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 18a", "lev18a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 20", "lev20", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50}); } } } } if (score < 2000) { gotoAndPlay ("start4"); } else { gotoAndPlay ("boss4"); }
Frame 156
stop(); var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } if (counter <= (2 + _root.turdfest)) { attachMovie("Level 34a", "lev34a", getNextHighestDepth(), {_x:270, _y:550}); } else { gotoAndPlay(_root._currentframe - 10); }
Frame 157
play(); stopAllSounds(); var currentbgm = new Sound(); _root.currentbgm.attachSound("musicloop3"); _root.currentbgm.start(0, 65535); if (_root.whistle == -1) { _root.whistle = 0; }
Frame 159
play(); if (_root.whistle == -1) { _root.whistle = 0; }
Frame 167
var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } }
Frame 178
if (_root.pausegame == false) { if ((_root.turdfest == 1) and (_root.trophies == 0)) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); _root.trophies = 1; } }
Frame 179
if (_root.pausegame == false) { if (_root.fives == 0) { _root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makefive > 20) or (_root.makefive == 10)) { attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50}); _root.fives = 1; } } if (_root.whistle == 0) { var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } _root.makewhistle = 1 + Math.floor(Math.random() * counter); if ((counter > 7) and (_root.makewhistle > (counter - 2))) { attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50}); _root.whistle = 1; } } if (_root.shieldup == 0) { _root.makeshield = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makeshield > 20) or (_root.makeshield == 10)) { attachMovie("Shield", "shield", getNextHighestDepth(), {_x:-50, _y:-50}); _root.shieldup = 1; } } }
Frame 200
if (_root.pausegame == false) { if (counter < 10) { if (_root.score < 2600) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 21", "lev21", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 17", "lev17", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 18a", "lev18a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 20", "lev20", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 2700) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 21", "lev21", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 17", "lev17", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 22a", "lev22a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 20", "lev20", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 2800) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 21", "lev21", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 23", "lev23", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 22a", "lev22a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 20", "lev20", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 16", "lev16", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 2900) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 21", "lev21", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 23", "lev23", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 22a", "lev22a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 20", "lev20", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 25", "lev25", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 3000) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 21", "lev21", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 23", "lev23", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 22a", "lev22a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { if (counter < 5) { attachMovie("Level 26", "lev26", getNextHighestDepth(), {_x:-50, _y:-50}); } } if (_root.makeenemy == 5) { attachMovie("Level 25", "lev25", getNextHighestDepth(), {_x:-50, _y:-50}); } } } } if (_root.score < 3000) { gotoAndPlay ("start5"); } else { gotoAndPlay ("boss5"); }
Frame 201
stop(); var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } if (counter <= ((2 + _root.turdfest) + _root.shielded)) { attachMovie("Level 46", "lev46", getNextHighestDepth(), {_x:270, _y:475}); } else { gotoAndPlay(_root._currentframe - 10); }
Frame 202
play(); if (_root.whistle == -1) { _root.whistle = 0; }
Frame 208
var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } }
Frame 226
if (_root.pausegame == false) { if ((_root.turdfest == 1) and (_root.trophies == 0)) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); _root.trophies = 1; } }
Frame 227
if (_root.pausegame == false) { if (_root.fives == 0) { _root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makefive > 20) or (_root.makefive == 10)) { attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50}); _root.fives = 1; } } if (_root.whistle == 0) { var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } _root.makewhistle = 1 + Math.floor(Math.random() * counter); if ((counter > 7) and (_root.makewhistle > (counter - 2))) { attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50}); _root.whistle = 1; } } if (_root.shieldup == 0) { _root.makeshield = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makeshield > 20) or (_root.makeshield == 10)) { attachMovie("Shield", "shield", getNextHighestDepth(), {_x:-50, _y:-50}); _root.shieldup = 1; } } if (_root.trophies == 0) { _root.makeaward = 1 + Math.floor(Math.random() * 10); if (_root.makeaward == 1) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 2) { attachMovie("Underdog", "underdog", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 3) { attachMovie("Review", "review", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 4) { attachMovie("King", "king", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 5) { attachMovie("Daily", "daily", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 6) { attachMovie("Weekly", "weekly", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward <= 6) { _root.trophies = 1; } } }
Frame 245
if (_root.pausegame == false) { if (counter < 10) { if (_root.score < 3600) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 21", "lev21", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 22a", "lev22a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 23", "lev23", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 27", "lev27", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { if (counter < 5) { attachMovie("Level 26", "lev26", getNextHighestDepth(), {_x:-50, _y:-50}); } } } else if (_root.score < 3700) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 21", "lev21", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 22a", "lev22a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 23", "lev23", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 27", "lev27", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { if (counter < 5) { attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50}); } } } else if (_root.score < 3800) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 30", "lev30", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 22a", "lev22a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 23", "lev23", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 27", "lev27", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { if (counter < 5) { attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50}); } } } } } if (_root.score < 3800) { gotoAndPlay ("start6"); }
Frame 262
if (_root.pausegame == false) { if (counter < 10) { if (_root.score < 3900) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 30", "lev30", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 31a", "lev31a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 23", "lev23", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 27", "lev27", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { if (counter < 5) { attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50}); } } } else if (_root.score < 4000) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 30", "lev30", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 31a", "lev31a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 32", "lev32", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 27", "lev27", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { if (counter < 5) { attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50}); } } } } } if (_root.score < 4000) { gotoAndPlay ("start6"); } else { gotoAndPlay ("boss6"); }
Frame 263
stop(); var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } if (counter <= ((2 + _root.turdfest) + _root.shielded)) { attachMovie("Level 44", "lev44", getNextHighestDepth(), {_x:-50, _y:-120}); } else { gotoAndPlay(_root._currentframe - 10); }
Frame 264
play(); stopAllSounds(); var currentbgm = new Sound(); _root.currentbgm.attachSound("musicloop4"); _root.currentbgm.start(0, 65535); if (_root.whistle == -1) { _root.whistle = 0; } _root.trophies = 0;
Frame 266
play(); if (_root.whistle == -1) { _root.whistle = 0; }
Frame 278
var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } }
Frame 298
if (_root.pausegame == false) { if ((_root.turdfest == 1) and (_root.trophies == 0)) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); _root.trophies = 1; } }
Frame 299
if (_root.pausegame == false) { if (_root.fives == 0) { _root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makefive > 20) or (_root.makefive == 10)) { attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50}); _root.fives = 1; } } if (_root.whistle == 0) { var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } _root.makewhistle = 1 + Math.floor(Math.random() * counter); if ((counter > 7) and (_root.makewhistle > (counter - 2))) { attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50}); _root.whistle = 1; } } if (_root.shieldup == 0) { _root.makeshield = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makeshield > 20) or (_root.makeshield == 10)) { attachMovie("Shield", "shield", getNextHighestDepth(), {_x:-50, _y:-50}); _root.shieldup = 1; } } if (_root.trophies == 0) { _root.makeaward = 1 + Math.floor(Math.random() * 10); if (_root.makeaward == 1) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 2) { attachMovie("Underdog", "underdog", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 3) { attachMovie("Review", "review", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 4) { attachMovie("King", "king", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 5) { attachMovie("Daily", "daily", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 6) { attachMovie("Weekly", "weekly", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward <= 6) { _root.trophies = 1; } } }
Frame 317
if (_root.pausegame == false) { if (counter < 10) { if (_root.score < 5000) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 30", "lev30", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 31a", "lev31a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 32", "lev32", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 35", "lev35", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { if (counter < 5) { attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50}); } } } else if (_root.score < 5250) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 30", "lev30", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { if (counter < 4) { attachMovie("Level 36a", "lev36a", getNextHighestDepth(), {_x:-50, _y:-50}); } } if (_root.makeenemy == 3) { attachMovie("Level 32", "lev32", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 35", "lev35", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { if (counter < 5) { attachMovie("Level 28", "lev28", getNextHighestDepth(), {_x:-50, _y:-50}); } } } } } if (_root.score < 5250) { gotoAndPlay ("start7"); }
Frame 327
if (_root.pausegame == false) { if (counter < 10) { if (_root.score < 5500) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 30", "lev30", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { if (counter < 4) { attachMovie("Level 36a", "lev36a", getNextHighestDepth(), {_x:-50, _y:-50}); } } if (_root.makeenemy == 3) { attachMovie("Level 32", "lev32", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 35", "lev35", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 37", "lev37", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 5750) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 38", "lev38", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { if (counter < 4) { attachMovie("Level 36a", "lev36a", getNextHighestDepth(), {_x:-50, _y:-50}); } } if (_root.makeenemy == 3) { attachMovie("Level 32", "lev32", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 35", "lev35", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 37", "lev37", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 6000) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 38", "lev38", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { if (counter < 4) { attachMovie("Level 36a", "lev36a", getNextHighestDepth(), {_x:-50, _y:-50}); } } if (_root.makeenemy == 3) { attachMovie("Level 39", "lev39", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 35", "lev35", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 37", "lev37", getNextHighestDepth(), {_x:-50, _y:-50}); } } } } if (_root.score < 6000) { gotoAndPlay ("start7"); } else { gotoAndPlay ("boss7"); }
Frame 328
stop(); var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } if (counter <= ((2 + _root.turdfest) + _root.shielded)) { attachMovie("Level 47", "lev47", getNextHighestDepth(), {_x:270, _y:500}); } else { gotoAndPlay(_root._currentframe - 10); }
Frame 329
play(); if (_root.whistle == -1) { _root.whistle = 0; }
Frame 335
var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } }
Frame 362
if (_root.pausegame == false) { if ((_root.turdfest == 1) and (_root.trophies == 0)) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); _root.trophies = 1; } }
Frame 363
if (_root.pausegame == false) { if (_root.fives == 0) { _root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makefive > 20) or (_root.makefive == 10)) { attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50}); _root.fives = 1; } } if (_root.whistle == 0) { var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } _root.makewhistle = 1 + Math.floor(Math.random() * counter); if ((counter > 7) and (_root.makewhistle > (counter - 2))) { attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50}); _root.whistle = 1; } } if (_root.shieldup == 0) { _root.makeshield = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makeshield > 20) or (_root.makeshield == 10)) { attachMovie("Shield", "shield", getNextHighestDepth(), {_x:-50, _y:-50}); _root.shieldup = 1; } } if (_root.trophies == 0) { _root.makeaward = 1 + Math.floor(Math.random() * 10); if (_root.makeaward == 1) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 2) { attachMovie("Underdog", "underdog", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 3) { attachMovie("Review", "review", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 4) { attachMovie("King", "king", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 5) { attachMovie("Daily", "daily", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 6) { attachMovie("Weekly", "weekly", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward <= 6) { _root.trophies = 1; } } }
Frame 383
if (_root.pausegame == false) { if (counter < 10) { if (_root.score < 7300) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 38", "lev38", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 40a", "lev40a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 39", "lev39", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 35", "lev35", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 37", "lev37", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 7600) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 38", "lev38", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 40a", "lev40a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 39", "lev39", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 41", "lev41", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 37", "lev37", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 7900) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 37", "lev37", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 40a", "lev40a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 39", "lev39", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 41", "lev41", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { if (counter < 4) { attachMovie("Level 42", "lev42", getNextHighestDepth(), {_x:-50, _y:-50}); } } } else if (_root.score < 8200) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 37", "lev37", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 40a", "lev40a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 43", "lev43", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 41", "lev41", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { if (counter < 4) { attachMovie("Level 42", "lev42", getNextHighestDepth(), {_x:-50, _y:-50}); } } } else if (_root.score < 8500) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 45", "lev45", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 40a", "lev40a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 43", "lev43", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 41", "lev41", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { if (counter < 4) { attachMovie("Level 42", "lev42", getNextHighestDepth(), {_x:-50, _y:-50}); } } } } } if (_root.score < 8500) { gotoAndPlay ("start8"); } else { gotoAndPlay ("boss8"); }
Frame 384
stop(); var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } if (counter <= ((2 + _root.turdfest) + _root.shielded)) { attachMovie("Level 57", "lev57", getNextHighestDepth(), {_x:-100, _y:500}); } else { gotoAndPlay(_root._currentframe - 10); }
Frame 385
play(); stopAllSounds(); var currentbgm = new Sound(); _root.currentbgm.attachSound("musicloop5"); _root.currentbgm.start(0, 65535); if (_root.whistle == -1) { _root.whistle = 0; } _root.trophies = 0;
Frame 387
play(); if (_root.whistle == -1) { _root.whistle = 0; }
Frame 392
var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } }
Frame 431
if (_root.pausegame == false) { if ((_root.turdfest == 1) and (_root.trophies == 0)) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); _root.trophies = 1; } }
Frame 432
if (_root.pausegame == false) { if (_root.fives == 0) { _root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makefive > 20) or (_root.makefive == 10)) { attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50}); _root.fives = 1; } } if (_root.whistle == 0) { var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } _root.makewhistle = 1 + Math.floor(Math.random() * counter); if ((counter > 7) and (_root.makewhistle > (counter - 2))) { attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50}); _root.whistle = 1; } } if (_root.shieldup == 0) { _root.makeshield = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makeshield > 20) or (_root.makeshield == 10)) { attachMovie("Shield", "shield", getNextHighestDepth(), {_x:-50, _y:-50}); _root.shieldup = 1; } } if (_root.trophies == 0) { _root.makeaward = 1 + Math.floor(Math.random() * 10); if (_root.makeaward == 1) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 2) { attachMovie("Underdog", "underdog", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 3) { attachMovie("Review", "review", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 4) { attachMovie("King", "king", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 5) { attachMovie("Daily", "daily", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 6) { attachMovie("Weekly", "weekly", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward <= 6) { _root.trophies = 1; } } }
Frame 457
if (_root.pausegame == false) { if (counter < 10) { if (_root.score < 10400) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 45", "lev45", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 40a", "lev40a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { attachMovie("Level 43", "lev43", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 42", "lev42", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 10800) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 45", "lev45", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 40a", "lev40a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { if (_root.arrows == 0) { attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500}); _root.arrows = 1; } else { attachMovie("Level 43", "lev43", getNextHighestDepth(), {_x:-50, _y:-50}); } } if (_root.makeenemy == 4) { attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 42", "lev42", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 11200) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 45", "lev45", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { if (_root.arrows == 0) { attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500}); _root.arrows = 1; } else { attachMovie("Level 43", "lev43", getNextHighestDepth(), {_x:-50, _y:-50}); } } if (_root.makeenemy == 4) { attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 42", "lev42", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 11600) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 45", "lev45", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { if (_root.arrows == 0) { attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500}); _root.arrows = 1; } else { attachMovie("Level 43", "lev43", getNextHighestDepth(), {_x:-50, _y:-50}); } } if (_root.makeenemy == 4) { attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 51", "lev51", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 12000) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 52", "lev52", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { if (_root.arrows == 0) { attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500}); _root.arrows = 1; } else { attachMovie("Level 43", "lev43", getNextHighestDepth(), {_x:-50, _y:-50}); } } if (_root.makeenemy == 4) { attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 51", "lev51", getNextHighestDepth(), {_x:-50, _y:-50}); } } } } if (_root.score < 12000) { gotoAndPlay ("start9"); } else { gotoAndPlay ("boss9"); }
Frame 458
stop(); var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } if (counter <= ((2 + _root.turdfest) + _root.shielded)) { attachMovie("Level 58", "lev58", getNextHighestDepth(), {_x:-150, _y:550}); } else { gotoAndPlay(_root._currentframe - 10); }
Frame 459
play(); if (_root.whistle == -1) { _root.whistle = 0; }
Frame 464
var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } }
Frame 497
if (_root.pausegame == false) { if ((_root.turdfest == 1) and (_root.trophies == 0)) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); _root.trophies = 1; } }
Frame 498
if (_root.pausegame == false) { if (_root.fives == 0) { _root.makefive = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makefive > 20) or (_root.makefive == 10)) { attachMovie("5-Vote", "5vote", getNextHighestDepth(), {_x:-50, _y:-50}); _root.fives = 1; } } if (_root.whistle == 0) { var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } _root.makewhistle = 1 + Math.floor(Math.random() * counter); if ((counter > 7) and (_root.makewhistle > (counter - 2))) { attachMovie("Deity", "deity", getNextHighestDepth(), {_x:-50, _y:-50}); _root.whistle = 1; } } if (_root.shieldup == 0) { _root.makeshield = 1 + Math.floor(Math.random() * _root.lev60.damage); if ((_root.makeshield > 20) or (_root.makeshield == 10)) { attachMovie("Shield", "shield", getNextHighestDepth(), {_x:-50, _y:-50}); _root.shieldup = 1; } } if (_root.trophies == 0) { _root.makeaward = 1 + Math.floor(Math.random() * 10); if (_root.makeaward == 1) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 2) { attachMovie("Underdog", "underdog", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 3) { attachMovie("Review", "review", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 4) { attachMovie("King", "king", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 5) { attachMovie("Daily", "daily", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward == 6) { attachMovie("Weekly", "weekly", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeaward <= 6) { _root.trophies = 1; } } }
Frame 538
if (_root.pausegame == false) { if (_root.score < 15000) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 52", "lev52", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { if (_root.arrows == 0) { attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500}); _root.arrows = 1; } else { attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50}); } } if (_root.makeenemy == 4) { attachMovie("Level 53", "lev53", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 51", "lev51", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 15500) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 52", "lev52", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { if (_root.arrows == 0) { attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500}); _root.arrows = 1; } else { attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50}); } } if (_root.makeenemy == 4) { attachMovie("Level 53", "lev53", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 54", "lev54", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 16000) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 52", "lev52", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 55a", "lev55a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { if (_root.arrows == 0) { attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500}); _root.arrows = 1; } else { attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50}); } } if (_root.makeenemy == 4) { attachMovie("Level 53", "lev53", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 54", "lev54", getNextHighestDepth(), {_x:-50, _y:-50}); } } else if (_root.score < 16500) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 56", "lev56", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 55a", "lev55a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { if (_root.arrows == 0) { attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500}); _root.arrows = 1; } else { attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50}); } } if (_root.makeenemy == 4) { attachMovie("Level 53", "lev53", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 54", "lev54", getNextHighestDepth(), {_x:-50, _y:-50}); } } } if (_root.score < 16500) { gotoAndPlay ("start10"); }
Frame 568
if (_root.pausegame == false) { if (_root.score < 17000) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 56", "lev56", getNextHighestDepth(), {_x:-50, _y:-50}); attachMovie("Level 56", "lev56", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 55a", "lev55a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { if (_root.arrows == 0) { attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500}); _root.arrows = 1; } else { attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50}); } attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 53", "lev53", getNextHighestDepth(), {_x:-50, _y:-50}); attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 54", "lev54", getNextHighestDepth(), {_x:-50, _y:-50}); attachMovie("Level 54", "lev54", getNextHighestDepth(), {_x:-50, _y:-50}); } } } if (_root.score < 17000) { gotoAndPlay ("start10"); } else { gotoAndPlay ("boss10"); }
Frame 569
stop(); var counter = 0; for (i in _root) { if (_root[i] instanceof MovieClip) { counter = counter + 1; } } if (counter <= ((2 + _root.turdfest) + _root.shielded)) { attachMovie("Level 59", "lev59", getNextHighestDepth(), {_x:-150, _y:550}); } else { gotoAndPlay(_root._currentframe - 10); }
Frame 570
play();
Frame 579
if (_root.pausegame == false) { if ((_root.turdfest == 1) and (_root.trophies == 0)) { attachMovie("Turd", "turd", getNextHighestDepth(), {_x:-50, _y:-50}); _root.trophies = 1; } }
Frame 580
if (_root.pausegame == false) { _root.makeenemy = 1 + Math.floor(Math.random() * 5); if (_root.makeenemy == 1) { attachMovie("Level 56", "lev56", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 2) { attachMovie("Level 55a", "lev55a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 3) { if (_root.arrows == 0) { attachMovie("Level 49", "lev49", getNextHighestDepth(), {_x:-100, _y:500}); _root.arrows = 1; } else { attachMovie("Level 48", "lev48", getNextHighestDepth(), {_x:-50, _y:-50}); } attachMovie("Level 50a", "lev50a", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 4) { attachMovie("Level 53", "lev53", getNextHighestDepth(), {_x:-50, _y:-50}); } if (_root.makeenemy == 5) { attachMovie("Level 54", "lev54", getNextHighestDepth(), {_x:-50, _y:-50}); } } gotoAndPlay ("start11");
Frame 581
stopAllSounds(); _root.pausegame = false; for (checkobj in _root) { if (_root[checkobj] instanceof MovieClip) { swapDepths(checkobj); removeMovieClip(checkobj); } else { gotoAndStop ("end"); } }
Frame 582
gotoAndPlay ("gameover");
Symbol 15 MovieClip Frame 13
if (_root.invincible > 0) { gotoAndPlay (2); }
Instance of Symbol 15 MovieClip in Symbol 16 MovieClip [Level 60] Frame 1
onClipEvent (load) { _root.pausegame = false; _root.a = 0; } onClipEvent (enterFrame) { _root.a = _root.a - 1; if (_root.a < 0) { _root.a = 0; } if (_root.a == 0) { if (Key.isDown(32)) { if (_root.pausegame == false) { _root.pausegame = true; _root.a = 10; _root.attachMovie("PAUSED", pauseclip, _root.getNextHighestDepth(), {_x:270, _y:200}); } else if (_root.pausegame == true) { _root.pausegame = false; _root.a = 10; } } } } onClipEvent (load) { if (_root.suddendeath == 1) { _parent.damage = 99; _parent.health = 1; } else if (_root.blamstopper == 1) { _parent.damage = 90; _parent.health = 10; } else { _parent.damage = 0; _parent.health = 100; } } onClipEvent (enterFrame) { if ((_parent.health > (100 - _parent.damage)) and (_root.pausegame == false)) { if (_root.shielded == 0) { if (_root.invincible > 0) { _parent.damage = 100 - _parent.health; } else { _parent.health = _parent.health - 1; } } else if (_root.invincible > 0) { _parent.damage = 100 - _parent.health; } else { _root.shield.damage = _root.shield.damage + 1; _parent.damage = _parent.damage - 1; } } if ((_root.invincible > 0) and (_root.pausegame == false)) { _root.invincible = _root.invincible - 1; } if (_root.invincible > 20) { _root.star_sound.setVolume(100); } else if (_root.invincible > 0) { _root.star_sound.setVolume(_root.invincible * 5); } else { _root.currentbgm.setVolume(100); } if (_root.invincible > 0) { play(); } else { gotoAndStop (1); } if (_root.invincible == 1) { _root.star_sound.stop(); _root.currentbgm.start(0, 65535); } if ((_parent.health < (100 - _parent.damage)) and (_root.pausegame == false)) { _parent.health = _parent.health + 1; } if (_parent.damage > 100) { _parent.damage = 100; } if (_parent.health < 1) { _root.gotoAndPlay("gameover"); _parent.removeMovieClip(this); } } onClipEvent (keyDown) { if (Key.isDown(32)) { _root.unusedvariablesixtyfour = 1; } else { _root.gotoAndStop("gameover"); } }
Instance of Symbol 19 MovieClip in Symbol 20 MovieClip [Level 3] Frame 1
onClipEvent (load) { _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 80); _root.xMove = Math.round(_root.xChange / 80); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 80); _root.xMove = Math.round(_root.xChange / 80); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 80); _root.xMove = Math.round(_root.xChange / 80); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 1; _parent.swapDepths(1); removeMovieClip(_parent); } } else { stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.score = _root.score + 2; _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 22 MovieClip in Symbol 23 MovieClip [0-Vote] Frame 1
onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { if (_root.invincible < 1) { _root.lev60.damage = _root.lev60.damage + 1; } else { _root.score = _root.score + 1; } _parent.swapDepths(1); removeMovieClip(_parent); } } }
Instance of Symbol 26 MovieClip in Symbol 27 MovieClip [Level 1] Frame 1
onClipEvent (load) { if (_root.blamstopper == 1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 270; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 270; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 270; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 1; _parent.swapDepths(1); removeMovieClip(_parent); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.score = _root.score + 1; _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 30 MovieClip in Symbol 31 MovieClip [Level 14c] Frame 1
onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 3; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.score = _root.score + 2; _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 34 MovieClip in Symbol 35 MovieClip [Level 8b] Frame 1
onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 2; _parent._y = _parent._y - (_root.yMove * 15); _parent._x = _parent._x - (_root.xMove * 15); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.score = _root.score + 2; _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 38 MovieClip in Symbol 39 MovieClip [Level 2b] Frame 1
onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 1; _parent.swapDepths(1); removeMovieClip(_parent); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.score = _root.score + 1; _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 42 MovieClip in Symbol 43 MovieClip [Level 33d] Frame 1
onClipEvent (enterFrame) { if (_root.pausegame == false) { _parent._y = _parent._y - 1; _parent._rotation = _parent._rotation + 18; if (_parent._x < 220) { _parent._x = _parent._x + 1; } if (_parent._x > 320) { _parent._x = _parent._x - 1; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 1; _parent._y = _parent._y + 30; } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); if (_root.piecesgone == 7) { _root.score = _root.score + 200; if (_root.suddendeath == 1) { _root.lev60.damage = _root.lev60.damage - 5; } _root.nextFrame(); _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.piecesgone < 7) { _root.piecesgone = _root.piecesgone + 1; _parent.swapDepths(1); _parent.removeMovieClip(this); } } }
Instance of Symbol 42 MovieClip in Symbol 44 MovieClip [Level 33c] Frame 1
onClipEvent (enterFrame) { if (_root.pausegame == false) { _parent._y = _parent._y - 2; _parent._rotation = _parent._rotation + 18; if (_parent._x < 220) { _parent._x = _parent._x + 1; } if (_parent._x > 320) { _parent._x = _parent._x - 1; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 2; _parent._y = _parent._y + 30; } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.attachMovie("Level 33d", "lev33d", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y}); _root.attachMovie("Level 33d", "lev33d", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y}); _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 42 MovieClip in Symbol 45 MovieClip [Level 33b] Frame 1
onClipEvent (enterFrame) { if (_root.pausegame == false) { _parent._y = _parent._y - 3; _parent._rotation = _parent._rotation + 18; if (_parent._x < 220) { _parent._x = _parent._x + 1; } if (_parent._x > 320) { _parent._x = _parent._x - 1; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 4; _parent._y = _parent._y + 30; } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.attachMovie("Level 33c", "lev33c", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y}); _root.attachMovie("Level 33c", "lev33c", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y}); _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 48 MovieClip in Symbol 49 MovieClip [Level 34d] Frame 1
onClipEvent (enterFrame) { if (_root.pausegame == false) { _parent._y = _parent._y - 0.5; _parent._rotation = _parent._rotation + 18; if (_parent._x < 220) { _parent._x = _parent._x + 1; } if (_parent._x > 320) { _parent._x = _parent._x - 1; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 1; _parent._y = _parent._y + 30; } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); if (_root.piecesgone == 26) { _root.score = _root.score + 500; if (_root.suddendeath == 1) { _root.lev60.damage = _root.lev60.damage - 10; } _root.nextFrame(); _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.piecesgone < 26) { _root.piecesgone = _root.piecesgone + 1; _parent.swapDepths(1); _parent.removeMovieClip(this); } } }
Instance of Symbol 48 MovieClip in Symbol 50 MovieClip [Level 34c] Frame 1
onClipEvent (enterFrame) { if (_root.pausegame == false) { _parent._y = _parent._y - 1; _parent._rotation = _parent._rotation + 18; if (_parent._x < 220) { _parent._x = _parent._x + 1; } if (_parent._x > 320) { _parent._x = _parent._x - 1; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 3; _parent._y = _parent._y + 30; } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.attachMovie("Level 34d", "lev34d", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y}); _root.attachMovie("Level 34d", "lev34d", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y}); _root.attachMovie("Level 34d", "lev34d", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y - 20}); _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 48 MovieClip in Symbol 51 MovieClip [Level 34b] Frame 1
onClipEvent (enterFrame) { if (_root.pausegame == false) { _parent._y = _parent._y - 2; _parent._rotation = _parent._rotation + 18; if (_parent._x < 220) { _parent._x = _parent._x + 1; } if (_parent._x > 320) { _parent._x = _parent._x - 1; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 6; _parent._y = _parent._y + 30; } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.attachMovie("Level 34c", "lev34c", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y}); _root.attachMovie("Level 34c", "lev34c", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y}); _root.attachMovie("Level 34c", "lev34c", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y - 20}); _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 48 MovieClip in Symbol 52 MovieClip [Level 34a] Frame 1
onClipEvent (load) { _root.piecesgone = 0; } onClipEvent (enterFrame) { if (_root.pausegame == false) { _parent._y = _parent._y - 3; _parent._rotation = _parent._rotation + 18; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 12; _parent._y = _parent._y + 30; } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.attachMovie("Level 34b", "lev34b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y}); _root.attachMovie("Level 34b", "lev34b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y}); _root.attachMovie("Level 34b", "lev34b", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y - 20}); _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 42 MovieClip in Symbol 53 MovieClip [Level 33a] Frame 1
onClipEvent (load) { _root.piecesgone = 0; } onClipEvent (enterFrame) { if (_root.pausegame == false) { _parent._y = _parent._y - 4; _parent._rotation = _parent._rotation + 18; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 8; _parent._y = _parent._y + 30; } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.attachMovie("Level 33b", "lev33b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y}); _root.attachMovie("Level 33b", "lev33b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y}); _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 30 MovieClip in Symbol 54 MovieClip [Level 14b] Frame 1
onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 7; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); if ((_parent._x < 270) or (_parent._y < 200)) { _root.attachMovie("Level 14c", "lev14c", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20}); } if ((_parent._x > 270) or (_parent._y < 200)) { _root.attachMovie("Level 14c", "lev14c", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20}); } if ((_parent._x < 270) or (_parent._y > 200)) { _root.attachMovie("Level 14c", "lev14c", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20}); } if ((_parent._x > 270) or (_parent._y > 200)) { _root.attachMovie("Level 14c", "lev14c", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20}); } _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 57 MovieClip in Symbol 58 MovieClip [Level 55c] Frame 1
onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 5; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.score = _root.score + 5; _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 57 MovieClip in Symbol 59 MovieClip [Level 55b] Frame 1
onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 10; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.attachMovie("Level 55c", "lev55c", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20}); _root.attachMovie("Level 55c", "lev55c", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20}); _root.attachMovie("Level 55c", "lev55c", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20}); _root.attachMovie("Level 55c", "lev55c", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20}); _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 57 MovieClip in Symbol 60 MovieClip [Level 55a] Frame 1
onClipEvent (load) { _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 25; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.attachMovie("Level 55b", "lev55b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20}); _root.attachMovie("Level 55b", "lev55b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20}); _root.attachMovie("Level 55b", "lev55b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20}); _root.attachMovie("Level 55b", "lev55b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20}); _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 30 MovieClip in Symbol 61 MovieClip [Level 14a] Frame 1
onClipEvent (load) { _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 15; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); if ((_parent._x < 270) or (_parent._y < 200)) { _root.attachMovie("Level 14b", "lev14b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20}); } if ((_parent._x > 270) or (_parent._y < 200)) { _root.attachMovie("Level 14b", "lev14b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20}); } if ((_parent._x < 270) or (_parent._y > 200)) { _root.attachMovie("Level 14b", "lev14b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20}); } if ((_parent._x > 270) or (_parent._y > 200)) { _root.attachMovie("Level 14b", "lev14b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20}); } _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 64 MovieClip in Symbol 65 MovieClip [Level 50a] Frame 1
onClipEvent (load) { _parent.damage = 50; _width = 25; _height = 25; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_parent.damage > 0) { _parent.damage = _parent.damage - 1; _width = (_width + 1); _height = (_height + 1); } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 10; _parent._y = _parent._y - (_root.yMove * 30); _parent._x = _parent._x - (_root.xMove * 30); } if (_parent.damage < 1) { _root.attachMovie("Level 50b", "lev50b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20}); _root.attachMovie("Level 50b", "lev50b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20}); _root.attachMovie("Level 50b", "lev50b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20}); _root.attachMovie("Level 50b", "lev50b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20}); _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.damage = _parent.damage - 1; } }
Instance of Symbol 68 MovieClip in Symbol 69 MovieClip [Level 36a] Frame 1
onClipEvent (load) { _parent.damage = 50; _width = 25; _height = 25; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_parent.damage > 0) { _parent.damage = _parent.damage - 1; _width = (_width + 1); _height = (_height + 1); } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 10; _parent._y = _parent._y - (_root.yMove * 30); _parent._x = _parent._x - (_root.xMove * 30); } if (_parent.damage < 1) { _root.attachMovie("Level 36b", "lev36b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20}); _root.attachMovie("Level 36b", "lev36b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20}); _root.attachMovie("Level 36b", "lev36b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20}); _root.attachMovie("Level 36b", "lev36b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20}); _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _parent.damage = _parent.damage - 1; } }
Instance of Symbol 72 MovieClip in Symbol 73 MovieClip [Level 31a] Frame 1
onClipEvent (load) { _parent.damage = 50; _width = 25; _height = 25; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_parent.damage > 0) { _parent.damage = _parent.damage - 1; _width = (_width + 1); _height = (_height + 1); } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 10; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.damage < 1) { _root.attachMovie("Level 31b", "lev31b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20}); _root.attachMovie("Level 31b", "lev31b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20}); _root.attachMovie("Level 31b", "lev31b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20}); _root.attachMovie("Level 31b", "lev31b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20}); _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _parent.damage = _parent.damage - 1; } }
Instance of Symbol 76 MovieClip in Symbol 77 MovieClip [Level 22a] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } else if (_parent.damage > 0) { _parent.damage = _parent.damage - 1; _width = (_width + 1); _height = (_height + 1); } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { if (_parent.attacked == 1) { _root.beam_sound.stop("laserfiring"); } _root.lev60.damage = _root.lev60.damage + 10; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.damage > 15) { _root.beam_sound.stop("laserfiring"); _root.attachMovie("Level 22b", "lev22b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20}); _root.attachMovie("Level 22b", "lev22b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20}); _root.attachMovie("Level 22b", "lev22b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20}); _root.attachMovie("Level 22b", "lev22b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20}); _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 80 MovieClip in Symbol 81 MovieClip [Level 40b] Frame 1
onClipEvent (load) { _parent.damage = 0; } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1.5); _height = (_height - 1.5); } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { if (_parent.attacked == 1) { _root.beam_sound.stop("laserfiring"); } _root.lev60.damage = _root.lev60.damage + 8; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.damage > 10) { _root.beam_sound.stop("laserfiring"); if ((_parent._x < 270) or (_parent._y < 200)) { _root.attachMovie("Level 40c", "lev40c", _root.getNextHighestDepth(), {_x:_parent._x + 10, _y:_parent._y + 10}); } if ((_parent._x > 270) or (_parent._y < 200)) { _root.attachMovie("Level 40c", "lev40c", _root.getNextHighestDepth(), {_x:_parent._x - 10, _y:_parent._y + 10}); } if ((_parent._x < 270) or (_parent._y > 200)) { _root.attachMovie("Level 40c", "lev40c", _root.getNextHighestDepth(), {_x:_parent._x + 10, _y:_parent._y - 10}); } if ((_parent._x > 270) or (_parent._y > 200)) { _root.attachMovie("Level 40c", "lev40c", _root.getNextHighestDepth(), {_x:_parent._x - 10, _y:_parent._y - 10}); } _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 80 MovieClip in Symbol 82 MovieClip [Level 40a] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 2); _height = (_height - 2); } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { if (_parent.attacked == 1) { _root.beam_sound.stop("laserfiring"); } _root.lev60.damage = _root.lev60.damage + 12; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.damage > 10) { _root.beam_sound.stop("laserfiring"); if ((_parent._x < 270) and (_parent._y < 200)) { _root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x - 10, _y:_parent._y + 10}); _root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x + 10, _y:_parent._y - 10}); } if ((_parent._x > 270) and (_parent._y < 200)) { _root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x - 10, _y:_parent._y - 10}); _root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x + 10, _y:_parent._y + 10}); } if ((_parent._x < 270) and (_parent._y > 200)) { _root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x - 10, _y:_parent._y - 10}); _root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x + 10, _y:_parent._y + 10}); } if ((_parent._x > 270) and (_parent._y > 200)) { _root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x - 10, _y:_parent._y + 10}); _root.attachMovie("Level 40b", "lev40b", _root.getNextHighestDepth(), {_x:_parent._x + 10, _y:_parent._y - 10}); } _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 85 MovieClip in Symbol 86 MovieClip [Level 18a] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { if (_parent.attacked == 1) { _root.beam_sound.stop("laserfiring"); } _root.lev60.damage = _root.lev60.damage + 8; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.damage > 15) { _root.beam_sound.stop("laserfiring"); _root.attachMovie("Level 18b", "lev18b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20}); _root.attachMovie("Level 18b", "lev18b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20}); _root.attachMovie("Level 18b", "lev18b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20}); _root.attachMovie("Level 18b", "lev18b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20}); _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 34 MovieClip in Symbol 87 MovieClip [Level 8a] Frame 1
onClipEvent (load) { _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 4; _parent._y = _parent._y - (_root.yMove * 30); _parent._x = _parent._x - (_root.xMove * 30); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.attachMovie("Level 8b", "lev08b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20}); _root.attachMovie("Level 8b", "lev08b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20}); _root.attachMovie("Level 8b", "lev08b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20}); _root.attachMovie("Level 8b", "lev08b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20}); _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 38 MovieClip in Symbol 88 MovieClip [Level 2a] Frame 1
onClipEvent (load) { _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 2; _parent.swapDepths(1); removeMovieClip(_parent); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.attachMovie("Level 2b", "lev02b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y + 20}); _root.attachMovie("Level 2b", "lev02b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y + 20}); _root.attachMovie("Level 2b", "lev02b", _root.getNextHighestDepth(), {_x:_parent._x + 20, _y:_parent._y - 20}); _root.attachMovie("Level 2b", "lev02b", _root.getNextHighestDepth(), {_x:_parent._x - 20, _y:_parent._y - 20}); _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Symbol 91 MovieClip Frame 21
replay = 1 + Math.floor(Math.random() * 5); if (replay < 3) { gotoAndPlay (27); }
Symbol 91 MovieClip Frame 25
gotoAndPlay (18);
Symbol 91 MovieClip Frame 34
gotoAndPlay (10);
Instance of Symbol 91 MovieClip in Symbol 92 MovieClip [Level 54] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 25; _parent._y = _parent._y - (_root.yMove * 25); _parent._x = _parent._x - (_root.xMove * 25); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 2; _width = (_width - 2); _height = (_height - 2); } else if (_parent.damage > 0) { _parent.damage = _parent.damage - 2; _width = (_width + 2); _height = (_height + 2); } if (_parent.damage > 75) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 40; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 95 MovieClip in Symbol 96 MovieClip [Level 51] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 315; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 315; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 315; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 15; _parent._y = _parent._y - (_root.yMove * 25); _parent._x = _parent._x - (_root.xMove * 25); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 3; _width = (_width - 3); _height = (_height - 3); } else if (_parent.damage > 0) { _parent.damage = _parent.damage - 2; _width = (_width + 2); _height = (_height + 2); } if (_parent.damage > 75) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 30; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 99 MovieClip in Symbol 100 MovieClip [Level 42] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 15; _parent._y = _parent._y - (_root.yMove * 25); _parent._x = _parent._x - (_root.xMove * 25); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 2; _width = (_width - 2); _height = (_height - 2); } else if (_parent.damage > 0) { _parent.damage = _parent.damage - 1; _width = (_width + 1); _height = (_height + 1); } if (_parent.damage > 75) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 20; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Symbol 103 MovieClip Frame 15
gotoAndPlay (2);
Instance of Symbol 103 MovieClip in Symbol 104 MovieClip [Level 37] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 12; _parent._y = _parent._y - (_root.yMove * 25); _parent._x = _parent._x - (_root.xMove * 25); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 2; _width = (_width - 2); _height = (_height - 2); } else if (_parent.damage > 0) { _parent.damage = 0; _width = 75; _height = 75; } if (_parent.damage > 55) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 15; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 107 MovieClip in Symbol 108 MovieClip [Level 28] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { _width = (75 - _parent.damage); _height = (75 - _parent.damage); if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 130); _root.xMove = Math.round(_root.xChange / 130); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 130); _root.xMove = Math.round(_root.xChange / 130); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 130); _root.xMove = Math.round(_root.xChange / 130); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 12; _parent._y = _parent._y - (_root.yMove * 20); _parent._x = _parent._x - (_root.xMove * 20); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } else if (_parent.damage > 0) { _parent.damage = _parent.damage - 2; _width = (_width + 2); _height = (_height + 2); } if (_parent.damage <= 0) { _parent.damage = 0; _width = 75; _height = 75; } if (_parent.damage > 65) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 15; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 111 MovieClip in Symbol 112 MovieClip [Level 26] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 9; _parent._y = _parent._y - (_root.yMove * 20); _parent._x = _parent._x - (_root.xMove * 20); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } else if (_parent.damage > 0) { _parent.damage = _parent.damage - 1; _width = (_width + 1); _height = (_height + 1); } if (_parent.damage > 50) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 10; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 115 MovieClip in Symbol 116 MovieClip [Level 20] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 80); _root.xMove = Math.round(_root.xChange / 80); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 80); _root.xMove = Math.round(_root.xChange / 80); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 80); _root.xMove = Math.round(_root.xChange / 80); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 6; _parent._y = _parent._y - (_root.yMove * 20); _parent._x = _parent._x - (_root.xMove * 20); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 2); _height = (_height - 2); } else if (_parent.damage > 0) { _parent.damage = _parent.damage - 1; _width = (_width + 2); _height = (_height + 2); } if (_parent.damage > 25) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 10; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 119 MovieClip in Symbol 120 MovieClip [Level 15] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 3; _parent._y = _parent._y - (_root.yMove * 20); _parent._x = _parent._x - (_root.xMove * 20); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1.5); _height = (_height - 1.5); } if (_parent.damage > 35) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 10; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 123 MovieClip in Symbol 124 MovieClip [Level 7] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 70); _root.xMove = Math.round(_root.xChange / 70); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 70); _root.xMove = Math.round(_root.xChange / 70); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 70); _root.xMove = Math.round(_root.xChange / 70); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 3; _parent._y = _parent._y - (_root.yMove * 20); _parent._x = _parent._x - (_root.xMove * 20); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 5); _height = (_height - 5); } if (_parent.damage > 10) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 5; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Symbol 127 MovieClip Frame 41
gotoAndPlay (10);
Instance of Symbol 127 MovieClip in Symbol 128 MovieClip [Level 53] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 3; _parent._y = _parent._y - (_root.yMove * 5); _parent._x = _parent._x - (_root.xMove * 5); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } else if (_parent.damage > 0) { _parent.damage = _parent.damage - 5; _width = (_width + 5); _height = (_height + 5); } if (_parent.damage > 75) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 25; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 131 MovieClip in Symbol 132 MovieClip [Level 56] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.healtime = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 110); _root.xMove = Math.round(_root.xChange / 110); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 110); _root.xMove = Math.round(_root.xChange / 110); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 110); _root.xMove = Math.round(_root.xChange / 110); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } _width = ((10 - _parent.damage) * 10); _height = ((10 - _parent.damage) * 10); if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + ((4 * (9 - _parent.damage)) + 14); _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.healtime > 0) { _parent.healtime = _parent.healtime - 1; } else if (_parent.damage > 0) { _parent.healtime = 10; } if (_parent.damage > 8) { _root.score = _root.score + 25; _parent.swapDepths(1); _parent.removeMovieClip(this); } else if ((_parent.healtime == 1) and (_parent.damage > 0)) { _parent.damage = _parent.damage - 1; } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.healtime = 10; _parent.damage = _parent.damage + 1; } }
Instance of Symbol 135 MovieClip in Symbol 136 MovieClip [Level 52] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } _width = (100 - _parent.damage); _height = (100 - _parent.damage); if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 3; _parent._y = _parent._y - (_root.yMove * 5); _parent._x = _parent._x - (_root.xMove * 5); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } else if (_parent.damage > 0) { _parent.damage = 0; _width = 100; _height = 100; } if (_parent.damage > 75) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 25; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 139 MovieClip in Symbol 140 MovieClip [Level 45] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } _width = (100 - _parent.damage); _height = (100 - _parent.damage); if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 1; _parent._y = _parent._y - (_root.yMove * 2); _parent._x = _parent._x - (_root.xMove * 2); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } else if (_parent.damage > 0) { _parent.damage = 0; _width = 100; _height = 100; } if (_parent.damage > 75) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 25; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Symbol 143 MovieClip Frame 36
gotoAndPlay (9);
Instance of Symbol 143 MovieClip in Symbol 144 MovieClip [Level 38] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 10; _parent._y = _parent._y - (_root.yMove * 25); _parent._x = _parent._x - (_root.xMove * 25); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } else if (_parent.damage > 0) { _parent.damage = 0; _width = 75; _height = 75; } if (_parent.damage > 50) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 15; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Symbol 148 MovieClip Frame 21
gotoAndPlay (2);
Instance of Symbol 148 MovieClip in Symbol 149 MovieClip [Level 30] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { if (_parent.attacked == 1) { _root.beam_sound.stop("laserfiring"); } _root.lev60.damage = _root.lev60.damage + 7; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } if (_parent.damage > 60) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 15; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Symbol 152 MovieClip Frame 1
goback = 0;
Symbol 152 MovieClip Frame 10
goback = 1 + Math.floor(Math.random() * 5); if (goback < 4) { gotoAndPlay (7); }
Instance of Symbol 152 MovieClip in Symbol 153 MovieClip [Level 21] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { if (_parent.attacked == 1) { _root.beam_sound.stop("laserfiring"); } _root.lev60.damage = _root.lev60.damage + 7; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } if (_parent.damage > 60) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 15; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Symbol 156 MovieClip Frame 21
gotoAndPlay (2);
Instance of Symbol 156 MovieClip in Symbol 157 MovieClip [Level 19] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { if (_parent.attacked == 1) { _root.beam_sound.stop("laserfiring"); } _root.lev60.damage = _root.lev60.damage + 5; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } if (_parent.damage > 50) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 15; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Symbol 160 MovieClip Frame 25
gotoAndPlay (10);
Instance of Symbol 160 MovieClip in Symbol 161 MovieClip [Level 11] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { if (_parent.attacked == 1) { _root.beam_sound.stop("laserfiring"); } _root.lev60.damage = _root.lev60.damage + 2; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 2); _height = (_height - 2); } if (_parent.damage > 25) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 8; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 68 MovieClip in Symbol 162 MovieClip [Level 36b] Frame 1
onClipEvent (load) { _parent.damage = 10; } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 5; _parent._y = _parent._y - (_root.yMove * 30); _parent._x = _parent._x - (_root.xMove * 30); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } else if (_parent.damage > 0) { _parent.damage = _parent.damage - 1; _width = (_width + 1); _height = (_height + 1); } if (_parent.damage > 20) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 8; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 64 MovieClip in Symbol 163 MovieClip [Level 50b] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.changeover = 1 + Math.floor(Math.random() * 5); if (_parent.changeover == 1) { _root.attachMovie("0-Vote", "0vote", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y}); _parent.swapDepths(1); _parent.removeMovieClip(this); } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 10; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } if (_parent.damage > 10) { _root.score = _root.score + 10; _root.beam_sound.stop("laserfiring"); _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 80 MovieClip in Symbol 164 MovieClip [Level 40c] Frame 1
onClipEvent (load) { _parent.damage = 0; } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { if (_parent.attacked == 1) { _root.beam_sound.stop("laserfiring"); } _root.lev60.damage = _root.lev60.damage + 4; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } if (_parent.damage > 10) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 6; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 72 MovieClip in Symbol 165 MovieClip [Level 31b] Frame 1
onClipEvent (load) { _parent.damage = 10; } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { if (_parent.attacked == 1) { _root.beam_sound.stop("laserfiring"); } _root.lev60.damage = _root.lev60.damage + 5; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } else if (_parent.damage > 0) { _parent.damage = _parent.damage - 1; _width = (_width + 1); _height = (_height + 1); } if (_parent.damage > 20) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 8; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 76 MovieClip in Symbol 166 MovieClip [Level 22b] Frame 1
onClipEvent (load) { _parent.damage = 0; } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation + 18; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { if (_parent.attacked == 1) { _root.beam_sound.stop("laserfiring"); } _root.lev60.damage = _root.lev60.damage + 5; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } else if (_parent.damage > 0) { _parent.damage = _parent.damage - 1; _width = (_width + 1); _height = (_height + 1); } if (_parent.damage > 10) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 6; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 85 MovieClip in Symbol 167 MovieClip [Level 18b] Frame 1
onClipEvent (load) { _parent.damage = 0; } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.daily.dragged == 2) { _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (_root.weekly.dragged == 2) { _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = _parent._rotation - 18; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { if (_parent.attacked == 1) { _root.beam_sound.stop("laserfiring"); } _root.lev60.damage = _root.lev60.damage + 4; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } if (_parent.damage > 10) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 5; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 170 MovieClip in Symbol 171 MovieClip [Level 6] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 70); _root.xMove = Math.round(_root.xChange / 70); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 70); _root.xMove = Math.round(_root.xChange / 70); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 70); _root.xMove = Math.round(_root.xChange / 70); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { if (_parent.attacked == 1) { _root.beam_sound.stop("laserfiring"); } _root.lev60.damage = _root.lev60.damage + 2; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 5); _height = (_height - 5); } if (_parent.damage > 10) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 5; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 174 MovieClip in Symbol 175 MovieClip [Level 5] Frame 1
onClipEvent (load) { _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 2; _parent._y = _parent._y - (_root.yMove * 10); _parent._x = _parent._x - (_root.xMove * 10); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _root.score = _root.score + 2; _parent.swapDepths(1); _parent.removeMovieClip(this); } }
Instance of Symbol 180 MovieClip in Symbol 181 MovieClip [Level 16] Frame 1
onClipEvent (load) { _parent.health = 75; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 270; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 270; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 270; } _width = _parent.health; _height = _parent.health; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 10; _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.health < 15) { _root.score = _root.score + 6; _parent.swapDepths(1); _parent.removeMovieClip(this); } else if (_parent.health < 75) { _parent.health = _parent.health + 2.5; } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.health = _parent.health - 20; } }
Instance of Symbol 185 MovieClip in Symbol 186 MovieClip [Level 13] Frame 1
onClipEvent (load) { _parent.health = 75; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } _width = _parent.health; _height = _parent.health; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 10; _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.health < 10) { _root.score = _root.score + 6; _parent.swapDepths(1); _parent.removeMovieClip(this); } else if (_parent.health < 75) { _parent.health = _parent.health + 1; } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.health = _parent.health - 15; } }
Instance of Symbol 189 MovieClip in Symbol 190 MovieClip [Level 48] Frame 1
onClipEvent (load) { _parent.movement = "horizontal"; _parent.health = 75; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); _parent.play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } if ((_parent.movement == "vertical") and (_parent._y < 200)) { _parent._y = _parent._y + 3; } if ((_parent.movement == "vertical") and (_parent._y > 200)) { _parent._y = _parent._y - 3; } if ((_parent.movement == "horizontal") and (_parent._x < 270)) { _parent._x = _parent._x + 3; } if ((_parent.movement == "horizontal") and (_parent._x > 270)) { _parent._x = _parent._x - 3; } _width = _parent.health; _height = _parent.health; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 30; _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.health < 20) { _root.score = _root.score + 20; _parent.swapDepths(1); _parent.removeMovieClip(this); } else if (_parent.health < 75) { _parent.health = _parent.health + 2; } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); _parent.stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.health = _parent.health - 8; } }
Instance of Symbol 189 MovieClip in Symbol 190 MovieClip [Level 48] Frame 2
onClipEvent (enterFrame) { if (_root.pausegame == false) { _parent.play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } if ((_parent.movement == "vertical") and (_parent._y < 200)) { _parent._y = _parent._y + 3; } if ((_parent.movement == "vertical") and (_parent._y > 200)) { _parent._y = _parent._y - 3; } if ((_parent.movement == "horizontal") and (_parent._x < 270)) { _parent._x = _parent._x + 3; } if ((_parent.movement == "horizontal") and (_parent._x > 270)) { _parent._x = _parent._x - 3; } _width = _parent.health; _height = _parent.health; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 30; _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.health < 20) { _root.score = _root.score + 20; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { _parent.stop(); } } on (press) { if (_root.pausegame == false) { _parent.health = _parent.health - 8; } }
Instance of Symbol 189 MovieClip in Symbol 190 MovieClip [Level 48] Frame 50
onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); _parent.play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } if ((_parent._y > 300) or (_parent._y < 100)) { _parent.movement = "vertical"; } else if ((_parent._x > 405) or (_parent._x < 135)) { _parent.movement = "horizontal"; } else if ((_parent._y > 250) or (_parent._y < 150)) { _parent.movement = "vertical"; } else if ((_parent._x > 340) or (_parent._x < 200)) { _parent.movement = "horizontal"; } else if (_parent._y != 200) { _parent.movement = "vertical"; } else { _parent.movement = "horizontal"; } _parent.health = 75; _width = _parent.health; _height = _parent.health; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 20; _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.health < 20) { _root.score = _root.score + 20; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); _parent.stop(); } } on (press) { if (_root.pausegame == false) { _parent.health = _parent.health - 8; } }
Symbol 190 MovieClip [Level 48] Frame 57
if (_root.pausegame == false) { gotoAndPlay (5); }
Instance of Symbol 189 MovieClip in Symbol 190 MovieClip [Level 48] Frame 57
onClipEvent (enterFrame) { if (_root.pausegame == false) { _parent.play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } if ((_parent.movement == "vertical") and (_parent._y < 200)) { _parent._y = _parent._y + 3; } if ((_parent.movement == "vertical") and (_parent._y > 200)) { _parent._y = _parent._y - 3; } if ((_parent.movement == "horizontal") and (_parent._x < 270)) { _parent._x = _parent._x + 3; } if ((_parent.movement == "horizontal") and (_parent._x > 270)) { _parent._x = _parent._x - 3; } _width = _parent.health; _height = _parent.health; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 30; _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.health < 20) { _root.score = _root.score + 20; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { _parent.stop(); } } on (press) { if (_root.pausegame == false) { _parent.health = _parent.health - 8; } }
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip [Level 41] Frame 1
onClipEvent (load) { _parent.movement = "horizontal"; _parent.health = 75; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); _parent.play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 180; } if ((_parent.movement == "vertical") and (_parent._y < 200)) { _parent._y = _parent._y + 1.5; } if ((_parent.movement == "vertical") and (_parent._y > 200)) { _parent._y = _parent._y - 1.5; } if ((_parent.movement == "horizontal") and (_parent._x < 270)) { _parent._x = _parent._x + 1.5; } if ((_parent.movement == "horizontal") and (_parent._x > 270)) { _parent._x = _parent._x - 1.5; } _width = _parent.health; _height = _parent.health; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 15; _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.health < 40) { _root.score = _root.score + 20; _parent.swapDepths(1); _parent.removeMovieClip(this); } else if (_parent.health < 75) { _parent.health = _parent.health + 2; } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); _parent.stop(); } } on (press) { if (_root.pausegame == false) { _parent.health = _parent.health - 8; } }
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip [Level 41] Frame 2
onClipEvent (enterFrame) { if (_root.pausegame == false) { _parent.play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 180; } if ((_parent.movement == "vertical") and (_parent._y < 200)) { _parent._y = _parent._y + 1.5; } if ((_parent.movement == "vertical") and (_parent._y > 200)) { _parent._y = _parent._y - 1.5; } if ((_parent.movement == "horizontal") and (_parent._x < 270)) { _parent._x = _parent._x + 1.5; } if ((_parent.movement == "horizontal") and (_parent._x > 270)) { _parent._x = _parent._x - 1.5; } _width = _parent.health; _height = _parent.health; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 15; _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.health < 40) { _root.score = _root.score + 20; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { _parent.stop(); } } on (press) { if (_root.pausegame == false) { _parent.health = _parent.health - 8; } }
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip [Level 41] Frame 25
onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); _parent.play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 180; } if ((_parent._y > 300) or (_parent._y < 100)) { _parent.movement = "vertical"; } else if ((_parent._x > 405) or (_parent._x < 135)) { _parent.movement = "horizontal"; } else if ((_parent._y > 250) or (_parent._y < 150)) { _parent.movement = "vertical"; } else if ((_parent._x > 340) or (_parent._x < 200)) { _parent.movement = "horizontal"; } else if (_parent._y != 200) { _parent.movement = "vertical"; } else { _parent.movement = "horizontal"; } _parent.health = 75; _width = _parent.health; _height = _parent.health; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 20; _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.health < 40) { _root.score = _root.score + 20; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); _parent.stop(); } } on (press) { if (_root.pausegame == false) { _parent.health = _parent.health - 8; } }
Symbol 194 MovieClip [Level 41] Frame 35
if (_root.pausegame == false) { gotoAndPlay (5); }
Instance of Symbol 193 MovieClip in Symbol 194 MovieClip [Level 41] Frame 35
onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); _parent.play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 180; } if ((_parent.movement == "vertical") and (_parent._y < 200)) { _parent._y = _parent._y + 1.5; } if ((_parent.movement == "vertical") and (_parent._y > 200)) { _parent._y = _parent._y - 1.5; } if ((_parent.movement == "horizontal") and (_parent._x < 270)) { _parent._x = _parent._x + 1.5; } if ((_parent.movement == "horizontal") and (_parent._x > 270)) { _parent._x = _parent._x - 1.5; } _width = _parent.health; _height = _parent.health; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 15; _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.health < 40) { _root.score = _root.score + 20; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); _parent.stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.health = _parent.health - 8; } }
Instance of Symbol 197 MovieClip in Symbol 198 MovieClip [Level 35] Frame 1
onClipEvent (load) { _parent.health = 75; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 270; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 270; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 270; } _width = _parent.health; _height = _parent.health; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 15; _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.health < 20) { _root.score = _root.score + 20; _parent.swapDepths(1); _parent.removeMovieClip(this); } else if (_parent.health < 75) { _parent.health = _parent.health + 0.5; } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.health = _parent.health - 5; } }
Instance of Symbol 201 MovieClip in Symbol 202 MovieClip [Level 27] Frame 1
onClipEvent (load) { _parent.health = 75; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } _width = _parent.health; _height = _parent.health; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 12; _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.health < 15) { _root.score = _root.score + 15; _parent.swapDepths(1); _parent.removeMovieClip(this); } else if (_parent.health < 75) { _parent.health = _parent.health + 0.5; } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.health = _parent.health - 5; } }
Instance of Symbol 205 MovieClip in Symbol 206 MovieClip [Level 25] Frame 1
onClipEvent (load) { _parent.health = 75; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } _width = _parent.health; _height = _parent.health; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 8; _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.health < 10) { _root.score = _root.score + 10; _parent.swapDepths(1); _parent.removeMovieClip(this); } else if (_parent.health < 75) { _parent.health = _parent.health + 1; } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.health = _parent.health - 10; } }
Instance of Symbol 209 MovieClip in Symbol 210 MovieClip [Level 10] Frame 1
onClipEvent (load) { _parent.health = 75; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 80); _root.xMove = Math.round(_root.xChange / 80); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 270; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 80); _root.xMove = Math.round(_root.xChange / 80); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 270; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 80); _root.xMove = Math.round(_root.xChange / 80); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 270; } _width = _parent.health; _height = _parent.health; if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + 4; _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.health < 10) { _root.score = _root.score + 3; _parent.swapDepths(1); _parent.removeMovieClip(this); } else if (_parent.health < 75) { _parent.health = _parent.health + 1; } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.health = _parent.health - 25; } }
Symbol 213 MovieClip Frame 21
gotoAndPlay (2);
Instance of Symbol 213 MovieClip in Symbol 214 MovieClip [Level 17] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + (4 * (3 - _parent.damage)); _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.damage == 1) { _width = 50; _height = 50; } if (_parent.damage == 2) { _width = 25; _height = 25; } if (_parent.damage > 2) { _root.score = _root.score + 5; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.damage = _parent.damage + 1; } }
Instance of Symbol 217 MovieClip in Symbol 218 MovieClip [Level 12] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + (3 * (3 - _parent.damage)); _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.damage == 1) { _width = 50; _height = 50; } if (_parent.damage == 2) { _width = 25; _height = 25; } if (_parent.damage > 2) { _root.score = _root.score + 5; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.damage = _parent.damage + 1; } }
Instance of Symbol 223 MovieClip in Symbol 224 MovieClip [Level 43] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.healtime = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + (6 * (5 - _parent.damage)); _parent._y = _parent._y - (_root.yMove * 30); _parent._x = _parent._x - (_root.xMove * 30); } if (_parent.healtime > 0) { _parent.healtime = _parent.healtime - 1; } else if (_parent.damage > 0) { _parent.healtime = 10; } if (_parent.damage == 0) { _width = 100; _height = 100; } if (_parent.damage == 1) { _width = 80; _height = 80; } if (_parent.damage == 2) { _width = 60; _height = 60; } if (_parent.damage == 3) { _width = 40; _height = 40; } if (_parent.damage == 4) { _width = 20; _height = 20; } if (_parent.damage > 4) { _root.score = _root.score + 20; _parent.swapDepths(1); _parent.removeMovieClip(this); } else if ((_parent.healtime == 1) and (_parent.damage > 0)) { _parent.damage = _parent.damage - 1; } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.healtime = 10; _parent.damage = _parent.damage + 1; } }
Symbol 227 MovieClip Frame 13
replay = 1 + Math.floor(Math.random() * 5); if (replay < 3) { gotoAndPlay (2); }
Symbol 227 MovieClip Frame 17
gotoAndPlay (10);
Instance of Symbol 227 MovieClip in Symbol 228 MovieClip [Level 39] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.healtime = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + (5 * (5 - _parent.damage)); _parent._y = _parent._y - (_root.yMove * 30); _parent._x = _parent._x - (_root.xMove * 30); } if (_parent.healtime > 0) { _parent.healtime = _parent.healtime - 1; } else if (_parent.damage > 0) { _parent.healtime = 10; } if (_parent.damage == 0) { _width = 75; _height = 75; } if (_parent.damage == 1) { _width = 60; _height = 60; } if (_parent.damage == 2) { _width = 45; _height = 45; } if (_parent.damage == 3) { _width = 30; _height = 30; } if (_parent.damage == 4) { _width = 15; _height = 15; } if (_parent.damage > 4) { _root.score = _root.score + 15; _parent.swapDepths(1); _parent.removeMovieClip(this); } else if ((_parent.healtime == 1) and (_parent.damage > 0)) { _parent.damage = _parent.damage - 1; } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.healtime = 10; _parent.damage = _parent.damage + 1; } }
Instance of Symbol 232 MovieClip in Symbol 233 MovieClip [Level 32] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 120); _root.xMove = Math.round(_root.xChange / 120); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + (4 * (5 - _parent.damage)); _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.damage == 1) { _width = 60; _height = 60; } if (_parent.damage == 2) { _width = 45; _height = 45; } if (_parent.damage == 3) { _width = 30; _height = 30; } if (_parent.damage == 4) { _width = 15; _height = 15; } if (_parent.damage > 4) { _root.score = _root.score + 8; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.damage = _parent.damage + 1; } }
Symbol 236 MovieClip Frame 15
gotoAndPlay (2);
Instance of Symbol 236 MovieClip in Symbol 237 MovieClip [Level 23] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 60); _root.xMove = Math.round(_root.xChange / 60); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 100); _root.xMove = Math.round(_root.xChange / 100); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 180; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + (5 * (3 - _parent.damage)); _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.damage == 1) { _width = 50; _height = 50; } if (_parent.damage == 2) { _width = 25; _height = 25; } if (_parent.damage > 2) { _root.score = _root.score + 3; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.damage = _parent.damage + 1; } }
Instance of Symbol 240 MovieClip in Symbol 241 MovieClip [Level 9] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 50); _root.xMove = Math.round(_root.xChange / 50); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + (2 * (3 - _parent.damage)); _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.damage == 1) { _width = 50; _height = 50; } if (_parent.damage == 2) { _width = 25; _height = 25; } if (_parent.damage > 2) { _root.score = _root.score + 3; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.damage = _parent.damage + 1; } }
Instance of Symbol 244 MovieClip in Symbol 245 MovieClip [Level 4] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = -50 + Math.floor(Math.random() * 500); } if (_parent.startup == 3) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = -50 + Math.floor(Math.random() * 640); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(200 - _parent._y); _root.xChange = Math.round(270 - _parent._x); _root.yMove = Math.round(_root.yChange / 60); _root.xMove = Math.round(_root.xChange / 60); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.daily._y - _parent._y); _root.xChange = Math.round(_root.daily._x - _parent._x); _root.yMove = Math.round(_root.yChange / 60); _root.xMove = Math.round(_root.xChange / 60); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.weekly._y - _parent._y); _root.xChange = Math.round(_root.weekly._x - _parent._x); _root.yMove = Math.round(_root.yChange / 60); _root.xMove = Math.round(_root.xChange / 60); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; _parent._rotation = myDegrees + 90; } if (((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) and (_root.lev60.damage < 100)) { _root.lev60.damage = _root.lev60.damage + (3 - _parent.damage); _parent.swapDepths(1); removeMovieClip(_parent); } if (_parent.damage == 1) { _width = 50; _height = 50; } if (_parent.damage == 2) { _width = 25; _height = 25; } if (_parent.damage > 2) { _root.score = _root.score + 2; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.damage = _parent.damage + 1; } }
Instance of Symbol 248 MovieClip in Symbol 249 MovieClip [Level 29] Frame 1
onClipEvent (load) { _parent.health = 150; } onClipEvent (enterFrame) { if (_root.pausegame == false) { _parent._y = _parent._y - 1.4; _width = _parent.health; _height = _parent.health; if (hitTest(_root.lev60)) { _root.lev60.damage = _root.lev60.damage + 4; _parent._y = _parent._y + 20; } if (_parent.health < 10) { _root.score = _root.score + 300; if (_root.suddendeath == 1) { _root.lev60.damage = _root.lev60.damage - 10; } _root.nextFrame(); _parent.swapDepths(1); _parent.removeMovieClip(this); } else if (_parent.health < 150) { _parent.health = _parent.health + 1.5; } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.health = _parent.health - 10; } }
Instance of Symbol 253 MovieClip in Symbol 254 MovieClip [Level 44] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.attack = 0; } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if (_parent._x < 220) { _parent._x = _parent._x + 1.2; } if (_parent._y < 150) { _parent._y = _parent._y + 1.2; } if (_parent.hitTest(220, 150, true)) { if (_parent.attack == 0) { _root.lev60.damage = _root.lev60.damage + 6; _parent._x = _parent._x - 30; _parent._y = _parent._y - 30; _parent.attack = 1; } } else { _parent.attack = 0; } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 2; _width = (_width - 1); _height = (_height - 1); } else if (_parent.damage > 0) { _parent.damage = _parent.damage - 1; _width = (_width + 0.5); _height = (_height + 0.5); } if (_parent.damage > 280) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 750; if (_root.suddendeath == 1) { _root.lev60.damage = _root.lev60.damage - 15; } _root.nextFrame(); _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Symbol 257 MovieClip Frame 51
gotoAndPlay (12);
Instance of Symbol 257 MovieClip in Symbol 258 MovieClip [Level 46] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.travelled = 0; _parent.attack = 0; } onClipEvent (enterFrame) { if (_root.pausegame == false) { play(); if (_parent.travelled == 0) { _parent._y = _parent._y - 0.7; } if (_parent.hitTest(270, 250, true)) { if (_parent.attack == 0) { _root.lev60.damage = _root.lev60.damage + 5; _parent.attack = 1; } } else { _parent.attack = 0; } if (_parent.hitTest(270, 240, true)) { _parent.travelled = 1; } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 0.5); _height = (_height - 0.5); } else if (_parent.damage > 0) { _parent.damage = _parent.damage - 1; _width = (_width + 0.5); _height = (_height + 0.5); } if (_parent.damage > 170) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 500; if (_root.suddendeath == 1) { _root.lev60.damage = _root.lev60.damage - 15; } _root.nextFrame(); _parent.swapDepths(1); _parent.removeMovieClip(this); } } else { stop(); } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 271 MovieClip in Symbol 272 MovieClip [Level 47] Frame 1
onClipEvent (load) { _parent.damage = 0; stop(); } onClipEvent (enterFrame) { gotoAndStop(_parent.damage + 1); if (_root.pausegame == false) { _parent._y = _parent._y - 1.4; if (hitTest(_root.lev60)) { _root.lev60.damage = _root.lev60.damage + 2; _parent._y = _parent._y + 5; } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; } else if ((_parent.damage < 100) and (_parent.damage > 0)) { _parent.damage = 0; } if (_parent.damage > 100) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 1000; if (_root.suddendeath == 1) { _root.lev60.damage = _root.lev60.damage - 20; } _root.nextFrame(); _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 275 MovieClip in Symbol 276 MovieClip [Level 24] Frame 1
onClipEvent (load) { _parent.damage = 0; } onClipEvent (enterFrame) { if (_root.pausegame == false) { _parent._y = _parent._y - 1.3; if (hitTest(_root.lev60)) { _root.lev60.damage = _root.lev60.damage + 2; _parent._y = _parent._y + 20; } if (_parent.attacked == 1) { _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); } if (_parent.damage > 130) { _root.beam_sound.stop("laserfiring"); _root.score = _root.score + 100; if (_root.suddendeath == 1) { _root.lev60.damage = _root.lev60.damage - 4; } _root.nextFrame(); _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; } on (release) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOut) { _root.beam_sound.stop("laserfiring"); _parent.attacked = 0; } on (dragOver) { _root.beam_sound.start(0, 65535); _parent.attacked = 1; }
Instance of Symbol 278 MovieClip in Symbol 279 MovieClip [Deity] Frame 1
onClipEvent (load) { var my_sound = new Sound(); my_sound.attachSound("whistleblow"); _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 3) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = 450; } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if (_parent.startup == 1) { _parent._x = _parent._x + 10; } if (_parent.startup == 2) { _parent._x = _parent._x - 10; } if (_parent.startup == 3) { _parent._y = _parent._y + 10; } if (_parent.startup == 4) { _parent._y = _parent._y - 10; } if ((_parent.startup == 1) and (_parent._x > 590)) { _root.whistle = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 2) and (_parent._x < -50)) { _root.whistle = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 3) and (_parent._y > 450)) { _root.whistle = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 4) and (_parent._y < -50)) { _root.whistle = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _root.score = _root.score + (5 * _root.counter); _root.whistle = -1; _parent.swapDepths(1); my_sound.start(); _parent.removeMovieClip(this); } }
Instance of Symbol 281 MovieClip in Symbol 282 MovieClip [5-Vote] Frame 1
onClipEvent (load) { if (_root.suddendeath == 1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } _parent.dragged = 0; if ((_parent._x < 0) and (_parent._y < 0)) { _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 3) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = 450; } } else { if ((_parent._x < 270) and (_parent._y < 200)) { _parent.startup = 1; } if ((_parent._x >= 270) and (_parent._y >= 200)) { _parent.startup = 2; } if ((_parent._x >= 270) and (_parent._y < 200)) { _parent.startup = 3; } if ((_parent._x < 270) and (_parent._y >= 200)) { _parent.startup = 4; } } } onClipEvent (enterFrame) { if (_root.pausegame == false) { if (_parent.dragged == 0) { if (_parent.startup == 1) { _parent._x = _parent._x + 4; } if (_parent.startup == 2) { _parent._x = _parent._x - 4; } if (_parent.startup == 3) { _parent._y = _parent._y + 4; } if (_parent.startup == 4) { _parent._y = _parent._y - 4; } } else { startDrag (_parent, true); } if ((((_parent._x >= (220 - (this._width / 2))) and (_parent._x <= (320 + (this._width / 2)))) and (_parent._y >= (150 - (this._height / 2)))) and (_parent._y <= (250 + (this._height / 2)))) { if (_root.lev60.damage > 10) { _root.lev60.damage = _root.lev60.damage - 10; } else { _root.lev60.damage = 0; } _root.fives = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 1) and (_parent._x > 590)) { _root.fives = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 2) and (_parent._x < -50)) { _root.fives = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 3) and (_parent._y > 450)) { _root.fives = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 4) and (_parent._y < -50)) { _root.fives = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { startDrag (_parent, true); _parent.dragged = 1; } on (release) { stopDrag(); _parent.dragged = 0; } on (releaseOutside) { stopDrag(); _parent.dragged = 0; }
Instance of Symbol 311 MovieClip in Symbol 312 MovieClip [PAUSED] Frame 1
onClipEvent (enterFrame) { if (_root.pausegame == true) { if (Key.isDown(32)) { if (_root.attachAudio == 0) { _root.pausegame = false; _root.a = 10; } } } else { _parent.swapDepths(1); _parent.removeMovieClip(this); } } on (press) { play(); }
Instance of Symbol 315 MovieClip in Symbol 316 MovieClip [Level 49] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.makevote = 0; _parent.getready = 100; } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_parent._x < 50) and (_parent._y > 350)) { _parent._x = _parent._x + 5; } if ((_parent._x == 50) and (_parent._y > 50)) { _parent._y = _parent._y - 5; } if ((_parent._x < 490) and (_parent._y == 50)) { _parent._x = _parent._x + 5; } if ((_parent._x == 490) and (_parent._y < 350)) { _parent._y = _parent._y + 5; } if ((_parent._x > 50) and (_parent._y == 350)) { _parent._x = _parent._x - 5; } if ((_root.daily.dragged != 2) and (_root.weekly.dragged != 2)) { myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } if (_root.daily.dragged == 2) { myRadians = Math.atan2(_root.daily._y - _parent._y, _root.daily._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } if (_root.weekly.dragged == 2) { myRadians = Math.atan2(_root.weekly._y - _parent._y, _root.weekly._x - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 45; } _parent.getready = _parent.getready - 1; if (_parent.getready == 1) { if (_width > 50) { _root.attachMovie("0-Vote", "0vote", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y, _width:this._width * 0.463, _height:this._height * 0.43}); } else { _parent.damage = _parent.damage - 5; _width = (_width + 5); _height = (_height + 5); } } if (_parent.getready < 1) { _parent.getready = 20; } if (_parent.damage >= 75) { _root.score = _root.score + 30; _root.arrows = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.whistle == -1) { _root.arrows = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.damage = _parent.damage + 5; _width = (_width - 5); _height = (_height - 5); } }
Instance of Symbol 319 MovieClip in Symbol 320 MovieClip [Level 59] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.makevote = 0; _parent.getready = 500 - _root.lev60.health; } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_parent._x < 75) and (_parent._y > 325)) { _parent._x = _parent._x + 5; } if ((_parent._x == 75) and (_parent._y > 75)) { _parent._y = _parent._y - 5; } if ((_parent._x < 465) and (_parent._y == 75)) { _parent._x = _parent._x + 5; } if ((_parent._x == 465) and (_parent._y < 325)) { _parent._y = _parent._y + 5; } if ((_parent._x > 75) and (_parent._y == 325)) { _parent._x = _parent._x - 5; } _parent.getready = _parent.getready - 1; if (_parent.getready == 1) { _parent.makevote = 1 + Math.floor(Math.random() * 5); if (((_parent.makevote == 1) and (_root.lev60.damage > 10)) and (_root.fives == 0)) { _root.attachMovie("5-Vote", "5vote", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y}); } else if (_width > 50) { _root.remainder = _parent.makevote; while (_root.remainder > 0) { _root.attachMovie("0-Vote", "0vote", _root.getNextHighestDepth(), {_x:-50 + Math.floor(Math.random() * 640), _y:450}); _root.remainder = _root.remainder - 1; } } else { _parent.damage = _parent.damage - _parent.makevote; _width = (_width + _parent.makevote); _height = (_height + _parent.makevote); } } if (_parent.getready < 1) { _parent.getready = 20; } if (_parent.damage >= 130) { _root.score = _root.score + 3000; if (_root.suddendeath == 1) { _root.lev60.damage = 0; } _root.nextFrame(); _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); _parent.getready = _parent.getready - 1; } }
Instance of Symbol 323 MovieClip in Symbol 324 MovieClip [Level 58] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.makevote = 0; _parent.getready = 300; } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_parent._x < 75) and (_parent._y > 325)) { _parent._x = _parent._x + 5; } if ((_parent._x == 75) and (_parent._y > 75)) { _parent._y = _parent._y - 5; } if ((_parent._x < 465) and (_parent._y == 75)) { _parent._x = _parent._x + 5; } if ((_parent._x == 465) and (_parent._y < 325)) { _parent._y = _parent._y + 5; } if ((_parent._x > 75) and (_parent._y == 325)) { _parent._x = _parent._x - 5; } _parent.getready = _parent.getready - 1; if (_parent.getready == 1) { _parent.makevote = 1 + Math.floor(Math.random() * 5); if (((_parent.makevote == 1) and (_root.lev60.damage > 10)) and (_root.fives == 0)) { _root.attachMovie("5-Vote", "5vote", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y}); } else if (_width > 50) { _root.attachMovie("0-Vote", "0vote", _root.getNextHighestDepth(), {_x:_parent._x - 21, _y:_parent._y - 13, _width:this._width * 0.463, _height:this._height * 0.43}); _root.attachMovie("0-Vote", "0vote", _root.getNextHighestDepth(), {_x:_parent._x + 21, _y:_parent._y - 13, _width:this._width * 0.463, _height:this._height * 0.43}); } else { _parent.damage = _parent.damage - 5; _width = (_width + 5); _height = (_height + 5); } } if (_parent.getready < 1) { _parent.getready = 20; } if (_parent.damage >= 130) { _root.score = _root.score + 2500; if (_root.suddendeath == 1) { _root.lev60.damage = _root.lev60.damage - 25; } _root.nextFrame(); _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.damage = _parent.damage + 2; _width = (_width - 2); _height = (_height - 2); _parent.getready = _parent.getready - 1; } }
Instance of Symbol 327 MovieClip in Symbol 328 MovieClip [Level 57] Frame 1
onClipEvent (load) { _parent.damage = 0; _parent.makevote = 0; _parent.getready = 300; } onClipEvent (enterFrame) { if (_root.pausegame == false) { if ((_parent._x < 50) and (_parent._y > 350)) { _parent._x = _parent._x + 2; } if ((_parent._x == 50) and (_parent._y > 50)) { _parent._y = _parent._y - 2; } if ((_parent._x < 490) and (_parent._y == 50)) { _parent._x = _parent._x + 2; } if ((_parent._x == 490) and (_parent._y < 350)) { _parent._y = _parent._y + 2; } if ((_parent._x > 50) and (_parent._y == 350)) { _parent._x = _parent._x - 2; } myRadians = Math.atan2(200 - _parent._y, 270 - _parent._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _parent._rotation = myDegrees + 90; _parent.getready = _parent.getready - 1; if (_parent.getready == 1) { _parent.makevote = 1 + Math.floor(Math.random() * 5); if (((_parent.makevote == 1) and (_root.lev60.damage > 10)) and (_root.fives == 0)) { _root.attachMovie("5-Vote", "5vote", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y}); } else if (_width > 50) { _root.attachMovie("0-Vote", "0vote", _root.getNextHighestDepth(), {_x:_parent._x, _y:_parent._y, _width:this._width * 0.463, _height:this._height * 0.43}); } else { _parent.damage = _parent.damage - 5; _width = (_width + 5); _height = (_height + 5); } } if (_parent.getready < 1) { _parent.getready = 50; } if (_parent.damage >= 80) { _root.score = _root.score + 1500; if (_root.suddendeath == 1) { _root.lev60.damage = _root.lev60.damage - 20; } _root.nextFrame(); _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.pausegame == false) { _root.zap_sound.start(); _parent.damage = _parent.damage + 1; _width = (_width - 1); _height = (_height - 1); _parent.getready = _parent.getready - 1; } }
Instance of Symbol 350 MovieClip in Symbol 351 MovieClip [Shield] Frame 1
onClipEvent (load) { stop(); if (_root.suddendeath == 1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } _parent.damage = 0; _parent.dragged = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -100; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 2) { _parent._x = 640; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 3) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = -100; } if (_parent.startup == 4) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = 500; } } onClipEvent (enterFrame) { gotoAndStop(_parent.damage + 1); if (_root.pausegame == false) { if ((_parent.dragged == 0) and (_root.shielded == 0)) { if (_parent.startup == 1) { _parent._x = _parent._x + 12; } if (_parent.startup == 2) { _parent._x = _parent._x - 12; } if (_parent.startup == 3) { _parent._y = _parent._y + 12; } if (_parent.startup == 4) { _parent._y = _parent._y - 12; } } else if ((_parent.dragged == 1) and (_root.shielded == 0)) { startDrag (_parent, true); } if ((((((_parent._x >= 220) and (_parent._x <= 320)) and (_parent._y >= 150)) and (_parent._y <= 250)) and (_parent.dragged != 0)) and (_root.shielded == 0)) { _root.shielded = 1; _parent.dragged = 0; stopDrag(); _parent._x = 270; _parent._y = 200; } if ((_parent.startup == 1) and (_parent._x > 590)) { _root.shieldup = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 2) and (_parent._x < -50)) { _root.shieldup = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 3) and (_parent._y > 450)) { _root.shieldup = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 4) and (_parent._y < -50)) { _root.shieldup = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.damage > 41) { _root.shieldup = 0; _root.shielded = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { if (_root.shielded == 0) { startDrag (_parent, true); _parent.dragged = 1; } } on (release) { stopDrag(); _parent.dragged = 0; } on (releaseOutside) { stopDrag(); _parent.dragged = 0; }
Instance of Symbol 353 MovieClip in Symbol 354 MovieClip [Turd] Frame 1
onClipEvent (load) { var my_sound = new Sound(); my_sound.attachSound("ohshit"); _parent.dragged = 0; _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 3) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = 450; } } onClipEvent (enterFrame) { gotoAndStop(Math.floor(_parent.damage + 1)); if (_root.pausegame == false) { _parent.swapDepths(_root.getNextHighestDepth()); if ((_parent.dragged == 0) and (_root.turdfest == 0)) { if (_parent.startup == 1) { _parent._x = _parent._x + 2; } if (_parent.startup == 2) { _parent._x = _parent._x - 2; } if (_parent.startup == 3) { _parent._y = _parent._y + 2; } if (_parent.startup == 4) { _parent._y = _parent._y - 2; } } else if (_parent.dragged == 1) { startDrag (_parent, true); _parent.damage = _parent.damage + 1; } else { _root.yChange = Math.round(_root._ymouse - _parent._y); _root.xChange = Math.round(_root._xmouse - _parent._x); _root.yMove = Math.round(_root.yChange / 20); _root.xMove = Math.round(_root.xChange / 20); _parent._y = _parent._y + _root.yMove; _parent._x = _parent._x + _root.xMove; } if ((_parent.startup == 1) and (_parent._x > 590)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 2) and (_parent._x < -50)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 3) and (_parent._y > 450)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 4) and (_parent._y < -50)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.damage > 60) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { my_sound.start(); _parent.dragged = 1; _parent.damage = 0; }
Instance of Symbol 356 MovieClip in Symbol 357 MovieClip [King] Frame 1
onClipEvent (load) { if (_root.turdfest == 1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_root.blamstopper == 1) { _parent.quick = (_root.score / 100) + 0.5; } else { _parent.quick = 1; } _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 3) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = 450; } } onClipEvent (enterFrame) { gotoAndStop(Math.floor(_parent.damage + 1)); if (_root.pausegame == false) { if (_parent.startup == 1) { _parent._x = _parent._x + (12 * _parent.quick); } if (_parent.startup == 2) { _parent._x = _parent._x - (12 * _parent.quick); } if (_parent.startup == 3) { _parent._y = _parent._y + (12 * _parent.quick); } if (_parent.startup == 4) { _parent._y = _parent._y - (12 * _parent.quick); } if ((_parent.startup == 1) and (_parent._x > 590)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 2) and (_parent._x < -50)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 3) and (_parent._y > 450)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 4) and (_parent._y < -50)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { _root.currentbgm.stop(); _root.star_sound.start(0, 65535); _root.invincible = 200; _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); }
Instance of Symbol 363 MovieClip in Symbol 364 MovieClip [Daily] Frame 1
onClipEvent (load) { if (_root.turdfest == 1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } _parent.dragged = 0; _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 3) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = 450; } } onClipEvent (enterFrame) { gotoAndStop(Math.floor(_parent.damage + 1)); if (_root.pausegame == false) { if (_parent.dragged == 0) { if (_parent.startup == 1) { _parent._x = _parent._x + 8; } if (_parent.startup == 2) { _parent._x = _parent._x - 8; } if (_parent.startup == 3) { _parent._y = _parent._y + 8; } if (_parent.startup == 4) { _parent._y = _parent._y - 8; } } else { startDrag (_parent, true); } if ((_parent.startup == 1) and (_parent._x > 590)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 2) and (_parent._x < -50)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 3) and (_parent._y > 450)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 4) and (_parent._y < -50)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.damage > 5) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } else if (_parent.dragged == 2) { _parent.damage = _parent.damage + 0.05; stopDrag(); } } } on (press) { startDrag (_parent, true); _parent.dragged = 1; } on (release) { stopDrag(); _parent.dragged = 2; } on (releaseOutside) { stopDrag(); _parent.dragged = 2; }
Instance of Symbol 370 MovieClip in Symbol 371 MovieClip [Weekly] Frame 1
onClipEvent (load) { if (_root.turdfest == 1) { _parent.swapDepths(1); _parent.removeMovieClip(this); } _parent.dragged = 0; _parent.damage = 0; _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 3) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = 450; } } onClipEvent (enterFrame) { gotoAndStop(Math.floor(_parent.damage + 1)); if (_root.pausegame == false) { if (_parent.dragged == 0) { if (_parent.startup == 1) { _parent._x = _parent._x + 12; } if (_parent.startup == 2) { _parent._x = _parent._x - 12; } if (_parent.startup == 3) { _parent._y = _parent._y + 12; } if (_parent.startup == 4) { _parent._y = _parent._y - 12; } } else { startDrag (_parent, true); } if ((_parent.startup == 1) and (_parent._x > 590)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 2) and (_parent._x < -50)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 3) and (_parent._y > 450)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 4) and (_parent._y < -50)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if (_parent.damage > 5) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } else if (_parent.dragged == 2) { _parent.damage = _parent.damage + 0.025; stopDrag(); } } } on (press) { startDrag (_parent, true); _parent.dragged = 1; } on (release) { stopDrag(); _parent.dragged = 2; } on (releaseOutside) { stopDrag(); _parent.dragged = 2; }
Instance of Symbol 373 MovieClip in Symbol 374 MovieClip [Review] Frame 1
onClipEvent (load) { var my_sound = new Sound(); my_sound.attachSound("scoreboost"); if ((_root.turdfest == 1) or (_root.suddendeath == 1)) { _parent.swapDepths(1); _parent.removeMovieClip(this); } _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 3) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = 450; } } onClipEvent (enterFrame) { gotoAndStop(Math.floor(_parent.damage + 1)); if (_root.pausegame == false) { if (_parent.startup == 1) { _parent._x = _parent._x + 6; } if (_parent.startup == 2) { _parent._x = _parent._x - 6; } if (_parent.startup == 3) { _parent._y = _parent._y + 6; } if (_parent.startup == 4) { _parent._y = _parent._y - 6; } if ((_parent.startup == 1) and (_parent._x > 590)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 2) and (_parent._x < -50)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 3) and (_parent._y > 450)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 4) and (_parent._y < -50)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { my_sound.start(); _root.score = _root.score + 50; _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); }
Instance of Symbol 376 MovieClip in Symbol 377 MovieClip [Underdog] Frame 1
onClipEvent (load) { var my_sound = new Sound(); my_sound.attachSound("switchover"); if (((_root.suddendeath == 1) or (_root.turdfest == 1)) or (_root.lev60.damage == 0)) { _parent.swapDepths(1); _parent.removeMovieClip(this); } _parent.startup = 1 + Math.floor(Math.random() * 4); if (_parent.startup == 1) { _parent._x = -50; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 2) { _parent._x = 590; _parent._y = 0 + Math.floor(Math.random() * 400); } if (_parent.startup == 3) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = -50; } if (_parent.startup == 4) { _parent._x = 0 + Math.floor(Math.random() * 540); _parent._y = 450; } } onClipEvent (enterFrame) { gotoAndStop(Math.floor(_parent.damage + 1)); if (_root.pausegame == false) { if (_parent.startup == 1) { _parent._x = _parent._x + 4; } if (_parent.startup == 2) { _parent._x = _parent._x - 4; } if (_parent.startup == 3) { _parent._y = _parent._y + 4; } if (_parent.startup == 4) { _parent._y = _parent._y - 4; } if ((_parent.startup == 1) and (_parent._x > 590)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 2) and (_parent._x < -50)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 3) and (_parent._y > 450)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } if ((_parent.startup == 4) and (_parent._y < -50)) { _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); } } } on (press) { my_sound.start(); _root.score = _root.score - _root.lev60.damage; _root.lev60.damage = 0; _root.trophies = 0; _parent.swapDepths(1); _parent.removeMovieClip(this); }
Symbol 382 MovieClip Frame 100
stop();
Instance of Symbol 382 MovieClip in Symbol 383 MovieClip [Boss] Frame 1
onClipEvent (load) { _parent.damage = 0; } onClipEvent (enterFrame) { _parent.swapDepths(_root.getNextHighestDepth()); if (_parent.damage > 100) { _parent.swapDepths(1); _parent.removeMovieClip(this); } else { _parent.damage = _parent.damage + 1; } }
Symbol 391 MovieClip Frame 100
stop();
Instance of Symbol 391 MovieClip in Symbol 392 MovieClip [Level Up] Frame 1
onClipEvent (load) { _parent.damage = 0; } onClipEvent (enterFrame) { _parent.swapDepths(_root.getNextHighestDepth()); if (_parent.damage > 100) { _parent.swapDepths(1); _parent.removeMovieClip(this); } else { _parent.damage = _parent.damage + 1; } }
Symbol 438 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 440 MovieClip Frame 40
stop();
Symbol 466 Button
on (release) { _root.play(); }
Symbol 467 MovieClip Frame 1
function onEnterFrame() { if (!loaded) { var _local3 = _root.getBytesLoaded() / _root.getBytesTotal(); if (_local3 >= 1) { play(); bar._x = initX; loaded = true; } else { bar._x = initX + ((_local3 - 1) * bar._width); } } var _local4 = getTimer() - time; timeAccum = timeAccum + _local4; while (timeAccum >= FRAME_TIME) { var _local2 = 0; while (_local2 < timeClips.length) { if (timeClips[_local2]._currentframe < timeClips[_local2]._totalframes) { timeClips[_local2].nextFrame(); } else { timeClips[_local2].gotoAndStop(1); } _local2++; } if (loaded && (_currentframe < _totalframes)) { nextFrame(); } timeAccum = timeAccum - FRAME_TIME; } time = time + _local4; } stop(); _root.stop(); var initX = bar._x; var time = getTimer(); var FRAME_TIME = 33.3333333333333; var timeAccum = 0; var loaded = false; timeClips = [bargfx, tank.mc0, tank.mc1, tank.mc2, tank.mc3, tank.mc4, tank.mc4.mc0, tank.mc4.mc1, tank.mc4.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc0, tank.mc4.mc0.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc0.mc2, tank.mc4.mc0.mc0.mc0.mc3, tank.mc4.mc0.mc0.mc1, tank.mc4.mc0.mc0.mc2, tank.mc5.mc0]; var i = 0; while (i < timeClips.length) { timeClips[i].stop(); i++; }
Symbol 467 MovieClip Frame 51
Symbol 575 MovieClip [__Packages.ab3.rankz.Armor_Bot_30_En_AS1] Frame 0
class ab3.rankz.Armor_Bot_30_En_AS1 extends Object { static var _CharsReverseLookup; var _Armor_Bot_30_En_AS1Str, _Armor_Bot_30_En_AS1Count; function Armor_Bot_30_En_AS1 () { super(); } static function Encode(str) { var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1(); return(_local1.encodeArmor_Bot_30_En_AS1(str)); } static function Decode(str) { var _local1 = new ab3.rankz.Armor_Bot_30_En_AS1(); return(_local1.decodeArmor_Bot_30_En_AS1(str)); } static function StringReplaceAll(source, find, replacement) { return(source.split(find).join(replacement)); } static function InitReverseChars() { _CharsReverseLookup = new Array(); var _local1 = 0; while (_local1 < _Chars.length) { _CharsReverseLookup[_Chars[_local1]] = _local1; _local1++; } return(true); } static function UrlDecode(str) { str = StringReplaceAll(str, "\\", " "); str = unescape(str); return(str); } static function UrlEncode(str) { str = escape(str); str = StringReplaceAll(str, "\\", "%2B"); str = StringReplaceAll(str, "%20", "+"); return(str); } function setArmor_Bot_30_En_AS1Str(str) { _Armor_Bot_30_En_AS1Str = str; _Armor_Bot_30_En_AS1Count = 0; } function readArmor_Bot_30_En_AS1() { if (!_Armor_Bot_30_En_AS1Str) { return(_EndOfInput); } if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) { return(_EndOfInput); } var _local2 = _Armor_Bot_30_En_AS1Str.charCodeAt(_Armor_Bot_30_En_AS1Count) & 255; _Armor_Bot_30_En_AS1Count++; return(_local2); } function encodeArmor_Bot_30_En_AS1(str) { setArmor_Bot_30_En_AS1Str(str); var _local3 = ""; var _local2 = new Array(3); var _local5 = 0; var _local4 = false; while ((!_local4) && (((_local2[0] = readArmor_Bot_30_En_AS1())) != _EndOfInput)) { _local2[1] = readArmor_Bot_30_En_AS1(); _local2[2] = readArmor_Bot_30_En_AS1(); _local3 = _local3 + _Chars[_local2[0] >> 2]; if (_local2[1] != _EndOfInput) { _local3 = _local3 + _Chars[((_local2[0] << 4) & 48) | (_local2[1] >> 4)]; if (_local2[2] != _EndOfInput) { _local3 = _local3 + _Chars[((_local2[1] << 2) & 60) | (_local2[2] >> 6)]; _local3 = _local3 + _Chars[_local2[2] & 63]; } else { _local3 = _local3 + _Chars[(_local2[1] << 2) & 60]; _local3 = _local3 + "="; _local4 = true; } } else { _local3 = _local3 + _Chars[(_local2[0] << 4) & 48]; _local3 = _local3 + "="; _local3 = _local3 + "="; _local4 = true; } _local5 = _local5 + 4; if (_local5 >= 76) { _local3 = _local3 + newline; _local5 = 0; } } return(_local3); } function readReverseArmor_Bot_30_En_AS1() { if (!_Armor_Bot_30_En_AS1Str) { return(_EndOfInput); } while (true) { if (_Armor_Bot_30_En_AS1Count >= _Armor_Bot_30_En_AS1Str.length) { return(_EndOfInput); } var _local2 = _Armor_Bot_30_En_AS1Str.charAt(_Armor_Bot_30_En_AS1Count); _Armor_Bot_30_En_AS1Count++; if (_CharsReverseLookup[_local2]) { return(_CharsReverseLookup[_local2]); } if (_local2 == "A") { return(0); } } } function ntos(n) { var _local1 = n.toString(16); if (_local1.length == 1) { _local1 = "0" + _local1; } _local1 = "%" + _local1; return(unescape(_local1)); } function decodeArmor_Bot_30_En_AS1(str) { setArmor_Bot_30_En_AS1Str(str); var _local3 = ""; var _local2 = new Array(4); var _local4 = false; while (((!_local4) && (((_local2[0] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) && (((_local2[1] = readReverseArmor_Bot_30_En_AS1())) != _EndOfInput)) { _local2[2] = readReverseArmor_Bot_30_En_AS1(); _local2[3] = readReverseArmor_Bot_30_En_AS1(); _local3 = _local3 + ntos(((_local2[0] << 2) & 255) | (_local2[1] >> 4)); if (_local2[2] != _EndOfInput) { _local3 = _local3 + ntos(((_local2[1] << 4) & 255) | (_local2[2] >> 2)); if (_local2[3] != _EndOfInput) { _local3 = _local3 + ntos(((_local2[2] << 6) & 255) | _local2[3]); } else { _local4 = true; } } else { _local4 = true; } } return(_local3); } function toHex(n) { var _local4 = ""; var _local3 = true; var _local1 = 32; while (_local1 > 0) { _local1 = _local1 - 4; var _local2 = (n >> _local1) & 15; if ((!_local3) || (_local2 != 0)) { _local3 = false; _local4 = _local4 + _Digits[_local2]; } } return(((_local4 == "") ? "0" : (_local4))); } function pad(str, len, pad) { var _local2 = str; var _local1 = str.length; while (_local1 < len) { _local2 = pad + _local2; _local1++; } return(_local2); } function encodeHex(str) { var _local4 = ""; var _local2 = 0; while (_local2 < str.length) { _local4 = _local4 + pad(toHex(str.charCodeAt(_local2) & 255), 2, "0"); _local2++; } return(_local4); } function decodeHex(str) { var _local5 = ""; var _local3 = ""; var _local2 = 0; while (_local2 < str.length) { _local3 = _local3 + str.charAt(_local2); if (_local3.length == 2) { _local5 = _local5 + ntos(parseInt("0x" + _local3)); _local3 = ""; } _local2++; } return(_local5); } static var _EndOfInput = -1; static var _Chars = new Array("A", "B", "C", "D", "E", "F", "G", "H", "I", "J", "K", "L", "M", "N", "O", "P", "Q", "R", "S", "T", "U", "V", "W", "X", "Y", "Z", "a", "b", "c", "d", "e", "f", "g", "h", "i", "j", "k", "l", "m", "n", "o", "p", "q", "r", "s", "t", "u", "v", "w", "x", "y", "z", "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "+", "/"); static var _CharsReverseLookupInited = InitReverseChars(); static var _Digits = new Array("0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "a", "b", "c", "d", "e", "f"); }
Symbol 475 Button
on (release) { stopAllSounds(); _root.gotoAndPlay("gamemenu"); }
Symbol 478 Button
on (release) { stopAllSounds(); _root.gotoAndPlay("gamerules"); }
Symbol 481 Button
on (release) { stopAllSounds(); _root.gotoAndPlay("gamecredits"); }
Symbol 482 MovieClip Frame 270
stop();
Symbol 487 Button
on (release) { nextFrame(); }
Symbol 496 Button
on (release) { prevFrame(); }
Symbol 518 MovieClip Frame 40
gotoAndPlay (35);
Symbol 525 MovieClip Frame 100
gotoAndPlay (71);
Symbol 528 MovieClip Frame 1
stop();
Symbol 528 MovieClip Frame 2
stop();
Symbol 528 MovieClip Frame 3
stop();
Symbol 528 MovieClip Frame 4
stop();
Symbol 528 MovieClip Frame 5
stop();
Symbol 528 MovieClip Frame 6
stop();
Symbol 528 MovieClip Frame 7
stop();
Symbol 528 MovieClip Frame 8
stop();
Symbol 528 MovieClip Frame 9
stop();
Symbol 528 MovieClip Frame 10
stop();
Symbol 528 MovieClip Frame 11
stop();
Symbol 528 MovieClip Frame 12
stop();
Symbol 528 MovieClip Frame 13
stop();
Symbol 528 MovieClip Frame 14
stop();
Symbol 528 MovieClip Frame 15
stop();
Symbol 528 MovieClip Frame 16
stop();
Symbol 528 MovieClip Frame 17
stop();
Symbol 528 MovieClip Frame 18
stop();
Symbol 528 MovieClip Frame 19
stop();
Symbol 528 MovieClip Frame 20
stop();
Symbol 532 Button
on (release) { gotoAndPlay ("titlescreen"); }
Symbol 538 Button
on (release) { _root.suddendeath = 0; _root.turdfest = 0; _root.blamstopper = 0; gotoAndPlay ("gamebegin"); }
Symbol 543 Button
on (release) { _root.turdfest = 0; _root.blamstopper = 0; _root.suddendeath = 1; gotoAndPlay ("gamebegin"); }
Symbol 548 Button
on (release) { _root.suddendeath = 0; _root.blamstopper = 0; _root.turdfest = 1; gotoAndPlay ("gamebegin"); }
Symbol 553 Button
on (release) { _root.suddendeath = 0; _root.turdfest = 0; _root.blamstopper = 1; gotoAndPlay ("gamebegin"); }
Instance of Symbol 557 MovieClip in Symbol 558 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.blamstopper == 0) { if ((_root.score >= 20) and (_root.playerlev == 1)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 2; } if ((_root.score >= 50) and (_root.playerlev == 2)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 3; } if ((_root.score >= 90) and (_root.playerlev == 3)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 4; } if ((_root.score >= 140) and (_root.playerlev == 4)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 5; } if ((_root.score >= 200) and (_root.playerlev == 5)) { _root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 24; } if ((_root.score >= 300) and (_root.playerlev == 24)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 6; } if ((_root.score >= 350) and (_root.playerlev == 6)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 7; } if ((_root.score >= 400) and (_root.playerlev == 7)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 8; } if ((_root.score >= 475) and (_root.playerlev == 8)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 9; } if ((_root.score >= 530) and (_root.playerlev == 9)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 10; } if ((_root.score >= 600) and (_root.playerlev == 10)) { _root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 33; } if ((_root.score >= 800) and (_root.playerlev == 33)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 11; } if ((_root.score >= 880) and (_root.playerlev == 11)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 12; } if ((_root.score >= 960) and (_root.playerlev == 12)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 13; } if ((_root.score >= 1040) and (_root.playerlev == 13)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 14; } if ((_root.score >= 1120) and (_root.playerlev == 14)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 15; } if ((_root.score >= 1200) and (_root.playerlev == 15)) { _root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 29; } if ((_root.score >= 1500) and (_root.playerlev == 29)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 16; } if ((_root.score >= 1600) and (_root.playerlev == 16)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 17; } if ((_root.score >= 1700) and (_root.playerlev == 17)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 18; } if ((_root.score >= 1800) and (_root.playerlev == 18)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 19; } if ((_root.score >= 1900) and (_root.playerlev == 19)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 20; } if ((_root.score >= 2000) and (_root.playerlev == 20)) { _root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 34; } if ((_root.score >= 2500) and (_root.playerlev == 34)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 21; } if ((_root.score >= 2600) and (_root.playerlev == 21)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 22; } if ((_root.score >= 2700) and (_root.playerlev == 22)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 23; } if ((_root.score >= 2800) and (_root.playerlev == 23)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 25; } if ((_root.score >= 2900) and (_root.playerlev == 25)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 26; } if ((_root.score >= 3000) and (_root.playerlev == 26)) { _root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 46; } if ((_root.score >= 3500) and (_root.playerlev == 46)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 27; } if ((_root.score >= 3600) and (_root.playerlev == 27)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 28; } if ((_root.score >= 3700) and (_root.playerlev == 28)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 30; } if ((_root.score >= 3800) and (_root.playerlev == 30)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 31; } if ((_root.score >= 3900) and (_root.playerlev == 31)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 32; } if ((_root.score >= 4000) and (_root.playerlev == 32)) { _root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 44; } if ((_root.score >= 4750) and (_root.playerlev == 44)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 35; } if ((_root.score >= 5000) and (_root.playerlev == 35)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 36; } if ((_root.score >= 5250) and (_root.playerlev == 36)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 37; } if ((_root.score >= 5500) and (_root.playerlev == 37)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 38; } if ((_root.score >= 5750) and (_root.playerlev == 38)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 39; } if ((_root.score >= 6000) and (_root.playerlev == 39)) { _root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 47; } if ((_root.score >= 7000) and (_root.playerlev == 47)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 40; } if ((_root.score >= 7300) and (_root.playerlev == 40)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 41; } if ((_root.score >= 7600) and (_root.playerlev == 41)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 42; } if ((_root.score >= 7900) and (_root.playerlev == 42)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 43; } if ((_root.score >= 8200) and (_root.playerlev == 43)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 45; } if ((_root.score >= 8500) and (_root.playerlev == 45)) { _root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 57; } if ((_root.score >= 10000) and (_root.playerlev == 57)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 48; } if ((_root.score >= 10400) and (_root.playerlev == 48)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 49; } if ((_root.score >= 10800) and (_root.playerlev == 49)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 50; } if ((_root.score >= 11200) and (_root.playerlev == 50)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 51; } if ((_root.score >= 11600) and (_root.playerlev == 51)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 52; } if ((_root.score >= 12000) and (_root.playerlev == 52)) { _root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 58; } if ((_root.score >= 14500) and (_root.playerlev == 58)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 53; } if ((_root.score >= 15000) and (_root.playerlev == 53)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 54; } if ((_root.score >= 15500) and (_root.playerlev == 54)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 55; } if ((_root.score >= 16000) and (_root.playerlev == 55)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 56; } if ((_root.score >= 16500) and (_root.playerlev == 56)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 59; } if ((_root.score >= 17000) and (_root.playerlev == 59)) { _root.attachMovie("Boss", "bosstime", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 60; } if ((_root.score >= 20000) and (_root.playerlev == 60)) { _root.attachMovie("Level Up", "levelup", _root.getNextHighestDepth(), {_x:270, _y:75}); _root.playerlev = 61; } } }
Symbol 568 Button
on (release) { gotoAndPlay ("titlescreen"); }
Symbol 569 Button
on (release) { if (_root.blamstopper == 1) { gotoAndStop ("hiscore4"); } if (_root.turdfest == 1) { gotoAndStop ("hiscore3"); } if (_root.suddendeath == 1) { gotoAndStop ("hiscore2"); } if (((_root.suddendeath == 0) and (_root.turdfest == 0)) and (_root.blamstopper == 0)) { gotoAndStop ("hiscore1"); } }
Symbol 572 Button
on (release) { _root.gotoAndPlay("titlescreen"); }
Symbol 573 MovieClip Frame 1
playerscore = _root.score;
Symbol 573 MovieClip Frame 130
stop();
Symbol 573 MovieClip Frame 131
function __rankz_send__(par1, par2, par3, par4) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3); par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s"); par227.flashkey = par227.flashkey.split("=").join(""); par227.SU0249 = par227.SU0249.split("=").join(""); par228.onLoad = function (success) { }; par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST"); } bXlnYW1lX25hbWVfdmFyaWFibGU = playername; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = playerscore; __rankz_send__("MTg1OWolZSVhJW4lcw==", "d0t1RGlFdkg=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl); getURL ("http://rankz.armorbot.com/Defend_Level_60/", "_blank");
Symbol 573 MovieClip Frame 132
function __rankz_send__(par1, par2, par3, par4) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3); par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s"); par227.flashkey = par227.flashkey.split("=").join(""); par227.SU0249 = par227.SU0249.split("=").join(""); par228.onLoad = function (success) { }; par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST"); } bXlnYW1lX25hbWVfdmFyaWFibGU = playername; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = playerscore; __rankz_send__("MTg4N2olZSVhJW4lcw==", "d0tLZERXa2g=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl); getURL ("http://rankz.armorbot.com/Defend_Level_60_SD/", "_blank");
Symbol 573 MovieClip Frame 133
function __rankz_send__(par1, par2, par3, par4) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3); par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s"); par227.flashkey = par227.flashkey.split("=").join(""); par227.SU0249 = par227.SU0249.split("=").join(""); par228.onLoad = function (success) { }; par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST"); } bXlnYW1lX25hbWVfdmFyaWFibGU = playername; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = playerscore; __rankz_send__("MTg5MmolZSVhJW4lcw==", "ZUhFUE9Qc0o=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl); getURL ("http://rankz.armorbot.com/Defend_Level_60_Turd/", "_blank");
Symbol 573 MovieClip Frame 134
function __rankz_send__(par1, par2, par3, par4) { par227 = new LoadVars(); par228 = new LoadVars(); par227.flashkey = par2; par227.SU0249 = par1; par227.bmFtZTE = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par3); par227.c2NvcmUx = ab3.rankz.Armor_Bot_30_En_AS1.Encode(par4 + "j%e%a%n%s"); par227.flashkey = par227.flashkey.split("=").join(""); par227.SU0249 = par227.SU0249.split("=").join(""); par228.onLoad = function (success) { }; par227.sendAndLoad("http://rankz.armorbot.com/submit/", par228, "POST"); } bXlnYW1lX25hbWVfdmFyaWFibGU = playername; bXlnYW1lX3Njb3JlX3ZhcmlhYmxl = playerscore; __rankz_send__("MTg5NmolZSVhJW4lcw==", "Sk9Ucnp3Wm8=", bXlnYW1lX25hbWVfdmFyaWFibGU, bXlnYW1lX3Njb3JlX3ZhcmlhYmxl); getURL ("http://rankz.armorbot.com/Defend_Level_60_blams/", "_blank");

Library Items

Symbol 1 Sound [whistleblow]
Symbol 2 Sound [switchover]
Symbol 3 Sound [starpower]
Symbol 4 Sound [scoreboost]
Symbol 5 Sound [ohshit]
Symbol 6 Sound [musicloop5]
Symbol 7 Sound [musicloop4]
Symbol 8 Sound [musicloop3]
Symbol 9 Sound [musicloop2]
Symbol 10 Sound [musicloop1]
Symbol 11 Sound [laserhitonce]
Symbol 12 Sound [laserfiring]
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:15 500 504 517 518 528
Symbol 15 MovieClipUses:14Used by:16
Symbol 16 MovieClip [Level 60]Uses:15
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:19
Symbol 19 MovieClipUses:18Used by:20
Symbol 20 MovieClip [Level 3]Uses:19
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:23 528
Symbol 23 MovieClip [0-Vote]Uses:22
Symbol 24 BitmapUsed by:25
Symbol 25 GraphicUses:24Used by:26
Symbol 26 MovieClipUses:25Used by:27 493 517
Symbol 27 MovieClip [Level 1]Uses:26
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:30
Symbol 30 MovieClipUses:29Used by:31 54 61
Symbol 31 MovieClip [Level 14c]Uses:30
Symbol 32 BitmapUsed by:33
Symbol 33 GraphicUses:32Used by:34
Symbol 34 MovieClipUses:33Used by:35 87
Symbol 35 MovieClip [Level 8b]Uses:34
Symbol 36 BitmapUsed by:37
Symbol 37 GraphicUses:36Used by:38
Symbol 38 MovieClipUses:37Used by:39 88 524
Symbol 39 MovieClip [Level 2b]Uses:38
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:42
Symbol 42 MovieClipUses:41Used by:43 44 45 53 482
Symbol 43 MovieClip [Level 33d]Uses:42
Symbol 44 MovieClip [Level 33c]Uses:42
Symbol 45 MovieClip [Level 33b]Uses:42
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:48
Symbol 48 MovieClipUses:47Used by:49 50 51 52
Symbol 49 MovieClip [Level 34d]Uses:48
Symbol 50 MovieClip [Level 34c]Uses:48
Symbol 51 MovieClip [Level 34b]Uses:48
Symbol 52 MovieClip [Level 34a]Uses:48
Symbol 53 MovieClip [Level 33a]Uses:42
Symbol 54 MovieClip [Level 14b]Uses:30
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:57
Symbol 57 MovieClipUses:56Used by:58 59 60
Symbol 58 MovieClip [Level 55c]Uses:57
Symbol 59 MovieClip [Level 55b]Uses:57
Symbol 60 MovieClip [Level 55a]Uses:57
Symbol 61 MovieClip [Level 14a]Uses:30
Symbol 62 BitmapUsed by:63
Symbol 63 GraphicUses:62Used by:64
Symbol 64 MovieClipUses:63Used by:65 163
Symbol 65 MovieClip [Level 50a]Uses:64
Symbol 66 BitmapUsed by:67
Symbol 67 GraphicUses:66Used by:68
Symbol 68 MovieClipUses:67Used by:69 162
Symbol 69 MovieClip [Level 36a]Uses:68
Symbol 70 BitmapUsed by:71
Symbol 71 GraphicUses:70Used by:72
Symbol 72 MovieClipUses:71Used by:73 165
Symbol 73 MovieClip [Level 31a]Uses:72
Symbol 74 BitmapUsed by:75
Symbol 75 GraphicUses:74Used by:76
Symbol 76 MovieClipUses:75Used by:77 166
Symbol 77 MovieClip [Level 22a]Uses:76
Symbol 78 BitmapUsed by:79
Symbol 79 GraphicUses:78Used by:80
Symbol 80 MovieClipUses:79Used by:81 82 164
Symbol 81 MovieClip [Level 40b]Uses:80
Symbol 82 MovieClip [Level 40a]Uses:80
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:85
Symbol 85 MovieClipUses:84Used by:86 167
Symbol 86 MovieClip [Level 18a]Uses:85
Symbol 87 MovieClip [Level 8a]Uses:34
Symbol 88 MovieClip [Level 2a]Uses:38
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:91
Symbol 91 MovieClipUses:90Used by:92
Symbol 92 MovieClip [Level 54]Uses:91
Symbol 93 BitmapUsed by:94
Symbol 94 GraphicUses:93Used by:95
Symbol 95 MovieClipUses:94Used by:96
Symbol 96 MovieClip [Level 51]Uses:95
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:99
Symbol 99 MovieClipUses:98Used by:100
Symbol 100 MovieClip [Level 42]Uses:99
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:103
Symbol 103 MovieClipUses:102Used by:104 482
Symbol 104 MovieClip [Level 37]Uses:103
Symbol 105 BitmapUsed by:106
Symbol 106 GraphicUses:105Used by:107
Symbol 107 MovieClipUses:106Used by:108
Symbol 108 MovieClip [Level 28]Uses:107
Symbol 109 BitmapUsed by:110
Symbol 110 GraphicUses:109Used by:111
Symbol 111 MovieClipUses:110Used by:112
Symbol 112 MovieClip [Level 26]Uses:111
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:115
Symbol 115 MovieClipUses:114Used by:116 502
Symbol 116 MovieClip [Level 20]Uses:115
Symbol 117 BitmapUsed by:118
Symbol 118 GraphicUses:117Used by:119
Symbol 119 MovieClipUses:118Used by:120
Symbol 120 MovieClip [Level 15]Uses:119
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:123
Symbol 123 MovieClipUses:122Used by:124
Symbol 124 MovieClip [Level 7]Uses:123
Symbol 125 BitmapUsed by:126
Symbol 126 GraphicUses:125Used by:127
Symbol 127 MovieClipUses:126Used by:128
Symbol 128 MovieClip [Level 53]Uses:127
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:131
Symbol 131 MovieClipUses:130Used by:132
Symbol 132 MovieClip [Level 56]Uses:131
Symbol 133 BitmapUsed by:134
Symbol 134 GraphicUses:133Used by:135
Symbol 135 MovieClipUses:134Used by:136
Symbol 136 MovieClip [Level 52]Uses:135
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:139
Symbol 139 MovieClipUses:138Used by:140 482
Symbol 140 MovieClip [Level 45]Uses:139
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:143
Symbol 143 MovieClipUses:142Used by:144
Symbol 144 MovieClip [Level 38]Uses:143
Symbol 145 BitmapUsed by:146 147
Symbol 146 GraphicUses:145Used by:148
Symbol 147 GraphicUses:145Used by:148
Symbol 148 MovieClipUses:146 147Used by:149
Symbol 149 MovieClip [Level 30]Uses:148
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:152
Symbol 152 MovieClipUses:151Used by:153
Symbol 153 MovieClip [Level 21]Uses:152
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:156
Symbol 156 MovieClipUses:155Used by:157 502
Symbol 157 MovieClip [Level 19]Uses:156
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:160
Symbol 160 MovieClipUses:159Used by:161 502
Symbol 161 MovieClip [Level 11]Uses:160
Symbol 162 MovieClip [Level 36b]Uses:68
Symbol 163 MovieClip [Level 50b]Uses:64
Symbol 164 MovieClip [Level 40c]Uses:80
Symbol 165 MovieClip [Level 31b]Uses:72
Symbol 166 MovieClip [Level 22b]Uses:76
Symbol 167 MovieClip [Level 18b]Uses:85
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:170
Symbol 170 MovieClipUses:169Used by:171 494
Symbol 171 MovieClip [Level 6]Uses:170
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:174
Symbol 174 MovieClipUses:173Used by:175 518
Symbol 175 MovieClip [Level 5]Uses:174
Symbol 176 BitmapUsed by:177 178 179
Symbol 177 GraphicUses:176Used by:180
Symbol 178 GraphicUses:176Used by:180
Symbol 179 GraphicUses:176Used by:180
Symbol 180 MovieClipUses:177 178 179Used by:181
Symbol 181 MovieClip [Level 16]Uses:180
Symbol 182 BitmapUsed by:183 184
Symbol 183 GraphicUses:182Used by:185
Symbol 184 GraphicUses:182Used by:185
Symbol 185 MovieClipUses:183 184Used by:186 502
Symbol 186 MovieClip [Level 13]Uses:185
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:187Used by:189
Symbol 189 MovieClipUses:188Used by:190
Symbol 190 MovieClip [Level 48]Uses:189
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:193
Symbol 193 MovieClipUses:192Used by:194
Symbol 194 MovieClip [Level 41]Uses:193
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:195Used by:197
Symbol 197 MovieClipUses:196Used by:198
Symbol 198 MovieClip [Level 35]Uses:197
Symbol 199 BitmapUsed by:200
Symbol 200 GraphicUses:199Used by:201
Symbol 201 MovieClipUses:200Used by:202
Symbol 202 MovieClip [Level 27]Uses:201
Symbol 203 BitmapUsed by:204
Symbol 204 GraphicUses:203Used by:205
Symbol 205 MovieClipUses:204Used by:206 502
Symbol 206 MovieClip [Level 25]Uses:205
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:209
Symbol 209 MovieClipUses:208Used by:210 525
Symbol 210 MovieClip [Level 10]Uses:209
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:213
Symbol 213 MovieClipUses:212Used by:214
Symbol 214 MovieClip [Level 17]Uses:213
Symbol 215 BitmapUsed by:216
Symbol 216 GraphicUses:215Used by:217
Symbol 217 MovieClipUses:216Used by:218
Symbol 218 MovieClip [Level 12]Uses:217
Symbol 219 BitmapUsed by:220 221 222
Symbol 220 GraphicUses:219Used by:223
Symbol 221 GraphicUses:219Used by:223
Symbol 222 GraphicUses:219Used by:223
Symbol 223 MovieClipUses:220 221 222Used by:224
Symbol 224 MovieClip [Level 43]Uses:223
Symbol 225 BitmapUsed by:226
Symbol 226 GraphicUses:225Used by:227
Symbol 227 MovieClipUses:226Used by:228
Symbol 228 MovieClip [Level 39]Uses:227
Symbol 229 BitmapUsed by:230 231
Symbol 230 GraphicUses:229Used by:232
Symbol 231 GraphicUses:229Used by:232
Symbol 232 MovieClipUses:230 231Used by:233
Symbol 233 MovieClip [Level 32]Uses:232
Symbol 234 BitmapUsed by:235
Symbol 235 GraphicUses:234Used by:236
Symbol 236 MovieClipUses:235Used by:237
Symbol 237 MovieClip [Level 23]Uses:236
Symbol 238 BitmapUsed by:239
Symbol 239 GraphicUses:238Used by:240
Symbol 240 MovieClipUses:239Used by:241
Symbol 241 MovieClip [Level 9]Uses:240
Symbol 242 BitmapUsed by:243
Symbol 243 GraphicUses:242Used by:244
Symbol 244 MovieClipUses:243Used by:245 521
Symbol 245 MovieClip [Level 4]Uses:244
Symbol 246 BitmapUsed by:247
Symbol 247 GraphicUses:246Used by:248
Symbol 248 MovieClipUses:247Used by:249
Symbol 249 MovieClip [Level 29]Uses:248
Symbol 250 BitmapUsed by:251 252
Symbol 251 GraphicUses:250Used by:253
Symbol 252 GraphicUses:250Used by:253
Symbol 253 MovieClipUses:251 252Used by:254
Symbol 254 MovieClip [Level 44]Uses:253
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:257
Symbol 257 MovieClipUses:256Used by:258 482
Symbol 258 MovieClip [Level 46]Uses:257
Symbol 259 BitmapUsed by:260 261 262 263 264 265 266 267 268 269 270
Symbol 260 ShapeTweeningUses:259Used by:271
Symbol 261 ShapeTweeningUses:259Used by:271
Symbol 262 ShapeTweeningUses:259Used by:271
Symbol 263 ShapeTweeningUses:259Used by:271
Symbol 264 ShapeTweeningUses:259Used by:271
Symbol 265 ShapeTweeningUses:259Used by:271
Symbol 266 ShapeTweeningUses:259Used by:271
Symbol 267 ShapeTweeningUses:259Used by:271
Symbol 268 ShapeTweeningUses:259Used by:271
Symbol 269 ShapeTweeningUses:259Used by:271
Symbol 270 GraphicUses:259Used by:271
Symbol 271 MovieClipUses:260 261 262 263 264 265 266 267 268 269 270Used by:272
Symbol 272 MovieClip [Level 47]Uses:271
Symbol 273 BitmapUsed by:274
Symbol 274 GraphicUses:273Used by:275
Symbol 275 MovieClipUses:274Used by:276 498
Symbol 276 MovieClip [Level 24]Uses:275
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:277Used by:279 502
Symbol 279 MovieClip [Deity]Uses:278
Symbol 280 GraphicUsed by:281
Symbol 281 MovieClipUses:280Used by:282 500
Symbol 282 MovieClip [5-Vote]Uses:281
Symbol 283 GraphicUsed by:311
Symbol 284 FontUsed by:285 286 287 288 555 556
Symbol 285 EditableTextUses:284Used by:311
Symbol 286 TextUses:284Used by:311 557
Symbol 287 EditableTextUses:284Used by:311
Symbol 288 TextUses:284Used by:311 557
Symbol 289 FontUsed by:290 291 292 293 294 295 297 298 299 300 301 302 303 304 305 306 307 308 309 378 380 381 384 386 387 388 389 390 468 469 470 471 472 473 476 477 479 480 483 484 485 486 488 495 497 499 501 503 505 506 509 512 513 514 515 516 519 520 522 523 526 527 529 530 531 533 534 535 536 537 539 540 541 542 544 545 546 547 549 550 551 552 559 560 561 562 563 564 565 566 567 570 571
Symbol 290 TextUses:289Used by:296
Symbol 291 TextUses:289Used by:296 573
Symbol 292 TextUses:289Used by:296
Symbol 293 TextUses:289Used by:296
Symbol 294 TextUses:289Used by:296 573
Symbol 295 TextUses:289Used by:296
Symbol 296 MovieClipUses:290 291 292 293 294 295Used by:311
Symbol 297 TextUses:289Used by:310
Symbol 298 TextUses:289Used by:310
Symbol 299 TextUses:289Used by:310
Symbol 300 TextUses:289Used by:310
Symbol 301 TextUses:289Used by:310
Symbol 302 TextUses:289Used by:310
Symbol 303 TextUses:289Used by:310
Symbol 304 TextUses:289Used by:310
Symbol 305 TextUses:289Used by:310
Symbol 306 TextUses:289Used by:310
Symbol 307 TextUses:289Used by:310
Symbol 308 TextUses:289Used by:310
Symbol 309 TextUses:289Used by:310
Symbol 310 MovieClipUses:297 298 299 300 301 302 303 304 305 306 307 308 309Used by:311
Symbol 311 MovieClipUses:283 285 286 287 288 296 310Used by:312
Symbol 312 MovieClip [PAUSED]Uses:311
Symbol 313 BitmapUsed by:314
Symbol 314 GraphicUses:313Used by:315
Symbol 315 MovieClipUses:314Used by:316
Symbol 316 MovieClip [Level 49]Uses:315
Symbol 317 BitmapUsed by:318
Symbol 318 GraphicUses:317Used by:319
Symbol 319 MovieClipUses:318Used by:320
Symbol 320 MovieClip [Level 59]Uses:319
Symbol 321 BitmapUsed by:322
Symbol 322 GraphicUses:321Used by:323
Symbol 323 MovieClipUses:322Used by:324
Symbol 324 MovieClip [Level 58]Uses:323
Symbol 325 BitmapUsed by:326
Symbol 326 GraphicUses:325Used by:327
Symbol 327 MovieClipUses:326Used by:328
Symbol 328 MovieClip [Level 57]Uses:327
Symbol 329 GraphicUsed by:350 504
Symbol 330 GraphicUsed by:350
Symbol 331 GraphicUsed by:350
Symbol 332 GraphicUsed by:350
Symbol 333 GraphicUsed by:350
Symbol 334 GraphicUsed by:350
Symbol 335 GraphicUsed by:350
Symbol 336 GraphicUsed by:350
Symbol 337 GraphicUsed by:350
Symbol 338 GraphicUsed by:350
Symbol 339 GraphicUsed by:350
Symbol 340 GraphicUsed by:350
Symbol 341 GraphicUsed by:350
Symbol 342 GraphicUsed by:350
Symbol 343 GraphicUsed by:350
Symbol 344 GraphicUsed by:350
Symbol 345 GraphicUsed by:350
Symbol 346 GraphicUsed by:350
Symbol 347 GraphicUsed by:350
Symbol 348 GraphicUsed by:350
Symbol 349 GraphicUsed by:350
Symbol 350 MovieClipUses:329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349Used by:351 528
Symbol 351 MovieClip [Shield]Uses:350
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:352Used by:354 508 528
Symbol 354 MovieClip [Turd]Uses:353
Symbol 355 GraphicUsed by:356
Symbol 356 MovieClipUses:355Used by:357 508 528
Symbol 357 MovieClip [King]Uses:356
Symbol 358 GraphicUsed by:363
Symbol 359 GraphicUsed by:363
Symbol 360 GraphicUsed by:363
Symbol 361 GraphicUsed by:363
Symbol 362 GraphicUsed by:363
Symbol 363 MovieClipUses:358 359 360 361 362Used by:364
Symbol 364 MovieClip [Daily]Uses:363
Symbol 365 GraphicUsed by:370
Symbol 366 GraphicUsed by:370
Symbol 367 GraphicUsed by:370
Symbol 368 GraphicUsed by:370
Symbol 369 GraphicUsed by:370
Symbol 370 MovieClipUses:365 366 367 368 369Used by:371
Symbol 371 MovieClip [Weekly]Uses:370
Symbol 372 GraphicUsed by:373
Symbol 373 MovieClipUses:372Used by:374 508 528
Symbol 374 MovieClip [Review]Uses:373
Symbol 375 GraphicUsed by:376
Symbol 376 MovieClipUses:375Used by:377 508 528
Symbol 377 MovieClip [Underdog]Uses:376
Symbol 378 TextUses:289Used by:382
Symbol 379 SoundUsed by:382
Symbol 380 TextUses:289Used by:382
Symbol 381 TextUses:289Used by:382
Symbol 382 MovieClipUses:378 379 380 381Used by:383
Symbol 383 MovieClip [Boss]Uses:382
Symbol 384 TextUses:289Used by:391
Symbol 385 SoundUsed by:391
Symbol 386 TextUses:289Used by:391
Symbol 387 TextUses:289Used by:391
Symbol 388 TextUses:289Used by:391
Symbol 389 TextUses:289Used by:391
Symbol 390 TextUses:289Used by:391
Symbol 391 MovieClipUses:384 385 386 387 388 389 390Used by:392
Symbol 392 MovieClip [Level Up]Uses:391
Symbol 393 GraphicUsed by:528  Timeline
Symbol 394 GraphicUsed by:467
Symbol 395 GraphicUsed by:467
Symbol 396 GraphicUsed by:397
Symbol 397 MovieClipUses:396Used by:467
Symbol 398 GraphicUsed by:400
Symbol 399 GraphicUsed by:400
Symbol 400 MovieClipUses:398 399Used by:467
Symbol 401 GraphicUsed by:467
Symbol 402 GraphicUsed by:467
Symbol 403 GraphicUsed by:467
Symbol 404 GraphicUsed by:411 440
Symbol 405 GraphicUsed by:411 440
Symbol 406 GraphicUsed by:411 440
Symbol 407 GraphicUsed by:411 440
Symbol 408 GraphicUsed by:411 440
Symbol 409 GraphicUsed by:411 440
Symbol 410 GraphicUsed by:411 440
Symbol 411 MovieClipUses:404 405 406 407 408 409 410Used by:467
Symbol 412 GraphicUsed by:467
Symbol 413 GraphicUsed by:414
Symbol 414 MovieClipUses:413Used by:467
Symbol 415 GraphicUsed by:416
Symbol 416 MovieClipUses:415Used by:467
Symbol 417 GraphicUsed by:421
Symbol 418 GraphicUsed by:421
Symbol 419 GraphicUsed by:420
Symbol 420 MovieClipUses:419Used by:421 424
Symbol 421 MovieClipUses:417 418 420Used by:435
Symbol 422 GraphicUsed by:424
Symbol 423 GraphicUsed by:424
Symbol 424 MovieClipUses:422 423 420Used by:435
Symbol 425 GraphicUsed by:428
Symbol 426 GraphicUsed by:428 431
Symbol 427 GraphicUsed by:428
Symbol 428 MovieClipUses:425 426 427Used by:432
Symbol 429 GraphicUsed by:431
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClipUses:429 426 430Used by:432
Symbol 432 MovieClipUses:428 431Used by:435
Symbol 433 GraphicUsed by:434
Symbol 434 MovieClipUses:433Used by:435
Symbol 435 MovieClipUses:421 424 432 434Used by:467
Symbol 436 GraphicUsed by:467
Symbol 437 GraphicUsed by:438
Symbol 438 ButtonUses:437Used by:467
Symbol 439 GraphicUsed by:440
Symbol 440 MovieClipUses:404 405 406 407 408 409 410 439Used by:467
Symbol 441 GraphicUsed by:467
Symbol 442 GraphicUsed by:467
Symbol 443 GraphicUsed by:467
Symbol 444 GraphicUsed by:467
Symbol 445 GraphicUsed by:467
Symbol 446 GraphicUsed by:467
Symbol 447 GraphicUsed by:467
Symbol 448 GraphicUsed by:467
Symbol 449 GraphicUsed by:467
Symbol 450 GraphicUsed by:467
Symbol 451 GraphicUsed by:467
Symbol 452 GraphicUsed by:467
Symbol 453 ShapeTweeningUsed by:467
Symbol 454 GraphicUsed by:467
Symbol 455 ShapeTweeningUsed by:467
Symbol 456 ShapeTweeningUsed by:467
Symbol 457 GraphicUsed by:467
Symbol 458 GraphicUsed by:466
Symbol 459 GraphicUsed by:466
Symbol 460 GraphicUsed by:466
Symbol 461 GraphicUsed by:466
Symbol 462 GraphicUsed by:466
Symbol 463 GraphicUsed by:465
Symbol 464 GraphicUsed by:465
Symbol 465 MovieClipUses:463 464Used by:466
Symbol 466 ButtonUses:458 459 460 461 462 465Used by:467
Symbol 467 MovieClipUses:394 395 397 400 401 402 403 411 412 414 416 435 436 438 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 466Used by:Timeline
Symbol 575 MovieClip [__Packages.ab3.rankz.Armor_Bot_30_En_AS1]
Symbol 468 TextUses:289Used by:482
Symbol 469 TextUses:289Used by:475 482
Symbol 470 TextUses:289Used by:478 482
Symbol 471 TextUses:289Used by:481 482
Symbol 472 TextUses:289Used by:475
Symbol 473 TextUses:289Used by:475
Symbol 474 GraphicUsed by:475 478 481 487 496 532 538 543 548 553 568 569 572
Symbol 475 ButtonUses:469 472 473 474Used by:482
Symbol 476 TextUses:289Used by:478
Symbol 477 TextUses:289Used by:478
Symbol 478 ButtonUses:470 476 477 474Used by:482
Symbol 479 TextUses:289Used by:481
Symbol 480 TextUses:289Used by:481
Symbol 481 ButtonUses:471 479 480 474Used by:482
Symbol 482 MovieClipUses:468 469 470 471 475 478 139 481 257 42 103 SS1Used by:Timeline
Symbol 483 TextUses:289Used by:528
Symbol 484 TextUses:289Used by:487
Symbol 485 TextUses:289Used by:487
Symbol 486 TextUses:289Used by:487
Symbol 487 ButtonUses:484 485 486 474Used by:528
Symbol 488 TextUses:289Used by:528
Symbol 489 GraphicUsed by:490
Symbol 490 MovieClipUses:489Used by:493 494 498 500 502 504 521 524 525
Symbol 491 GraphicUsed by:492
Symbol 492 MovieClipUses:491Used by:493 494 498 500 502 504 521 524 525
Symbol 493 MovieClipUses:26 490 492Used by:528
Symbol 494 MovieClipUses:170 490 492Used by:528
Symbol 495 TextUses:289Used by:496
Symbol 496 ButtonUses:495 474Used by:528
Symbol 497 TextUses:289Used by:528
Symbol 498 MovieClipUses:275 490 492Used by:528
Symbol 499 TextUses:289Used by:528
Symbol 500 MovieClipUses:14 281 490 492Used by:528
Symbol 501 TextUses:289Used by:528
Symbol 502 MovieClipUses:185 156 205 160 115 278 490 492Used by:528
Symbol 503 TextUses:289Used by:528
Symbol 504 MovieClipUses:14 329 490 492Used by:528
Symbol 505 TextUses:289Used by:528
Symbol 506 TextUses:289Used by:528
Symbol 507 GraphicUsed by:508
Symbol 508 MovieClipUses:507 356 373 376 353Used by:528
Symbol 509 TextUses:289Used by:528
Symbol 510 GraphicUsed by:511
Symbol 511 MovieClipUses:510Used by:528
Symbol 512 TextUses:289Used by:528
Symbol 513 TextUses:289Used by:528
Symbol 514 TextUses:289Used by:528
Symbol 515 TextUses:289Used by:528
Symbol 516 TextUses:289Used by:528
Symbol 517 MovieClipUses:14 26Used by:528
Symbol 518 MovieClipUses:14 174Used by:528
Symbol 519 TextUses:289Used by:528
Symbol 520 TextUses:289Used by:528
Symbol 521 MovieClipUses:244 490 492Used by:528
Symbol 522 TextUses:289Used by:528
Symbol 523 TextUses:289Used by:528
Symbol 524 MovieClipUses:38 490 492Used by:528
Symbol 525 MovieClipUses:209 490 492Used by:528
Symbol 526 TextUses:289Used by:528
Symbol 527 TextUses:289Used by:528
Symbol 528 MovieClipUses:393 483 14 487 488 493 494 496 497 498 499 500 501 502 503 504 505 350 506 508 509 511 512 356 513 373 514 376 515 353 516 517 518 519 520 521 522 523 524 525 526 22 527Used by:Timeline
Symbol 529 TextUses:289Used by:532 572
Symbol 530 TextUses:289Used by:532 572
Symbol 531 TextUses:289Used by:532 572
Symbol 532 ButtonUses:529 530 531 474Used by:Timeline
Symbol 533 TextUses:289Used by:Timeline
Symbol 534 TextUses:289Used by:538
Symbol 535 TextUses:289Used by:538
Symbol 536 TextUses:289Used by:538
Symbol 537 TextUses:289Used by:538
Symbol 538 ButtonUses:534 535 536 537 474Used by:Timeline
Symbol 539 TextUses:289Used by:543
Symbol 540 TextUses:289Used by:543
Symbol 541 TextUses:289Used by:543
Symbol 542 TextUses:289Used by:543
Symbol 543 ButtonUses:539 540 541 542 474Used by:Timeline
Symbol 544 TextUses:289Used by:548
Symbol 545 TextUses:289Used by:548
Symbol 546 TextUses:289Used by:548
Symbol 547 TextUses:289Used by:548
Symbol 548 ButtonUses:544 545 546 547 474Used by:Timeline
Symbol 549 TextUses:289Used by:553
Symbol 550 TextUses:289Used by:553
Symbol 551 TextUses:289Used by:553
Symbol 552 TextUses:289Used by:553
Symbol 553 ButtonUses:549 550 551 552 474Used by:Timeline
Symbol 554 GraphicUsed by:557
Symbol 555 EditableTextUses:284Used by:557
Symbol 556 EditableTextUses:284Used by:557
Symbol 557 MovieClipUses:554 555 286 556 288Used by:558
Symbol 558 MovieClipUses:557Used by:Timeline
Symbol 559 TextUses:289Used by:573
Symbol 560 TextUses:289Used by:573
Symbol 561 TextUses:289Used by:573
Symbol 562 TextUses:289Used by:573
Symbol 563 TextUses:289Used by:573
Symbol 564 TextUses:289Used by:573
Symbol 565 TextUses:289Used by:568 569
Symbol 566 TextUses:289Used by:568 569
Symbol 567 TextUses:289Used by:568 569
Symbol 568 ButtonUses:565 566 567 474Used by:573
Symbol 569 ButtonUses:565 566 567 474Used by:573
Symbol 570 EditableTextUses:289Used by:573
Symbol 571 EditableTextUses:289Used by:573
Symbol 572 ButtonUses:529 530 531 474Used by:573
Symbol 573 MovieClipUses:559 294 560 291 561 562 563 564 568 569 570 571 572Used by:Timeline
Symbol 574 SoundUsed by:Timeline
Streaming Sound 1Used by:Symbol 482 MovieClip

Instance Names

"bar"Symbol 467 MovieClip Frame 1Symbol 397 MovieClip
"bargfx"Symbol 467 MovieClip Frame 1Symbol 400 MovieClip
"tank"Symbol 467 MovieClip Frame 1Symbol 414 MovieClip
"bargfx"Symbol 467 MovieClip Frame 2Symbol 400 MovieClip
"bargfx"Symbol 467 MovieClip Frame 20Symbol 400 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "whistleblow"
ExportAssets (56)Timeline Frame 1Symbol 2 as "switchover"
ExportAssets (56)Timeline Frame 1Symbol 3 as "starpower"
ExportAssets (56)Timeline Frame 1Symbol 4 as "scoreboost"
ExportAssets (56)Timeline Frame 1Symbol 5 as "ohshit"
ExportAssets (56)Timeline Frame 1Symbol 6 as "musicloop5"
ExportAssets (56)Timeline Frame 1Symbol 7 as "musicloop4"
ExportAssets (56)Timeline Frame 1Symbol 8 as "musicloop3"
ExportAssets (56)Timeline Frame 1Symbol 9 as "musicloop2"
ExportAssets (56)Timeline Frame 1Symbol 10 as "musicloop1"
ExportAssets (56)Timeline Frame 1Symbol 11 as "laserhitonce"
ExportAssets (56)Timeline Frame 1Symbol 12 as "laserfiring"
ExportAssets (56)Timeline Frame 1Symbol 16 as "Level 60"
ExportAssets (56)Timeline Frame 1Symbol 20 as "Level 3"
ExportAssets (56)Timeline Frame 1Symbol 23 as "0-Vote"
ExportAssets (56)Timeline Frame 1Symbol 27 as "Level 1"
ExportAssets (56)Timeline Frame 1Symbol 31 as "Level 14c"
ExportAssets (56)Timeline Frame 1Symbol 35 as "Level 8b"
ExportAssets (56)Timeline Frame 1Symbol 39 as "Level 2b"
ExportAssets (56)Timeline Frame 1Symbol 43 as "Level 33d"
ExportAssets (56)Timeline Frame 1Symbol 44 as "Level 33c"
ExportAssets (56)Timeline Frame 1Symbol 45 as "Level 33b"
ExportAssets (56)Timeline Frame 1Symbol 49 as "Level 34d"
ExportAssets (56)Timeline Frame 1Symbol 50 as "Level 34c"
ExportAssets (56)Timeline Frame 1Symbol 51 as "Level 34b"
ExportAssets (56)Timeline Frame 1Symbol 52 as "Level 34a"
ExportAssets (56)Timeline Frame 1Symbol 53 as "Level 33a"
ExportAssets (56)Timeline Frame 1Symbol 54 as "Level 14b"
ExportAssets (56)Timeline Frame 1Symbol 58 as "Level 55c"
ExportAssets (56)Timeline Frame 1Symbol 59 as "Level 55b"
ExportAssets (56)Timeline Frame 1Symbol 60 as "Level 55a"
ExportAssets (56)Timeline Frame 1Symbol 61 as "Level 14a"
ExportAssets (56)Timeline Frame 1Symbol 65 as "Level 50a"
ExportAssets (56)Timeline Frame 1Symbol 69 as "Level 36a"
ExportAssets (56)Timeline Frame 1Symbol 73 as "Level 31a"
ExportAssets (56)Timeline Frame 1Symbol 77 as "Level 22a"
ExportAssets (56)Timeline Frame 1Symbol 81 as "Level 40b"
ExportAssets (56)Timeline Frame 1Symbol 82 as "Level 40a"
ExportAssets (56)Timeline Frame 1Symbol 86 as "Level 18a"
ExportAssets (56)Timeline Frame 1Symbol 87 as "Level 8a"
ExportAssets (56)Timeline Frame 1Symbol 88 as "Level 2a"
ExportAssets (56)Timeline Frame 1Symbol 92 as "Level 54"
ExportAssets (56)Timeline Frame 1Symbol 96 as "Level 51"
ExportAssets (56)Timeline Frame 1Symbol 100 as "Level 42"
ExportAssets (56)Timeline Frame 1Symbol 104 as "Level 37"
ExportAssets (56)Timeline Frame 1Symbol 108 as "Level 28"
ExportAssets (56)Timeline Frame 1Symbol 112 as "Level 26"
ExportAssets (56)Timeline Frame 1Symbol 116 as "Level 20"
ExportAssets (56)Timeline Frame 1Symbol 120 as "Level 15"
ExportAssets (56)Timeline Frame 1Symbol 124 as "Level 7"
ExportAssets (56)Timeline Frame 1Symbol 128 as "Level 53"
ExportAssets (56)Timeline Frame 1Symbol 132 as "Level 56"
ExportAssets (56)Timeline Frame 1Symbol 136 as "Level 52"
ExportAssets (56)Timeline Frame 1Symbol 140 as "Level 45"
ExportAssets (56)Timeline Frame 1Symbol 144 as "Level 38"
ExportAssets (56)Timeline Frame 1Symbol 149 as "Level 30"
ExportAssets (56)Timeline Frame 1Symbol 153 as "Level 21"
ExportAssets (56)Timeline Frame 1Symbol 157 as "Level 19"
ExportAssets (56)Timeline Frame 1Symbol 161 as "Level 11"
ExportAssets (56)Timeline Frame 1Symbol 162 as "Level 36b"
ExportAssets (56)Timeline Frame 1Symbol 163 as "Level 50b"
ExportAssets (56)Timeline Frame 1Symbol 164 as "Level 40c"
ExportAssets (56)Timeline Frame 1Symbol 165 as "Level 31b"
ExportAssets (56)Timeline Frame 1Symbol 166 as "Level 22b"
ExportAssets (56)Timeline Frame 1Symbol 167 as "Level 18b"
ExportAssets (56)Timeline Frame 1Symbol 171 as "Level 6"
ExportAssets (56)Timeline Frame 1Symbol 175 as "Level 5"
ExportAssets (56)Timeline Frame 1Symbol 181 as "Level 16"
ExportAssets (56)Timeline Frame 1Symbol 186 as "Level 13"
ExportAssets (56)Timeline Frame 1Symbol 190 as "Level 48"
ExportAssets (56)Timeline Frame 1Symbol 194 as "Level 41"
ExportAssets (56)Timeline Frame 1Symbol 198 as "Level 35"
ExportAssets (56)Timeline Frame 1Symbol 202 as "Level 27"
ExportAssets (56)Timeline Frame 1Symbol 206 as "Level 25"
ExportAssets (56)Timeline Frame 1Symbol 210 as "Level 10"
ExportAssets (56)Timeline Frame 1Symbol 214 as "Level 17"
ExportAssets (56)Timeline Frame 1Symbol 218 as "Level 12"
ExportAssets (56)Timeline Frame 1Symbol 224 as "Level 43"
ExportAssets (56)Timeline Frame 1Symbol 228 as "Level 39"
ExportAssets (56)Timeline Frame 1Symbol 233 as "Level 32"
ExportAssets (56)Timeline Frame 1Symbol 237 as "Level 23"
ExportAssets (56)Timeline Frame 1Symbol 241 as "Level 9"
ExportAssets (56)Timeline Frame 1Symbol 245 as "Level 4"
ExportAssets (56)Timeline Frame 1Symbol 249 as "Level 29"
ExportAssets (56)Timeline Frame 1Symbol 254 as "Level 44"
ExportAssets (56)Timeline Frame 1Symbol 258 as "Level 46"
ExportAssets (56)Timeline Frame 1Symbol 272 as "Level 47"
ExportAssets (56)Timeline Frame 1Symbol 276 as "Level 24"
ExportAssets (56)Timeline Frame 1Symbol 279 as "Deity"
ExportAssets (56)Timeline Frame 1Symbol 282 as "5-Vote"
ExportAssets (56)Timeline Frame 1Symbol 312 as "PAUSED"
ExportAssets (56)Timeline Frame 1Symbol 316 as "Level 49"
ExportAssets (56)Timeline Frame 1Symbol 320 as "Level 59"
ExportAssets (56)Timeline Frame 1Symbol 324 as "Level 58"
ExportAssets (56)Timeline Frame 1Symbol 328 as "Level 57"
ExportAssets (56)Timeline Frame 1Symbol 351 as "Shield"
ExportAssets (56)Timeline Frame 1Symbol 354 as "Turd"
ExportAssets (56)Timeline Frame 1Symbol 357 as "King"
ExportAssets (56)Timeline Frame 1Symbol 364 as "Daily"
ExportAssets (56)Timeline Frame 1Symbol 371 as "Weekly"
ExportAssets (56)Timeline Frame 1Symbol 374 as "Review"
ExportAssets (56)Timeline Frame 1Symbol 377 as "Underdog"
ExportAssets (56)Timeline Frame 1Symbol 383 as "Boss"
ExportAssets (56)Timeline Frame 1Symbol 392 as "Level Up"
ExportAssets (56)Timeline Frame 1Symbol 575 as "__Packages.ab3.rankz.Armor_Bot_30_En_AS1"

Labels

"titlescreen"Frame 2
"gamerules"Frame 4
"gamecredits"Frame 5
"gamemenu"Frame 6
"gamebegin"Frame 7
"start1"Frame 8
"boss1"Frame 28
"start2"Frame 29
"boss2"Frame 59
"start3"Frame 62
"boss3"Frame 99
"start4"Frame 100
"boss4"Frame 156
"start5"Frame 159
"boss5"Frame 201
"start6"Frame 202
"boss6"Frame 263
"start7"Frame 266
"boss7"Frame 328
"start8"Frame 329
"boss8"Frame 384
"start9"Frame 387
"boss9"Frame 458
"start10"Frame 459
"boss10"Frame 569
"start11"Frame 570
"gameover"Frame 581
"end"Frame 583
"LOAD"Symbol 467 MovieClip Frame 1
"COMPLETE_STOP"Symbol 467 MovieClip Frame 2
"hiscore1"Symbol 573 MovieClip Frame 131
"hiscore2"Symbol 573 MovieClip Frame 132
"hiscore3"Symbol 573 MovieClip Frame 133
"hiscore4"Symbol 573 MovieClip Frame 134

Dynamic Text Variables

_root.lev60.healthSymbol 285 EditableText"<p align="center"></p>"
_root.scoreSymbol 287 EditableText"<p align="center"></p>"
_root.lev60.healthSymbol 555 EditableText"<p align="center"></p>"
_root.scoreSymbol 556 EditableText"<p align="center"></p>"
playernameSymbol 570 EditableText"Insert name"
playerscoreSymbol 571 EditableText""




http://swfchan.com/9/40074/info.shtml
Created: 11/5 -2019 14:38:14 Last modified: 11/5 -2019 14:38:14 Server time: 17/05 -2024 16:27:16