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

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

Amoeba2.swf

This is the info page for
Flash #26499

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


Text
quality

how to

play

made  by Ken Yu

a

b

e

m

tips

How to play

Scoring & Details

back to menu

use the mouse to move the amoeba
and survive for as long as possible
avoid acids
eat food
get special powerups
level and score increase over time
press 'q' anytime to change quality

back to how to

-500

+50

avoid these!

get these

+0

shield lasts for 10 seconds.  the amoeba is
free to touch anything. getting hit by
acids will kill them and +500 to your score.

if this touches acid, the acid will be
neutralized.  touch these to explode them
and increase the blast radius.  acids elimi-
nated by these will +100 to your score

increases size of the amoeba

decreases size of the amoeba

every 10000 points will give you an extra life

as level increases, speed of acid increases

»

when shield is activated, kill acids as fast
as possible to get the most points.  getting
bigger will help, as the area covered by the
amoeba increases.

if you can't get food easily, don't get it.  A
life is not worth losing over 50 points.

Acid Speed increases as you progress
throughout the game, so shrinking may help.

think fast.

stay calm.

there is no pausing, so pick a good time to play.

score:

level:

x

shield timer:

dead sound

bomb sound

shrink
sound

sizzle
sound

grow
sound

yippee
sound

bling
sound

success
sound

generate
acids

generate
food

score

lives

level

generate
powerup

generate
pills

generate
pills 2

generate
shield

game over

play again?

play again?

play again?

level:

menu

final score:

score

<

0

0  -
10000  -
25000  -
50000  -
100000  -
200000  -
400000  -

10000
25000
50000
100000
200000
400000
or over

sad
poor
fair
average
good
excellent
expert
addict

rank

rank:


ActionScript [AS1/AS2]

