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

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

Go Flower, Grow!.swf

This is the info page for
Flash #56109

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


Text
loading...

"Go Flower, Grow!" - a hippie flower game.

this game is brought to you by www.hallpass.com

<p align="center"><font face="Arial" size="14" color="#ffffff" letterSpacing="0.000000" kerning="0"><a href="http://www.hallpass.com" target = "_blank"><b>Play more games on Hallpass.com</b></a></font></p>

Game created by EviLudy

START GAME

How to Play

Top Scores

Play More Games

HOW TO PLAY

The goal in this game is to let your flower grow as high as possible. You can
do this by giving it water and it will shoot further into the sky.
You can give your flower water by dragging a Watering Can to the centre of the
flower. The can will then automatically dissapear and your flower will grow.

Watering Cans appear in the corner
of the screen sometimes. Drag it to
the flower with the mouse to make it
grow.

The flower itself is stationed in the
centre of the screen and can never
move, you can only make it grow taller.

...Next

There will be enemies, evil creatures and objects that will try to take your hippie
flower down. You have to protect yourself from them.
If you are hit, the red health bar on the bottom of the screen will decrease, if it
runs out, game over. The following items can help you protect yourself

A watering Can makes
you grow and restores
very little health.

A beer Can makes
you grow lots and
restores some health.

A heart will not make
you grow but will
restore lots of health.

A bomb will instantly
kill all enemies that
are on the screen.

PREVIOUS...

Watering cans are very common to appear and appear on the top right corner of
the screen.
Beer cans, hearts and bombs are rare, they appear on the top left corner of the
screen every now and then.

To use an item, drag it to the center of your flower, it will activate automatically from there.

These ar the enemies! Birds, UFO's, Paper airplanes and sports items will be
launched towards you from different locations to take you down.
The higher you get, the more enemies will appear as well as new enemies.
Every enemy will appear in it's own directions.

EXAMPLE:
Basketballs will appear from below you, Frisbees and Birds will fly only in a horizontal movement and
footballs usually come from a high point.

Sometimes you can get lucky and use a bomb or beer can to dodge or destroy
your enemies, and sometimes they fly to high or low to hit you.
But when you are less lucky, you have to destroy your enemies! Move your
cursor on them and it will turn into a crosshair. Click them to shoot them down
from the sky before they reach your flower!

Whenever you destroy an enemy, your flower will grow a tiny little bit as well!

That's all there's to it! There's a high score table so be sure to practise and grow
as high as possible!
You are now ready to play the game!

Back to menu

back to menu

High Scores

Name

Score

<p align="left"><font face="Headline Two" size="19" color="#000033" letterSpacing="0.000000" kerning="1">Loading Scores...</font></p>

<p align="right"></p>

<p align="left"></p>

<p align="right"></p>

<p align="left"></p>

<p align="right"></p>

<p align="left"></p>

<p align="right"></p>

<p align="left"></p>

<p align="right"></p>

<p align="left"></p>

<p align="right"></p>

<p align="left"></p>

<p align="right"></p>

<p align="left"></p>

<p align="right"></p>

<p align="left"></p>

<p align="right"></p>

<p align="left"></p>

<p align="right"></p>

1.

2.

3.

4.

5.

6.

7.

8.

9.

10.

<p align="center"><font face="Headline Two" size="25" color="#000000" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>

Height:

Final Score:

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

Enter your Name:

Submit high score

ActionScript [AS1/AS2]

