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

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

BLOBS!.swf

This is the info page for
Flash #32686

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


Text
loading

b

l

o

s

the blobs have escaped the lab!
help destroy them before they
reach the core.
controls:
move - up, down, left, right
space - speed boost (power)
z - blob circle of death (100% power)
p - pause
1 - bonus: speed (points)
2 - bonus: defence (points)
3 - bonus: trap (points)

goal:
kill as many blobs as you can as long as you can last!

play

play

continue

continue

TIMER

BLOBS!

BLOBS!

SPEED +1

warning!

bottom door opening!

top door opening!

BLOBS!

BLOBS!

right door opening!

left door opening!

speed

500 pts

(1)

speed
maxed

defence

50 pts

(2)

trap

250 pts

(3)

"p" pause                 "1,2,3" bonus
"space" power

full power!

time:

points:

defences:

blobs:

power:

bonus:

bonus:
25 points!

controls:

space:

t

s

o

b

r

e

w

p

z:

h

a

d

f

l

c

i

u

:

P

n

3

,

2

1

PAUSE

L

e

v

l

1

d

t

p

m

o

c

Game over

Game over

Lost50andFound50 at@hotmail.com

Lost50andFound50 at@hotmail.com

Total time:

Total kills:

Ending points:

This doesn't mean you lost!
It just means the game is over!
now go back and try to get a
higher grand total score!

grand Total score:

(time * 1) and (points * 2) and (kills * 3)

ActionScript [AS1/AS2]