Frame 1
function doSomething() { } function doSomething2() { } MENU.customItems.push(Functioned2); MENU = new ContextMenu(); MENU.hideBuiltInItems(); MENU.customItems.push(Functioned); MENU.customItems.push(Functioned2); _root.menu = MENU; stop();
Instance of Symbol 23 MovieClip in Frame 1
onClipEvent (keyDown) { key_ascii = Key.getAscii(); if ((key_ascii == 113) || (key_ascii == 81)) { toggleHighQuality(); } }
Frame 2
firstTime = 1; firstTime2 = 1; stop();
Instance of Symbol 58 MovieClip "amoeba" in Frame 2
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { this._x = _parent._xmouse; this._y = _parent._ymouse; } onClipEvent (unload) { Mouse.show(); }
Instance of Symbol 23 MovieClip in Frame 2
onClipEvent (keyDown) { key_ascii = Key.getAscii(); if ((key_ascii == 113) || (key_ascii == 81)) { toggleHighQuality(); } }
Frame 3
stop();
Instance of Symbol 23 MovieClip in Frame 3
onClipEvent (keyDown) { key_ascii = Key.getAscii(); if ((key_ascii == 113) || (key_ascii == 81)) { toggleHighQuality(); } }
Instance of Symbol 58 MovieClip "amoeba" in Frame 3
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { this._x = _parent._xmouse; this._y = _parent._ymouse; } onClipEvent (unload) { Mouse.show(); }
Frame 4
stop();
Instance of Symbol 58 MovieClip "amoeba" in Frame 4
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { this._x = _parent._xmouse; this._y = _parent._ymouse; } onClipEvent (unload) { Mouse.show(); }
Instance of Symbol 23 MovieClip in Frame 4
onClipEvent (keyDown) { key_ascii = Key.getAscii(); if ((key_ascii == 113) || (key_ascii == 81)) { toggleHighQuality(); } }
Frame 5
stop();
Instance of Symbol 58 MovieClip "amoeba" in Frame 5
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { this._x = _parent._xmouse; this._y = _parent._ymouse; } onClipEvent (unload) { Mouse.show(); }
Instance of Symbol 23 MovieClip in Frame 5
onClipEvent (keyDown) { key_ascii = Key.getAscii(); if ((key_ascii == 113) || (key_ascii == 81)) { toggleHighQuality(); } }
Frame 6
stop();
Instance of Symbol 58 MovieClip "amoeba" in Frame 6
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { this._x = _parent._xmouse; this._y = _parent._ymouse; } onClipEvent (unload) { Mouse.show(); }
Instance of Symbol 23 MovieClip in Frame 6
onClipEvent (keyDown) { key_ascii = Key.getAscii(); if ((key_ascii == 113) || (key_ascii == 81)) { toggleHighQuality(); } }
Frame 7
level = 1; lives = 3; score = 0; score2 = 0; shieldOn = 0; _root.amoeba._width = 20; _root.amoeba._height = 20; _root.amoeba.gotoAndPlay(1); stopAllSounds(); stop();
Instance of Symbol 109 MovieClip "shieldTimer" in Frame 7
onClipEvent (load) { timeLeft = 10; a = 0; } onClipEvent (enterFrame) { if (_root.shieldOn == 1) { this._x = 140; a++; if (a == 50) { a = 0; timeLeft--; } } else { a = 0; timeLeft = 10; this._x = -200; } if (timeLeft == -1) { timeLeft = 0; this._x = -200; a = 0; timeLeft = 10; } }
Instance of Symbol 117 MovieClip "acid" in Frame 7
onClipEvent (enterFrame) { this._x = this._x + xSpeed; this._y = this._y + ySpeed; if (this.hitTest(_root.amoeba)) { if (_root.shieldOn == 1) { _root.sizzleSound.gotoAndPlay(2); _root.score = _root.score + 500; _root.score2 = _root.score2 + 500; this.removeMovieClip(); } else { _root.deadSound.gotoAndPlay(2); _root.lives--; _root.score = _root.score - 500; _root.score2 = _root.score2 - 500; this.removeMovieClip(); } } if (this.hitTest(_root["powerUp" + bombs])) { this.removeMovieClip(); } if ((((this._x > 500) || (this._x < -100)) || (this._y > 370)) || (this._y < -70)) { this.removeMovieClip(); } }
Instance of Symbol 119 MovieClip "food" in Frame 7
onClipEvent (enterFrame) { this._x = this._x + xSpeed; this._y = this._y + ySpeed; if (this.hitTest(_root.amoeba)) { _root.yippeeSound.gotoAndPlay(2); _root.score = _root.score + 50; _root.score2 = _root.score2 + 50; this.removeMovieClip(); } if ((((this._x > 500) || (this._x < -100)) || (this._y > 370)) || (this._y < -70)) { this.removeMovieClip(); } }
Instance of Symbol 121 MovieClip "pill" in Frame 7
onClipEvent (load) { hitAlready = 0; } onClipEvent (enterFrame) { this._x = this._x + xSpeed; this._y = this._y + ySpeed; if (this.hitTest(_root.amoeba)) { _root.shrinkSound.gotoAndPlay(2); _root.amoeba._width = _root.amoeba._width - 2; _root.amoeba._height = _root.amoeba._height - 2; this.removeMovieClip(); } if ((((this._x > 500) || (this._x < -100)) || (this._y > 370)) || (this._y < -70)) { this.removeMovieClip(); } }
Instance of Symbol 123 MovieClip "pill2" in Frame 7
onClipEvent (load) { hitAlready = 0; } onClipEvent (enterFrame) { this._x = this._x + xSpeed; this._y = this._y + ySpeed; if (this.hitTest(_root.amoeba)) { _root.growSound.gotoAndPlay(2); _root.amoeba._width = _root.amoeba._width + 2; _root.amoeba._height = _root.amoeba._height + 2; this.removeMovieClip(); } if ((((this._x > 500) || (this._x < -100)) || (this._y > 370)) || (this._y < -70)) { this.removeMovieClip(); } }
Instance of Symbol 125 MovieClip "shield" in Frame 7
onClipEvent (load) { } onClipEvent (enterFrame) { this._x = this._x + xSpeed; this._y = this._y + ySpeed; if (this.hitTest(_root.amoeba)) { _root.blingSound.gotoAndPlay(2); _root.shieldOn = 0; _root.shieldOn = 1; _root.shieldTimer.timeLeft = 10; _root.shieldTimer.a = 0; _root.protection.timer = 0; this.removeMovieClip(); } if ((((this._x > 500) || (this._x < -100)) || (this._y > 370)) || (this._y < -70)) { this.removeMovieClip(); } }
Instance of Symbol 128 MovieClip "protection" in Frame 7
onClipEvent (load) { this._width = _root.amoeba._width + 10; this._height = _root.amoeba._height + 10; timer = 0; } onClipEvent (enterFrame) { if (_root.shieldOn == 1) { timer++; this._x = _root.amoeba._x - 1; this._y = _root.amoeba._y; this._width = _root.amoeba._width + 10; this._height = _root.amoeba._height + 10; a = 1; while (a <= 50) { if (this.hitTest(_root.acid + a)) { _root["acid" + a].removeMovieClip(); } a++; } } else { this._x = -400; this._y = -400; } if (timer == 500) { _root.shieldOn = 0; timer = 0; } }
Instance of Symbol 132 MovieClip "powerUp" in Frame 7
onClipEvent (load) { hitAlready = 0; removable = 0; } onClipEvent (enterFrame) { this._x = this._x + xSpeed; this._y = this._y + ySpeed; if (this.hitTest(_root.amoeba)) { c = 1; while (c <= 50) { if (this.hitTest(_root["acid" + c])) { _root.score = _root.score + 100; _root.score2 = _root.score2 + 100; _root["acid" + c].removeMovieClip(); } c++; } xSpeed = 0; ySpeed = 0; if (hitAlready == 0) { hitAlready = 1; _root.bombSound.gotoAndPlay(2); gotoAndPlay (8); } } c = 1; while (c <= 50) { if (this.hitTest(_root["acid" + c])) { _root["acid" + c].removeMovieClip(); } c++; } if (removable == 1) { this.removeMovieClip(); } if ((((this._x > 500) || (this._x < -100)) || (this._y > 370)) || (this._y < -70)) { this.removeMovieClip(); } }
Instance of Symbol 23 MovieClip in Frame 7
onClipEvent (keyDown) { key_ascii = Key.getAscii(); if ((key_ascii == 113) || (key_ascii == 81)) { toggleHighQuality(); } }
Instance of Symbol 58 MovieClip "amoeba" in Frame 7
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { this._x = _parent._xmouse; this._y = _parent._ymouse; } onClipEvent (unload) { Mouse.show(); }
Instance of Symbol 163 MovieClip "acidGen" in Frame 7
onClipEvent (load) { function generateAcid() { a = random(60); if (a == 1) { _root.acid.duplicateMovieClip("acid" + acidCounter, acidCounter); _root["acid" + acidCounter]._x = -20 - random(30); _root["acid" + acidCounter]._y = random(300); _root["acid" + acidCounter].xSpeed = (5 - random(2)) + _root.level; _root["acid" + acidCounter].ySpeed = 0; if (_root["acid" + acidCounter]._x > 420) { _root["acid" + acidCounter].removeMovieClip(); } } else if (a == 2) { _root.acid.duplicateMovieClip("acid" + acidCounter, acidCounter); _root["acid" + acidCounter]._x = 420 + random(30); _root["acid" + acidCounter]._y = random(300); _root["acid" + acidCounter].xSpeed = (-5 + random(2)) - _root.level; _root["acid" + acidCounter].ySpeed = 0; setProperty(_root["acid" + acidCounter], _rotation , 180); } else if (a == 3) { _root.acid.duplicateMovieClip("acid" + acidCounter, acidCounter); _root["acid" + acidCounter]._x = random(400); _root["acid" + acidCounter]._y = -5 - random(10); _root["acid" + acidCounter].xSpeed = 0; _root["acid" + acidCounter].ySpeed = (5 - random(2)) + _root.level; setProperty(_root["acid" + acidCounter], _rotation , 90); } else if (a == 4) { _root.acid.duplicateMovieClip("acid" + acidCounter, acidCounter); _root["acid" + acidCounter]._x = random(400); _root["acid" + acidCounter]._y = 305 + random(10); _root["acid" + acidCounter].xSpeed = 0; _root["acid" + acidCounter].ySpeed = (-5 + random(2)) - _root.level; setProperty(_root["acid" + acidCounter], _rotation , 270); } acidCounter++; } acidCounter = 1; } onClipEvent (enterFrame) { generateAcid(); if (acidCounter == 50) { acidCounter = 0; } }
Instance of Symbol 165 MovieClip "foodGen" in Frame 7
onClipEvent (load) { function generateFood() { a = random(100); if (a == 1) { _root.food.duplicateMovieClip("food" + foodCounter, foodCounter); _root["food" + foodCounter]._x = -20 - random(30); _root["food" + foodCounter]._y = 20 + random(270); _root["food" + foodCounter].xSpeed = 5 - random(2); _root["food" + foodCounter].ySpeed = 0; if (_root["food" + foodCounter]._x > 420) { _root["food" + foodCounter].removeMovieClip(); } } else if (a == 2) { _root.food.duplicateMovieClip("food" + foodCounter, foodCounter); _root["food" + foodCounter]._x = 420 + random(30); _root["food" + foodCounter]._y = 20 + random(270); _root["food" + foodCounter].xSpeed = -5 + random(2); _root["food" + foodCounter].ySpeed = 0; setProperty(_root["food" + foodCounter], _rotation , 180); if (_root["food" + foodCounter]._x < -20) { _root["food" + foodCounter].removeMovieClip(); } } else if (a == 3) { _root.food.duplicateMovieClip("food" + foodCounter, foodCounter); _root["food" + foodCounter]._x = 20 + random(360); _root["food" + foodCounter]._y = -5 - random(10); _root["food" + foodCounter].xSpeed = 0; _root["food" + foodCounter].ySpeed = 5 - random(2); setProperty(_root["food" + foodCounter], _rotation , 90); if (_root["food" + foodCounter]._y > 330) { _root["food" + foodCounter].removeMovieClip(); } } else if (a == 4) { _root.food.duplicateMovieClip("food" + foodCounter, foodCounter); _root["food" + foodCounter]._x = 20 + random(360); _root["food" + foodCounter]._y = 305 + random(10); _root["food" + foodCounter].xSpeed = 0; _root["food" + foodCounter].ySpeed = -5 + random(2); setProperty(_root["food" + foodCounter], _rotation , 270); if (_root["food" + foodCounter]._x < -30) { _root["food" + foodCounter].removeMovieClip(); } } foodCounter++; if (foodCounter == 50) { foodCounter = 0; } } foodCounter = 1; } onClipEvent (enterFrame) { generateFood(); }
Instance of Symbol 168 MovieClip "scoreCount" in Frame 7
onClipEvent (enterFrame) { _root.score++; _root.score2++; if (_root.score2 > 10000) { _root.successSound.gotoAndPlay(2); _root.score2 = _root.score2 - 10000; _root.lives++; } }
Instance of Symbol 171 MovieClip in Frame 7
onClipEvent (enterFrame) { if (_root.lives == -1) { _root.lives = 0; a = 1; while (a <= 50) { _root["acid" + a].removeMovieClip(); _root["food" + a].removeMovieClip(); _root["pill" + a].removeMovieClip(); _root["pill2" + a].removeMovieClip(); _root["powerUp" + a].removeMovieClip(); _root["shield" + a].removeMovieClip(); a++; } _root.gotoAndStop(8); } }
Instance of Symbol 174 MovieClip "level" in Frame 7
onClipEvent (load) { a = 0; } onClipEvent (enterFrame) { a++; if (a == 1800) { _root.level++; a = 0; } }
Instance of Symbol 177 MovieClip "powerupGen" in Frame 7
onClipEvent (load) { function generatepowerUp() { a = random(600); if (a == 1) { _root.powerUp.duplicateMovieClip("powerUp" + powerUpCounter, powerUpCounter); _root["powerUp" + powerUpCounter]._x = -20 - random(30); _root["powerUp" + powerUpCounter]._y = 20 + random(270); _root["powerUp" + powerUpCounter].xSpeed = 5 - random(2); _root["powerUp" + powerUpCounter].ySpeed = 0; if (_root["powerUp" + powerUpCounter]._x > 420) { _root["powerUp" + powerUpCounter].removeMovieClip(); } } else if (a == 2) { _root.powerUp.duplicateMovieClip("powerUp" + powerUpCounter, powerUpCounter); _root["powerUp" + powerUpCounter]._x = 420 + random(30); _root["powerUp" + powerUpCounter]._y = 20 + random(270); _root["powerUp" + powerUpCounter].xSpeed = -5 + random(2); _root["powerUp" + powerUpCounter].ySpeed = 0; setProperty(_root["powerUp" + powerUpCounter], _rotation , 180); if (_root["powerUp" + powerUpCounter]._x < -20) { _root["powerUp" + powerUpCounter].removeMovieClip(); } } else if (a == 3) { _root.powerUp.duplicateMovieClip("powerUp" + powerUpCounter, powerUpCounter); _root["powerUp" + powerUpCounter]._x = 20 + random(360); _root["powerUp" + powerUpCounter]._y = -5 - random(10); _root["powerUp" + powerUpCounter].xSpeed = 0; _root["powerUp" + powerUpCounter].ySpeed = 5 - random(2); setProperty(_root["powerUp" + powerUpCounter], _rotation , 90); if (_root["powerUp" + powerUpCounter]._y > 330) { _root["powerUp" + powerUpCounter].removeMovieClip(); } } else if (a == 4) { _root.powerUp.duplicateMovieClip("powerUp" + powerUpCounter, powerUpCounter); _root["powerUp" + powerUpCounter]._x = 20 + random(360); _root["powerUp" + powerUpCounter]._y = 305 + random(10); _root["powerUp" + powerUpCounter].xSpeed = 0; _root["powerUp" + powerUpCounter].ySpeed = -5 + random(2); setProperty(_root["powerUp" + powerUpCounter], _rotation , 270); if (_root["powerUp" + powerUpCounter]._x < -30) { _root["powerUp" + powerUpCounter].removeMovieClip(); } } powerUpCounter++; if (powerUpCounter == 50) { powerUpCounter = 0; } } powerUpCounter = 1; } onClipEvent (enterFrame) { generatepowerUp(); }
Instance of Symbol 179 MovieClip "pillGen" in Frame 7
onClipEvent (load) { function generatepill() { a = random(800); if (a == 1) { _root.pill.duplicateMovieClip("pill" + pillCounter, pillCounter); _root["pill" + pillCounter]._x = -20 - random(30); _root["pill" + pillCounter]._y = 20 + random(270); _root["pill" + pillCounter].xSpeed = 5 - random(2); _root["pill" + pillCounter].ySpeed = 0; if (_root["pill" + pillCounter]._x > 420) { _root["pill" + pillCounter].removeMovieClip(); } } else if (a == 2) { _root.pill.duplicateMovieClip("pill" + pillCounter, pillCounter); _root["pill" + pillCounter]._x = 420 + random(30); _root["pill" + pillCounter]._y = 20 + random(270); _root["pill" + pillCounter].xSpeed = -5 + random(2); _root["pill" + pillCounter].ySpeed = 0; setProperty(_root["pill" + pillCounter], _rotation , 180); if (_root["pill" + pillCounter]._x < -20) { _root["pill" + pillCounter].removeMovieClip(); } } else if (a == 3) { _root.pill.duplicateMovieClip("pill" + pillCounter, pillCounter); _root["pill" + pillCounter]._x = 20 + random(360); _root["pill" + pillCounter]._y = -5 - random(10); _root["pill" + pillCounter].xSpeed = 0; _root["pill" + pillCounter].ySpeed = 5 - random(2); setProperty(_root["pill" + pillCounter], _rotation , 90); if (_root["pill" + pillCounter]._y > 330) { _root["pill" + pillCounter].removeMovieClip(); } } else if (a == 4) { _root.pill.duplicateMovieClip("pill" + pillCounter, pillCounter); _root["pill" + pillCounter]._x = 20 + random(360); _root["pill" + pillCounter]._y = 305 + random(10); _root["pill" + pillCounter].xSpeed = 0; _root["pill" + pillCounter].ySpeed = -5 + random(2); setProperty(_root["pill" + pillCounter], _rotation , 270); if (_root["pill" + pillCounter]._x < -30) { _root["pill" + pillCounter].removeMovieClip(); } } pillCounter++; if (pillCounter == 50) { pillCounter = 0; } } pillCounter = 1; } onClipEvent (enterFrame) { generatepill(); }
Instance of Symbol 182 MovieClip "pill2Gen" in Frame 7
onClipEvent (load) { function generatepill2() { a = random(600); if (a == 1) { _root.pill2.duplicateMovieClip("pill2" + pill2Counter, pill2Counter); _root["pill2" + pill2Counter]._x = -20 - random(30); _root["pill2" + pill2Counter]._y = 20 + random(270); _root["pill2" + pill2Counter].xSpeed = 5 - random(2); _root["pill2" + pill2Counter].ySpeed = 0; if (_root["pill2" + pill2Counter]._x > 420) { _root["pill2" + pill2Counter].removeMovieClip(); } } else if (a == 2) { _root.pill2.duplicateMovieClip("pill2" + pill2Counter, pill2Counter); _root["pill2" + pill2Counter]._x = 420 + random(30); _root["pill2" + pill2Counter]._y = 20 + random(270); _root["pill2" + pill2Counter].xSpeed = -5 + random(2); _root["pill2" + pill2Counter].ySpeed = 0; setProperty(_root["pill2" + pill2Counter], _rotation , 180); if (_root["pill2" + pill2Counter]._x < -20) { _root["pill2" + pill2Counter].removeMovieClip(); } } else if (a == 3) { _root.pill2.duplicateMovieClip("pill2" + pill2Counter, pill2Counter); _root["pill2" + pill2Counter]._x = 20 + random(360); _root["pill2" + pill2Counter]._y = -5 - random(10); _root["pill2" + pill2Counter].xSpeed = 0; _root["pill2" + pill2Counter].ySpeed = 5 - random(2); setProperty(_root["pill2" + pill2Counter], _rotation , 90); if (_root["pill2" + pill2Counter]._y > 330) { _root["pill2" + pill2Counter].removeMovieClip(); } } else if (a == 4) { _root.pill2.duplicateMovieClip("pill2" + pill2Counter, pill2Counter); _root["pill2" + pill2Counter]._x = 20 + random(360); _root["pill2" + pill2Counter]._y = 305 + random(10); _root["pill2" + pill2Counter].xSpeed = 0; _root["pill2" + pill2Counter].ySpeed = -5 + random(2); setProperty(_root["pill2" + pill2Counter], _rotation , 270); if (_root["pill2" + pill2Counter]._x < -30) { _root["pill2" + pill2Counter].removeMovieClip(); } } pill2Counter++; if (pill2Counter == 50) { pill2Counter = 0; } } pill2Counter = 1; } onClipEvent (enterFrame) { generatepill2(); }
Instance of Symbol 185 MovieClip "shieldGen" in Frame 7
onClipEvent (load) { function generateShield() { a = random(3000); if (a == 1) { _root.shield.duplicateMovieClip("shield" + shieldCounter, shieldCounter); _root["shield" + shieldCounter]._x = -20 - random(30); _root["shield" + shieldCounter]._y = 20 + random(270); _root["shield" + shieldCounter].xSpeed = 5 - random(2); _root["shield" + shieldCounter].ySpeed = 0; if (_root["shield" + shieldCounter]._x > 420) { _root["shield" + shieldCounter].removeMovieClip(); } } else if (a == 2) { _root.shield.duplicateMovieClip("shield" + shieldCounter, shieldCounter); _root["shield" + shieldCounter]._x = 420 + random(30); _root["shield" + shieldCounter]._y = 20 + random(270); _root["shield" + shieldCounter].xSpeed = -5 + random(2); _root["shield" + shieldCounter].ySpeed = 0; if (_root["shield" + shieldCounter]._x < -20) { _root["shield" + shieldCounter].removeMovieClip(); } } else if (a == 3) { _root.shield.duplicateMovieClip("shield" + shieldCounter, shieldCounter); _root["shield" + shieldCounter]._x = 20 + random(360); _root["shield" + shieldCounter]._y = -5 - random(10); _root["shield" + shieldCounter].xSpeed = 0; _root["shield" + shieldCounter].ySpeed = 5 - random(2); if (_root["shield" + shieldCounter]._y > 330) { _root["shield" + shieldCounter].removeMovieClip(); } } else if (a == 4) { _root.shield.duplicateMovieClip("shield" + shieldCounter, shieldCounter); _root["shield" + shieldCounter]._x = 20 + random(360); _root["shield" + shieldCounter]._y = 305 + random(10); _root["shield" + shieldCounter].xSpeed = 0; _root["shield" + shieldCounter].ySpeed = -5 + random(2); if (_root["shield" + shieldCounter]._x < -30) { _root["shield" + shieldCounter].removeMovieClip(); } } shieldCounter++; } shieldCounter = 1; } onClipEvent (enterFrame) { generateShield(); }
Frame 8
_root.amoeba._width = 20; _root.amoeba._height = 20; _root.amoeba.gotoAndStop(26); if (score < 0) { rank = "sad"; } else if (score < 10000) { rank = "poor"; } else if (score < 25000) { rank = "fair"; } else if (score < 50000) { rank = "average"; } else if (score < 100000) { rank = "good"; } else if (score < 200000) { rank = "excellent"; } else if (score < 400000) { rank = "expert"; } else { rank = "addict"; } stop();
Instance of Symbol 23 MovieClip in Frame 8
onClipEvent (keyDown) { key_ascii = Key.getAscii(); if ((key_ascii == 113) || (key_ascii == 81)) { toggleHighQuality(); } }
Symbol 9 Button
on (press) { _root.gotoAndPlay(2); }
Symbol 19 MovieClip Frame 60
gotoAndStop ("stallTeaser");
Symbol 34 Button
on (press) { gotoAndPlay (3); }
Symbol 36 Button
on (press) { _root.gotoAndStop(7); }
Symbol 37 Button
on (release) { getURL ("http://www.addictinggames.com/", (window = "_blank")); }
Symbol 58 MovieClip Frame 25
gotoAndPlay (1);
Symbol 58 MovieClip Frame 26
stop();
Symbol 62 Button
on (press) { gotoAndPlay (6); }
Symbol 65 Button
on (press) { gotoAndStop (4); }
Symbol 68 Button
on (press) { _root.gotoAndStop(5); }
Symbol 71 Button
on (press) { stopAllSounds(); _root.gotoAndStop(2); }
Symbol 76 Button
on (press) { _root.gotoAndStop(3); }
Symbol 132 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 14
removable = 1; stop();
Symbol 136 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 26
gotoAndStop (1);
Symbol 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 100
gotoAndStop (1);
Symbol 143 MovieClip Frame 1
stop();
Symbol 143 MovieClip Frame 32
gotoAndStop (1);
Symbol 146 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 50
gotoAndStop (1);
Symbol 149 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 38
gotoAndStop (1);
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 26
gotoAndStop (1);
Symbol 156 MovieClip Frame 1
stop();
Symbol 156 MovieClip Frame 45
gotoAndStop (1);
Symbol 161 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 70
gotoAndStop (1);
Symbol 193 Button
on (press) { _root.amoeba.gotoAndPlay(1); _root.amoeba._width = 20; _root.amoeba._height = 20; _root.gotoAndStop(7); }
Symbol 197 Button
on (press) { _root.gotoAndStop(2); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:19
Symbol 3 GraphicUsed by:19
Symbol 4 GraphicUsed by:9
Symbol 5 GraphicUsed by:9
Symbol 6 GraphicUsed by:9
Symbol 7 GraphicUsed by:9
Symbol 8 GraphicUsed by:9
Symbol 9 ButtonUses:4 5 6 7 8Used by:19
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:19
Symbol 12 GraphicUsed by:13 19 37
Symbol 13 MovieClipUses:12Used by:19
Symbol 14 SoundUsed by:19
Symbol 15 GraphicUsed by:18
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:18
Symbol 18 MovieClipUses:15 17Used by:19
Symbol 19 MovieClipUses:2 3 9 11 13 14 12 18Used by:Timeline
Symbol 20 GraphicUsed by:23
Symbol 21 FontUsed by:22 99 102 107 108 134 137 141 144 147 150 154 158 162 164 167 170 173 176 178 181 184 190 191 192 194 196 198 207
Symbol 22 TextUses:21Used by:23
Symbol 23 MovieClipUses:20 22Used by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:30
Symbol 26 GraphicUsed by:30
Symbol 27 GraphicUsed by:30
Symbol 28 GraphicUsed by:30
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:25 26 27 28 29Used by:Timeline
Symbol 31 GraphicUsed by:34 36
Symbol 32 FontUsed by:33 35 46 47 48 49 50 61 64 67 70 73 75 78 79 80 81 82 83 84 85 86 87 88 90 91 92 93 94 95 96 186 187 199 206 208
Symbol 33 TextUses:32Used by:34
Symbol 34 ButtonUses:31 33Used by:Timeline
Symbol 35 TextUses:32Used by:36
Symbol 36 ButtonUses:31 35Used by:Timeline
Symbol 37 ButtonUses:12Used by:Timeline
Symbol 38 GraphicUsed by:45
Symbol 39 GraphicUsed by:45
Symbol 40 GraphicUsed by:45
Symbol 41 GraphicUsed by:45
Symbol 42 GraphicUsed by:45
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:38 39 40 41 42 43 44Used by:Timeline
Symbol 46 TextUses:32Used by:Timeline
Symbol 47 TextUses:32Used by:51
Symbol 48 TextUses:32Used by:51
Symbol 49 TextUses:32Used by:51
Symbol 50 TextUses:32Used by:51
Symbol 51 MovieClipUses:47 48 49 50Used by:Timeline
Symbol 52 GraphicUsed by:58
Symbol 53 GraphicUsed by:58
Symbol 54 GraphicUsed by:58
Symbol 55 GraphicUsed by:58
Symbol 56 GraphicUsed by:58
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:52 53 54 55 56 57Used by:Timeline
Symbol 59 SoundUsed by:Timeline
Symbol 60 GraphicUsed by:62
Symbol 61 TextUses:32Used by:62  Timeline
Symbol 62 ButtonUses:60 61Used by:Timeline
Symbol 63 GraphicUsed by:65
Symbol 64 TextUses:32Used by:65  Timeline
Symbol 65 ButtonUses:63 64Used by:Timeline
Symbol 66 GraphicUsed by:68
Symbol 67 TextUses:32Used by:68  Timeline
Symbol 68 ButtonUses:66 67Used by:Timeline
Symbol 69 GraphicUsed by:71
Symbol 70 TextUses:32Used by:71
Symbol 71 ButtonUses:69 70Used by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 TextUses:32Used by:Timeline
Symbol 74 GraphicUsed by:76
Symbol 75 TextUses:32Used by:76
Symbol 76 ButtonUses:74 75Used by:Timeline
Symbol 77 GraphicUsed by:Timeline
Symbol 78 TextUses:32Used by:Timeline
Symbol 79 TextUses:32Used by:Timeline
Symbol 80 TextUses:32Used by:Timeline
Symbol 81 TextUses:32Used by:Timeline
Symbol 82 TextUses:32Used by:Timeline
Symbol 83 TextUses:32Used by:Timeline
Symbol 84 TextUses:32Used by:Timeline
Symbol 85 TextUses:32Used by:Timeline
Symbol 86 TextUses:32Used by:Timeline
Symbol 87 TextUses:32Used by:Timeline
Symbol 88 TextUses:32Used by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 TextUses:32Used by:Timeline
Symbol 91 TextUses:32Used by:Timeline
Symbol 92 TextUses:32Used by:Timeline
Symbol 93 TextUses:32Used by:Timeline
Symbol 94 TextUses:32Used by:Timeline
Symbol 95 TextUses:32Used by:Timeline
Symbol 96 TextUses:32Used by:Timeline
Symbol 97 MovieClipUsed by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 TextUses:21Used by:Timeline
Symbol 100 FontUsed by:101 103 106 200 201 202 203
Symbol 101 EditableTextUses:100Used by:Timeline
Symbol 102 TextUses:21Used by:Timeline
Symbol 103 EditableTextUses:100Used by:Timeline
Symbol 104 FontUsed by:105
Symbol 105 TextUses:104Used by:Timeline
Symbol 106 EditableTextUses:100Used by:Timeline
Symbol 107 TextUses:21Used by:109
Symbol 108 EditableTextUses:21Used by:109
Symbol 109 MovieClipUses:107 108Used by:Timeline
Symbol 110 GraphicUsed by:117
Symbol 111 GraphicUsed by:117
Symbol 112 GraphicUsed by:117
Symbol 113 GraphicUsed by:117
Symbol 114 GraphicUsed by:117
Symbol 115 GraphicUsed by:117
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:110 111 112 113 114 115 116Used by:Timeline
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118Used by:Timeline
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:Timeline
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:Timeline
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:Timeline
Symbol 126 GraphicUsed by:128
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:126 127Used by:Timeline
Symbol 129 GraphicUsed by:132
Symbol 130 ShapeTweeningUsed by:132
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:129 130 131Used by:Timeline
Symbol 133 GraphicUsed by:136 139
Symbol 134 TextUses:21Used by:136
Symbol 135 SoundUsed by:136
Symbol 136 MovieClipUses:133 134 135Used by:Timeline
Symbol 137 TextUses:21Used by:139
Symbol 138 SoundUsed by:139
Symbol 139 MovieClipUses:133 137 138Used by:Timeline
Symbol 140 GraphicUsed by:143 146 149 152 156 163 165 179
Symbol 141 TextUses:21Used by:143
Symbol 142 SoundUsed by:143
Symbol 143 MovieClipUses:140 141 142Used by:Timeline
Symbol 144 TextUses:21Used by:146
Symbol 145 SoundUsed by:146
Symbol 146 MovieClipUses:140 144 145Used by:Timeline
Symbol 147 TextUses:21Used by:149
Symbol 148 SoundUsed by:149
Symbol 149 MovieClipUses:140 147 148Used by:Timeline
Symbol 150 TextUses:21Used by:152
Symbol 151 SoundUsed by:152
Symbol 152 MovieClipUses:140 150 151Used by:Timeline
Symbol 153 GraphicUsed by:156
Symbol 154 TextUses:21Used by:156
Symbol 155 SoundUsed by:156
Symbol 156 MovieClipUses:153 154 140 155Used by:Timeline
Symbol 157 GraphicUsed by:161
Symbol 158 TextUses:21Used by:161
Symbol 159 GraphicUsed by:161
Symbol 160 SoundUsed by:161
Symbol 161 MovieClipUses:157 158 159 160Used by:Timeline
Symbol 162 TextUses:21Used by:163
Symbol 163 MovieClipUses:140 162Used by:Timeline
Symbol 164 TextUses:21Used by:165
Symbol 165 MovieClipUses:140 164Used by:Timeline
Symbol 166 GraphicUsed by:168 193
Symbol 167 TextUses:21Used by:168
Symbol 168 MovieClipUses:166 167Used by:Timeline
Symbol 169 GraphicUsed by:171
Symbol 170 TextUses:21Used by:171
Symbol 171 MovieClipUses:169 170Used by:Timeline
Symbol 172 GraphicUsed by:174
Symbol 173 TextUses:21Used by:174
Symbol 174 MovieClipUses:172 173Used by:Timeline
Symbol 175 GraphicUsed by:177
Symbol 176 TextUses:21Used by:177
Symbol 177 MovieClipUses:175 176Used by:Timeline
Symbol 178 TextUses:21Used by:179
Symbol 179 MovieClipUses:140 178Used by:Timeline
Symbol 180 GraphicUsed by:182
Symbol 181 TextUses:21Used by:182
Symbol 182 MovieClipUses:180 181Used by:Timeline
Symbol 183 GraphicUsed by:185
Symbol 184 TextUses:21Used by:185
Symbol 185 MovieClipUses:183 184Used by:Timeline
Symbol 186 EditableTextUses:32Used by:Timeline
Symbol 187 EditableTextUses:32Used by:Timeline
Symbol 188 FontUsed by:189
Symbol 189 TextUses:188Used by:Timeline
Symbol 190 TextUses:21Used by:193
Symbol 191 TextUses:21Used by:193
Symbol 192 TextUses:21Used by:193
Symbol 193 ButtonUses:166 190 191 192Used by:Timeline
Symbol 194 TextUses:21Used by:Timeline
Symbol 195 GraphicUsed by:197
Symbol 196 TextUses:21Used by:197
Symbol 197 ButtonUses:195 196Used by:Timeline
Symbol 198 TextUses:21Used by:Timeline
Symbol 199 TextUses:32Used by:Timeline
Symbol 200 TextUses:100Used by:Timeline
Symbol 201 TextUses:100Used by:Timeline
Symbol 202 TextUses:100Used by:Timeline
Symbol 203 TextUses:100Used by:Timeline
Symbol 204 FontUsed by:205
Symbol 205 TextUses:204Used by:Timeline
Symbol 206 TextUses:32Used by:Timeline
Symbol 207 TextUses:21Used by:Timeline
Symbol 208 EditableTextUses:32Used by:Timeline
Symbol 209 TextUsed by:Timeline

Instance Names

"amoeba"Frame 2Symbol 58 MovieClip
"amoeba"Frame 3Symbol 58 MovieClip
"amoeba"Frame 4Symbol 58 MovieClip
"amoeba"Frame 5Symbol 58 MovieClip
"amoeba"Frame 6Symbol 58 MovieClip
"shieldTimer"Frame 7Symbol 109 MovieClip
"acid"Frame 7Symbol 117 MovieClip
"food"Frame 7Symbol 119 MovieClip
"pill"Frame 7Symbol 121 MovieClip
"pill2"Frame 7Symbol 123 MovieClip
"shield"Frame 7Symbol 125 MovieClip
"protection"Frame 7Symbol 128 MovieClip
"powerUp"Frame 7Symbol 132 MovieClip
"deadSound"Frame 7Symbol 136 MovieClip
"bombSound"Frame 7Symbol 139 MovieClip
"shrinkSound"Frame 7Symbol 143 MovieClip
"sizzleSound"Frame 7Symbol 146 MovieClip
"growSound"Frame 7Symbol 149 MovieClip
"yippeeSound"Frame 7Symbol 152 MovieClip
"blingSound"Frame 7Symbol 156 MovieClip
"successSound"Frame 7Symbol 161 MovieClip
"amoeba"Frame 7Symbol 58 MovieClip
"acidGen"Frame 7Symbol 163 MovieClip
"foodGen"Frame 7Symbol 165 MovieClip
"scoreCount"Frame 7Symbol 168 MovieClip
"level"Frame 7Symbol 174 MovieClip
"powerupGen"Frame 7Symbol 177 MovieClip
"pillGen"Frame 7Symbol 179 MovieClip
"pill2Gen"Frame 7Symbol 182 MovieClip
"shieldGen"Frame 7Symbol 185 MovieClip
"OriginalSkip"Symbol 19 MovieClip Frame 1Symbol 9 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"initTeaser"Symbol 19 MovieClip Frame 1
"stallTeaser"Symbol 19 MovieClip Frame 60

Dynamic Text Variables

scoreSymbol 101 EditableText""
levelSymbol 103 EditableText""
livesSymbol 106 EditableText""
timeLeftSymbol 108 EditableText""
levelSymbol 186 EditableText""
scoreSymbol 187 EditableText""
rankSymbol 208 EditableText""




http://swfchan.com/6/26499/info.shtml
Created: 22/5 -2019 14:59:11 Last modified: 22/5 -2019 14:59:11 Server time: 05/05 -2024 10:29:53