Frame 1
function button1(obj, item) { _root._quality = "LOW"; } function button2(obj, item) { _root._quality = "MEDIUM"; } function button3(obj, item) { _root._quality = "HIGH"; } function button4(obj, item) { _root.soundson = 0; drip = new Sound(); drip.attachSound("drip"); drip.start(); drip.setVolume(0); } function button5(obj, item) { _root.soundson = 1; drip = new Sound(); drip.attachSound("sfx1"); drip.start(); drip.setVolume(100); } function button6(obj, item) { getURL ("http://www.hallpass.com/", "_blank"); } function button7(obj, item) { getURL ("http://www.eviludy.net/", "_blank"); } stop(); cm = new ContextMenu(); cm.hideBuiltInItems(); cm.customItems.push(new ContextMenuItem("Low Graphic Quality", button1)); cm.customItems.push(new ContextMenuItem("Medium Graphic Quality", button2)); cm.customItems.push(new ContextMenuItem("High Graphic Quality", button3)); cm.customItems.push(new ContextMenuItem("Turn sound off", button4)); cm.customItems.push(new ContextMenuItem("Turn sound on", button5)); cm.customItems.push(new ContextMenuItem("Play More games!", button6)); cm.customItems.push(new ContextMenuItem("Creator's Website!", button7)); cm.customItems[3].separatorBefore = true; cm.customItems[5].separatorBefore = true; _root.menu = cm; _root.soundson = 1;
Instance of Symbol 99 MovieClip "cursor" in Frame 1
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; }
Frame 2
stop();
Instance of Symbol 118 MovieClip in Frame 2
on (release) { getURL ("http://www.hallpass.com", "_blank"); }
Frame 3
play();
Frame 4
stop(); _root.xfile = "http://www.eviludy.net/server/highscores/scores.php";
Instance of Symbol 99 MovieClip "cursor" in Frame 4
onClipEvent (load) { Mouse.hide(); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; } onClipEvent (mouseDown) { Mouse.hide(); }
Frame 6
if (_root.submscore == true) { scoretable.filename = "scores/hippie_flower_game.sco"; scoretable.scoresize = 10; scoretable.action = "INSERT"; scoretable.viewtype = "FLASH"; scoretable.winname = _root.pusher; scoretable.winscore = _root.score; System.security.allowDomain("eviludy.net"); scoretable.loadVariables(_root.xfile, "GET"); } else { scoretable.filename = "scores/hippie_flower_game.sco"; scoretable.scoresize = 10; scoretable.action = "INSERT"; scoretable.viewtype = "FLASH"; scoretable.winname = "none"; scoretable.winscore = 0; System.security.allowDomain("eviludy.net"); scoretable.loadVariables(_root.xfile, "GET"); }
Frame 7
function enemy1a() { _root.i++; _root.attachMovie("enemy1", "enemy1_" + _root.i, i); _root["enemy1_" + _root.i]._y = (((Math.random() * _root.uitwijking) * 2) - 70) + 71.5; _root["enemy1_" + _root.i]._x = 742.4; _root["enemy1_" + _root.i].live = true; _root["enemy1_" + _root.i].onEnterFrame = function () { if (_root.heighter > 1) { this._x = this._x - 7; this._y = this._y + 1.5; } if (this.middle.hitTest(_root.flowerface.inner)) { _root.hp = _root.hp - 0.25; } this._y = this._y + _root.flowerface.grower; if (this.live && (this.hitTest(_root.boomAnimation.killer))) { _root.flowerface.grower = _root.flowerface.grower + 2; this.live = false; this.play(); } if ((_x > 2550) || (_x < -2000)) { this.removeMovieClip(); } }; _root["enemy1_" + _root.i].onRollOver = function () { if (this.live) { _root.cursor.gotoAndStop(2); } }; _root["enemy1_" + _root.i].onRollOut = function () { _root.cursor.gotoAndStop(1); }; _root["enemy1_" + _root.i].onPress = function () { if (this.live) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 2; this.live = false; this.play(); } }; } function enemy1b() { _root.i++; _root.attachMovie("enemy1", "enemy1_" + _root.i, i); _root["enemy1_" + _root.i]._y = (((Math.random() * _root.uitwijking) * 2) - 70) + 71.5; _root["enemy1_" + _root.i]._x = -197.8; _root["enemy1_" + _root.i]._xscale = -100; _root["enemy1_" + _root.i].live = true; _root["enemy1_" + _root.i].onEnterFrame = function () { if (_root.heighter > 1) { this._x = this._x + 7; this._y = this._y + 1.5; } if (this.middle.hitTest(_root.flowerface.inner)) { _root.hp = _root.hp - 0.25; } this._y = this._y + _root.flowerface.grower; if (this.live && (this.hitTest(_root.boomAnimation.killer))) { _root.flowerface.grower = _root.flowerface.grower + 2; this.live = false; this.play(); } if ((_x > 2550) || (_x < -2000)) { this.removeMovieClip(); } }; _root["enemy1_" + _root.i].onRollOver = function () { if (this.live) { _root.cursor.gotoAndStop(2); } }; _root["enemy1_" + _root.i].onRollOut = function () { _root.cursor.gotoAndStop(1); }; _root["enemy1_" + _root.i].onPress = function () { if (this.live) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 2; this.live = false; this.play(); } }; } function enemy2a() { _root.i++; _root.attachMovie("enemy2", "enemy2_" + _root.i, i); _root["enemy2_" + _root.i]._y = (((Math.random() * _root.uitwijking) * 2) - 70) + 405; _root["enemy2_" + _root.i]._x = 730; _root["enemy2_" + _root.i].live = true; _root["enemy2_" + _root.i].onEnterFrame = function () { if (_root.heighter > 1) { this._x = this._x - 12; this._y = this._y - 4; } if (this.middle.hitTest(_root.flowerface.inner)) { _root.hp = _root.hp - 0.5; } this._y = this._y + _root.flowerface.grower; if (this.live == true) { this._rotation = this._rotation + 25; } if (this.live && (this.hitTest(_root.boomAnimation.killer))) { _root.flowerface.grower = _root.flowerface.grower + 3; this.live = false; this.play(); } if ((_x > 2550) || (_x < -2000)) { this.removeMovieClip(); } }; _root["enemy2_" + _root.i].onRollOver = function () { if (this.live) { _root.cursor.gotoAndStop(2); } }; _root["enemy2_" + _root.i].onRollOut = function () { _root.cursor.gotoAndStop(1); }; _root["enemy2_" + _root.i].onPress = function () { if (this.live) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 3; this.live = false; this.play(); } }; } function enemy2b() { _root.i++; _root.attachMovie("enemy2", "enemy2_" + _root.i, i); _root["enemy2_" + _root.i]._y = (((Math.random() * _root.uitwijking) * 2) - 70) + 405; _root["enemy2_" + _root.i]._x = -200; _root["enemy2_" + _root.i]._xscale = -100; _root["enemy2_" + _root.i].live = true; _root["enemy2_" + _root.i].onEnterFrame = function () { if (_root.heighter > 1) { this._x = this._x + 12; this._y = this._y - 4; } if (this.middle.hitTest(_root.flowerface.inner)) { _root.hp = _root.hp - 0.5; } this._y = this._y + _root.flowerface.grower; if (this.live == true) { this._rotation = this._rotation + 25; } if (this.live && (this.hitTest(_root.boomAnimation.killer))) { _root.flowerface.grower = _root.flowerface.grower + 3; this.live = false; this.play(); } if ((_x > 2550) || (_x < -2000)) { this.removeMovieClip(); } }; _root["enemy2_" + _root.i].onRollOver = function () { if (this.live) { _root.cursor.gotoAndStop(2); } }; _root["enemy2_" + _root.i].onRollOut = function () { _root.cursor.gotoAndStop(1); }; _root["enemy2_" + _root.i].onPress = function () { if (this.live) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 3; this.live = false; this.play(); } }; } function enemy3a() { _root.i++; _root.attachMovie("enemy3", "enemy3_" + _root.i, i); _root["enemy3_" + _root.i]._y = (((Math.random() * _root.uitwijking) * 2) - 70) + 190; _root["enemy3_" + _root.i]._x = 1440; _root["enemy3_" + _root.i].live = true; _root["enemy3_" + _root.i].onEnterFrame = function () { if (_root.heighter > 1) { this._x = this._x - 15; } if (this.middle.hitTest(_root.flowerface.inner)) { _root.hp = _root.hp - 0.5; } this._y = this._y + _root.flowerface.grower; if (this.live && (this.hitTest(_root.boomAnimation.killer))) { _root.flowerface.grower = _root.flowerface.grower + 3; this.live = false; this.play(); } if ((_x > 2550) || (_x < -2000)) { this.removeMovieClip(); } }; _root["enemy3_" + _root.i].onRollOver = function () { if (this.live) { _root.cursor.gotoAndStop(2); } }; _root["enemy3_" + _root.i].onRollOut = function () { _root.cursor.gotoAndStop(1); }; _root["enemy3_" + _root.i].onPress = function () { if (this.live) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 3; this.live = false; this.play(); } }; } function enemy3b() { _root.i++; _root.attachMovie("enemy3", "enemy3_" + _root.i, i); _root["enemy3_" + _root.i]._y = (((Math.random() * _root.uitwijking) * 2) - 70) + 190; _root["enemy3_" + _root.i]._x = -1000; _root["enemy3_" + _root.i].live = true; _root["enemy3_" + _root.i].onEnterFrame = function () { if (_root.heighter > 1) { this._x = this._x + 15; } if (this.middle.hitTest(_root.flowerface.inner)) { _root.hp = _root.hp - 0.5; } this._y = this._y + _root.flowerface.grower; if (this.live && (this.hitTest(_root.boomAnimation.killer))) { _root.flowerface.grower = _root.flowerface.grower + 3; this.live = false; this.play(); } }; _root["enemy3_" + _root.i].onRollOver = function () { if (this.live) { _root.cursor.gotoAndStop(2); } }; _root["enemy3_" + _root.i].onRollOut = function () { _root.cursor.gotoAndStop(1); }; _root["enemy3_" + _root.i].onPress = function () { if (this.live) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 3; this.live = false; this.play(); } }; } function enemy4a() { _root.i++; _root.attachMovie("enemy4", "enemy4_" + _root.i, i); _root["enemy4_" + _root.i]._y = (((Math.random() * _root.uitwijking) * 2) - 70) + -33; _root["enemy4_" + _root.i]._x = 950; _root["enemy4_" + _root.i].live = true; _root["enemy4_" + _root.i].onEnterFrame = function () { if (_root.heighter > 1) { this._x = this._x - 15; this._y = this._y + 5; } if (this.middle.hitTest(_root.flowerface.inner)) { _root.hp = _root.hp - 0.5; } this._y = this._y + _root.flowerface.grower; if (this.live && (this.hitTest(_root.boomAnimation.killer))) { _root.flowerface.grower = _root.flowerface.grower + 3; this.live = false; this.play(); } if ((_x > 2550) || (_x < -2000)) { this.removeMovieClip(); } }; _root["enemy4_" + _root.i].onRollOver = function () { if (this.live) { _root.cursor.gotoAndStop(2); } }; _root["enemy4_" + _root.i].onRollOut = function () { _root.cursor.gotoAndStop(1); }; _root["enemy4_" + _root.i].onPress = function () { if (this.live) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 3; this.live = false; this.play(); } }; } function enemy4b() { _root.i++; _root.attachMovie("enemy4", "enemy4_" + _root.i, i); _root["enemy4_" + _root.i]._y = (((Math.random() * _root.uitwijking) * 2) - 70) + -33; _root["enemy4_" + _root.i]._x = -500; _root["enemy4_" + _root.i]._xscale = -100; _root["enemy4_" + _root.i].live = true; _root["enemy4_" + _root.i].onEnterFrame = function () { if (_root.heighter > 1) { this._x = this._x + 15; this._y = this._y + 5; } if (this.middle.hitTest(_root.flowerface.inner)) { _root.hp = _root.hp - 0.5; } this._y = this._y + _root.flowerface.grower; if (this.live && (this.hitTest(_root.boomAnimation.killer))) { _root.flowerface.grower = _root.flowerface.grower + 3; this.live = false; this.play(); } if ((_x > 2550) || (_x < -2000)) { this.removeMovieClip(); } }; _root["enemy4_" + _root.i].onRollOver = function () { if (this.live) { _root.cursor.gotoAndStop(2); } }; _root["enemy4_" + _root.i].onRollOut = function () { _root.cursor.gotoAndStop(1); }; _root["enemy4_" + _root.i].onPress = function () { if (this.live) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 3; this.live = false; this.play(); } }; } function enemy5a() { _root.i++; _root.attachMovie("enemy5", "enemy5_" + _root.i, i); _root["enemy5_" + _root.i]._y = (((Math.random() * _root.uitwijking) * 2) - 70) + 140; _root["enemy5_" + _root.i]._x = 1110; _root["enemy5_" + _root.i].live = true; _root["enemy5_" + _root.i].onEnterFrame = function () { if ((_root.heighter > 1) && (this.live)) { this._x = this._x - 22; } if (this.middle.hitTest(_root.flowerface.inner)) { _root.hp = _root.hp - 1; } if ((!this.live) && (_y > -30)) { this._y = this._y + 15; this._x = this._x - 15; } this._y = this._y + _root.flowerface.grower; if (this.live && (this.hitTest(_root.boomAnimation.killer))) { _root.flowerface.grower = _root.flowerface.grower + 5; this.live = false; this.play(); } if ((_x > 2550) || (_x < -2000)) { this.removeMovieClip(); } }; _root["enemy5_" + _root.i].onRollOver = function () { if (this.live) { _root.cursor.gotoAndStop(2); } }; _root["enemy5_" + _root.i].onRollOut = function () { _root.cursor.gotoAndStop(1); }; _root["enemy5_" + _root.i].onPress = function () { if (this.live) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 5; this.live = false; this.play(); } }; } function enemy5b() { _root.i++; _root.attachMovie("enemy5", "enemy5_" + _root.i, i); _root["enemy5_" + _root.i]._y = (((Math.random() * _root.uitwijking) * 2) - 70) + 140; _root["enemy5_" + _root.i]._x = -860; _root["enemy5_" + _root.i]._xscale = -100; _root["enemy5_" + _root.i].live = true; _root["enemy5_" + _root.i].onEnterFrame = function () { if ((_root.heighter > 1) && (this.live)) { this._x = this._x + 22; } if (this.middle.hitTest(_root.flowerface.inner)) { _root.hp = _root.hp - 1; } if ((!this.live) && (_y > -30)) { this._y = this._y + 15; this._x = this._x + 15; } this._y = this._y + _root.flowerface.grower; if (this.live && (this.hitTest(_root.boomAnimation.killer))) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 5; this.live = false; this.play(); } if ((_x > 2550) || (_x < -2000)) { this.removeMovieClip(); } }; _root["enemy5_" + _root.i].onRollOver = function () { if (this.live) { _root.cursor.gotoAndStop(2); } }; _root["enemy5_" + _root.i].onRollOut = function () { _root.cursor.gotoAndStop(1); }; _root["enemy5_" + _root.i].onPress = function () { if (this.live) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 5; this.live = false; this.play(); } }; } function enemy6a() { _root.i++; _root.attachMovie("enemy6", "enemy6_" + _root.i, i); _root["enemy6_" + _root.i]._y = (((Math.random() * _root.uitwijking) * 4) - 140) + 240; _root["enemy6_" + _root.i]._x = 600; _root["enemy6_" + _root.i].live = true; _root["enemy6_" + _root.i].onEnterFrame = function () { if (_root.heighter > 1) { this._x = this._x - 15; } if (this.middle.hitTest(_root.flowerface.inner)) { _root.hp = _root.hp - 1.5; } this._y = this._y + _root.flowerface.grower; if (this.live && (this.hitTest(_root.boomAnimation.killer))) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 4; this.live = false; this.play(); } if ((_x > 2550) || (_x < -2000)) { this.removeMovieClip(); } }; _root["enemy6_" + _root.i].onRollOver = function () { if (this.live) { _root.cursor.gotoAndStop(2); } }; _root["enemy6_" + _root.i].onRollOut = function () { _root.cursor.gotoAndStop(1); }; _root["enemy6_" + _root.i].onPress = function () { if (this.live) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 6; this.live = false; this.play(); } }; } function enemy6b() { _root.i++; _root.attachMovie("enemy6", "enemy6_" + _root.i, i); _root["enemy6_" + _root.i]._y = (((Math.random() * _root.uitwijking) * 4) - 140) + 240; _root["enemy6_" + _root.i]._x = -150; _root["enemy6_" + _root.i]._xscale = -100; _root["enemy6_" + _root.i].live = true; _root["enemy6_" + _root.i].onEnterFrame = function () { if (_root.heighter > 1) { this._x = this._x + 15; } if (this.middle.hitTest(_root.flowerface.inner)) { _root.hp = _root.hp - 1.5; } this._y = this._y + _root.flowerface.grower; if (this.live && (this.hitTest(_root.boomAnimation.killer))) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 6; this.live = false; this.play(); } if ((_x > 2550) || (_x < -2000)) { this.removeMovieClip(); } }; _root["enemy6_" + _root.i].onRollOver = function () { if (this.live) { _root.cursor.gotoAndStop(2); } }; _root["enemy6_" + _root.i].onRollOut = function () { _root.cursor.gotoAndStop(1); }; _root["enemy6_" + _root.i].onPress = function () { if (this.live) { _root.cursor.gotoAndStop(1); _root.flowerface.grower = _root.flowerface.grower + 4; this.live = false; this.play(); } }; } stop(); _root.score = 0; _root.heighter = 0; _root.hp = 125; _root.maxhp = 125; _root.i = 0; _root.uitwijking = 60;
Instance of Symbol 176 MovieClip "flowerface" in Frame 7
onClipEvent (load) { grower = 0; ocounta = 0; ocountb = 0; acounta = 0; acountb = 0; dcounta = 0; dcountb = 0; gcounta = 0; gcountb = 0; hcounta = 0; hcountb = 0; kcounta = 0; kcountb = 0; noclip = 0; } onClipEvent (enterFrame) { if (_root.i > 100) { _root.i = 0; } if (ocounta > 0) { ocounta--; } if (ocountb > 0) { ocountb--; } if (acounta > 0) { acounta--; } if (acountb > 0) { acountb--; } if (dcounta > 0) { dcounta--; } if (dcountb > 0) { dcountb--; } if (gcounta > 0) { gcounta--; } if (gcountb > 0) { gcountb--; } if (hcounta > 0) { hcounta--; } if (hcountb > 0) { hcountb--; } if (kcounta > 0) { kcounta--; } if (kcountb > 0) { kcountb--; } if ((_root.score > 0) && (_root.score < 2500)) { if (_root.score < 450) { p = Math.round(Math.random() * 14000); } else if (_root.score >= 450) { p = Math.round(Math.random() * (95000 + _root.score)); } if (p <= _root.score) { o = Math.round(Math.random() + 1); if ((o == 1) && (ocounta <= 0)) { _root.enemy1a(); ocounta = 20; } else if ((o == 2) && (ocountb <= 0)) { _root.enemy1b(); ocountb = 20; } } } if ((_root.score > 250) && (_root.score < 5000)) { s = Math.round(Math.random() * (140000 + _root.score)); if (s <= _root.score) { a = Math.round(Math.random() + 1); if ((a == 1) && (acounta <= 0)) { _root.enemy2a(); acounta = 20; } else if ((a == 2) && (acountb <= 0)) { _root.enemy2b(); acountb = 20; } } } if ((_root.score > 1250) && (_root.score < 12000)) { f = Math.round(Math.random() * (250000 + _root.score)); if (f <= _root.score) { d = Math.round(Math.random() + 1); if ((d == 1) && (dcounta <= 0)) { _root.enemy3a(); dcounta = 20; } else if ((d == 2) && (dcountb <= 0)) { _root.enemy3b(); dcountb = 20; } } } if ((_root.score > 3000) && (_root.score < 19000)) { z = Math.round(Math.random() * (400000 + _root.score)); if (z <= _root.score) { g = Math.round(Math.random() + 1); if ((g == 1) && (gcounta <= 0)) { _root.enemy4a(); gcounta = 20; } else if ((g == 2) && (gcountb <= 0)) { _root.enemy4b(); gcountb = 20; } } } if ((_root.score > 5000) && (_root.score < 45000)) { j = Math.round(Math.random() * (490000 + _root.score)); if (j <= _root.score) { h = Math.round(Math.random() + 1); if ((h == 1) && (hcounta <= 0)) { _root.enemy5a(); hcounta = 20; } else if ((h == 2) && (hcountb <= 0)) { _root.enemy5b(); hcountb = 20; } } } if (_root.score > 10000) { l = Math.round(Math.random() * (600000 + _root.score)); if (l <= _root.score) { k = Math.round(Math.random() + 1); if ((k == 1) && (kcounta <= 0)) { _root.enemy6a(); kcountb = 20; } else if ((k == 2) && (kcounta <= 0)) { _root.enemy6b(); kcountb = 20; } } } if (grower > 0) { _root.flowerbody._height = _root.flowerbody._height + grower; _root.forgrounder._y = _root.forgrounder._y + grower; _root.backgrounder._y = _root.backgrounder._y + grower; _root.score = _root.score + grower; _root.heighter = _root.heighter + grower; _root.hp = _root.hp + (grower / 75); if (_root.hp > _root.maxhp) { _root.hp = _root.maxhp; } if (_root.heighter >= 3600) { if (noclip == 0) { _root.backgrounder.nextFrame(); _root.backgrounder._y = _root.backgrounder._y - 7800; _root.heighter = 0; noclip++; } else if (noclip == 1) { _root.backgrounder.nextFrame(); _root.backgrounder._y = _root.backgrounder._y - 3600; _root.heighter = 0; noclip++; } else if (noclip == 2) { _root.skyClip.play(); _root.backgrounder.nextFrame(); _root.backgrounder._y = _root.backgrounder._y - 3600; _root.heighter = 0; noclip++; } else if (noclip == 3) { _root.backgrounder.nextFrame(); _root.backgrounder._y = _root.backgrounder._y - 3600; _root.heighter = 0; noclip++; } else if (noclip == 4) { _root.backgrounder.nextFrame(); _root.backgrounder._y = _root.backgrounder._y - 3600; _root.heighter = 0; noclip++; } else if (noclip >= 5) { _root.skyClip.play(); _root.backgrounder.nextFrame(); _root.backgrounder._y = _root.backgrounder._y - 3600; _root.heighter = 0; noclip++; } } grower--; } }
Instance of Symbol 277 MovieClip "boomAnimation" in Frame 7
onClipEvent (load) { this.swapDepths(15994); }
Instance of Symbol 178 MovieClip "s5" in Frame 7
onClipEvent (load) { this.swapDepths(15998); } onClipEvent (load) { lives = true; fading = false; counter = 10; counter2 = 10; done = false; _root.slot = true; countit = 150; fadein = false; } on (press) { if (lives == true) { this.startDrag(); } } on (release) { if (lives == true) { this.stopDrag(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.flowerface.inner) && (lives == true)) { slurp = new Sound(); slurp.attachSound("slurp"); slurp.start(); _alpha = 100; fading = true; lives = false; } if ((_alpha > 0) && (fading == true)) { _alpha = (_alpha - 10); counter--; } if ((counter == 0) && (done == false)) { _root.flowerface.grower = 25; done = true; _root.slot = false; } if ((!_root.slot) && (countit > 0)) { countit--; } if (countit == 0) { lives = true; fading = false; counter = 10; done = false; _x = 480; _y = 50; fadein = true; _root.slot = true; countit = 150; } if ((fadein == true) && (counter2 > 0)) { _alpha = (_alpha + 10); counter2--; } if (counter2 == 0) { fadein = false; counter2 = 10; } } onClipEvent (mouseUp) { this.stopDrag(); }
Instance of Symbol 178 MovieClip "s4" in Frame 7
onClipEvent (load) { this.swapDepths(15997); } onClipEvent (load) { lives = true; fading = false; counter = 10; counter2 = 10; done = false; _root.slot2 = true; countit = 150; fadein = false; } on (press) { if (lives == true) { this.startDrag(); } } on (release) { if (lives == true) { this.stopDrag(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.flowerface.inner) && (lives == true)) { slurp = new Sound(); slurp.attachSound("slurp"); slurp.start(); _alpha = 100; fading = true; lives = false; } if ((_alpha > 0) && (fading == true)) { _alpha = (_alpha - 10); counter--; } if ((counter == 0) && (done == false)) { _root.flowerface.grower = 20; done = true; _root.slot2 = false; } if ((!_root.slot2) && (countit > 0)) { countit--; } if (countit == 0) { lives = true; fading = false; counter = 10; done = false; _x = 420; _y = 50; fadein = true; _root.slot2 = true; countit = 150; } if ((fadein == true) && (counter2 > 0)) { _alpha = (_alpha + 10); counter2--; } if (counter2 == 0) { fadein = false; counter2 = 10; } } onClipEvent (mouseUp) { this.stopDrag(); }
Instance of Symbol 189 MovieClip "s1" in Frame 7
onClipEvent (load) { this.swapDepths(15994); } onClipEvent (load) { lives = true; fading = false; counter = 10; counter2 = 10; done = false; _root.slot5 = true; countit = 1000; fadein = false; } on (press) { if (lives == true) { this.startDrag(); } } on (release) { if (lives == true) { this.stopDrag(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.flowerface.inner) && (lives == true)) { slurp = new Sound(); slurp.attachSound("slurp"); slurp.start(); _alpha = 100; fading = true; lives = false; } if ((_alpha > 0) && (fading == true)) { _alpha = (_alpha - 10); counter--; } if ((counter == 0) && (done == false)) { _root.flowerface.grower = 45; done = true; _root.slot3 = false; } if ((!_root.slot3) && (countit > 0)) { countit--; } if (countit == 0) { lives = true; fading = false; counter = 10; done = false; _x = 10; _y = 45; fadein = true; _root.slot3 = true; countit = 1000; } if ((fadein == true) && (counter2 > 0)) { _alpha = (_alpha + 10); counter2--; } if (counter2 == 0) { fadein = false; counter2 = 10; } } onClipEvent (mouseUp) { this.stopDrag(); }
Instance of Symbol 191 MovieClip "s2" in Frame 7
onClipEvent (load) { this.swapDepths(15995); } onClipEvent (load) { lives = true; fading = false; counter = 10; counter2 = 10; done = false; _root.slot4 = true; countit = 1000; fadein = false; } on (press) { if (lives == true) { this.startDrag(); } } on (release) { if (lives == true) { this.stopDrag(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.flowerface.inner) && (lives == true)) { _alpha = 100; fading = true; lives = false; } if ((_alpha > 0) && (fading == true)) { _root.hp = _root.hp + (12 - (_alpha / 10)); if (_root.hp > _root.maxhp) { _root.hp = _root.maxhp; } _alpha = (_alpha - 10); counter--; } if ((counter == 0) && (done == false)) { done = true; _root.slot4 = false; } if ((!_root.slot4) && (countit > 0)) { countit--; } if (countit == 0) { lives = true; fading = false; counter = 10; done = false; _x = 70; _y = 56; fadein = true; _root.slot3 = true; countit = 1000; } if ((fadein == true) && (counter2 > 0)) { _alpha = (_alpha + 10); counter2--; } if (counter2 == 0) { fadein = false; counter2 = 10; } } onClipEvent (mouseUp) { this.stopDrag(); }
Instance of Symbol 193 MovieClip "s3" in Frame 7
onClipEvent (load) { this.swapDepths(15996); } onClipEvent (load) { lives = true; fading = false; counter = 4; counter2 = 10; done = false; _root.slot5 = true; countit = 1000; fadein = false; } on (press) { if (lives == true) { this.startDrag(); } } on (release) { if (lives == true) { this.stopDrag(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.flowerface.inner) && (lives == true)) { _alpha = 100; fading = true; lives = false; } if ((_alpha > 0) && (fading == true)) { _alpha = (_alpha - 25); counter--; } if ((counter == 0) && (done == false)) { done = true; _root.boomAnimation.play(); _root.slot5 = false; } if ((!_root.slot5) && (countit > 0)) { countit--; } if ((countit == 0) && (lives == false)) { lives = true; fading = false; counter = 4; done = false; _x = 120; _y = 50; fadein = true; _root.slot5 = true; countit = 1000; } if ((fadein == true) && (counter2 > 0)) { _alpha = (_alpha + 10); counter2--; } if (counter2 == 0) { fadein = false; counter2 = 10; } } onClipEvent (mouseUp) { this.stopDrag(); }
Instance of Symbol 281 MovieClip "gamesystem" in Frame 7
onClipEvent (load) { this.swapDepths(16000); }
Instance of Symbol 99 MovieClip "cursor" in Frame 7
onClipEvent (load) { Mouse.hide(); this.swapDepths(16001); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; } onClipEvent (mouseDown) { Mouse.hide(); }
Instance of Symbol 284 MovieClip "fadeRound" in Frame 7
onClipEvent (load) { this.swapDepths(16005); }
Instance of Symbol 94 MovieClip in Frame 8
onClipEvent (load) { this.swapDepths(16000); }
Instance of Symbol 99 MovieClip "cursor" in Frame 8
onClipEvent (load) { Mouse.hide(); this.swapDepths(16001); } onClipEvent (enterFrame) { _x = _root._xmouse; _y = _root._ymouse; } onClipEvent (mouseDown) { Mouse.hide(); }
Symbol 28 MovieClip Frame 20
if (_root.lives == 0) { _root.gotoAndStop(32); } stop();
Symbol 29 MovieClip [enemy6] Frame 1
stop();
Symbol 29 MovieClip [enemy6] Frame 46
stop();
Symbol 29 MovieClip [enemy6] Frame 47
prevFrame();
Symbol 39 MovieClip [enemy5] Frame 1
stop();
Symbol 39 MovieClip [enemy5] Frame 43
stop();
Symbol 39 MovieClip [enemy5] Frame 44
prevFrame();
Symbol 44 MovieClip [enemy4] Frame 1
stop();
Symbol 44 MovieClip [enemy4] Frame 40
stop();
Symbol 44 MovieClip [enemy4] Frame 41
prevFrame();
Symbol 48 MovieClip [enemy3] Frame 1
stop();
Symbol 48 MovieClip [enemy3] Frame 40
stop();
Symbol 48 MovieClip [enemy3] Frame 41
prevFrame();
Symbol 60 MovieClip [enemy2] Frame 1
stop();
Symbol 60 MovieClip [enemy2] Frame 40
stop();
Symbol 60 MovieClip [enemy2] Frame 41
prevFrame();
Symbol 68 MovieClip [enemy1] Frame 1
stop();
Symbol 68 MovieClip [enemy1] Frame 41
stop();
Symbol 68 MovieClip [enemy1] Frame 42
prevFrame();
Instance of Symbol 72 MovieClip in Symbol 73 MovieClip Frame 1
onClipEvent (enterFrame) { _root.b_loaded = _root.getBytesLoaded(); _root.b_total = _root.getBytesTotal(); _root.percent = Math.round((_root.b_loaded / _root.b_total) * 100); _width = (_root.percent * 2); if (_root.percent == 100) { _root.play(); } }
Symbol 83 Button
on (release) { getURL ("http://www.hallpass.com", "_blank"); }
Symbol 99 MovieClip Frame 1
stop();
Symbol 118 MovieClip Frame 174
_root.nextFrame();
Symbol 137 Button
on (release) { stopAllSounds(); gotoAndStop ("play"); }
Symbol 141 Button
on (release) { gotoAndStop ("instructions"); }
Symbol 145 Button
on (release) { _root.submscore = false; gotoAndStop ("topscores"); }
Symbol 149 Button
on (release) { getURL ("http://www.hallpass.com", "_blank"); }
Symbol 184 Button
on (release) { nextFrame(); }
Symbol 200 Button
on (release) { prevFrame(); }
Symbol 209 MovieClip Frame 1
stop();
Symbol 214 Button
on (release) { gotoAndStop ("menu"); }
Symbol 252 Button
on (release) { if (_root.submscore == false) { gotoAndStop ("menu"); } else if (_root.submscore == true) { stopAllSounds(); gotoAndPlay ("final"); } }
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 20
stop();
Symbol 262 MovieClip Frame 40
stop();
Symbol 262 MovieClip Frame 100
stop();
Symbol 262 MovieClip Frame 160
gotoAndStop (40);
Symbol 272 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 1
stop();
Instance of Symbol 196 MovieClip in Symbol 281 MovieClip Frame 1
onClipEvent (enterFrame) { this._width = (_root.hp / _root.maxhp) * 510; if (_root.hp <= 0) { _root.fadeRound.play(); } }
Instance of Symbol 94 MovieClip in Symbol 281 MovieClip Frame 1
onClipEvent (load) { this.swapDepths(16001); }
Symbol 284 MovieClip Frame 1
stop();
Symbol 284 MovieClip Frame 3
if (_root.soundson == 1) { sfx1 = new Sound(); sfx1.attachSound("sfx1"); sfx1.start(); sfx1.setVolume(90); }
Symbol 284 MovieClip Frame 4
if (_root.soundson == 1) { sfx1 = new Sound(); sfx1.attachSound("sfx1"); sfx1.start(); sfx1.setVolume(80); }
Symbol 284 MovieClip Frame 5
if (_root.soundson == 1) { sfx1 = new Sound(); sfx1.attachSound("sfx1"); sfx1.start(); sfx1.setVolume(70); }
Symbol 284 MovieClip Frame 6
if (_root.soundson == 1) { sfx1 = new Sound(); sfx1.attachSound("sfx1"); sfx1.start(); sfx1.setVolume(60); }
Symbol 284 MovieClip Frame 7
if (_root.soundson == 1) { sfx1 = new Sound(); sfx1.attachSound("sfx1"); sfx1.start(); sfx1.setVolume(50); }
Symbol 284 MovieClip Frame 8
if (_root.soundson == 1) { sfx1 = new Sound(); sfx1.attachSound("sfx1"); sfx1.start(); sfx1.setVolume(40); }
Symbol 284 MovieClip Frame 9
if (_root.soundson == 1) { sfx1 = new Sound(); sfx1.attachSound("sfx1"); sfx1.start(); sfx1.setVolume(30); }
Symbol 284 MovieClip Frame 10
if (_root.soundson == 1) { sfx1 = new Sound(); sfx1.attachSound("sfx1"); sfx1.start(); sfx1.setVolume(20); }
Symbol 284 MovieClip Frame 11
if (_root.soundson == 1) { sfx1 = new Sound(); sfx1.attachSound("sfx1"); sfx1.start(); sfx1.setVolume(10); }
Symbol 284 MovieClip Frame 12
if (_root.soundson == 1) { sfx1 = new Sound(); sfx1.attachSound("sfx1"); sfx1.start(); sfx1.setVolume(0); }
Symbol 284 MovieClip Frame 13
stopAllSounds(); if (_root.soundson == 1) { sfx1 = new Sound(); sfx1.attachSound("sfx1"); sfx1.start(); sfx1.setVolume(100); } _root.cursor.gotoAndStop(1);
Symbol 284 MovieClip Frame 15
_root.gamesystem.removeMovieClip(); _root.s1.removeMovieClip(); _root.s2.removeMovieClip(); _root.s3.removeMovieClip(); _root.s4.removeMovieClip(); _root.s5.removeMovieClip(); _root.flowerface.removeMovieClip(); m = 0; while (m < 250) { _root["enemy1_" + m].removeMovieClip(); _root["enemy2_" + m].removeMovieClip(); _root["enemy3_" + m].removeMovieClip(); _root["enemy4_" + m].removeMovieClip(); _root["enemy5_" + m].removeMovieClip(); _root["enemy6_" + m].removeMovieClip(); m++; } _root.nextFrame();
Symbol 303 Button
on (release) { stopAllSounds(); gotoAndPlay ("final"); }
Symbol 307 Button
on (release) { _root.pusher = _root.nameinput; trace(_root.pusher); _root.submscore = true; gotoAndStop ("topscores"); }