Frame 1
fscommand ("fullscreen", "false"); fscommand ("allowscale", "false"); fscommand ("showmenu", "false");
Frame 2
points = 0; speed = 2; pause = 0; kills = 0; t = 5000;
Frame 3
function movesound() { s = new Sound(); s.attachSound("move"); s.start(); }
Frame 7
ifFrameLoaded (189) { gotoAndPlay (9); }
Frame 8
gotoAndPlay (5);
Frame 128
stop();
Frame 129
hp = 100; time = 0; h = -2; power = 0; stop();
Instance of Symbol 23 MovieClip "green" in Frame 129
onClipEvent (enterFrame) { if ((/:time >= 500) and (getProperty(this, _currentframe) == 1)) { tellTarget (this) { gotoAndPlay (1); }; } }
Instance of Symbol 25 MovieClip "yellow" in Frame 129
onClipEvent (enterFrame) { if ((/:time >= 1500) and (getProperty(this, _currentframe) == 1)) { tellTarget (this) { gotoAndPlay (1); }; } }
Instance of Symbol 27 MovieClip "purple" in Frame 129
onClipEvent (enterFrame) { if ((/:time >= 2000) and (getProperty(this, _currentframe) == 1)) { tellTarget (this) { gotoAndPlay (1); }; } }
Instance of Symbol 29 MovieClip "blue" in Frame 129
onClipEvent (enterFrame) { if ((/:time >= 2500) and (getProperty(this, _currentframe) == 1)) { tellTarget (this) { gotoAndPlay (1); }; } }
Instance of Symbol 32 MovieClip "blobb" in Frame 129
onClipEvent (load) { speed = 0.5; song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.circle.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); Set("/:points", /:points + 2); Set("/:kills", /:kills + 1); } if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); if (/:power < 100) { Set("/:power", /:power + 1); } Set("/:points", /:points + 2); Set("/:kills", /:kills + 1); } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 3; } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 3; } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 3; } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 3; } } } } }
Instance of Symbol 35 MovieClip "blobc" in Frame 129
onClipEvent (load) { speed = 2; song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.circle.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); Set("/:points", /:points + 3); Set("/:kills", /:kills + 1); } if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); if (/:power < 100) { Set("/:power", /:power + 1); } Set("/:points", /:points + 3); Set("/:kills", /:kills + 1); } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 3; } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 3; } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 3; } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 3; } } } } }
Instance of Symbol 38 MovieClip "blobd" in Frame 129
onClipEvent (load) { speed = 2; song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.circle.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); Set("/:points", /:points + 5); Set("/:kills", /:kills + 1); } if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); if (/:power < 100) { Set("/:power", /:power + 1); } Set("/:points", /:points + 5); Set("/:kills", /:kills + 1); } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 5; } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 5; } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 5; } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 5; } } } } }
Instance of Symbol 41 MovieClip "blobe" in Frame 129
onClipEvent (load) { speed = 0.3; song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.circle.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); Set("/:points", /:points + 2); Set("/:kills", /:kills + 1); } if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); if (/:power < 100) { Set("/:power", /:power + 1); } Set("/:points", /:points + 2); Set("/:kills", /:kills + 1); } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } } } }
Instance of Symbol 44 MovieClip "bloba" in Frame 129
onClipEvent (load) { speed = 0.1; song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.circle.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); Set("/:points", /:points + 1); Set("/:kills", /:kills + 1); } if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); if (/:power < 100) { Set("/:power", /:power + 1); } Set("/:points", /:points + 1); Set("/:kills", /:kills + 1); } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 1; } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 1; } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 1; } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 1; } } } } }
Instance of Symbol 46 MovieClip "blobf" in Frame 129
onClipEvent (load) { speed = 0.2; song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.circle.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); Set("/:points", /:points + 6); Set("/:kills", /:kills + 1); } if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); if (/:power < 100) { Set("/:power", /:power + 1); } Set("/:points", /:points + 6); Set("/:kills", /:kills + 1); } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 15; } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 15; } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 15; } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 15; } } } } }
Instance of Symbol 48 MovieClip "orange" in Frame 129
onClipEvent (enterFrame) { if ((/:time >= 3000) and (getProperty(this, _currentframe) == 1)) { tellTarget (this) { gotoAndPlay (1); }; } }
Instance of Symbol 50 MovieClip "blobg" in Frame 129
onClipEvent (load) { speed = 0.5; song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.you.hittest(this)) { s = new Sound(); s.attachSound("wrong"); s.start(); removeMovieClip(""); Set("/:hp", /:hp - 5); if (/:hp < 1) { Set("/:hp", 0); } } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { removeMovieClip(""); hp = hp + 5; if (/:hp > 100) { Set("/:hp", 100); } } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { removeMovieClip(""); hp = hp + 5; if (/:hp > 100) { Set("/:hp", 100); } } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { removeMovieClip(""); hp = hp + 5; if (/:hp > 100) { Set("/:hp", 100); } } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { removeMovieClip(""); hp = hp + 5; if (/:hp > 100) { Set("/:hp", 100); } } } } } }
Instance of Symbol 52 MovieClip "white" in Frame 129
onClipEvent (enterFrame) { if ((/:time >= 1750) and (getProperty(this, _currentframe) == 1)) { tellTarget (this) { gotoAndPlay (1); }; } }
Instance of Symbol 59 MovieClip "wall" in Frame 129
onClipEvent (enterFrame) { if (/:hp <= 0) { tellTarget (_root) { gotoAndPlay ("gameover"); }; } }
Instance of Symbol 79 MovieClip "you" in Frame 129
onClipEvent (enterFrame) { if (/:pause == 0) { if (Key.isDown(37) && (!Key.isDown(39))) { _x = (_x - /:speed); _rotation = 270; if ((((_root.wall.hittest(this) or _root.wall2.hittest(this)) or _root.wall3.hittest(this)) or _root.wall4.hittest(this)) or _root.wall5.hittest(this)) { _x = (_x + /:speed); } } if (Key.isDown(39) && (!Key.isDown(37))) { _x = (_x + /:speed); _rotation = 90; if ((((_root.wall.hittest(this) or _root.wall2.hittest(this)) or _root.wall3.hittest(this)) or _root.wall4.hittest(this)) or _root.wall5.hittest(this)) { _x = (_x - /:speed); } } if (Key.isDown(38) && (!Key.isDown(40))) { _y = (_y - /:speed); _rotation = 0; if ((((_root.wall.hittest(this) or _root.wall2.hittest(this)) or _root.wall3.hittest(this)) or _root.wall4.hittest(this)) or _root.wall5.hittest(this)) { _y = (_y + /:speed); } } if (Key.isDown(40) && (!Key.isDown(38))) { _y = (_y + /:speed); _rotation = 180; if ((((_root.wall.hittest(this) or _root.wall2.hittest(this)) or _root.wall3.hittest(this)) or _root.wall4.hittest(this)) or _root.wall5.hittest(this)) { _y = (_y - /:speed); } } if (((Key.isDown(37) && (Key.isDown(38))) && (!Key.isDown(39))) && (!Key.isDown(40))) { _rotation = 315; } if (((Key.isDown(39) && (Key.isDown(38))) && (!Key.isDown(37))) && (!Key.isDown(40))) { _rotation = 45; } if (((Key.isDown(37) && (Key.isDown(40))) && (!Key.isDown(39))) && (!Key.isDown(38))) { _rotation = 225; } if (((Key.isDown(39) && (Key.isDown(40))) && (!Key.isDown(37))) && (!Key.isDown(38))) { _rotation = 135; } } }
Instance of Symbol 88 MovieClip "speeda" in Frame 129
onClipEvent (enterFrame) { if ((/:points == -1) and (getProperty("_root.speeda", _currentframe) == 1)) { tellTarget ("_root.speeda") { gotoAndPlay (2); }; } }
Instance of Symbol 95 MovieClip "bottom" in Frame 129
onClipEvent (enterFrame) { if ((/:time >= 1000) and (getProperty(this, _currentframe) == 1)) { tellTarget (this) { gotoAndPlay (1); }; } }
Instance of Symbol 100 MovieClip "powerbar" in Frame 129
onClipEvent (enterFrame) { setProperty("_root.powerbar", _xscale , /:power); Set("/:powervar", /:power add "%"); }
Instance of Symbol 102 MovieClip "top" in Frame 129
onClipEvent (enterFrame) { if ((/:time >= 50) and (getProperty(this, _currentframe) == 1)) { tellTarget (this) { gotoAndPlay (1); }; } }
Instance of Symbol 106 MovieClip "right" in Frame 129
onClipEvent (enterFrame) { if ((/:time >= 3000) and (getProperty(this, _currentframe) == 1)) { tellTarget (this) { gotoAndPlay (1); }; } }
Instance of Symbol 108 MovieClip "left" in Frame 129
onClipEvent (enterFrame) { if ((/:time >= 2000) and (getProperty(this, _currentframe) == 1)) { tellTarget (this) { gotoAndPlay (1); }; } }
Instance of Symbol 117 MovieClip "bonus1" in Frame 129
onClipEvent (enterFrame) { if (/:speed < 7) { if (/:points >= 500) { tellTarget ("_root.bonus1") { gotoAndStop (2); }; } else if (/:points < 500) { tellTarget ("_root.bonus1") { gotoAndStop (1); }; } } else if (/:speed == 7) { tellTarget ("_root.bonus1") { gotoAndStop (3); }; } }
Instance of Symbol 123 MovieClip "bonus2" in Frame 129
onClipEvent (enterFrame) { if (/:points >= 50) { tellTarget ("_root.bonus2") { gotoAndStop (2); }; } else if (/:points < 50) { tellTarget ("_root.bonus2") { gotoAndStop (1); }; } }
Instance of Symbol 129 MovieClip "bonus3" in Frame 129
onClipEvent (enterFrame) { if (/:points >= 250) { tellTarget ("_root.bonus3") { gotoAndStop (2); }; } else if (/:points < 250) { tellTarget ("_root.bonus3") { gotoAndStop (1); }; } }
Instance of Symbol 137 MovieClip "pressz" in Frame 129
onClipEvent (enterFrame) { if ((/:power == 100) and (getProperty("_root.pressz", _currentframe) == 1)) { tellTarget ("_root.pressz") { gotoAndPlay (2); }; } else if (/:power < 100) { tellTarget ("_root.pressz") { gotoAndStop (1); }; } }
Instance of Symbol 150 MovieClip "blobh" in Frame 129
onClipEvent (load) { speed = 1 + ((random(10) + 1) / 10); song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.circle.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); Set("/:points", /:points + 2); Set("/:kills", /:kills + 1); } if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); if (/:power < 100) { Set("/:power", /:power + 1); } Set("/:points", /:points + 2); Set("/:kills", /:kills + 1); } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } } } }
Instance of Symbol 152 MovieClip "black" in Frame 129
onClipEvent (enterFrame) { if ((/:time >= 3500) and (getProperty(this, _currentframe) == 1)) { tellTarget (this) { gotoAndPlay (1); }; } }
Instance of Symbol 154 MovieClip "snakehead" in Frame 129
onClipEvent (load) { speed = 0.5; song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.circle.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); Set("/:points", /:points + 10); Set("/:kills", /:kills + 1); } if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); if (/:power < 100) { Set("/:power", /:power + 1); } Set("/:points", /:points + 10); Set("/:kills", /:kills + 1); } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } } } }
Instance of Symbol 156 MovieClip "snake1" in Frame 129
onClipEvent (load) { speed = 0.5; song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.circle.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); Set("/:points", /:points + 10); Set("/:kills", /:kills + 1); } if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); if (/:power < 100) { Set("/:power", /:power + 1); } Set("/:points", /:points + 10); Set("/:kills", /:kills + 1); } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } } } }
Instance of Symbol 158 MovieClip "snake2" in Frame 129
onClipEvent (load) { speed = 0.5; song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.circle.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); Set("/:points", /:points + 10); Set("/:kills", /:kills + 1); } if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); if (/:power < 100) { Set("/:power", /:power + 1); } Set("/:points", /:points + 10); Set("/:kills", /:kills + 1); } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } } } }
Instance of Symbol 160 MovieClip "snake3" in Frame 129
onClipEvent (load) { speed = 0.5; song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.circle.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); Set("/:points", /:points + 10); Set("/:kills", /:kills + 1); } if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); if (/:power < 100) { Set("/:power", /:power + 1); } Set("/:points", /:points + 10); Set("/:kills", /:kills + 1); } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } } } }
Instance of Symbol 162 MovieClip "snake4" in Frame 129
onClipEvent (load) { speed = 0.5; song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.circle.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); Set("/:points", /:points + 10); Set("/:kills", /:kills + 1); } if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); if (/:power < 100) { Set("/:power", /:power + 1); } Set("/:points", /:points + 10); Set("/:kills", /:kills + 1); } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } } } }
Instance of Symbol 164 MovieClip "snake5" in Frame 129
onClipEvent (load) { speed = 0.5; song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.circle.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); Set("/:points", /:points + 10); Set("/:kills", /:kills + 1); } if ((((_root.you.hittest(this) or _root.trap1.hittest(this)) or _root.trap2.hittest(this)) or _root.trap3.hittest(this)) or _root.trap4.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); removeMovieClip(""); if (/:power < 100) { Set("/:power", /:power + 1); } Set("/:points", /:points + 10); Set("/:kills", /:kills + 1); } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); hp = hp - 10; } } } } }
Instance of Symbol 166 MovieClip "snake" in Frame 129
onClipEvent (enterFrame) { if ((/:time >= 4000) and (getProperty(this, _currentframe) == 1)) { tellTarget (this) { gotoAndPlay (1); }; } }
Instance of Symbol 168 MovieClip "points25" in Frame 129
onClipEvent (load) { speed = 1; song = new Sound(); song.attachSound("slide"); song.start(); } onClipEvent (enterFrame) { if (getProperty(this, _x) > 0) { if (/:pause == 0) { if (/:hp <= 0) { removeMovieClip(""); } if (/:time <= 0) { removeMovieClip(""); } if (_root.you.hittest(this)) { s = new Sound(); s.attachSound("splat"); s.start(); tellTarget ("_root.got25points") { gotoAndPlay (2); }; removeMovieClip(""); Set("/:points", /:points + 25); } if (_x > _root.wall._x) { _x = (_x - speed); _rotation = 270; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); } } if (_x < _root.wall._x) { _x = (_x + speed); _rotation = 90; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); } } if (_y > _root.wall._y) { _y = (_y - speed); _rotation = 0; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); } } if (_y < _root.wall._y) { _y = (_y + speed); _rotation = 180; if (_root.wall.hittest(this)) { tellTarget ("_root.wall") { gotoAndPlay (2); }; removeMovieClip(""); } } } } }
Instance of Symbol 170 MovieClip "points25control" in Frame 129
onClipEvent (enterFrame) { if ((/:time >= 500) and (getProperty(this, _currentframe) == 1)) { tellTarget (this) { gotoAndPlay (1); }; } }
Frame 177
stop();
Frame 178
score = ((time * 1) + (points * 2)) + (kills * 3); stop();
Symbol 19 Button
on (release) { gotoAndStop (129); }
Symbol 21 MovieClip Frame 1
z = 1;
Symbol 21 MovieClip Frame 2
Set("/:red", 1);
Symbol 21 MovieClip Frame 10
if (/:time > /:t) { call("19"); }
Symbol 21 MovieClip Frame 19
if (/:h > 0) { duplicateMovieClip ("_root.bloba", "bloba" add z, z); Set("/:blobs", /:blobs + 1); q = random(/:h) + 1; } if (q == 1) { setProperty("_root.bloba" add z, _x , random(303) + 52); setProperty("_root.bloba" add z, _y , 88); } else if (q == 2) { setProperty("_root.bloba" add z, _x , random(303) + 52); setProperty("_root.bloba" add z, _y , 437); } else if (q == 3) { setProperty("_root.bloba" add z, _x , 28); setProperty("_root.bloba" add z, _y , random(304) + 111); } else if (q == 4) { setProperty("_root.bloba" add z, _x , 378); setProperty("_root.bloba" add z, _y , random(304) + 111); } z = Number(z) + 1;
Symbol 21 MovieClip Frame 20
gotoAndPlay (2);
Symbol 23 MovieClip Frame 1
stop(); z = 1000;
Symbol 23 MovieClip Frame 2
Set("/:green", 1);
Symbol 23 MovieClip Frame 15
if (/:time > /:t) { call("29"); }
Symbol 23 MovieClip Frame 29
if (/:h > 0) { duplicateMovieClip ("_root.blobb", "blobb" add z, z); Set("/:blobs", /:blobs + 1); q = random(/:h) + 1; } if (q == 1) { setProperty("_root.blobb" add z, _x , random(303) + 52); setProperty("_root.blobb" add z, _y , 88); } else if (q == 2) { setProperty("_root.blobb" add z, _x , random(303) + 52); setProperty("_root.blobb" add z, _y , 437); } else if (q == 3) { setProperty("_root.blobb" add z, _x , 28); setProperty("_root.blobb" add z, _y , random(304) + 111); } else if (q == 4) { setProperty("_root.blobb" add z, _x , 378); setProperty("_root.blobb" add z, _y , random(304) + 111); } z = Number(z) + 1;
Symbol 23 MovieClip Frame 30
gotoAndPlay (2);
Symbol 25 MovieClip Frame 1
stop(); z = 2000;
Symbol 25 MovieClip Frame 2
Set("/:yellow", 1);
Symbol 25 MovieClip Frame 50
if (/:time > /:t) { call("108"); }
Symbol 25 MovieClip Frame 108
if (/:h > 0) { duplicateMovieClip ("_root.blobc", "blobc" add z, z); Set("/:blobs", /:blobs + 1); q = random(/:h) + 1; } if (q == 1) { setProperty("_root.blobc" add z, _x , random(303) + 52); setProperty("_root.blobc" add z, _y , 88); } else if (q == 2) { setProperty("_root.blobc" add z, _x , random(303) + 52); setProperty("_root.blobc" add z, _y , 437); } else if (q == 3) { setProperty("_root.blobc" add z, _x , 28); setProperty("_root.blobc" add z, _y , random(304) + 111); } else if (q == 4) { setProperty("_root.blobc" add z, _x , 378); setProperty("_root.blobc" add z, _y , random(304) + 111); } z = Number(z) + 1;
Symbol 25 MovieClip Frame 109
gotoAndPlay (2);
Symbol 27 MovieClip Frame 1
stop(); z = 3000;
Symbol 27 MovieClip Frame 2
Set("/:purple", 1);
Symbol 27 MovieClip Frame 173
if (/:time > /:t) { call("250"); }
Symbol 27 MovieClip Frame 174
if (/:time > /:t) { call("250"); }
Symbol 27 MovieClip Frame 175
if (/:time > /:t) { call("250"); }
Symbol 27 MovieClip Frame 176
if (/:time > /:t) { call("250"); }
Symbol 27 MovieClip Frame 250
if (/:h > 0) { Set("/:blobs", /:blobs + 1); duplicateMovieClip ("_root.blobd", "blobd" add z, z); q = random(/:h) + 1; } if (q == 1) { setProperty("_root.blobd" add z, _x , random(303) + 52); setProperty("_root.blobd" add z, _y , 88); } else if (q == 2) { setProperty("_root.blobd" add z, _x , random(303) + 52); setProperty("_root.blobd" add z, _y , 437); } else if (q == 3) { setProperty("_root.blobd" add z, _x , 28); setProperty("_root.blobd" add z, _y , random(304) + 111); } else if (q == 4) { setProperty("_root.blobd" add z, _x , 378); setProperty("_root.blobd" add z, _y , random(304) + 111); } z = Number(z) + 1;
Symbol 27 MovieClip Frame 251
call("250");
Symbol 27 MovieClip Frame 252
call("250");
Symbol 27 MovieClip Frame 253
call("250");
Symbol 27 MovieClip Frame 254
call("250");
Symbol 27 MovieClip Frame 255
gotoAndPlay (2);
Symbol 29 MovieClip Frame 1
stop(); z = 99999 /* 0x01869F */;
Symbol 29 MovieClip Frame 2
Set("/:blue", 1);
Symbol 29 MovieClip Frame 15
if (/:time > /:t) { call("30"); }
Symbol 29 MovieClip Frame 16
if (/:time > /:t) { call("30"); }
Symbol 29 MovieClip Frame 30
if (/:h > 0) { Set("/:blobs", /:blobs + 1); duplicateMovieClip ("_root.blobe", "blobe" add z, z); q = random(/:h) + 1; } if (q == 1) { setProperty("_root.blobe" add z, _x , random(303) + 52); setProperty("_root.blobe" add z, _y , 88); } else if (q == 2) { setProperty("_root.blobe" add z, _x , random(303) + 52); setProperty("_root.blobe" add z, _y , 437); } else if (q == 3) { setProperty("_root.blobe" add z, _x , 28); setProperty("_root.blobe" add z, _y , random(304) + 111); } else if (q == 4) { setProperty("_root.blobe" add z, _x , 378); setProperty("_root.blobe" add z, _y , random(304) + 111); } z = Number(z) + 1;
Symbol 29 MovieClip Frame 31
call("19");
Symbol 29 MovieClip Frame 32
gotoAndPlay (2);
Symbol 48 MovieClip Frame 1
stop(); z = 990999 /* 0x0F1F17 */;
Symbol 48 MovieClip Frame 2
Set("/:orange", 1);
Symbol 48 MovieClip Frame 25
if (/:time > /:t) { call("50"); }
Symbol 48 MovieClip Frame 50
if (/:h > 0) { Set("/:blobs", /:blobs + 1); duplicateMovieClip ("_root.blobf", "blobf" add z, z); q = random(/:h) + 1; } if (q == 1) { setProperty("_root.blobf" add z, _x , random(303) + 52); setProperty("_root.blobf" add z, _y , 93); } else if (q == 2) { setProperty("_root.blobf" add z, _x , random(303) + 52); setProperty("_root.blobf" add z, _y , 432); } else if (q == 3) { setProperty("_root.blobf" add z, _x , 33); setProperty("_root.blobf" add z, _y , random(304) + 111); } else if (q == 4) { setProperty("_root.blobf" add z, _x , 373); setProperty("_root.blobf" add z, _y , random(304) + 111); } z = Number(z) + 1;
Symbol 48 MovieClip Frame 51
gotoAndPlay (2);
Symbol 52 MovieClip Frame 1
stop(); z = 91909 /* 0x016705 */;
Symbol 52 MovieClip Frame 2
Set("/:white", 1);
Symbol 52 MovieClip Frame 100
if (/:time > /:t) { call("200"); }
Symbol 52 MovieClip Frame 200
if (/:h > 0) { duplicateMovieClip ("_root.blobg", "blobg" add z, z); q = random(/:h) + 1; } if (q == 1) { setProperty("_root.blobg" add z, _x , random(303) + 52); setProperty("_root.blobg" add z, _y , 88); } else if (q == 2) { setProperty("_root.blobg" add z, _x , random(303) + 52); setProperty("_root.blobg" add z, _y , 437); } else if (q == 3) { setProperty("_root.blobg" add z, _x , 28); setProperty("_root.blobg" add z, _y , random(304) + 111); } else if (q == 4) { setProperty("_root.blobg" add z, _x , 378); setProperty("_root.blobg" add z, _y , random(304) + 111); } z = Number(z) + 1;
Symbol 52 MovieClip Frame 201
gotoAndPlay (2);
Symbol 59 MovieClip Frame 1
stop();
Symbol 59 MovieClip Frame 13
gotoAndStop (1);
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 76
gotoAndStop (1);
Symbol 66 Button
on (keyPress "p") { if (getProperty("_root.circle", _currentframe) == 1) { if (/:pause == 0) { Set("/:pause", 1); tellTarget ("_root.addspeed") { stop(); }; tellTarget ("_root.top") { stop(); }; tellTarget ("_root.bottom") { stop(); }; tellTarget ("_root.right") { stop(); }; tellTarget ("_root.left") { stop(); }; tellTarget ("_root.timer") { stop(); }; tellTarget ("_root.pause") { gotoAndStop (2); }; tellTarget ("_root.red") { stop(); }; tellTarget ("_root.green") { stop(); }; tellTarget ("_root.yellow") { stop(); }; tellTarget ("_root.purple") { stop(); }; tellTarget ("_root.blue") { stop(); }; tellTarget ("_root.orange") { stop(); }; tellTarget ("_root.white") { stop(); }; tellTarget ("_root.black") { stop(); }; tellTarget ("_root.snake") { stop(); }; tellTarget ("_root.points25control") { stop(); }; } else if (/:pause == 1) { Set("/:pause", 0); if (getProperty("_root.addspeed", _currentframe) > 1) { tellTarget ("_root.addspeed") { play(); }; } tellTarget ("_root.timer") { play(); }; tellTarget ("_root.pause") { gotoAndStop (1); }; if (/:top == 1) { tellTarget ("_root.top") { play(); }; } if (/:bottom == 1) { tellTarget ("_root.bottom") { play(); }; } if (/:right == 1) { tellTarget ("_root.right") { play(); }; } if (/:left == 1) { tellTarget ("_root.left") { play(); }; } if (/:red == 1) { tellTarget ("_root.red") { play(); }; } if (/:green == 1) { tellTarget ("_root.green") { play(); }; } if (/:yellow == 1) { tellTarget ("_root.yellow") { play(); }; } if (/:purple == 1) { tellTarget ("_root.purple") { play(); }; } if (/:blue == 1) { tellTarget ("_root.blue") { play(); }; } if (/:orange == 1) { tellTarget ("_root.orange") { play(); }; } if (/:white == 1) { tellTarget ("_root.white") { play(); }; } if (/:black == 1) { tellTarget ("_root.black") { play(); }; } if (/:snake == 1) { tellTarget ("_root.snake") { play(); }; } if (/:points25control == 1) { tellTarget ("_root.points25control") { play(); }; } } } } on (keyPress "<Space>") { if (/:pause == 0) { if (/:speed < 10) { if (/:power > 0) { tellTarget ("_root.addspeed") { gotoAndPlay (1); }; tellTarget ("_root.you") { gotoAndStop (2); }; Set("/:currentspeed", /:speed); Set("/:speed", 10); } } else if (/:speed == 10) { Set("/:speed", /:currentspeed); tellTarget ("_root.addspeed") { gotoAndStop (1); }; tellTarget ("_root.you") { gotoAndStop (1); }; } } }
Symbol 68 MovieClip Frame 1
stop();
Symbol 79 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 2
Set("/:time", /:time + 1); if (/:time == 0) { }
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 2
Set("/:speed", /:speed + 1);
Symbol 88 MovieClip Frame 51
gotoAndStop (1);
Symbol 92 MovieClip Frame 52
stop();
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 2
Set("/:bottom", 1);
Symbol 95 MovieClip Frame 124
Set("/:h", 2);
Symbol 95 MovieClip Frame 125
Set("/:bottom", 0); stop();
Symbol 96 MovieClip Frame 1
stop(); tellTarget ("_root.you") { gotoAndStop (1); };
Symbol 96 MovieClip Frame 4
if (/:power < 1) { Set("/:speed", /:currentspeed); gotoAndStop (1); } else if (/:power > 0) { Set("/:power", /:power - 1); gotoAndPlay (2); }
Symbol 102 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 2
Set("/:top", 1);
Symbol 102 MovieClip Frame 124
Set("/:h", 1);
Symbol 102 MovieClip Frame 125
Set("/:top", 0); stop();
Symbol 106 MovieClip Frame 1
stop();
Symbol 106 MovieClip Frame 2
Set("/:right", 1);
Symbol 106 MovieClip Frame 124
Set("/:h", 4);
Symbol 106 MovieClip Frame 125
Set("/:right", 0); stop();
Symbol 108 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 2
Set("/:left", 1);
Symbol 108 MovieClip Frame 124
Set("/:h", 3);
Symbol 108 MovieClip Frame 125
Set("/:left", 0); stop();
Symbol 109 MovieClip Frame 1
stop();
Symbol 109 MovieClip Frame 21
gotoAndStop (1);
Symbol 117 MovieClip Frame 1
stop();
Symbol 123 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 1
stop();
Symbol 131 Button
on (keyPress "1") { if ((((getProperty("_root.bonus1", _currentframe) == 2) and (/:pause == 0)) and (getProperty("_root.you", _currentframe) == 1)) and (/:speed < 7)) { if (/:points >= 500) { Set("/:points", /:points - 500); Set("/:speed", /:speed + 1); tellTarget ("_root.black1") { gotoAndPlay (2); }; } } }
Symbol 132 Button
on (keyPress "2") { if ((getProperty("_root.bonus2", _currentframe) == 2) and (/:pause == 0)) { if (/:hp < 100) { if (/:points >= 50) { Set("/:points", /:points - 50); Set("/:hp", /:hp + 100); if (/:hp > 100) { Set("/:hp", 100); } tellTarget ("_root.black2") { gotoAndPlay (2); }; } } } }
Symbol 133 Button
on (keyPress "3") { if ((getProperty("_root.bonus3", _currentframe) == 2) and (/:pause == 0)) { if (/:points >= 250) { Set("/:points", /:points - 250); if (getProperty("_root.trap4", _currentframe) != 2) { tellTarget ("_root.black3") { gotoAndPlay (2); }; if (getProperty("_root.trap1", _currentframe) == 1) { tellTarget ("_root.trap1") { gotoAndStop (2); }; } else if ((getProperty("_root.trap1", _currentframe) == 2) and (getProperty("_root.trap2", _currentframe) == 1)) { tellTarget ("_root.trap2") { gotoAndStop (2); }; } else if (((getProperty("_root.trap1", _currentframe) == 2) and (getProperty("_root.trap2", _currentframe) == 2)) and (getProperty("_root.trap3", _currentframe) == 1)) { tellTarget ("_root.trap3") { gotoAndStop (2); }; } else if ((((getProperty("_root.trap1", _currentframe) == 2) and (getProperty("_root.trap2", _currentframe) == 2)) and (getProperty("_root.trap3", _currentframe) == 2)) and (getProperty("_root.trap4", _currentframe) == 1)) { tellTarget ("_root.trap4") { gotoAndStop (2); }; } } } } }
Symbol 135 Button
on (keyPress "z") { if ((/:power == 100) and (/:pause == 0)) { Set("/:power", 0); tellTarget ("_root.circle") { gotoAndPlay (2); }; } }
Symbol 137 MovieClip Frame 1
stop();
Symbol 137 MovieClip Frame 18
gotoAndPlay (2);
Symbol 152 MovieClip Frame 1
stop(); z = 9099;
Symbol 152 MovieClip Frame 2
Set("/:black", 1);
Symbol 152 MovieClip Frame 60
if (/:time > /:t) { call("120"); }
Symbol 152 MovieClip Frame 61
if (/:time > /:t) { call("120"); }
Symbol 152 MovieClip Frame 120
if (/:h > 0) { duplicateMovieClip ("_root.blobh", "blobh" add z, z); q = random(/:h) + 1; } if (q == 1) { setProperty("_root.blobh" add z, _x , random(303) + 52); setProperty("_root.blobh" add z, _y , 88); } else if (q == 2) { setProperty("_root.blobh" add z, _x , random(303) + 52); setProperty("_root.blobh" add z, _y , 437); } else if (q == 3) { setProperty("_root.blobh" add z, _x , 28); setProperty("_root.blobh" add z, _y , random(304) + 111); } else if (q == 4) { setProperty("_root.blobh" add z, _x , 378); setProperty("_root.blobh" add z, _y , random(304) + 111); } z = Number(z) + 1;
Symbol 152 MovieClip Frame 121
call("120");
Symbol 152 MovieClip Frame 122
gotoAndPlay (2);
Symbol 166 MovieClip Frame 1
stop(); z = 1590;
Symbol 166 MovieClip Frame 2
Set("/:snake", 1);
Symbol 166 MovieClip Frame 210
if (/:h > 0) { duplicateMovieClip ("_root.snakehead", "snakehead" add z, z); q = random(/:h) + 1; } if (q == 1) { x = random(303) + 52; y = 88; setProperty("_root.snakehead" add z, _x , x); setProperty("_root.snakehead" add z, _y , y); } else if (q == 2) { x = random(303) + 52; y = 437; setProperty("_root.snakehead" add z, _x , x); setProperty("_root.snakehead" add z, _y , y); } else if (q == 3) { x = 28; y = random(304) + 111; setProperty("_root.snakehead" add z, _x , x); setProperty("_root.snakehead" add z, _y , y); } else if (q == 4) { x = 378; y = random(304) + 111; setProperty("_root.snakehead" add z, _x , x); setProperty("_root.snakehead" add z, _y , y); } z = Number(z) + 1;
Symbol 166 MovieClip Frame 220
if (/:h > 0) { duplicateMovieClip ("_root.snake1", "snake1" add z, z); setProperty("_root.snake1" add z, _x , x); setProperty("_root.snake1" add z, _y , y); } z = Number(z) + 1;
Symbol 166 MovieClip Frame 230
if (/:h > 0) { duplicateMovieClip ("_root.snake2", "snake2" add z, z); setProperty("_root.snake2" add z, _x , x); setProperty("_root.snake2" add z, _y , y); } z = Number(z) + 1;
Symbol 166 MovieClip Frame 240
if (/:h > 0) { duplicateMovieClip ("_root.snake3", "snake3" add z, z); setProperty("_root.snake3" add z, _x , x); setProperty("_root.snake3" add z, _y , y); } z = Number(z) + 1;
Symbol 166 MovieClip Frame 250
if (/:h > 0) { duplicateMovieClip ("_root.snake4", "snake4" add z, z); setProperty("_root.snake4" add z, _x , x); setProperty("_root.snake4" add z, _y , y); } z = Number(z) + 1;
Symbol 166 MovieClip Frame 260
if (/:h > 0) { duplicateMovieClip ("_root.snake5", "snake5" add z, z); setProperty("_root.snake5" add z, _x , x); setProperty("_root.snake5" add z, _y , y); } z = Number(z) + 1;
Symbol 166 MovieClip Frame 261
gotoAndPlay (2);
Symbol 170 MovieClip Frame 1
stop(); z = 2050;
Symbol 170 MovieClip Frame 2
Set("/:points25control", 1);
Symbol 170 MovieClip Frame 300
e = random(25) + 1; if (e == 1) { if (/:h > 0) { duplicateMovieClip ("_root.points25", "points25" add z, z); q = random(/:h) + 1; } if (q == 1) { setProperty("_root.points25" add z, _x , random(303) + 52); setProperty("_root.points25" add z, _y , 88); } else if (q == 2) { setProperty("_root.points25" add z, _x , random(303) + 52); setProperty("_root.points25" add z, _y , 437); } else if (q == 3) { setProperty("_root.points25" add z, _x , 28); setProperty("_root.points25" add z, _y , random(304) + 111); } else if (q == 4) { setProperty("_root.points25" add z, _x , 378); setProperty("_root.points25" add z, _y , random(304) + 111); } z = Number(z) + 1; }
Symbol 170 MovieClip Frame 301
gotoAndPlay (2);
Symbol 173 MovieClip Frame 1
stop();
Symbol 173 MovieClip Frame 50
gotoAndStop (1);
Symbol 203 MovieClip Frame 1
stop();
Symbol 215 Button
on (release) { gotoAndStop (129); }
Symbol 220 Button
on (release) { getURL ("mailto:lost50andfound50@aol.com", "_self"); }