Library Items

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

Instance Names

"cursor"Frame 1Symbol 99 MovieClip
"cursor"Frame 4Symbol 99 MovieClip
"scoretable"Frame 6Symbol 251 MovieClip
"skyClip"Frame 7Symbol 262 MovieClip
"backgrounder"Frame 7Symbol 272 MovieClip
"flowerbody"Frame 7Symbol 160 MovieClip
"flowerface"Frame 7Symbol 176 MovieClip
"forgrounder"Frame 7Symbol 274 MovieClip
"boomAnimation"Frame 7Symbol 277 MovieClip
"s5"Frame 7Symbol 178 MovieClip
"s4"Frame 7Symbol 178 MovieClip
"s1"Frame 7Symbol 189 MovieClip
"s2"Frame 7Symbol 191 MovieClip
"s3"Frame 7Symbol 193 MovieClip
"gamesystem"Frame 7Symbol 281 MovieClip
"cursor"Frame 7Symbol 99 MovieClip
"fadeRound"Frame 7Symbol 284 MovieClip
"cursor"Frame 8Symbol 99 MovieClip
"middle"Symbol 29 MovieClip [enemy6] Frame 1Symbol 6 MovieClip
"middle"Symbol 39 MovieClip [enemy5] Frame 1Symbol 31 MovieClip
"middle"Symbol 44 MovieClip [enemy4] Frame 1Symbol 41 MovieClip
"middle"Symbol 48 MovieClip [enemy3] Frame 1Symbol 46 MovieClip
"middle"Symbol 60 MovieClip [enemy2] Frame 1Symbol 50 MovieClip
"middle"Symbol 68 MovieClip [enemy1] Frame 1Symbol 63 MovieClip
"tip"Symbol 99 MovieClip Frame 1Symbol 97 MovieClip
"inner"Symbol 176 MovieClip Frame 1Symbol 162 MovieClip
"killer"Symbol 277 MovieClip Frame 4Symbol 276 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$M.$a7GJBMiP4wHodOXtUKMBZ.."
ExportAssets (56)Timeline Frame 1Symbol 1 as "slurp"
ExportAssets (56)Timeline Frame 1Symbol 2 as "drip"
ExportAssets (56)Timeline Frame 1Symbol 29 as "enemy6"
ExportAssets (56)Timeline Frame 1Symbol 39 as "enemy5"
ExportAssets (56)Timeline Frame 1Symbol 44 as "enemy4"
ExportAssets (56)Timeline Frame 1Symbol 48 as "enemy3"
ExportAssets (56)Timeline Frame 1Symbol 60 as "enemy2"
ExportAssets (56)Timeline Frame 1Symbol 68 as "enemy1"

Labels

"final"Frame 3
"menu"Frame 4
"instructions"Frame 5
"topscores"Frame 6
"play"Frame 7
"gameover"Frame 8

Dynamic Text Variables

NAME0Symbol 221 EditableText"<p align="left"><font face="Headline Two" size="19" color="#000033" letterSpacing="0.000000" kerning="1">Loading Scores...</font></p>"
SCORE0Symbol 222 EditableText"<p align="right"></p>"
NAME1Symbol 223 EditableText"<p align="left"></p>"
SCORE1Symbol 224 EditableText"<p align="right"></p>"
NAME2Symbol 225 EditableText"<p align="left"></p>"
SCORE2Symbol 226 EditableText"<p align="right"></p>"
NAME3Symbol 227 EditableText"<p align="left"></p>"
SCORE3Symbol 228 EditableText"<p align="right"></p>"
NAME4Symbol 229 EditableText"<p align="left"></p>"
SCORE4Symbol 230 EditableText"<p align="right"></p>"
NAME5Symbol 231 EditableText"<p align="left"></p>"
SCORE5Symbol 232 EditableText"<p align="right"></p>"
NAME6Symbol 233 EditableText"<p align="left"></p>"
SCORE6Symbol 234 EditableText"<p align="right"></p>"
NAME7Symbol 235 EditableText"<p align="left"></p>"
SCORE7Symbol 236 EditableText"<p align="right"></p>"
NAME8Symbol 237 EditableText"<p align="left"></p>"
SCORE8Symbol 238 EditableText"<p align="right"></p>"
NAME9Symbol 239 EditableText"<p align="left"></p>"
SCORE9Symbol 240 EditableText"<p align="right"></p>"
_root.scoreSymbol 279 EditableText"<p align="center"><font face="Headline Two" size="25" color="#000000" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>"
_root.scoreSymbol 299 EditableText"<p align="center"></p>"
_root.nameinputSymbol 302 EditableText""




http://swfchan.com/12/56109/info.shtml
Created: 19/4 -2019 18:16:41 Last modified: 19/4 -2019 18:16:41 Server time: 09/05 -2024 17:01:37