Library Items

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

Instance Names

"red"Frame 129Symbol 21 MovieClip
"green"Frame 129Symbol 23 MovieClip
"yellow"Frame 129Symbol 25 MovieClip
"purple"Frame 129Symbol 27 MovieClip
"blue"Frame 129Symbol 29 MovieClip
"blobb"Frame 129Symbol 32 MovieClip
"blobc"Frame 129Symbol 35 MovieClip
"blobd"Frame 129Symbol 38 MovieClip
"blobe"Frame 129Symbol 41 MovieClip
"bloba"Frame 129Symbol 44 MovieClip
"blobf"Frame 129Symbol 46 MovieClip
"orange"Frame 129Symbol 48 MovieClip
"blobg"Frame 129Symbol 50 MovieClip
"white"Frame 129Symbol 52 MovieClip
"wall2"Frame 129Symbol 54 MovieClip
"wall4"Frame 129Symbol 54 MovieClip
"wall5"Frame 129Symbol 54 MovieClip
"wall3"Frame 129Symbol 54 MovieClip
"wall"Frame 129Symbol 59 MovieClip
"circle"Frame 129Symbol 61 MovieClip
"trap1"Frame 129Symbol 68 MovieClip
"trap2"Frame 129Symbol 68 MovieClip
"trap3"Frame 129Symbol 68 MovieClip
"trap4"Frame 129Symbol 68 MovieClip
"you"Frame 129Symbol 79 MovieClip
"timer"Frame 129Symbol 83 MovieClip
"speeda"Frame 129Symbol 88 MovieClip
"bottom"Frame 129Symbol 95 MovieClip
"addspeed"Frame 129Symbol 96 MovieClip
"powerbar"Frame 129Symbol 100 MovieClip
"top"Frame 129Symbol 102 MovieClip
"right"Frame 129Symbol 106 MovieClip
"left"Frame 129Symbol 108 MovieClip
"black1"Frame 129Symbol 109 MovieClip
"bonus1"Frame 129Symbol 117 MovieClip
"black2"Frame 129Symbol 109 MovieClip
"bonus2"Frame 129Symbol 123 MovieClip
"black3"Frame 129Symbol 109 MovieClip
"bonus3"Frame 129Symbol 129 MovieClip
"pressz"Frame 129Symbol 137 MovieClip
"blobh"Frame 129Symbol 150 MovieClip
"black"Frame 129Symbol 152 MovieClip
"snakehead"Frame 129Symbol 154 MovieClip
"snake1"Frame 129Symbol 156 MovieClip
"snake2"Frame 129Symbol 158 MovieClip
"snake3"Frame 129Symbol 160 MovieClip
"snake4"Frame 129Symbol 162 MovieClip
"snake5"Frame 129Symbol 164 MovieClip
"snake"Frame 129Symbol 166 MovieClip
"points25"Frame 129Symbol 168 MovieClip
"points25control"Frame 129Symbol 170 MovieClip
"got25points"Frame 129Symbol 173 MovieClip
"pause"Frame 129Symbol 203 MovieClip
"score"Frame 178Symbol 228 EditableText

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "wrong"
ExportAssets (56)Timeline Frame 1Symbol 2 as "splat"
ExportAssets (56)Timeline Frame 1Symbol 3 as "smush"
ExportAssets (56)Timeline Frame 1Symbol 4 as "slide"
ExportAssets (56)Timeline Frame 1Symbol 5 as "move"
ExportAssets (56)Timeline Frame 1Symbol 6 as "drip"
ExportAssets (56)Timeline Frame 129Symbol 6 as "drip"

Labels

"gameover"Frame 178

Dynamic Text Variables

powerSymbol 98 EditableText""
timeSymbol 139 EditableText""
pointsSymbol 141 EditableText""
hpSymbol 143 EditableText""
killsSymbol 145 EditableText""
powervarSymbol 147 EditableText""
timeSymbol 224 EditableText""
killsSymbol 225 EditableText""
pointsSymbol 226 EditableText""
scoreSymbol 228 EditableText""




http://swfchan.com/7/32686/info.shtml
Created: 17/5 -2019 21:06:43 Last modified: 17/5 -2019 21:06:43 Server time: 15/05 -2024 23:09:31